org.freehep.graphicsio.ps
Class PSExportFileType
java.lang.Object
org.freehep.graphicsbase.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.ps.AbstractPSExportFileType
org.freehep.graphicsio.ps.PSExportFileType
- All Implemented Interfaces:
- Comparable<Object>
public class PSExportFileType
- extends AbstractPSExportFileType
- Version:
- $Id: freehep-graphicsio-ps/src/main/java/org/freehep/graphicsio/ps/PSExportFileType.java bed5e3a39f35 2007/09/10 18:13:00 duns $
- Author:
- Mark Donszelmann, Charles Loomis, Simon Fischer
| Methods inherited from class org.freehep.graphicsbase.util.export.ExportFileType |
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, setClassLoader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSExportFileType
public PSExportFileType()
getDescription
public String getDescription()
- Specified by:
getDescription in class ExportFileType
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions in class ExportFileType
isMultipageCapable
public boolean isMultipageCapable()
- Overrides:
isMultipageCapable 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.