org.freehep.graphicsio.swf
Class SWFExportFileType
java.lang.Object
org.freehep.graphicsbase.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.swf.SWFExportFileType
- All Implemented Interfaces:
- Comparable<Object>
public class SWFExportFileType
- extends AbstractExportFileType
// FIXME, check all options
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/SWFExportFileType.java 4c4708a97391 2007/06/12 22:32:31 duns $
- Author:
- Mark Donszelmann
| Methods inherited from class org.freehep.graphicsbase.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWFExportFileType
public SWFExportFileType()
getDescription
public String getDescription()
- Specified by:
getDescription in class ExportFileType
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions in class ExportFileType
getMIMETypes
public String[] getMIMETypes()
- Specified by:
getMIMETypes in class ExportFileType
hasOptionPanel
public boolean hasOptionPanel()
- Overrides:
hasOptionPanel in class ExportFileType
createOptionPanel
public JPanel createOptionPanel(Properties user)
- Overrides:
createOptionPanel in class ExportFileType
getGraphics
public VectorGraphics getGraphics(OutputStream os,
Component target)
throws IOException
- Specified by:
getGraphics in class AbstractExportFileType
- Throws:
IOException
getGraphics
public VectorGraphics getGraphics(OutputStream os,
Dimension dimension)
throws IOException
- Specified by:
getGraphics in class AbstractExportFileType
- Throws:
IOException
Copyright © 2014. All rights reserved.