|
Vector Graphics, 2.4 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ExportFileType | |
|---|---|
| org.freehep.graphicsbase.util.export | |
| Uses of ExportFileType in org.freehep.graphicsbase.util.export |
|---|
| Methods in org.freehep.graphicsbase.util.export that return types with arguments of type ExportFileType | |
|---|---|
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 |
List<ExportFileType> |
ExportFileTypeGroups.getExportFileTypes(String group)
Return all registered ExportFileTypes for a certain group. |
static List<ExportFileType> |
ExportFileType.getExportFileTypes(String format)
Return all registered ExportFileTypes for a certain format. |
| Methods in org.freehep.graphicsbase.util.export with parameters of type ExportFileType | |
|---|---|
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 parameters in org.freehep.graphicsbase.util.export with type arguments of type ExportFileType | |
|---|---|
ExportFileTypeGroups(List<ExportFileType> exportFileTypes)
|
|
|
Vector Graphics, 2.4 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||