FreeHEP API
Version current

org.freehep.graphicsio.ps
Class PSExportFileType

java.lang.Object
  extended byorg.freehep.util.export.ExportFileType
      extended byorg.freehep.graphicsio.exportchooser.AbstractExportFileType
          extended byorg.freehep.graphicsio.ps.AbstractPSExportFileType
              extended byorg.freehep.graphicsio.ps.PSExportFileType
All Implemented Interfaces:
Comparable

public class PSExportFileType
extends AbstractPSExportFileType

Version:
$Id: PSExportFileType.java,v 1.7 2004/01/15 19:16:56 duns Exp $
Author:
Charles Loomis, Simon Fischer
Source Code:
PSExportFileType.java

Nested Class Summary
 
Nested classes 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()
          Returns a short description of the format
 String[] getExtensions()
          Returns an array of possible extensions for the format, the first of which is the preferred extension
 boolean isMultipageCapable()
          Returns true if this ExportFileType can handle multipage output.
 
Methods inherited from class org.freehep.graphicsio.ps.AbstractPSExportFileType
createOptionPanel, getGraphics, getMIMETypes, hasOptionPanel
 
Methods inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile, getGraphics
 
Methods inherited from class org.freehep.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()
Description copied from class: ExportFileType
Returns a short description of the format

Specified by:
getDescription in class ExportFileType

getExtensions

public String[] getExtensions()
Description copied from class: ExportFileType
Returns an array of possible extensions for the format, the first of which is the preferred extension

Specified by:
getExtensions in class ExportFileType

isMultipageCapable

public boolean isMultipageCapable()
Description copied from class: ExportFileType
Returns true if this ExportFileType can handle multipage output. The default implementation return false;

Overrides:
isMultipageCapable in class ExportFileType

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.