org.freehep.graphicsio.ps
Class AbstractPSExportFileType
java.lang.Object
org.freehep.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.ps.AbstractPSExportFileType
- All Implemented Interfaces:
- Comparable
- Direct Known Subclasses:
- EPSExportFileType, PSExportFileType
- public abstract class AbstractPSExportFileType
- extends AbstractExportFileType
- Version:
- $Id: AbstractPSExportFileType.java,v 1.10 2003/06/05 17:58:07 duns Exp $
- Author:
- Charles Loomis, Simon Fischer
- Source Code:
- AbstractPSExportFileType.java
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 |
bitsList
protected static final String[] bitsList
preview
protected OptionPanel preview
previewCheckBox
protected OptionCheckBox previewCheckBox
AbstractPSExportFileType
public AbstractPSExportFileType()
hasOptionPanel
public boolean hasOptionPanel()
- Description copied from class:
ExportFileType
- Returns true if this format has extra options.
- Overrides:
hasOptionPanel
in class ExportFileType
getMIMETypes
public String[] getMIMETypes()
- Description copied from class:
ExportFileType
- Return the MIME-type(s) for this format, the first of which is the
preferred MIME type.
- Specified by:
getMIMETypes
in class ExportFileType
createOptionPanel
public JPanel createOptionPanel(Properties user)
- Description copied from class:
ExportFileType
- Returns a panel which allows to user to set options associated
with this particular output format.
- Overrides:
createOptionPanel
in class ExportFileType
getGraphics
public VectorGraphics getGraphics(OutputStream os,
Component target)
throws IOException
- Description copied from class:
AbstractExportFileType
- The method returns a graphics context specific for this ExportFileType.
- Specified by:
getGraphics
in class AbstractExportFileType
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.