Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
L
M
O
S
V
W
A
add(ExportFileType)
- Method in class org.freehep.util.export.
ExportFileTypeRegistry
Adds ExportFile.
addAllExportFileTypes()
- Method in class org.freehep.util.export.
ExportDialog
addExportFileType(ExportFileType)
- Method in class org.freehep.util.export.
ExportDialog
Register an export file type.
addExportFileType(DataFlavor, ExportFileType)
- Method in class org.freehep.util.export.
VectorGraphicsTransferable
Associate a DataFlavor with the ExportFileType
adjustExtension(File, String, String[])
- Static method in class org.freehep.util.export.
ExportFileType
Deprecated.
use adjustExtension(File, String, String[], String)
adjustExtension(File, String, String[], String)
- Static method in class org.freehep.util.export.
ExportFileType
Change the extension of a file if it is not of the appropriate type.
adjustFilename(File, Properties)
- Method in class org.freehep.util.export.
ExportFileType
Gives the accessory the chance to change the output filename.
adjustFilename(File, String, Properties)
- Method in class org.freehep.util.export.
ExportFileType
Gives the accessory the chance to change the output filename.
ALTERNATIVE
- Static variable in class org.freehep.util.export.
ExportFileTypeGroups
applyChangedOptions(JPanel, Properties)
- Method in class org.freehep.util.export.
ExportFileType
Sets any changed options from the optionPanel to the properties object.
B
BITMAP
- Static variable in class org.freehep.util.export.
ExportFileTypeGroups
C
checkExtension(File, String[])
- Static method in class org.freehep.util.export.
ExportFileType
A utility function that checks a file's extension.
compareTo(Object)
- Method in class org.freehep.util.export.
ExportFileType
Compares to other exportfiletype in alphabetical order on the description string.
createOptionPanel(Properties)
- Method in class org.freehep.util.export.
ExportFileType
Returns a panel which allows to user to set options associated with this particular output format.
E
ExportDialog
- Class in
org.freehep.util.export
An "Export" dialog for saving components as graphic files.
ExportDialog()
- Constructor for class org.freehep.util.export.
ExportDialog
Creates a new instance of ExportDialog with all the standard export filetypes.
ExportDialog(String)
- Constructor for class org.freehep.util.export.
ExportDialog
Creates a new instance of ExportDialog with all the standard export filetypes.
ExportDialog(String, boolean)
- Constructor for class org.freehep.util.export.
ExportDialog
Creates a new instance of ExportDialog.
ExportFileType
- Class in
org.freehep.util.export
Objects which extend this class provide enough functionality to provide an output file type for the ExportDialog.
ExportFileType()
- Constructor for class org.freehep.util.export.
ExportFileType
ExportFileTypeGroups
- Class in
org.freehep.util.export
ExportFileTypeGroups(List)
- Constructor for class org.freehep.util.export.
ExportFileTypeGroups
ExportFileTypeRegistry
- Class in
org.freehep.util.export
exportToFile(OutputStream, Component, Component, Properties, String)
- Method in class org.freehep.util.export.
ExportFileType
Writes the given component out in the format of this file type.
exportToFile(File, Component, Component, Properties, String)
- Method in class org.freehep.util.export.
ExportFileType
Writes the given component out in the format of this file type.
exportToFile(OutputStream, Component[], Component, Properties, String)
- Method in class org.freehep.util.export.
ExportFileType
Writes the all given components out in the format of this file type.
exportToFile(File, Component[], Component, Properties, String)
- Method in class org.freehep.util.export.
ExportFileType
Writes the all given components out in the format of this file type.
F
fileHasValidExtension(File)
- Method in class org.freehep.util.export.
ExportFileType
This method returns true if the given file has an extension which can be handled by this file type.
G
get()
- Method in class org.freehep.util.export.
ExportFileTypeRegistry
Returns a list of all registered ExportFileTypes in the order in which they are found in jar files on the classpath.
get(String)
- Method in class org.freehep.util.export.
ExportFileTypeRegistry
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.
getDefaultInstance(ClassLoader)
- Static method in class org.freehep.util.export.
ExportFileTypeRegistry
getDescription()
- Method in class org.freehep.util.export.
ExportFileType
Returns a short description of the format
getExportFileTypes()
- Static method in class org.freehep.util.export.
ExportFileType
Return all registered ExportFileTypes
getExportFileTypes(String)
- Static method in class org.freehep.util.export.
ExportFileType
Return all registered ExportFileTypes for a certain format.
getExportFileTypes(String)
- Method in class org.freehep.util.export.
ExportFileTypeGroups
Return all registered ExportFileTypes for a certain group.
getExtension(File, String[])
- Static method in class org.freehep.util.export.
ExportFileType
Returns the file's (longest) valid extension (ps, eps, heprep.zip), or "".
getExtensions()
- Method in class org.freehep.util.export.
ExportFileType
Returns an array of possible extensions for the format, the first of which is the preferred extension
getFileExtension(File)
- Method in class org.freehep.util.export.
ExportFileType
Returns the longest valid extension on this filename, or "".
getFileFilter()
- Method in class org.freehep.util.export.
ExportFileType
Returns a file filter which selects only those files which correspond to a particular file type.
getGroupNames()
- Method in class org.freehep.util.export.
ExportFileTypeGroups
getLabel(String)
- Method in class org.freehep.util.export.
ExportFileTypeGroups
getMIMETypes()
- Method in class org.freehep.util.export.
ExportFileType
Return the MIME-type(s) for this format, the first of which is the preferred MIME type.
getTransferData(DataFlavor)
- Method in class org.freehep.util.export.
VectorGraphicsTransferable
getTransferDataFlavors()
- Method in class org.freehep.util.export.
VectorGraphicsTransferable
H
hasOptionPanel()
- Method in class org.freehep.util.export.
ExportFileType
Returns true if this format has extra options.
I
isBitmap(String)
- Static method in class org.freehep.util.export.
MimeTypes
isDataFlavorSupported(DataFlavor)
- Method in class org.freehep.util.export.
VectorGraphicsTransferable
isMultipageCapable()
- Method in class org.freehep.util.export.
ExportFileType
Returns true if this ExportFileType can handle multipage output.
isOther(String)
- Static method in class org.freehep.util.export.
MimeTypes
isVector(String)
- Static method in class org.freehep.util.export.
MimeTypes
L
lostOwnership(Clipboard, Transferable)
- Method in class org.freehep.util.export.
VectorGraphicsTransferable
M
MimeTypes
- Class in
org.freehep.util.export
O
org.freehep.util.export
- package org.freehep.util.export
OTHER
- Static variable in class org.freehep.util.export.
ExportFileTypeGroups
S
selectFile()
- Method in class org.freehep.util.export.
ExportDialog
Called to open a "file browser".
setClassLoader(ClassLoader)
- Static method in class org.freehep.util.export.
ExportFileType
Sets the classloader to be used for loading ExportFileTypes
setUserProperties(Properties)
- Method in class org.freehep.util.export.
ExportDialog
Set the Properties object to be used for storing/restoring user preferences.
setValue(Object)
- Method in class org.freehep.util.export.
ExportDialog
showExportDialog(Component, String, Component, Dimension, String)
- Method in class org.freehep.util.export.
ExportDialog
Show the dialog.
showExportDialog(Component, String, Component, String)
- Method in class org.freehep.util.export.
ExportDialog
Show the dialog.
V
VECTOR
- Static variable in class org.freehep.util.export.
ExportFileTypeGroups
VectorGraphicsTransferable
- Class in
org.freehep.util.export
A Transferable for putting vector graphics onto the system clipboard.
VectorGraphicsTransferable(Component)
- Constructor for class org.freehep.util.export.
VectorGraphicsTransferable
Create a VectorGraphicsTransferable with the built-in flavor/ExportFileType associations
VectorGraphicsTransferable(Component, boolean)
- Constructor for class org.freehep.util.export.
VectorGraphicsTransferable
Create a VectorGraphicsTransferable.
W
writeFile(Component, ExportFileType)
- Method in class org.freehep.util.export.
ExportDialog
Called to acually write out the file.
A
B
C
E
F
G
H
I
L
M
O
S
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2007
FreeHEP
. All Rights Reserved.