Frames | No Frames |
Methods with return type javax.print.DocFlavor | |
DocFlavor |
Constructors with parameter type javax.print.DocFlavor | |
Constructs a PrintFlavorException
with the given unsupported doc flavor array
| |
Constructs a PrintFlavorException
with the given unsupported doc flavor array
| |
Constructs a PrintFlavorException
with the given unsupported doc flavor array
| |
Constructs a PrintFlavorException
with the given unsupported doc flavor array
| |
PrinterDialog.PrinterDialog(GraphicsConfiguration gc, PrintService service, DocFlavor flavor, PrintRequestAttributeSet attributes) Constructs a page settings only dialog.
| |
PrinterDialog.PrinterDialog(GraphicsConfiguration gc, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes) Constructs a printer dialog.
|
Methods with parameter type javax.print.DocFlavor | |
boolean | CupsPrintServiceLookup.checkMultiDocPrintService(DocFlavor[] flavors, AttributeSet attributes, PrintService service) Checks the given print service - own method so it can be used also
to check application registered print services from PrintServiceLookup.
|
boolean | CupsPrintServiceLookup.checkPrintService(DocFlavor flavor, AttributeSet attributes, PrintService service) Checks the given print service - own method so it can be used also
to check application registered print services from PrintServiceLookup.
|
MultiDocPrintService[] | All printers and printer classes of the CUPS server are checked.
|
PrintService[] | All printers and printer classes of the CUPS server are checked.
|
AttributeSet | Overridden as CUPS does not implement Validate-Job correctly.
|
Methods with return type javax.print.DocFlavor | |
DocFlavor[] |
Methods with parameter type javax.print.DocFlavor | |
Object | IppPrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes) Implemented by a GetPrinterAttributes request. |
AttributeSet | This is done by a validate-job operation and actually implemented in
this generic IPP reference implementation. |
boolean | IppPrintService.isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) |
boolean |
Methods with return type javax.print.DocFlavor | |
DocFlavor[] |
Methods with parameter type javax.print.DocFlavor | |
DocumentFormat | Constructs a document format object for the given flavor.
|
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 | |
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 | PrintService.isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) 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[] | StreamPrintServiceFactory.lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType) 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.
|