Example usage for Java javax.print StreamPrintService 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. |
Object | getDefaultAttributeValue(Class extends Attribute> category) Determines this print service's default printing attribute value in the given category. |
Class>[] | getSupportedAttributeCategories() Determines the printing attribute categories a client can specify when setting up a job for this print service. |
Object | getSupportedAttributeValues(Class extends Attribute> category, DocFlavor flavor, AttributeSet attributes) Determines the printing attribute values a client can specify in the given category when setting up a job for this print service. |