public class SVGExportFileType extends AbstractExportFileType
AbstractExportFileType.CancelThread
Constructor and Description |
---|
SVGExportFileType() |
Modifier and Type | Method and Description |
---|---|
File |
adjustFilename(File file,
Properties user) |
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, 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 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
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 File adjustFilename(File file, Properties user)
adjustFilename
in class ExportFileType
Copyright © 2020. All rights reserved.