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, exportToFileadjustExtension, adjustExtension, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoaderpublic String getDescription()
getDescription in class ExportFileTypepublic String[] getExtensions()
getExtensions in class ExportFileTypepublic String[] getMIMETypes()
getMIMETypes in class ExportFileTypepublic boolean hasOptionPanel()
hasOptionPanel in class ExportFileTypepublic JPanel createOptionPanel(Properties user)
createOptionPanel in class ExportFileTypepublic VectorGraphics getGraphics(OutputStream os, Component target) throws IOException
getGraphics in class AbstractExportFileTypeIOExceptionpublic VectorGraphics getGraphics(OutputStream os, Dimension dimension) throws IOException
getGraphics in class AbstractExportFileTypeIOExceptionpublic VectorGraphics getGraphics(File file, Component target) throws IOException
getGraphics in class AbstractExportFileTypeIOExceptionpublic VectorGraphics getGraphics(File file, Dimension dimension) throws IOException
getGraphics in class AbstractExportFileTypeIOExceptionpublic File adjustFilename(File file, Properties user)
adjustFilename in class ExportFileTypeCopyright © 2020. All rights reserved.