org.freehep.graphicsio.gif
Class GIFExportFileType
java.lang.Object
org.freehep.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.exportchooser.ImageExportFileType
org.freehep.graphicsio.gif.GIFExportFileType
- All Implemented Interfaces:
- Comparable
- public class GIFExportFileType
- extends ImageExportFileType
- Version:
- $Id: GIFExportFileType.java,v 1.9 2003/06/05 17:23:42 tonyj Exp $
- Author:
- Charles Loomis
- Source Code:
- GIFExportFileType.java
Methods inherited from class org.freehep.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoader |
quantizeModes
public static final String[] quantizeModes
GIFExportFileType
public GIFExportFileType()
hasOptionPanel
public boolean hasOptionPanel()
- Description copied from class:
ExportFileType
- Returns true if this format has extra options.
- Overrides:
hasOptionPanel
in class ImageExportFileType
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 ImageExportFileType
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.
- Overrides:
getGraphics
in class ImageExportFileType
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.