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 Modifier and Type 方法 描述 static StreamPrintServiceFactory[]
PrinterJob. lookupStreamPrintServices(String mimeType)
一种方便的方法,可以定位可以对2D图形进行图像处理的流打印服务的工厂。 -
Uses of StreamPrintServiceFactory in javax.print
Methods in javax.print that return StreamPrintServiceFactory Modifier and Type 方法 描述 static StreamPrintServiceFactory[]
StreamPrintServiceFactory. lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType)
找到可与打印作业一起使用的打印服务的工厂,以outputMimeType
指定的格式输出数据流。
-