japlot.jaxodraw
Class JaxoExportImg
- java.lang.Object
-
- japlot.jaxodraw.JaxoExport
-
- japlot.jaxodraw.JaxoExportImg
-
public class JaxoExportImg extends JaxoExport
The class that is responsible for exporting to image formats: jpg, or png are currently possible options. Asks for an export file name.
-
-
Field Summary
-
Fields inherited from class japlot.jaxodraw.JaxoExport
ExportFile
-
-
Constructor Summary
Constructors Constructor and Description JaxoExportImg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidexport(JaxoGraph newGraph)Exports the JaxoGraph graph into an img file: asks for an export file name.voidsetCanvasD(java.awt.Dimension newD)Sets the dimension of the canvas.-
Methods inherited from class japlot.jaxodraw.JaxoExport
checkforLatexText, checkforPSText, getExportFile, getExportFileName, getGraph, getMode, setCurrentTab, setExportFile, setGraph, setMode
-
-
-
-
Method Detail
-
setCanvasD
public final void setCanvasD(java.awt.Dimension newD)
Sets the dimension of the canvas.- Parameters:
newD- The dimension of the canvas.
-
export
public final void export(JaxoGraph newGraph)
Exports the JaxoGraph graph into an img file: asks for an export file name.- Specified by:
exportin classJaxoExport- Parameters:
newGraph- The graph to be exported.
-
-
DMelt 3.0 © DataMelt by jWork.ORG