Class PrintTool
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.PrintTool
public class PrintTool extends Object
-
Constructor Details
-
PrintTool
public PrintTool()
-
-
Method Details
-
print
Prints aView
.If the
View
supports printing itsprint()
method will be invoked otherwise aDefaultPrintable
instance will be wrapped around.- Parameters:
view
- - the view to print
-
print
-