- E_CharDataFlag - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
-
- E_InitialNameCharFlag - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
-
- E_NameCharFlag - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
-
- ErrorDetailsDialog(JDialog, Throwable) - Constructor for class org.freehep.graphicsbase.swing.ErrorDialog.ErrorDetailsDialog
-
- ErrorDialog - Class in org.freehep.graphicsbase.swing
-
A utility for displaying errors in dialogs.
- ErrorDialog.ErrorDetailsDialog - Class in org.freehep.graphicsbase.swing
-
- ExportDialog - Class in org.freehep.graphicsbase.util.export
-
An "Export" dialog for saving components as graphic files.
- ExportDialog() - Constructor for class org.freehep.graphicsbase.util.export.ExportDialog
-
Creates a new instance of ExportDialog with all the standard export filetypes.
- ExportDialog(String) - Constructor for class org.freehep.graphicsbase.util.export.ExportDialog
-
Creates a new instance of ExportDialog with all the standard export filetypes.
- ExportDialog(String, boolean) - Constructor for class org.freehep.graphicsbase.util.export.ExportDialog
-
Creates a new instance of ExportDialog.
- ExportFileType - Class in org.freehep.graphicsbase.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.graphicsbase.util.export.ExportFileType
-
- ExportFileTypeGroups - Class in org.freehep.graphicsbase.util.export
-
- ExportFileTypeGroups(List<ExportFileType>) - Constructor for class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
-
- ExportFileTypeRegistry - Class in org.freehep.graphicsbase.util.export
-
- exportToFile(OutputStream, Component, Component, Properties, String) - Method in class org.freehep.graphicsbase.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.graphicsbase.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.graphicsbase.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.graphicsbase.util.export.ExportFileType
-
Writes the all given components out in the format of this file
type.
- ExtensionFileFilter - Class in org.freehep.graphicsbase.swing
-
A FileFilter which filters out all files except those which end with the
given tag.
- ExtensionFileFilter() - Constructor for class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Creates a file filter.
- ExtensionFileFilter(String) - Constructor for class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Creates a file filter that accepts files with the given ending.
- ExtensionFileFilter(String, String) - Constructor for class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Creates a file filter that accepts the files with the given endings.
- ExtensionFileFilter(String[]) - Constructor for class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Creates a file filter from the array of given endings.
- ExtensionFileFilter(String[], String) - Constructor for class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Creates a file filter from the given string array and description.
- get() - Method in class org.freehep.graphicsbase.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.graphicsbase.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.
- getBestCursor(String, Class<?>, int, int) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Create the best cursor by reading from a URL, with hotspot (0,0).
- getBestCursor(String, Class<?>, int, int, int, int) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Create the best cursor by reading from a URL, with hotspot (x, y).
- getBoolean() - Method in class org.freehep.graphicsbase.util.Value
-
Get the boolean value.
- getByte() - Method in class org.freehep.graphicsbase.util.Value
-
Get the byte value.
- getBytes(Image, Color, String, int, ImageObserver) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
-
- getBytes(RenderedImage, Color, String, int) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
-
Returns the bytes of an image.
- getCategories() - Method in class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Returns an Iterator
of Class
objects
indicating the current set of categories.
- getChar() - Method in class org.freehep.graphicsbase.util.Value
-
Get the char value.
- getCursor(URL) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Create a cursor by reading from a URL, with hotspot (0,0).
- getCursor(URL, int, int) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Create a cursor by reading from a URL
- getCursor(String, Class<?>) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Convenience routine, equivalent to getCursor(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
- getCursor(String, Class<?>, int, int) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Convenience routine, equivalent to getCursor(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
- getDate() - Method in class org.freehep.graphicsbase.util.Value
-
Get the Date value.
- getDefaultInstance(ClassLoader) - Static method in class org.freehep.graphicsbase.util.export.ExportFileTypeRegistry
-
- getDescription() - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Returns the human readable description of this filter.
- getDescription() - Method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Returns a short description of the format
- getDouble() - Method in class org.freehep.graphicsbase.util.Value
-
Get the double value.
- getError() - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- getExportFileTypes() - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Return all registered ExportFileTypes
- getExportFileTypes(String) - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Return all registered ExportFileTypes for a certain format.
- getExportFileTypes(String) - Method in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
-
Return all registered ExportFileTypes for a certain group.
- getExtension(File) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Returns the extension portion of the files name (if part of this file filter).
- getExtension(File, String[]) - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Returns the file's (longest) valid extension (ps, eps, heprep.zip), or "".
- getExtensions() - Method in class org.freehep.graphicsbase.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.graphicsbase.util.export.ExportFileType
-
Returns the longest valid extension on this filename, or "".
- getFileFilter() - Method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Returns a file filter which selects only those files which
correspond to a particular file type.
- getFloat() - Method in class org.freehep.graphicsbase.util.Value
-
Get the float value.
- getGridBagConstraints(String) - Method in class org.freehep.graphicsbase.swing.layout.TableLayout
-
- getGridBagConstraints(String, GridBagConstraints) - Static method in class org.freehep.graphicsbase.swing.layout.TableLayout
-
- getGroupNames() - Method in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
-
- getIcon(URL) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Create an Icon by reading from a URL
- getIcon(String, Class<?>) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Convenience routine, equivalent to getIcon(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
- getImage(URL) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Load an image from a URL.
- getImage(String, Class<?>) - Static method in class org.freehep.graphicsbase.util.images.ImageHandler
-
Convenience routine, equivalent to getImage(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
- getInt() - Method in class org.freehep.graphicsbase.util.Value
-
Get the integer value.
- getLabel(String) - Method in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
-
- getLong() - Method in class org.freehep.graphicsbase.util.Value
-
Get the long value.
- getMaxWidth() - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
The maximum allowable width of formatted number excluding any exponentials
- getMIMETypes() - Method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Return the MIME-type(s) for this format, the first of which is the
preferred MIME type.
- getMinError() - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- getObject() - Method in class org.freehep.graphicsbase.util.Value
-
Get the Object value.
- getPlusError() - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- getProperty(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getProperty(String, String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyColor(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyColor(String, Color) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyDimension(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyDimension(String, Dimension) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyDouble(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyDouble(String, double) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyFloat(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyFloat(String, float) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyInsets(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyInsets(String, Insets) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyInt(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyInt(String, int) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyRectangle(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyRectangle(String, Rectangle) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyStringArray(String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getPropertyStringArray(String, String[]) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- getScientificNotationStyle() - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
The formatting style: True means Pure scientific formatting, False means standard.
- getServiceProviderByClass(Class<T>) - Method in class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Returns the currently registered service provider object that
is of the given class type.
- getServiceProviders(Class<T>, boolean) - Method in class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Returns an Iterator
containing all registered
service providers in the given category.
- getServiceProviders(Class<T>, ServiceRegistry.Filter, boolean) - Method in class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Returns an Iterator
containing service provider
objects within a given category that satisfy a criterion
imposed by the supplied ServiceRegistry.Filter
object's filter
method.
- getShort() - Method in class org.freehep.graphicsbase.util.Value
-
Get the short value.
- getSigDigits() - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
Number of significant digits.
- getString() - Method in class org.freehep.graphicsbase.util.Value
-
Get the String value.
- getTransferData(DataFlavor) - Method in class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
-
- getTransferDataFlavors() - Method in class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
-
- getType() - Method in class org.freehep.graphicsbase.util.Value
-
Get the Value's type
- getValue() - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- ScientificFormat - Class in org.freehep.graphicsbase.util
-
This code formats numbers in Scientific Notation.
- ScientificFormat() - Constructor for class org.freehep.graphicsbase.util.ScientificFormat
-
- ScientificFormat(int, int, boolean) - Constructor for class org.freehep.graphicsbase.util.ScientificFormat
-
Sets the significant digits, maximum allowable width and number formatting style
(SciNote == true for Pure formatting).
- selectFile() - Method in class org.freehep.graphicsbase.util.export.ExportDialog
-
Called to open a "file browser".
- Service - Class in org.freehep.graphicsbase.util
-
This class does the same as sun.misc.Service, which may become public
in some java or javax package at some point.
- ServiceRegistry - Class in org.freehep.graphicsbase.util.export
-
A registry for service provider instances.
- ServiceRegistry(Iterator<Class<?>>) - Constructor for class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Constructs a ServiceRegistry
instance with a
set of categories taken from the categories
argument.
- ServiceRegistry.Filter - Interface in org.freehep.graphicsbase.util.export
-
A simple filter interface used by
ServiceRegistry.getServiceProviders
to select
providers matching an arbitrary criterion.
- set(int) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to an integer.
- set(short) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a short.
- set(long) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a long.
- set(float) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a float.
- set(double) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a double.
- set(boolean) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a boolean.
- set(byte) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a byte.
- set(char) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a char.
- set(String) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a String.
- set(Date) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to a Date.
- set(Object) - Method in class org.freehep.graphicsbase.util.Value
-
Set the Value's internal value to an Object.
- setAttribute(String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set String attribute
- setAttribute(String, Color) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set Color attribute
- setAttribute(String, byte) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set byte attribute
- setAttribute(String, char) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set char attribute
- setAttribute(String, long) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set long attribute
- setAttribute(String, int) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set int attribute
- setAttribute(String, short) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set short attribute
- setAttribute(String, boolean) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set boolean attribute
- setAttribute(String, float) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set float attribute
- setAttribute(String, double) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set double attribute
- setAttribute(String, String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set String attribute
- setAttribute(String, String, Color) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set Color attribute
- setAttribute(String, String, byte) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set byte attribute
- setAttribute(String, String, char) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set char attribute
- setAttribute(String, String, long) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set long attribute
- setAttribute(String, String, int) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set int attribute
- setAttribute(String, String, short) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set short attribute
- setAttribute(String, String, boolean) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set boolean attribute
- setAttribute(String, String, float) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set float attribute
- setAttribute(String, String, double) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
-
Set double attribute
- setAttribute(String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
Sets an attribute which will be included in the next tag
printed by openTag or printTag
- setAttribute(String, String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, byte) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, char) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, long) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, int) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, short) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, boolean) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, float) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, double) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, Color) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, byte) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, char) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, long) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, int) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, short) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, boolean) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, float) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, double) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setAttribute(String, String, Color) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
-
- setClassLoader(ClassLoader) - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
-
Sets the classloader to be used for loading ExportFileTypes
- setDescription(String) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Sets the human readable description of this filter.
- setError(double) - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- setError(double, double) - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- setExtensionListInDescription(boolean) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
-
Determines whether the extension list (.jpg, .gif, etc) should
show up in the human readable description.
- setMaxWidth(int) - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
Sets the maximum allowable length of the formattted number mantissa before exponential notation
is used.
- setOrdering(Class<T>, T, T) - Method in class org.freehep.graphicsbase.util.export.ServiceRegistry
-
Sets a pairwise ordering between two service provider objects
within a given category.
- setProperties(Properties) - Method in class org.freehep.graphicsbase.util.UserProperties
-
Copies properties, including its defaults into this UserProperties
- setProperty(String, String) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, String[]) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, String[]) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, Color) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, Color) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, Rectangle) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, Rectangle) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, Insets) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, Insets) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, Dimension) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, Dimension) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, int) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, int) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, double) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, double) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, float) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, float) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(String, boolean) - Method in class org.freehep.graphicsbase.util.UserProperties
-
- setProperty(Properties, String, boolean) - Static method in class org.freehep.graphicsbase.util.UserProperties
-
- setScientificNotationStyle(boolean) - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
Sets the format style used.
- setSigDigits(int) - Method in class org.freehep.graphicsbase.util.ScientificFormat
-
Sets the number of significant digits for the formatted number
- setUserProperties(Properties) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
-
Set the Properties object to be used for storing/restoring
user preferences.
- setValue(double) - Method in class org.freehep.graphicsbase.util.DoubleWithError
-
- setValue(Object) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
-
- setValue(Value) - Method in class org.freehep.graphicsbase.util.Value
-
- show() - Method in class org.freehep.graphicsbase.swing.Headless
-
- showErrorDialog(Component, Object, Throwable) - Static method in class org.freehep.graphicsbase.swing.ErrorDialog
-
Creates a dialog which will display a message to the user.
- showExportDialog(Component, String, Component, Dimension, String) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
-
Show the dialog.
- showExportDialog(Component, String, Component, String) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
-
Show the dialog.