软件包 | 描述 |
---|---|
java.awt.print |
提供通用打印接口的类和接口。
|
javax.print |
提供了主要的类和接口的java
TM打印服务API。
|
Modifier and Type | Method and Description |
---|---|
static StreamPrintServiceFactory[] |
PrinterJob.lookupStreamPrintServices(String mimeType)
一种方便的方法,它位于工厂的流打印服务,可以图像二维图形。
|
Modifier and Type | Method and Description |
---|---|
static StreamPrintServiceFactory[] |
StreamPrintServiceFactory.lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType)
位于工厂的打印服务,可以用一个打印作业输出流中指定的
outputMimeType 格式数据。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.