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

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

Introduction

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

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.
StringgetName()
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 .
booleanisDocFlavorSupported(DocFlavor flavor)
Determines if this print service supports a specific DocFlavor .