Package | Description |
---|---|
org.freehep.graphicsbase.util.export |
Modifier and Type | Method and Description |
---|---|
List<ExportFileType> |
ExportFileTypeRegistry.get()
Returns a list of all registered ExportFileTypes in the order in which
they are found in jar files on the classpath.
|
List<ExportFileType> |
ExportFileTypeRegistry.get(String format)
Returns a list of all registered ExportFileTypes in the order in which
they are found in jar files on the classpath, followed by all the extra
registered ExportFileTypes as long as they do not duplicate any
ExportFileType in the list.
|
static List<ExportFileType> |
ExportFileType.getExportFileTypes()
Return all registered ExportFileTypes
|
static List<ExportFileType> |
ExportFileType.getExportFileTypes(String format)
Return all registered ExportFileTypes for a certain format.
|
List<ExportFileType> |
ExportFileTypeGroups.getExportFileTypes(String group)
Return all registered ExportFileTypes for a certain group.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportFileTypeRegistry.add(ExportFileType exportFileType)
Adds ExportFile.
|
void |
VectorGraphicsTransferable.addExportFileType(DataFlavor flavor,
ExportFileType type)
Associate a DataFlavor with the ExportFileType
|
void |
ExportDialog.addExportFileType(ExportFileType fileType)
Register an export file type.
|
protected boolean |
ExportDialog.writeFile(Component component,
ExportFileType t)
Called to acually write out the file.
|
Constructor and Description |
---|
ExportFileTypeGroups(List<ExportFileType> exportFileTypes) |
Copyright © 2014. All rights reserved.