Vector Graphics, 2.3.1-SNAPSHOT
A B C D E F G H I L M N O P R S T U V W X 

A

accept(File) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
add(ExportFileType) - Method in class org.freehep.graphicsbase.util.export.ExportFileTypeRegistry
Adds ExportFile.
addAllExportFileTypes() - Method in class org.freehep.graphicsbase.util.export.ExportDialog
 
addExportFileType(ExportFileType) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
Register an export file type.
addExportFileType(DataFlavor, ExportFileType) - Method in class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
Associate a DataFlavor with the ExportFileType
addExtension(String) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
Adds an extension to filter against.
addLayoutComponent(String, Component) - Method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
addLayoutComponent(Component, Object) - Method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
adjustExtension(File, String, String[]) - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
Deprecated.
use adjustExtension(File, String, String[], String)
adjustExtension(File, String, String[], String) - Static method in class org.freehep.graphicsbase.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.graphicsbase.util.export.ExportFileType
Gives the accessory the chance to change the output filename.
adjustFilename(File, String, Properties) - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Gives the accessory the chance to change the output filename.
altDefaults - Variable in class org.freehep.graphicsbase.util.UserProperties
 
ALTERNATIVE - Static variable in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
 
applyChangedOptions(JPanel, Properties) - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Sets any changed options from the optionPanel to the properties object.
Assert - Class in org.freehep.graphicsbase.util
Additional assert methods to the junit.framework.Assert class.
Assert() - Constructor for class org.freehep.graphicsbase.util.Assert
static class only
assertEquals(File, File, boolean) - Static method in class org.freehep.graphicsbase.util.Assert
Compares two files.
assertEquals(InputStream, InputStream, boolean, String) - Static method in class org.freehep.graphicsbase.util.Assert
Compares two streams.

B

BITMAP - Static variable in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
 
brokenCursor - Static variable in class org.freehep.graphicsbase.util.images.ImageHandler
 
brokenIcon - Static variable in class org.freehep.graphicsbase.util.images.ImageHandler
 
brokenImage - Static variable in class org.freehep.graphicsbase.util.images.ImageHandler
 

C

checkExtension(File, String[]) - Static method in class org.freehep.graphicsbase.util.export.ExportFileType
A utility function that checks a file's extension.
checkNameValid(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
 
close() - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Close writer
close() - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
closes the writer
closed - Variable in class org.freehep.graphicsbase.xml.util.XMLWriter
 
closeDoc() - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Close XML doc
closeDoc() - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Closes the document, and checks if you closed all the tags
closeTag() - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Close nearest tag
closeTag() - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Closes the current XML tag and decreases the indentation level
COLUMN - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
COLUMN_FILL - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
compareTo(Object) - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Compares to other exportfiletype in alphabetical order on the description string.
createBufferedImage(RenderedImage, ImageObserver, Color) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
 
createBufferedImage(Image, ImageObserver, Color) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
 
createOptionPanel(Properties) - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Returns a panel which allows to user to set options associated with this particular output format.
createRenderedImage(Image, ImageObserver, Color) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
 
createRenderedImage(RenderedImage, Color) - Static method in class org.freehep.graphicsbase.util.images.ImageUtilities
 

D

defaultNameSpace - Variable in class org.freehep.graphicsbase.xml.util.XMLWriter
 
DoubleWithError - Class in org.freehep.graphicsbase.util
A class that encapsulates a value and its error.
DoubleWithError(double, double) - Constructor for class org.freehep.graphicsbase.util.DoubleWithError
 
DoubleWithError(double, double, double) - Constructor for class org.freehep.graphicsbase.util.DoubleWithError
 

E

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
 
ErrorDialog - Class in org.freehep.graphicsbase.swing
A utility for displaying errors in dialogs.
ErrorDialog.ErrorDetailsDialog - Class in org.freehep.graphicsbase.swing
 
ErrorDialog.ErrorDetailsDialog(JDialog, Throwable) - Constructor for class org.freehep.graphicsbase.swing.ErrorDialog.ErrorDetailsDialog
 
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.

F

fgAsciiAlphaChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiCharData - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiEncNameChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiInitialNameChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiInitialNCNameChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiNameChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiNCNameChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiPubidChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiWSCharData - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgAsciiXDigitChar - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fgCharFlags - Static variable in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
fileHasValidExtension(File) - Method in class org.freehep.graphicsbase.util.export.ExportFileType
This method returns true if the given file has an extension which can be handled by this file type.
format(Object, StringBuffer, FieldPosition) - Method in class org.freehep.graphicsbase.util.ScientificFormat
Implementation of inherited abstract method.
format(double) - Method in class org.freehep.graphicsbase.util.ScientificFormat
Format the number using scientific notation
fromExternal(String) - Method in class org.freehep.graphicsbase.util.Value
Set to value from the external respresentation
FULL - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 

G

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.
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
Returns 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
Returns the formatting style: True means Pure scientific formatting, False means standard.
getShort() - Method in class org.freehep.graphicsbase.util.Value
Get the short value.
getSigDigits() - Method in class org.freehep.graphicsbase.util.ScientificFormat
Returns the 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
 

H

hasAsymmetricError() - Method in class org.freehep.graphicsbase.util.DoubleWithError
 
hasOptionPanel() - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Returns true if this format has extra options.
Headless - Class in org.freehep.graphicsbase.swing
A class which aids in creating swing components in a "headless" environment.
Headless(JComponent) - Constructor for class org.freehep.graphicsbase.swing.Headless
 

I

ImageHandler - Class in org.freehep.graphicsbase.util.images
A convenience class for handling images.
ImageHandler() - Constructor for class org.freehep.graphicsbase.util.images.ImageHandler
 
ImageUtilities - Class in org.freehep.graphicsbase.util.images
 
initCharFlags() - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
installedProviders(Class<Object>) - Static method in class org.freehep.graphicsbase.util.Service
 
isBitmap(String) - Static method in class org.freehep.graphicsbase.util.export.MimeTypes
 
isDataFlavorSupported(DataFlavor) - Method in class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
 
isExtensionListInDescription() - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isMultipageCapable() - Method in class org.freehep.graphicsbase.util.export.ExportFileType
Returns true if this ExportFileType can handle multipage output.
isOther(String) - Static method in class org.freehep.graphicsbase.util.export.MimeTypes
 
isProperty(String) - Method in class org.freehep.graphicsbase.util.UserProperties
 
isProperty(String, boolean) - Method in class org.freehep.graphicsbase.util.UserProperties
 
isVector(String) - Static method in class org.freehep.graphicsbase.util.export.MimeTypes
 

L

LEFT - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
lostOwnership(Clipboard, Transferable) - Method in class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
 

M

main(String[]) - Static method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
match(File) - Method in class org.freehep.graphicsbase.swing.ExtensionFileFilter
This determines if the file matches any of the extensions.
MimeTypes - Class in org.freehep.graphicsbase.util.export
 

N

NO_RESIZE - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
normalize(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLWriter
Normalizes the given string for an Attribute value
normalizeText(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLWriter
Normalizes the given string for Text

O

openDoc() - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Open XML doc with standard parameters
openDoc(String, String, boolean) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Open XML doc
openDoc() - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Opens the document with an xml header
openDoc(String, String, boolean) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Opens the document with an xml header
openTag(String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Write an xml open tag
openTag(String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Write an xml open tag
openTag(String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints a new XML tag and increases the identation level
openTag(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints a new XML tag and increases the identation level
org.freehep.graphicsbase.swing - package org.freehep.graphicsbase.swing
 
org.freehep.graphicsbase.swing.layout - package org.freehep.graphicsbase.swing.layout
 
org.freehep.graphicsbase.util - package org.freehep.graphicsbase.util
 
org.freehep.graphicsbase.util.export - package org.freehep.graphicsbase.util.export
 
org.freehep.graphicsbase.util.images - package org.freehep.graphicsbase.util.images
 
org.freehep.graphicsbase.xml.util - package org.freehep.graphicsbase.xml.util
 
OTHER - Static variable in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
 

P

parseObject(String, ParsePosition) - Method in class org.freehep.graphicsbase.util.ScientificFormat
Dummy implementation of inherited abstract method.
print(String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
 
print(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints character data, while escaping < and >
print(Node) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints a DOM node, recursively.
printAttributes(int) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
 
printComment(String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
 
printComment(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Print a comment
println(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints character data, while escaping < and >
printTag(String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Write empty tag
printTag(String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
Write empty tag
printTag(String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints an empty XML tag.
printTag(String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Prints an empty XML tag.
propertyNames() - Method in class org.freehep.graphicsbase.util.UserProperties
 
providers(Class<?>, ClassLoader) - Static method in class org.freehep.graphicsbase.util.Service
 
providers(Class<?>) - Static method in class org.freehep.graphicsbase.util.Service
 

R

referToDTD(String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
 
referToDTD(String, String, String) - Method in interface org.freehep.graphicsbase.xml.util.XMLTagWriter
 
referToDTD(String, String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Writes a reference to a DTD
referToDTD(String, String) - Method in class org.freehep.graphicsbase.xml.util.XMLWriter
Writes a reference to a DTD
RESIZE_BOTH - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
RESIZE_HEIGHT - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
RESIZE_WIDTH - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
RIGHT - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 

S

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.
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.
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.

T

TableLayout - Class in org.freehep.graphicsbase.swing.layout
This layoutmanager uses all of the GridBagLayout's managers functionality and power but allows you to set the options easily.
TableLayout() - Constructor for class org.freehep.graphicsbase.swing.layout.TableLayout
 
TableLayout(String) - Constructor for class org.freehep.graphicsbase.swing.layout.TableLayout
 
TableLayout.TableConstraints - Class in org.freehep.graphicsbase.swing.layout
 
TableLayout.TableConstraints() - Constructor for class org.freehep.graphicsbase.swing.layout.TableLayout.TableConstraints
 
TableLayout.TableConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class org.freehep.graphicsbase.swing.layout.TableLayout.TableConstraints
 
toExternal() - Method in class org.freehep.graphicsbase.util.Value
Returns an external representation of this value
toString() - Method in class org.freehep.graphicsbase.swing.layout.TableLayout.TableConstraints
 
toString() - Method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
toString(GridBagConstraints) - Static method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
toString() - Method in class org.freehep.graphicsbase.util.DoubleWithError
 
toString() - Method in class org.freehep.graphicsbase.util.Value
Get the String value.
TYPE_BOOLEAN - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_BYTE - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_CHAR - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_DATE - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_DOUBLE - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_FLOAT - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_INTEGER - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_LONG - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_SHORT - Static variable in class org.freehep.graphicsbase.util.Value
 
TYPE_STRING - Static variable in class org.freehep.graphicsbase.util.Value
 

U

usage() - Method in class org.freehep.graphicsbase.swing.layout.TableLayout
 
UserProperties - Class in org.freehep.graphicsbase.util
Special property class which allows typed properties to be set and returned.
UserProperties() - Constructor for class org.freehep.graphicsbase.util.UserProperties
 
UserProperties(Properties) - Constructor for class org.freehep.graphicsbase.util.UserProperties
 
UserProperties(Properties, Properties) - Constructor for class org.freehep.graphicsbase.util.UserProperties
Constructs UserProperties with a defaults and altDefaults table, which are searched in that order.

V

validEncName(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid encoding name according to [81] in the XML 1.0 Recommendation
validName(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
validNCName(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
validNmtoken(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
validPublicId(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid public identifier according to [13] in the XML 1.0 Recommendation
validVersionNum(String) - Static method in class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
Check to see if a string is a valid version string according to [26] in the XML 1.0 Recommendation
Value - Class in org.freehep.graphicsbase.util
A class that can represent any Java object or primitive.
Value() - Constructor for class org.freehep.graphicsbase.util.Value
 
Value(Value) - Constructor for class org.freehep.graphicsbase.util.Value
 
VECTOR - Static variable in class org.freehep.graphicsbase.util.export.ExportFileTypeGroups
 
VectorGraphicsTransferable - Class in org.freehep.graphicsbase.util.export
A Transferable for putting vector graphics onto the system clipboard.
VectorGraphicsTransferable(Component) - Constructor for class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
Create a VectorGraphicsTransferable with the built-in flavor/ExportFileType associations
VectorGraphicsTransferable(Component, boolean) - Constructor for class org.freehep.graphicsbase.util.export.VectorGraphicsTransferable
Create a VectorGraphicsTransferable.
VERY_LEFT - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 
VERY_RIGHT - Static variable in class org.freehep.graphicsbase.swing.layout.TableLayout
 

W

writeFile(Component, ExportFileType) - Method in class org.freehep.graphicsbase.util.export.ExportDialog
Called to acually write out the file.
writer - Variable in class org.freehep.graphicsbase.xml.util.XMLWriter
 

X

XMLCharacterProperties - Class in org.freehep.graphicsbase.xml.util
A class representing properties of characters according to various W3C recommendations XMLCharacterProperties provides convenience methods for commonly used character tests.
XMLCharacterProperties() - Constructor for class org.freehep.graphicsbase.xml.util.XMLCharacterProperties
 
XMLTagWriter - Interface in org.freehep.graphicsbase.xml.util
XMLTagWriter Interface.
XMLWriter - Class in org.freehep.graphicsbase.xml.util
A class that makes it easy to write XML documents.
XMLWriter(Writer, String, String) - Constructor for class org.freehep.graphicsbase.xml.util.XMLWriter
 
XMLWriter(Writer, String) - Constructor for class org.freehep.graphicsbase.xml.util.XMLWriter
 
XMLWriter(Writer) - Constructor for class org.freehep.graphicsbase.xml.util.XMLWriter
 
A B C D E F G H I L M N O P R S T U V W X 
Vector Graphics, 2.3.1-SNAPSHOT

Copyright © 2014. All rights reserved.