Uses of Class
javax.print.StreamPrintServiceFactory
-
Packages that use StreamPrintServiceFactory 软件包 描述 java.awt.print 为常规打印API提供类和接口。javax.print 提供Java™打印服务API的主要类和接口。 -
-
Uses of StreamPrintServiceFactory in java.awt.print
Methods in java.awt.print that return StreamPrintServiceFactory 变量和类型 方法 描述 static StreamPrintServiceFactory[]
PrinterJob. lookupStreamPrintServices(String mimeType)
一种便捷的方法,可以为工厂定位可以对2D图形进行成像的流打印服务。 -
Uses of StreamPrintServiceFactory in javax.print
Methods in javax.print that return StreamPrintServiceFactory 变量和类型 方法 描述 static StreamPrintServiceFactory[]
StreamPrintServiceFactory. lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType)
找到可与打印作业一起使用的打印服务的工厂,以outputMimeType
指定的格式输出数据流。
-