Java javax.print StreamPrintService fields, constructors, methods, implement or subclass

Example usage for Java javax.print StreamPrintService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.print StreamPrintService.

The text is from its open source code.

Method

DocPrintJobcreatePrintJob()
Creates and returns a PrintJob capable of handling data from any of the supported document flavors.
PrintServiceAttributeSetgetAttributes()
Obtains this print service's set of printer description attributes giving this Print Service's status.
ObjectgetDefaultAttributeValue(Class 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.
ObjectgetSupportedAttributeValues(Class 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.