|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.util.export.ExportFileType org.freehep.graphicsio.exportchooser.AbstractExportFileType org.freehep.graphicsio.java.JAVAExportFileType
// FIXME, check all options
Nested Class Summary |
Nested classes inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
AbstractExportFileType.CancelThread |
Constructor Summary | |
JAVAExportFileType()
|
Method Summary | |
String |
getDescription()
Returns a short description of the format |
String[] |
getExtensions()
Returns an array of possible extensions for the format, the first of which is the preferred extension |
VectorGraphics |
getGraphics(File file,
Component target)
Delegates to getGraphics(OutputStream, Component); |
VectorGraphics |
getGraphics(OutputStream os,
Component target)
The method returns a graphics context specific for this ExportFileType. |
String[] |
getMIMETypes()
Return the MIME-type(s) for this format, the first of which is the preferred MIME type. |
boolean |
hasOptionPanel()
Returns true if this format has extra options. |
Methods inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile |
Methods inherited from class org.freehep.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, createOptionPanel, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAVAExportFileType()
Method Detail |
public String getDescription()
ExportFileType
getDescription
in class ExportFileType
public String[] getExtensions()
ExportFileType
getExtensions
in class ExportFileType
public String[] getMIMETypes()
ExportFileType
getMIMETypes
in class ExportFileType
public boolean hasOptionPanel()
ExportFileType
hasOptionPanel
in class ExportFileType
public VectorGraphics getGraphics(File file, Component target) throws IOException
AbstractExportFileType
getGraphics
in class AbstractExportFileType
IOException
public VectorGraphics getGraphics(OutputStream os, Component target) throws IOException
AbstractExportFileType
getGraphics
in class AbstractExportFileType
IOException
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |