Package snap.viewx
Interface Printer.Printable
- Enclosing class:
- Printer
public static interface Printer.Printable
An interface for an graphical object that wants to print.
-
Method Summary
Modifier and TypeMethodDescriptionint
getPageCount
(Printer aPrinter) Returns a print page count for given printer.getPageSize
(Printer aPrinter, int anIndex) Returns the page size for given page index.void
Executes a print for given printer and page index.
-
Method Details
-
getPageCount
Returns a print page count for given printer. -
getPageSize
Returns the page size for given page index. -
print
Executes a print for given printer and page index.
-