- print(Graphics) - Method in interface org.netbeans.spi.print.PrintPage
-
Prints content of the page to the graphics.
- PRINT_NAME - Static variable in class org.netbeans.api.print.PrintManager
-
This key indicates the name of the component being printed.
- PRINT_ORDER - Static variable in class org.netbeans.api.print.PrintManager
-
This key indicates the order of the component being printed.
- PRINT_PRINTABLE - Static variable in class org.netbeans.api.print.PrintManager
-
This key indicates whether the component is printable.
- PRINT_SIZE - Static variable in class org.netbeans.api.print.PrintManager
-
This key indicates the size of the component being printed.
- printAction(JComponent) - Static method in class org.netbeans.api.print.PrintManager
-
Returns the Print action for a component.
- printAction(PrintProvider[]) - Static method in class org.netbeans.api.print.PrintManager
-
- PrintManager - Class in org.netbeans.api.print
-
The Print Manager is powerful functionality to preview and
send data out to printer.
- PrintPage - Interface in org.netbeans.spi.print
-
Print page represents the area to be printed.
- PrintProvider - Interface in org.netbeans.spi.print
-
Print provider is the collection of the pages
to be printed, where collection is the 2D matrix.