Vector Graphics, 2.4

org.freehep.graphicsio.ps
Class AbstractPSExportFileType

java.lang.Object
  extended by org.freehep.graphicsbase.util.export.ExportFileType
      extended by org.freehep.graphicsio.exportchooser.AbstractExportFileType
          extended by org.freehep.graphicsio.ps.AbstractPSExportFileType
All Implemented Interfaces:
Comparable<Object>
Direct Known Subclasses:
EPSExportFileType, PSExportFileType

public abstract class AbstractPSExportFileType
extends AbstractExportFileType

Version:
$Id: freehep-graphicsio-ps/src/main/java/org/freehep/graphicsio/ps/AbstractPSExportFileType.java bed5e3a39f35 2007/09/10 18:13:00 duns $
Author:
Charles Loomis, Simon Fischer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType
AbstractExportFileType.CancelThread
 
Field Summary
protected static String[] bitsList
           
protected  OptionPanel preview
           
protected  OptionCheckBox previewCheckBox
           
 
Constructor Summary
AbstractPSExportFileType()
           
 
Method Summary
 JPanel createOptionPanel(Properties user)
           
 String[] getMIMETypes()
           
 boolean hasOptionPanel()
           
 
Methods inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile, getGraphics, getGraphics, getGraphics, getGraphics
 
Methods inherited from class org.freehep.graphicsbase.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
 

Field Detail

bitsList

protected static final String[] bitsList

preview

protected OptionPanel preview

previewCheckBox

protected OptionCheckBox previewCheckBox
Constructor Detail

AbstractPSExportFileType

public AbstractPSExportFileType()
Method Detail

hasOptionPanel

public boolean hasOptionPanel()
Overrides:
hasOptionPanel in class ExportFileType

getMIMETypes

public String[] getMIMETypes()
Specified by:
getMIMETypes in class ExportFileType

createOptionPanel

public JPanel createOptionPanel(Properties user)
Overrides:
createOptionPanel in class ExportFileType

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.