GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.print.PrintService | |
PrintServiceAttributeEvent.PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) Constructs a PrintServiceAttributeEvent object.
|
Methods with return type javax.print.PrintService | |
PrintService | Returns the print service that generated this event.
|
Classes implementing javax.print.PrintService | |
class | StreamPrintService is a special print service capable of
printing into a supplied output stream.
|
Methods with parameter type javax.print.PrintService | |
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.
|
boolean | Explicitly registers the provided print service instance.
|
Methods with return type javax.print.PrintService | |
PrintService | Not to be called directly by applications.
|
PrintService | Returns the PrintService object this print job is bound to.
|
PrintService[] | Not to be called directly by applications.
|
PrintService[] | Not to be called directly by applications.
|
PrintService | Searches the default print service in the current environment.
|
PrintService[] | Searches print services capable of printing in the given document flavor
which supports the specified 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.PrintService | |
void | Change the printer for this print job to service. |
Methods with return type javax.print.PrintService | |
PrintService | Return the printer for this job. |
PrintService[] | Find and return 2D image print services.
|
GNU Classpath (0.95) |