|
||||||||||
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.ps.AbstractPSExportFileType
public abstract class AbstractPSExportFileType
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
---|
AbstractExportFileType.CancelThread |
Field Summary | |
---|---|
protected static String[] |
bitsList
|
protected OptionPanel |
preview
|
protected OptionCheckBox |
previewCheckBox
|
Constructor Summary | |
---|---|
AbstractPSExportFileType()
|
Method Summary | |
---|---|
JPanel |
createOptionPanel(Properties user)
|
VectorGraphics |
getGraphics(OutputStream os,
Component target)
The method returns a graphics context specific for this ExportFileType. |
VectorGraphics |
getGraphics(OutputStream os,
Dimension dimension)
Returns a graphics context for this ExportFileType. |
String[] |
getMIMETypes()
|
boolean |
hasOptionPanel()
|
Methods inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
---|
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile, getGraphics, getGraphics |
Methods inherited from class org.freehep.util.export.ExportFileType |
---|
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getDescription, getExportFileTypes, getExportFileTypes, getExtension, getExtensions, getFileExtension, getFileFilter, isMultipageCapable, setClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String[] bitsList
protected OptionPanel preview
protected OptionCheckBox previewCheckBox
Constructor Detail |
---|
public AbstractPSExportFileType()
Method Detail |
---|
public boolean hasOptionPanel()
hasOptionPanel
in class org.freehep.util.export.ExportFileType
public String[] getMIMETypes()
getMIMETypes
in class org.freehep.util.export.ExportFileType
public JPanel createOptionPanel(Properties user)
createOptionPanel
in class org.freehep.util.export.ExportFileType
public VectorGraphics getGraphics(OutputStream os, Component target) throws IOException
AbstractExportFileType
getGraphics
in class AbstractExportFileType
IOException
public VectorGraphics getGraphics(OutputStream os, Dimension dimension) throws IOException
AbstractExportFileType
getGraphics
in class AbstractExportFileType
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |