Class JaxoPrint
java.lang.Object
net.sf.jaxodraw.io.JaxoPrint
- All Implemented Interfaces:
Printable
-
Field Summary
Fields inherited from interface Printable
NO_SUCH_PAGE, PAGE_EXISTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidPrint the current graph.final voidDeprecated.final voidThe method to be called from the printing menu.final intprint(Graphics g, PageFormat pf, int pageIndex) The actual printing routine.
-
Constructor Details
-
JaxoPrint
-
JaxoPrint
public JaxoPrint()Constructor. Prepares to print an empty graph.
-
-
Method Details
-
print
The actual printing routine. -
print
-
print
-
print
Deprecated.useprint(Component,JaxoGraph,String)instead.The method to be called from the printing menu.- Parameters:
parent- parent Component for dialogs.newGraph- The JaxoGraph to be printed.d- The current dimension of the canvas. This is not used!name- Name for the job.
-
print(Component,JaxoGraph,String)instead.