org.freehep.graphicsio.gif
Class GIFExportFileType
java.lang.Object
org.freehep.graphicsbase.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.exportchooser.ImageExportFileType
org.freehep.graphicsio.gif.GIFExportFileType
- All Implemented Interfaces:
- Comparable<Object>
public class GIFExportFileType
- extends ImageExportFileType
- Version:
- $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/gif/GIFExportFileType.java 59372df5e0d9 2007/02/06 21:11:19 duns $
- Author:
- Charles Loomis
| Methods inherited from class org.freehep.graphicsbase.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()
- Overrides:
hasOptionPanel in class ImageExportFileType
createOptionPanel
public JPanel createOptionPanel(Properties user)
- 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 © 2012. All Rights Reserved.