Vector Graphics, 2.4

org.freehep.graphicsio.ps
Class PSExportFileType

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
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType
AbstractExportFileType.CancelThread
 
Field Summary
 
Fields inherited from class org.freehep.graphicsio.ps.AbstractPSExportFileType
bitsList, preview, previewCheckBox
 
Constructor Summary
PSExportFileType()
           
 
Method Summary
 String getDescription()
           
 String[] getExtensions()
           
 VectorGraphics getGraphics(OutputStream os, Component target)
           
 VectorGraphics getGraphics(OutputStream os, Dimension dimension)
           
 boolean isMultipageCapable()
           
 
Methods inherited from class org.freehep.graphicsio.ps.AbstractPSExportFileType
createOptionPanel, getMIMETypes, 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, setClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSExportFileType

public PSExportFileType()
Method Detail

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

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.