Vector Graphics, 2.4

org.freehep.graphicsio.swf
Class SWFExportFileType

java.lang.Object
  extended by org.freehep.graphicsbase.util.export.ExportFileType
      extended by org.freehep.graphicsio.exportchooser.AbstractExportFileType
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType
AbstractExportFileType.CancelThread
 
Constructor Summary
SWFExportFileType()
           
 
Method Summary
 JPanel createOptionPanel(Properties user)
           
 String getDescription()
           
 String[] getExtensions()
           
 VectorGraphics getGraphics(OutputStream os, Component target)
           
 VectorGraphics getGraphics(OutputStream os, Dimension dimension)
           
 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.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
 

Constructor Detail

SWFExportFileType

public SWFExportFileType()
Method Detail

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

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.