|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.emf.EMFExportFileType
// FIXME, check all options
| Nested Class Summary |
| Nested classes inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
AbstractExportFileType.CancelThread |
| Constructor Summary | |
EMFExportFileType()
|
|
| Method Summary | |
File |
adjustFilename(File file,
Properties user)
Gives the accessory the chance to change the output filename. |
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, 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 EMFExportFileType()
| Method Detail |
public String getDescription()
ExportFileType
getDescription in class ExportFileTypepublic String[] getExtensions()
ExportFileType
getExtensions in class ExportFileTypepublic String[] getMIMETypes()
ExportFileType
getMIMETypes in class ExportFileTypepublic boolean hasOptionPanel()
ExportFileType
hasOptionPanel in class ExportFileTypepublic JPanel createOptionPanel(Properties user)
ExportFileType
createOptionPanel in class ExportFileType
public VectorGraphics getGraphics(OutputStream os,
Component target)
throws IOException
AbstractExportFileType
getGraphics in class AbstractExportFileTypeIOException
public File adjustFilename(File file,
Properties user)
ExportFileType
adjustFilename in class ExportFileType
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||