|
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.cgm.CGMExportFileType
// FIXME, check all options
Nested Class Summary |
Nested classes inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
AbstractExportFileType.CancelThread |
Constructor Summary | |
CGMExportFileType()
|
Method Summary | |
JPanel |
createOptionPanel(Properties user)
Returns a panel which allows to user to set options associated with this particular output format. |
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(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, getGraphics |
Methods inherited from class org.freehep.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, 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 CGMExportFileType()
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 JPanel createOptionPanel(Properties user)
ExportFileType
createOptionPanel
in class ExportFileType
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 |