GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.print.attribute.PrintRequestAttributeSet | |
void | Prints a document with the specified print job attributes.
|
void | Prints the documents supplied in the given MultiDoc object
as one print job with the given printing attributes.
|
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 parameter type javax.print.attribute.PrintRequestAttributeSet | |
PageFormat | |
void | Prints the page with given attributes.
|
boolean | Displays a dialog box to the user which allows the print job
attributes to be modified.
|
Classes implementing javax.print.attribute.PrintRequestAttributeSet | |
class | HashPrintRequestAttributeSet provides an implementation of
PrintRequestAttributeSet .
|
Constructors with parameter type javax.print.attribute.PrintRequestAttributeSet | |
Creates a HashPrintRequestAttributeSet object with the attributes
of the given attributes set in it.
|
Methods with parameter type javax.print.attribute.PrintRequestAttributeSet | |
PrintRequestAttributeSet | Returns a synchronized view of the given attribute set.
|
PrintRequestAttributeSet | Returns an unmodifiable view of the given attribute set.
|
Methods with return type javax.print.attribute.PrintRequestAttributeSet | |
PrintRequestAttributeSet | Returns a synchronized view of the given attribute set.
|
PrintRequestAttributeSet | Returns an unmodifiable view of the given attribute set.
|
GNU Classpath (0.95) |