org.freehep.graphicsio.ps
Class EPSExportFileType
java.lang.Object
org.freehep.graphicsbase.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.ps.AbstractPSExportFileType
org.freehep.graphicsio.ps.EPSExportFileType
- All Implemented Interfaces:
- Comparable<Object>
public class EPSExportFileType
- extends AbstractPSExportFileType
- Version:
- $Id: freehep-graphicsio-ps/src/main/java/org/freehep/graphicsio/ps/EPSExportFileType.java bed5e3a39f35 2007/09/10 18:13:00 duns $
- Author:
- Mark Donszelmann, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPSExportFileType
public EPSExportFileType()
getDescription
public String getDescription()
- Specified by:
getDescription in class ExportFileType
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions in class ExportFileType
createOptionPanel
public JPanel createOptionPanel(Properties user)
- Overrides:
createOptionPanel in class AbstractPSExportFileType
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.