public class JAVAExportFileType extends AbstractExportFileType
AbstractExportFileType.CancelThread
Constructor and Description |
---|
JAVAExportFileType() |
Modifier and Type | Method and Description |
---|---|
JPanel |
createOptionPanel(Properties user) |
String |
getDescription() |
String[] |
getExtensions() |
VectorGraphics |
getGraphics(File file,
Component target) |
VectorGraphics |
getGraphics(File file,
Dimension dimension) |
VectorGraphics |
getGraphics(OutputStream os,
Component target) |
VectorGraphics |
getGraphics(OutputStream os,
Dimension dimension) |
String[] |
getMIMETypes() |
boolean |
hasOptionPanel() |
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile
adjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoader
public String getDescription()
getDescription
in class ExportFileType
public String[] getExtensions()
getExtensions
in class ExportFileType
public String[] getMIMETypes()
getMIMETypes
in class ExportFileType
public boolean hasOptionPanel()
hasOptionPanel
in class ExportFileType
public VectorGraphics getGraphics(File file, Component target) throws IOException
getGraphics
in class AbstractExportFileType
IOException
public VectorGraphics getGraphics(File file, Dimension dimension) throws IOException
getGraphics
in class AbstractExportFileType
IOException
public JPanel createOptionPanel(Properties user)
createOptionPanel
in class ExportFileType
public VectorGraphics getGraphics(OutputStream os, Component target) throws IOException
getGraphics
in class AbstractExportFileType
IOException
public VectorGraphics getGraphics(OutputStream os, Dimension dimension) throws IOException
getGraphics
in class AbstractExportFileType
IOException
Copyright © 2020. All rights reserved.