public class EMFExportFileType extends AbstractExportFileType
AbstractExportFileType.CancelThread| Constructor and Description |
|---|
EMFExportFileType() |
| Modifier and Type | Method and Description |
|---|---|
JPanel |
createOptionPanel(Properties user)
Returns a panel which allows to user to set options associated
with this particular output format.
|
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
|
VectorGraphics |
getGraphics(OutputStream os,
Component target)
The method returns a graphics context specific for this ExportFileType.
|
VectorGraphics |
getGraphics(OutputStream os,
Dimension dimension)
Returns a graphics context for this ExportFileType.
|
String[] |
getMIMETypes()
Return the MIME-type(s) for this format, the first of which is the
preferred MIME type.
|
boolean |
hasOptionPanel()
Returns true if this format has extra options.
|
applyChangedOptions, exportToFile, exportToFile, exportToFile, exportToFile, getGraphics, getGraphicsadjustExtension, adjustExtension, adjustFilename, adjustFilename, checkExtension, compareTo, fileHasValidExtension, getExportFileTypes, getExportFileTypes, getExtension, getFileExtension, getFileFilter, isMultipageCapable, setClassLoaderpublic String getDescription()
ExportFileTypegetDescription in class ExportFileTypepublic String[] getExtensions()
ExportFileTypegetExtensions in class ExportFileTypepublic String[] getMIMETypes()
ExportFileTypegetMIMETypes in class ExportFileTypepublic boolean hasOptionPanel()
ExportFileTypehasOptionPanel in class ExportFileTypepublic JPanel createOptionPanel(Properties user)
ExportFileTypecreateOptionPanel in class ExportFileTypepublic VectorGraphics getGraphics(OutputStream os, Component target) throws IOException
AbstractExportFileTypegetGraphics in class AbstractExportFileTypeIOExceptionpublic VectorGraphics getGraphics(OutputStream os, Dimension dimension) throws IOException
AbstractExportFileTypegetGraphics in class AbstractExportFileTypeIOExceptionCopyright © 2016. All rights reserved.