Example usage for Java javax.print PrintService fields, constructors, methods, implement or subclass
The text is from its open source code.
DocPrintJob | createPrintJob() Creates and returns a PrintJob capable of handling data from any of the supported document flavors. |
PrintServiceAttributeSet | getAttributes() Obtains this print service's set of printer description attributes giving this Print Service's status. |
String | getName() Returns a string name for this print service which may be used by applications to request a particular print service. |
DocFlavor[] | getSupportedDocFlavors() Determines the print data formats a client can specify when setting up a job for this PrintService . |
boolean | isDocFlavorSupported(DocFlavor flavor) Determines if this print service supports a specific DocFlavor . |