|
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
Nested Class Summary | |
class |
AbstractExportFileType.CancelThread
|
Constructor Summary | |
AbstractExportFileType()
|
Method Summary | |
boolean |
applyChangedOptions(JPanel panel,
Properties options)
Sets any changed options from the optionPanel to the properties object. |
void |
exportToFile(File file,
Component[] targets,
Component parent,
Properties properties,
String creator)
Save all components as the given file type. |
void |
exportToFile(File file,
Component target,
Component parent,
Properties properties,
String creator)
Show this dialog and save component as the given file type. |
void |
exportToFile(OutputStream os,
Component[] targets,
Component parent,
Properties properties,
String creator)
Save all components as the given file type. |
void |
exportToFile(OutputStream os,
Component target,
Component parent,
Properties properties,
String creator)
Show this dialog and save component as the given file type. |
VectorGraphics |
getGraphics(File file,
Component target)
Delegates to getGraphics(OutputStream, Component); |
abstract VectorGraphics |
getGraphics(OutputStream os,
Component printTarget)
The method returns a graphics context specific for this ExportFileType. |
Methods inherited from class org.freehep.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, createOptionPanel, fileHasValidExtension, getDescription, getExportFileTypes, getExportFileTypes, getExtension, getExtensions, getFileExtension, getFileFilter, getMIMETypes, hasOptionPanel, isMultipageCapable, setClassLoader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractExportFileType()
Method Detail |
public VectorGraphics getGraphics(File file, Component target) throws IOException
IOException
public abstract VectorGraphics getGraphics(OutputStream os, Component printTarget) throws IOException
IOException
public void exportToFile(OutputStream os, Component target, Component parent, Properties properties, String creator) throws IOException
exportToFile
in class ExportFileType
IOException
public void exportToFile(File file, Component target, Component parent, Properties properties, String creator) throws IOException
exportToFile
in class ExportFileType
IOException
public void exportToFile(OutputStream os, Component[] targets, Component parent, Properties properties, String creator) throws IOException
exportToFile
in class ExportFileType
IOException
public void exportToFile(File file, Component[] targets, Component parent, Properties properties, String creator) throws IOException
exportToFile
in class ExportFileType
IOException
public boolean applyChangedOptions(JPanel panel, Properties options)
ExportFileType
applyChangedOptions
in class ExportFileType
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |