org.freehep.graphicsio.pdf
Class PDFExportFileType
java.lang.Object
org.freehep.util.export.ExportFileType
org.freehep.graphicsio.exportchooser.AbstractExportFileType
org.freehep.graphicsio.pdf.PDFExportFileType
- All Implemented Interfaces:
- Comparable
public class PDFExportFileType
- extends org.freehep.graphicsio.exportchooser.AbstractExportFileType
- Version:
- $Id: PDFExportFileType.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Simon Fischer
Nested classes/interfaces inherited from class org.freehep.graphicsio.exportchooser.AbstractExportFileType |
org.freehep.graphicsio.exportchooser.AbstractExportFileType.CancelThread |
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 |
PDFExportFileType
public PDFExportFileType()
getDescription
public String getDescription()
- Specified by:
getDescription
in class org.freehep.util.export.ExportFileType
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions
in class org.freehep.util.export.ExportFileType
getMIMETypes
public String[] getMIMETypes()
- Specified by:
getMIMETypes
in class org.freehep.util.export.ExportFileType
isMultipageCapable
public boolean isMultipageCapable()
- Overrides:
isMultipageCapable
in class org.freehep.util.export.ExportFileType
hasOptionPanel
public boolean hasOptionPanel()
- Overrides:
hasOptionPanel
in class org.freehep.util.export.ExportFileType
createOptionPanel
public JPanel createOptionPanel(Properties user)
- Overrides:
createOptionPanel
in class org.freehep.util.export.ExportFileType
getGraphics
public org.freehep.graphics2d.VectorGraphics getGraphics(OutputStream os,
Component target)
throws IOException
- Specified by:
getGraphics
in class org.freehep.graphicsio.exportchooser.AbstractExportFileType
- Throws:
IOException
Copyright © 2000-2006 FreeHEP. All Rights Reserved.