Uses of Class javax.print.DocFlavor

Uses in package javax.print

Classes derived from javax.print.DocFlavor

class
Predefined static DocFlavor objects for document types which use a byte array for the print data representation.
class
Predefined static DocFlavor objects for document types which use a char array for the print data representation.
class
Predefined static DocFlavor objects for document types which use an InputStream to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use service formatted print data.
class
Predefined static DocFlavor objects for document types which use a String for the print data representation.
class
Predefined static DocFlavor objects for document types which have an URL where to retrieve the print data.

Constructors with parameter type javax.print.DocFlavor

SimpleDoc.SimpleDoc(Object printData, DocFlavor flavor, DocAttributeSet attributes)
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.

Methods with parameter type javax.print.DocFlavor

MultiDocPrintService[]
Not to be called directly by applications.
PrintService[]
Not to be called directly by applications.
Object
PrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes)
Determines and returns all supported attribute values of a given attribute category a client can use when setting up a print job for this print service.
AttributeSet
Identifies all the unsupported attributes of the given set of attributes in the context of the specified document flavor.
boolean
Determines if a given attribute value is supported when creating a print job for this print service.
boolean
Determines if a given document flavor is supported or not.
MultiDocPrintService[]
Searches print services capable of multi document printing in all of the given document flavors and supporting the specified printing attributes.
PrintService[]
Searches print services capable of printing in the given document flavor which supports the specified printing attributes.
StreamPrintServiceFactory[]
Searches for matching factories providing stream print services that support the printing of documents with the given document flavor into the given output mime type.
PrintService
ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes)
Creates a modal graphical printing dialog at the specified location on the screen.

Methods with return type javax.print.DocFlavor

DocFlavor
Returns the flavor of this doc objects print data.
DocFlavor
Returns the flavor of this doc objects print data.
DocFlavor[]
Determines and returns an array of all supported document flavors which can be used to supply print data to this print service.
DocFlavor[]
Returns the document flavors this factory supports as flavors for the input documents.
DocFlavor[]
Returns the unsupported document flavors.