Package snap.viewx
Class Printer
java.lang.Object
snap.viewx.Printer
A class to handle printing.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
An interface for an graphical object that wants to print. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the painter.static void
print
(Printer.Printable aPrintable, String aPrinterName, boolean showPanel) Starts the print process.protected void
printImpl
(Printer.Printable aPrintable, String aPrinterName, boolean showPanel) Starts the print process.
-
Field Details
-
_master
-
-
Constructor Details
-
Printer
public Printer()
-
-
Method Details
-
getPainter
Returns the painter. -
printImpl
Starts the print process. -
print
Starts the print process.
-