A B C D E F G H I J K L M N O P R S T U V W X Z 

A

AboutDialog - Class in org.jfree.ui.about
A dialog that displays information about the demonstration application.
AboutDialog(String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
Constructs an about frame.
AboutDialog(Frame, String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
Creates a non-modal dialog without a title with the specifed Frame as its owner.
AboutDialog(Dialog, String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
Creates a non-modal dialog without a title with the specifed Dialog as its owner.
AboutFrame - Class in org.jfree.ui.about
A frame that displays information about the demonstration application.
AboutFrame(String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutFrame
Constructs an about frame.
AboutFrame(String, String, String, String, Image, String, String, List, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutFrame
Constructs an 'About' frame.
AboutPanel - Class in org.jfree.ui.about
A standard panel for displaying information about an application.
AboutPanel(String, String, String, String) - Constructor for class org.jfree.ui.about.AboutPanel
Constructs a panel.
AboutPanel(String, String, String, String, Image) - Constructor for class org.jfree.ui.about.AboutPanel
Constructs a panel.
AboutResources - Class in org.jfree.ui.about.resources
A resource bundle that stores all the user interface items that might need localisation.
AboutResources() - Constructor for class org.jfree.ui.about.resources.AboutResources
Default constructor.
AboutResources_de - Class in org.jfree.ui.about.resources
A resource bundle that stores all the user interface items that might need localisation.
AboutResources_de() - Constructor for class org.jfree.ui.about.resources.AboutResources_de
Default constructor.
AboutResources_es - Class in org.jfree.ui.about.resources
A resource bundle that stores all the user interface items that might need localisation.
AboutResources_es() - Constructor for class org.jfree.ui.about.resources.AboutResources_es
Default constructor.
AboutResources_fr - Class in org.jfree.ui.about.resources
A resource bundle that stores all the user interface items that might need localisation.
AboutResources_fr() - Constructor for class org.jfree.ui.about.resources.AboutResources_fr
Default constructor.
AboutResources_pl - Class in org.jfree.ui.about.resources
A resource bundle that stores all the user interface items that might need localisation.
AboutResources_pl() - Constructor for class org.jfree.ui.about.resources.AboutResources_pl
Default constructor.
ABSOLUTE - Static variable in class org.jfree.util.UnitType
Absolute.
AbstractActionDowngrade - Class in org.jfree.ui.action
A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by defining the two new constants introduced by Sun in JDK 1.3.
AbstractActionDowngrade() - Constructor for class org.jfree.ui.action.AbstractActionDowngrade
Creates a new action with a default (transparent) icon.
AbstractBoot - Class in org.jfree.base
The common base for all Boot classes.
AbstractBoot() - Constructor for class org.jfree.base.AbstractBoot
Default constructor.
AbstractElementDefinitionHandler - Class in org.jfree.xml
An abstract element definition handler.
AbstractElementDefinitionHandler(Parser) - Constructor for class org.jfree.xml.AbstractElementDefinitionHandler
Creates a new handler.
AbstractFileSelectionAction - Class in org.jfree.ui.action
A base class for all file operations.
AbstractFileSelectionAction(Component) - Constructor for class org.jfree.ui.action.AbstractFileSelectionAction
Creates a new FileSelectionAction with the given optional parent component as parent for the file chooser dialog.
AbstractModelReader - Class in org.jfree.xml.util
Loads the class model from an previously written xml file set.
AbstractModelReader() - Constructor for class org.jfree.xml.util.AbstractModelReader
Default Constructor.
AbstractObjectDescription - Class in org.jfree.xml.factory.objects
An abstract base class for object descriptions.
AbstractObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.AbstractObjectDescription
Creates a new object description.
AbstractObjectList - Class in org.jfree.util
A list of objects that can grow as required.
AbstractObjectList() - Constructor for class org.jfree.util.AbstractObjectList
Creates a new list with the default initial capacity.
AbstractObjectList(int) - Constructor for class org.jfree.util.AbstractObjectList
Creates a new list.
AbstractObjectList(int, int) - Constructor for class org.jfree.util.AbstractObjectList
Creates a new list.
AbstractTabbedUI - Class in org.jfree.ui.tabbedui
A tabbed GUI.
AbstractTabbedUI() - Constructor for class org.jfree.ui.tabbedui.AbstractTabbedUI
Default constructor.
AbstractTabbedUI.ExitAction - Class in org.jfree.ui.tabbedui
An exit action.
AbstractTabbedUI.ExitAction() - Constructor for class org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
Defines an Action object with a default description string and default icon.
AbstractXmlReadHandler - Class in org.jfree.xml.parser
A base class for implementing an XmlReadHandler.
AbstractXmlReadHandler() - Constructor for class org.jfree.xml.parser.AbstractXmlReadHandler
Creates a new handler.
AbstractXmlWriteHandler - Class in org.jfree.xml.writer
A base class for implementing a handler that writes the XML for an object of a particular class.
AbstractXmlWriteHandler() - Constructor for class org.jfree.xml.writer.AbstractXmlWriteHandler
Creates a new handler.
ACCELERATOR_KEY - Static variable in class org.jfree.ui.action.AbstractActionDowngrade
The key used for storing a KeyStroke to be used as the accelerator for the action.
ACCELERATOR_KEY - Static variable in interface org.jfree.ui.action.ActionDowngrade
The key used for storing a KeyStroke to be used as the accelerator for the action.
accept(File) - Method in class org.jfree.ui.ExtensionFileFilter
Returns true if the file ends with the specified extension.
accept(File, String) - Method in class org.jfree.ui.FilesystemFilter
Returns true if the file is accepted, and false otherwise.
accept(File) - Method in class org.jfree.ui.FilesystemFilter
Returns true if the specified file matches the requirements of this filter, and false otherwise.
acceptDirectories(boolean) - Method in class org.jfree.ui.FilesystemFilter
Sets the flag that controls whether or not the filter accepts directories.
acceptsDirectories() - Method in class org.jfree.ui.FilesystemFilter
Returns the flag that indicates whether or not the filter accepts directories.
ActionButton - Class in org.jfree.ui.action
The ActionButton is used to connect an Action and its properties to a Button.
ActionButton() - Constructor for class org.jfree.ui.action.ActionButton
Creates a Button without any text and without an assigned Action.
ActionButton(String) - Constructor for class org.jfree.ui.action.ActionButton
Creates a Button and set the given text as label.
ActionButton(String, Icon) - Constructor for class org.jfree.ui.action.ActionButton
Creates an ActionButton and sets the given text and icon on the button.
ActionButton(Icon) - Constructor for class org.jfree.ui.action.ActionButton
Creates an ActionButton and sets the given icon on the button.
ActionButton(Action) - Constructor for class org.jfree.ui.action.ActionButton
Nreates an ActionButton and assigns the given action with the button.
ActionConcentrator - Class in org.jfree.ui.action
This class is used to collect actions to be enabled or disabled by a sinle call.
ActionConcentrator() - Constructor for class org.jfree.ui.action.ActionConcentrator
DefaultConstructor.
ActionDowngrade - Interface in org.jfree.ui.action
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
ActionMenuItem - Class in org.jfree.ui.action
The ActionMenuItem is used to connect an Action and its properties to an MenuItem.
ActionMenuItem() - Constructor for class org.jfree.ui.action.ActionMenuItem
Default constructor.
ActionMenuItem(Icon) - Constructor for class org.jfree.ui.action.ActionMenuItem
Creates a menu item with the specified icon.
ActionMenuItem(String) - Constructor for class org.jfree.ui.action.ActionMenuItem
Creates a menu item with the specified label.
ActionMenuItem(String, Icon) - Constructor for class org.jfree.ui.action.ActionMenuItem
Creates a menu item with the specified label and icon.
ActionMenuItem(String, int) - Constructor for class org.jfree.ui.action.ActionMenuItem
Creates a new menu item with the specified label and mnemonic.
ActionMenuItem(Action) - Constructor for class org.jfree.ui.action.ActionMenuItem
Creates a new menu item based on the specified action.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.about.SystemPropertiesFrame
Handles action events generated by the user.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.DateChooserPanel
Handles action-events from the date panel.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.SerialDateChooserPanel
Handles action-events from the date panel.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.StandardDialog
Handles clicks on the standard buttons.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class org.jfree.ui.WizardDialog
Handles events.
ActionRadioButton - Class in org.jfree.ui.action
The ActionRadioButton is used to connect an Action and its properties to a JRadioButton.
ActionRadioButton() - Constructor for class org.jfree.ui.action.ActionRadioButton
Creates a Button without any text and without an assigned Action.
ActionRadioButton(String) - Constructor for class org.jfree.ui.action.ActionRadioButton
Creates a Button and set the given text as label.
ActionRadioButton(String, Icon) - Constructor for class org.jfree.ui.action.ActionRadioButton
Creates an ActionButton and sets the given text and icon on the button.
ActionRadioButton(Icon) - Constructor for class org.jfree.ui.action.ActionRadioButton
Creates an ActionButton and sets the given icon on the button.
ActionRadioButton(Action) - Constructor for class org.jfree.ui.action.ActionRadioButton
Nreates an ActionButton and assigns the given action with the button.
add(Object, Object) - Method in class org.jfree.ui.KeyedComboBoxModel
Adds a new entry to the model.
add(Object, Object) - Method in class org.jfree.util.HashNMap
Adds a new key/value pair into this map.
add(String) - Method in class org.jfree.xml.writer.SafeTagList
Adds a tag with both the 'open' and 'close' flags set to true.
add(String, boolean, boolean) - Method in class org.jfree.xml.writer.SafeTagList
Adds a tag.
addAction(Action) - Method in class org.jfree.ui.action.ActionConcentrator
Adds the action to this concentrator.
addAttributeHandlers(Properties) - Method in class org.jfree.xml.generator.ModelBuilder
Adds attribute handlers.
addButton(AbstractButton) - Method in class org.jfree.ui.FloatingButtonEnabler
Adds a button to this enabler.
addClassDescription(ClassDescription) - Method in class org.jfree.xml.generator.model.DescriptionModel
Adds a class description to the model.
addDays(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Creates a new date by adding the specified number of days to the base date.
addDefaultMappings() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Adds the default mappings.
addDependency(BootableProjectInfo) - Method in class org.jfree.base.BootableProjectInfo
Deprecated.
use 'addLibrary' instead.
addFactory(ClassFactory) - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Adds a class factory to the collection.
addFragment(TextFragment) - Method in class org.jfree.text.TextLine
Adds a text fragment to the text line.
addGenericHandler(GenericObjectFactory) - Method in class org.jfree.xml.util.SimpleObjectFactory
Adds a generic handler.
addIgnoredBaseClass(String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Adds a base class that should be ignored.
addIgnoredBaseClass(Class) - Method in class org.jfree.xml.generator.JavaSourceCollector
Adds a class to the list of ignored base classes.
addIgnoredPackage(String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Adds a package that should be ignored.
addIncludeComment(String, Comments) - Method in class org.jfree.xml.generator.model.DescriptionModel
Adds an include comment.
addLayoutComponent(Component) - Method in class org.jfree.layout.CenterLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.layout.CenterLayout
Not used.
addLayoutComponent(Component) - Method in class org.jfree.layout.FormatLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.layout.FormatLayout
Not used.
addLayoutComponent(Component) - Method in class org.jfree.layout.LCBLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.layout.LCBLayout
Not used.
addLayoutComponent(Component) - Method in class org.jfree.layout.RadialLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.layout.RadialLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.ui.OverlayLayout
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(String, Component) - Method in class org.jfree.ui.tabbedui.VerticalLayout
Adds the specified component with the specified name to the layout.
addLibrary(Library) - Method in class org.jfree.base.BasicProjectInfo
Adds a library.
addLine(String, Font, Paint) - Method in class org.jfree.text.TextBlock
Adds a line of text that will be displayed using the specified font.
addLine(TextLine) - Method in class org.jfree.text.TextBlock
Adds a TextLine to the block.
addListDataListener(ListDataListener) - Method in class org.jfree.ui.KeyedComboBoxModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addManualMapping(ManualMappingInfo) - Method in class org.jfree.xml.generator.model.MappingModel
Adds a manual mapping.
addManualMapping(Class, Class) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Adds a mapping between a class and the handler for the class.
addManualMapping(ManualMappingDefinition) - Method in class org.jfree.xml.util.SimpleObjectFactory
Adds a manual mapping.
addManualMapping(Class, Class) - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Adds a new manual mapping to this handler.
addMonths(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Creates a new date by adding the specified number of months to the base date.
addMultiplexMapping(MultiplexMappingInfo) - Method in class org.jfree.xml.generator.model.MappingModel
Adds a multiplex mapping.
addMultiplexMapping(Class, String, MultiplexMappingEntry[]) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Adds a multiplex mapping.
addMultiplexMapping(MultiplexMappingDefinition) - Method in class org.jfree.xml.util.SimpleObjectFactory
Adds a multiplex mapping.
addMultiplexMapping(Class, String, MultiplexMappingEntry[]) - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Adds a multiplex mapping.
addOptionalLibrary(String) - Method in class org.jfree.base.BasicProjectInfo
Adds an optional library.
addOptionalLibrary(Library) - Method in class org.jfree.base.BasicProjectInfo
Adds an optional library.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
Adds a property change listener.
addRootEditor(RootEditor) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Adds a root editor.
addSource(String) - Method in class org.jfree.xml.generator.model.DescriptionModel
Adds a source to the model description.
addTarget(LogTarget) - Method in class org.jfree.util.Log
Adds a log target to this facility.
addTextComponent(JTextComponent) - Static method in class org.jfree.ui.JTextObserver
Adds this instance as a listener for the specified text component.
addYears(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Creates a new date by adding the specified number of years to the base date.
Align - Class in org.jfree.ui
A utility class for aligning rectangles.
align(Rectangle2D, Rectangle2D, int) - Static method in class org.jfree.ui.Align
Aligns one rectangle (rect) relative to another rectangle (frame).
allKeys() - Method in class org.jfree.ui.action.DowngradeActionMap
Returns an array of the keys defined in this ActionMap and its parent.
allowLineBreak() - Method in class org.jfree.xml.writer.XMLWriterSupport
Forces a linebreak on the next call to writeTag or writeCloseTag.
AnnualDateRule - Class in org.jfree.date
The base class for all 'annual' date rules: that is, rules for generating one date for any given year.
AnnualDateRule() - Constructor for class org.jfree.date.AnnualDateRule
Default constructor.
ANTICLOCKWISE - Static variable in class org.jfree.util.Rotation
The reverse order renders the primary dataset first.
ApplicationFrame - Class in org.jfree.ui
A base class for creating the main frame for simple applications.
ApplicationFrame(String) - Constructor for class org.jfree.ui.ApplicationFrame
Constructs a new application frame.
APRIL - Static variable in interface org.jfree.date.MonthConstants
Constant for April.
ArrayClassFactory - Class in org.jfree.xml.factory.objects
An class that implements the ClassFactory interface to create Arrays of objects.
ArrayClassFactory() - Constructor for class org.jfree.xml.factory.objects.ArrayClassFactory
Default constructor.
ArrayObjectDescription - Class in org.jfree.xml.factory.objects
Describes an Object- or primitive value array.
ArrayObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.ArrayObjectDescription
Constructs a new array objet description for the given array class.
ArrayUtilities - Class in org.jfree.util
Utility methods for working with arrays.
ArrowPanel - Class in org.jfree.ui
A basic panel that displays a small up or down arrow.
ArrowPanel(int) - Constructor for class org.jfree.ui.ArrowPanel
Creates a new arrow panel.
ASCENDING - Static variable in class org.jfree.util.SortOrder
Ascending order.
attempExit() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Attempts to exit.
ATTRIBUTE - Static variable in class org.jfree.xml.generator.model.PropertyType
A property that is described using an attribute in the XML.
ATTRIBUTE_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Attribute text.
ATTRIBUTE_HANDLER_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Attribute handler text.
ATTRIBUTE_PROPERTY_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Attribute property tag text.
AttributeDefinition - Class in org.jfree.xml.util
An attribute definition.
AttributeDefinition(String, String, AttributeHandler) - Constructor for class org.jfree.xml.util.AttributeDefinition
Creates a new attribute definition.
AttributedStringUtilities - Class in org.jfree.util
Some utility methods for working with AttributedString objects.
AttributeHandler - Interface in org.jfree.xml.attributehandlers
An attribute handler is an object that can transform an object into a string or vice versa.
AttributeList - Class in org.jfree.xml.writer
The attribute list is used by a writer to specify the attributes of an XML element in a certain order.
AttributeList() - Constructor for class org.jfree.xml.writer.AttributeList
Creates an empty attribute list with no default values.
AUGUST - Static variable in interface org.jfree.date.MonthConstants
Constant for August.

B

BACKGROUND - Static variable in class org.jfree.ui.Layer
Background.
Base64 - Class in org.jfree.xml.util
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
Base64ReadHandler - Class in org.jfree.xml.parser
Deprecated.
base64 encoded elements are no longer supported ...
Base64ReadHandler() - Constructor for class org.jfree.xml.parser.Base64ReadHandler
Deprecated.
Creates a new handler.
BASE_CLASS_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Base class attribute text.
BaseBoot - Class in org.jfree.base
The base boot class.
BASELINE_CENTER - Static variable in class org.jfree.ui.TextAnchor
Baseline/center.
BASELINE_LEFT - Static variable in class org.jfree.ui.TextAnchor
Baseline/left.
BASELINE_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Baseline/right.
BasicProjectInfo - Class in org.jfree.base
Basic project info.
BasicProjectInfo() - Constructor for class org.jfree.base.BasicProjectInfo
Default constructor.
BasicProjectInfo(String, String, String, String) - Constructor for class org.jfree.base.BasicProjectInfo
Creates a new library reference.
BasicProjectInfo(String, String, String, String, String) - Constructor for class org.jfree.base.BasicProjectInfo
Creates a new project info instance.
BasicStrokeObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a BasicStroke object.
BasicStrokeObjectDescription() - Constructor for class org.jfree.xml.factory.objects.BasicStrokeObjectDescription
Creates a new object description.
BasicStrokeReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading a BasicStroke object from XML.
BasicStrokeReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.BasicStrokeReadHandler
Creates a new handler.
BasicStrokeWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler that can write the XML description for a BasicStroke object.
BasicStrokeWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.BasicStrokeWriteHandler
Creates a new handler.
BasicTypeSupport - Class in org.jfree.xml.util
A class that contains information about some basic types.
BeanObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a bean object.
BeanObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.BeanObjectDescription
Creates a new object description.
BeanObjectDescription(Class, boolean) - Constructor for class org.jfree.xml.factory.objects.BeanObjectDescription
Creates a new object description.
BevelArrowIcon - Class in org.jfree.ui
An arrow icon that can point up or down (usually used to indicate the sort direction in a table).
BevelArrowIcon(int, boolean, boolean) - Constructor for class org.jfree.ui.BevelArrowIcon
Standard constructor - builds an icon with the specified attributes.
BevelArrowIcon(Color, Color, Color, int, int) - Constructor for class org.jfree.ui.BevelArrowIcon
Standard constructor - builds an icon with the specified attributes.
BooleanAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Boolean attributes to and from their String representation.
BooleanAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.BooleanAttributeHandler
Creates a new attribute handler.
BooleanList - Class in org.jfree.util
A list of Boolean objects.
BooleanList() - Constructor for class org.jfree.util.BooleanList
Creates a new list.
BooleanObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Boolean object.
BooleanObjectDescription() - Constructor for class org.jfree.xml.factory.objects.BooleanObjectDescription
Creates a new object description.
BooleanUtilities - Class in org.jfree.util
Utility methods for working with Boolean objects.
BootableProjectInfo - Class in org.jfree.base
Project info for a bootable project.
BootableProjectInfo() - Constructor for class org.jfree.base.BootableProjectInfo
Creates a new instance.
BootableProjectInfo(String, String, String, String) - Constructor for class org.jfree.base.BootableProjectInfo
Creates a new library reference.
BootableProjectInfo(String, String, String, String, String) - Constructor for class org.jfree.base.BootableProjectInfo
Creates a new library reference.
BOTTOM - Static variable in class org.jfree.ui.Align
Bottom alignment.
BOTTOM - Static variable in class org.jfree.ui.RectangleAnchor
Bottom.
BOTTOM - Static variable in class org.jfree.ui.RectangleEdge
Bottom.
BOTTOM - Static variable in class org.jfree.ui.VerticalAlignment
Bottom alignment.
BOTTOM_CENTER - Static variable in class org.jfree.text.TextBlockAnchor
Bottom/center.
BOTTOM_CENTER - Static variable in class org.jfree.ui.TextAnchor
Bottom/center.
BOTTOM_LEFT - Static variable in class org.jfree.text.TextBlockAnchor
Bottom/left.
BOTTOM_LEFT - Static variable in class org.jfree.ui.Align
Bottom/Left alignment.
BOTTOM_LEFT - Static variable in class org.jfree.ui.RectangleAnchor
Bottom-Left.
BOTTOM_LEFT - Static variable in class org.jfree.ui.TextAnchor
Bottom/left.
BOTTOM_RIGHT - Static variable in class org.jfree.text.TextBlockAnchor
Bottom/right.
BOTTOM_RIGHT - Static variable in class org.jfree.ui.Align
Bottom/Right alignment.
BOTTOM_RIGHT - Static variable in class org.jfree.ui.RectangleAnchor
Bottom-Right.
BOTTOM_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Bottom/right.
buildJavaName(String, String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Creates a fully qualified Java class or package name.
buildModel(SourceCollector, DescriptionModel) - Method in class org.jfree.xml.generator.ModelBuilder
Builds a model from the classes provided by the SourceCollector.
BY_COLUMN - Static variable in class org.jfree.util.TableOrder
By column.
BY_ROW - Static variable in class org.jfree.util.TableOrder
By row.
ByteAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Byte attributes to and from an appropriate String representation.
ByteAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.ByteAttributeHandler
Creates a new attribute handler.
ByteObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Byte object.
ByteObjectDescription() - Constructor for class org.jfree.xml.factory.objects.ByteObjectDescription
Creates a new object description.
bytePos - Variable in class com.keypoint.PngEncoder
The byte position.
bytesPerPixel - Variable in class com.keypoint.PngEncoder
The bytes-per-pixel.

C

C - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 1.
calculateBaselineOffset(Graphics2D, TextAnchor) - Method in class org.jfree.text.TextFragment
Calculates the vertical offset between the baseline and the specified text anchor.
calculateBottomInset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the bottom margin.
calculateBottomOutset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the bottom margin.
calculateBounds(Graphics2D, float, float, TextBlockAnchor, float, float, double) - Method in class org.jfree.text.TextBlock
Returns the bounds of the text block.
calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextBlock
Returns the width and height of the text block.
calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextFragment
Calculates the dimensions of the text fragment.
calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextLine
Calculates the width and height of the text line.
calculateLeftInset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the left margin.
calculateLeftOutset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the left margin.
calculateRightInset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the right margin.
calculateRightOutset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the right margin.
calculateRotatedStringBounds(String, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.text.TextUtilities
Returns a shape that represents the bounds of the string after the specified rotation has been applied.
calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.text.TextUtilities
Returns a shape that represents the bounds of the string after the specified rotation has been applied.
calculateTopInset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the top margin.
calculateTopOutset(double) - Method in class org.jfree.ui.RectangleInsets
Returns the top margin.
canDoNextPanel() - Method in class org.jfree.ui.WizardDialog
Returns true if there is a 'next' panel, and false otherwise.
canDoPreviousPanel() - Method in class org.jfree.ui.WizardDialog
Returns true if it is possible to back up to the previous panel, and false otherwise.
canFinish() - Method in class org.jfree.ui.WizardDialog
Returns true if it is possible to finish the sequence at this point (possibly with defaults for the remaining entries).
canFinish() - Method in class org.jfree.ui.WizardPanel
Returns true if it is possible to finish from this panel.
canRedisplayNextPanel() - Method in class org.jfree.ui.WizardPanel
Returns true if it is OK to redisplay the last version of the next panel, or false if a new version is required.
CENTER - Static variable in class org.jfree.text.TextBlockAnchor
Middle/center.
CENTER - Static variable in class org.jfree.ui.Align
Center alignment.
CENTER - Static variable in class org.jfree.ui.HorizontalAlignment
Center alignment.
CENTER - Static variable in class org.jfree.ui.RectangleAnchor
Center.
CENTER - Static variable in class org.jfree.ui.TextAnchor
Middle/center.
CENTER - Static variable in class org.jfree.ui.VerticalAlignment
Center alignment.
CENTER_HORIZONTAL - Static variable in class org.jfree.ui.GradientPaintTransformType
Center/horizontal.
CENTER_LEFT - Static variable in class org.jfree.text.TextBlockAnchor
Middle/left.
CENTER_LEFT - Static variable in class org.jfree.ui.TextAnchor
Middle/left.
CENTER_RIGHT - Static variable in class org.jfree.text.TextBlockAnchor
Middle/right.
CENTER_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Middle/right.
CENTER_VERTICAL - Static variable in class org.jfree.ui.GradientPaintTransformType
Center/vertical.
centerDialogInParent(Dialog) - Static method in class org.jfree.ui.RefineryUtilities
Positions the specified dialog within its parent.
centerFrameOnScreen(Window) - Static method in class org.jfree.ui.RefineryUtilities
Positions the specified frame in the middle of the screen.
CenterLayout - Class in org.jfree.layout
A layout manager that displays a single component in the center of its container.
CenterLayout() - Constructor for class org.jfree.layout.CenterLayout
Creates a new layout manager.
CharacterAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Character attributes to and from an appropriate String representation.
CharacterAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.CharacterAttributeHandler
Creates a new attribute handler.
CharacterObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Character object.
CharacterObjectDescription() - Constructor for class org.jfree.xml.factory.objects.CharacterObjectDescription
Creates a new object description.
characters(char[], int, int) - Method in class org.jfree.xml.AbstractElementDefinitionHandler
Callback to indicate that some character data has been read.
characters(char[], int, int) - Method in interface org.jfree.xml.ElementDefinitionHandler
Callback to indicate that some character data has been read.
characters(char[], int, int) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
This method is called to process the character data between element tags.
characters(char[], int, int) - Method in class org.jfree.xml.parser.Base64ReadHandler
Deprecated.
Process character data.
characters(char[], int, int) - Method in class org.jfree.xml.Parser
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.jfree.xml.parser.coretypes.StringReadHandler
This method is called to process the character data between element tags.
characters(char[], int, int) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Process character data.
characters(char[], int, int) - Method in interface org.jfree.xml.parser.XmlReadHandler
This method is called to process the character data between element tags.
CLASS_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Class attribute text.
CLASS_CONTEXT - Static variable in class org.jfree.util.ObjectUtilities
A constant for using the ClassContext as source for the classloader.
ClassComparator - Class in org.jfree.util
The class comparator can be used to compare and sort classes and their superclasses.
ClassComparator() - Constructor for class org.jfree.util.ClassComparator
Defaultconstructor.
ClassComparator - Class in org.jfree.xml.factory.objects
Deprecated.
Moved to org.jfree.util
ClassComparator() - Constructor for class org.jfree.xml.factory.objects.ClassComparator
Deprecated.
Defaultconstructor.
ClassDescription - Class in org.jfree.xml.generator.model
A description of a Java class.
ClassDescription(Class) - Constructor for class org.jfree.xml.generator.model.ClassDescription
Creates a new class description.
ClassFactory - Interface in org.jfree.xml.factory.objects
A class factory.
ClassFactoryCollector - Class in org.jfree.xml.factory.objects
A class factory collector.
ClassFactoryCollector() - Constructor for class org.jfree.xml.factory.objects.ClassFactoryCollector
Creates a new class factory collector.
ClassFactoryImpl - Class in org.jfree.xml.factory.objects
An abstract class that implements the ClassFactory interface.
ClassFactoryImpl() - Constructor for class org.jfree.xml.factory.objects.ClassFactoryImpl
Creates a new class factory.
ClassLoaderObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a class loader.
ClassLoaderObjectDescription() - Constructor for class org.jfree.xml.factory.objects.ClassLoaderObjectDescription
Creates a new object description.
ClassModelTags - Class in org.jfree.xml.util
A collection of tags used in the object model description.
ClassPathDebugger - Class in org.jfree.base
Creation-Date: 02.11.2007, 18:42:27
ClassPathDebugger() - Constructor for class org.jfree.base.ClassPathDebugger
 
clear() - Method in class org.jfree.ui.action.DowngradeActionMap
Removes all the mappings from this ActionMap.
clear() - Method in class org.jfree.ui.KeyedComboBoxModel
Removes all entries from the model.
clear() - Method in class org.jfree.ui.tabbedui.DetailEditor
Clears the editor.
clear() - Method in class org.jfree.util.AbstractObjectList
Clears the list.
clear() - Method in class org.jfree.util.FastStack
Clears the stack.
clear() - Method in class org.jfree.util.HashNMap
Clears all keys and values of this map.
clear() - Method in class org.jfree.util.ObjectTable
Clears the table.
clear() - Method in class org.jfree.xml.util.SimpleObjectFactory
Clears the mappings.
clearComments() - Method in class org.jfree.xml.CommentHandler
Clears all comments.
CLOCKWISE - Static variable in class org.jfree.util.Rotation
Clockwise.
clone() - Method in class org.jfree.date.AnnualDateRule
Returns a clone of the rule.
clone() - Method in class org.jfree.date.RelativeDayOfWeekRule
Creates a clone of this rule.
clone() - Method in class org.jfree.ui.FloatDimension
Creates and returns a copy of this object.
clone() - Method in class org.jfree.ui.Size2D
Returns a clone of this object.
clone() - Method in class org.jfree.ui.StandardGradientPaintTransformer
Returns a clone of the transformer.
clone() - Method in class org.jfree.util.AbstractObjectList
Clones the list of objects.
clone(float[][]) - Static method in class org.jfree.util.ArrayUtilities
Clones a two dimensional array of floats.
clone() - Method in interface org.jfree.util.Configuration
Returns a clone of the object.
clone() - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns a clone of this instance.
clone() - Method in class org.jfree.util.FastStack
Returns a clone of the stack.
clone() - Method in class org.jfree.util.HashNMap
Creates a deep copy of this HashNMap.
clone(Object) - Static method in class org.jfree.util.ObjectUtilities
Returns a clone of the specified object, if it can be cloned, otherwise throws a CloneNotSupportedException.
clone() - Method in interface org.jfree.util.PublicCloneable
Returns a clone of the object.
clone() - Method in class org.jfree.util.ShapeList
Returns an independent copy of the list.
clone(Shape) - Static method in class org.jfree.util.ShapeUtilities
Returns a clone of the specified shape, or null.
clone() - Method in class org.jfree.util.StrokeList
Returns an independent copy of the list.
clone() - Method in class org.jfree.util.WaitingImageObserver
Deprecated.
cloning may lock down the observer
clone() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns a clone of this instance.
close() - Method in class org.jfree.xml.writer.XMLWriter
Closes the underlying character stream.
CLOSE - Static variable in class org.jfree.xml.writer.XMLWriterSupport
A constant for close.
CLOSE_TAG_COMMENT - Static variable in class org.jfree.xml.CommentHandler
A constant marking a comment on the closing tag.
CLOSE_TAG_DECREASE - Static variable in class org.jfree.xml.writer.XMLWriterSupport
A constant for controlling the indent function.
collectFiles() - Method in class org.jfree.xml.generator.JavaSourceCollector
Collects the files/classes.
collectFiles(File, String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Collects the files/classes.
CollectionObjectDescription - Class in org.jfree.xml.factory.objects
An object description for simple collection objects, like java.util.List or java.util.Set.
CollectionObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.CollectionObjectDescription
Creates a list object description for the given collection class.
ColorObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Color object.
ColorObjectDescription() - Constructor for class org.jfree.xml.factory.objects.ColorObjectDescription
Creates a new object description.
ColorReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading Color objects from an XML element.
ColorReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.ColorReadHandler
Creates a new handler.
colorToString(Color) - Static method in class org.jfree.util.PaintUtilities
Converts a color into a string.
ColorWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing a Color object.
ColorWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.ColorWriteHandler
Default constructor.
com.keypoint - package com.keypoint
A package containing the PNG encoder written by J David Eisenberg.
comment(char[], int, int) - Method in class org.jfree.xml.CommentHandler
Report an XML comment anywhere in the document.
CommentHandler - Class in org.jfree.xml
The comment handler is used to collect all XML comments from the SAX parser.
CommentHandler() - Constructor for class org.jfree.xml.CommentHandler
DefaultConstructor.
Comments - Class in org.jfree.xml.generator.model
A set of comments for a model.
Comments(String[], String[]) - Constructor for class org.jfree.xml.generator.model.Comments
Creates a new set of comments.
compare(SerialDate) - Method in class org.jfree.date.SerialDate
Returns the difference (in days) between this date and the specified 'other' date.
compare(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns the difference (in days) between this date and the specified 'other' date.
compare(Object, Object) - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
Compares two objects.
compare(Object, Object) - Method in class org.jfree.util.ClassComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class org.jfree.xml.factory.objects.ClassComparator
Deprecated.
Compares its two arguments for order.
compareTo(Object) - Method in class org.jfree.date.SpreadsheetDate
Implements the method required by the Comparable interface.
compareVersionArrays(Comparable[], Comparable[]) - Static method in class org.jfree.util.ArrayUtilities
Compares the initial elements of two arrays.
complete() - Method in class org.jfree.layout.FormatLayout
Finishes of the processing.
compressionLevel - Variable in class com.keypoint.PngEncoder
The compression level (1 = best speed, 9 = best compression, 0 = no compression).
Configuration - Interface in org.jfree.util
A simple query interface for a configuration.
configure(Configuration) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Configures this factory.
configure(Configuration) - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
Configures this factory.
configure(Configuration) - Method in interface org.jfree.xml.factory.objects.ClassFactory
Configures this factory.
configure(Configuration) - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Configures this factory.
configure(Configuration) - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Configures this factory.
configure(Configuration) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Configures this factory.
configureReader(XMLReader, FrontendDefaultHandler) - Method in class org.jfree.xml.ParserFrontend
Configures the xml reader.
CONSTRUCTOR_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Constructor tag text.
ConstructorDefinition - Class in org.jfree.xml.util
A constructor definition.
ConstructorDefinition(String, Class) - Constructor for class org.jfree.xml.util.ConstructorDefinition
Creates a new constructor definition.
contains(Object) - Method in class org.jfree.util.HashNMap
Tests whether this map contains the given key or value.
contains(Rectangle2D, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!).
containsKey(Object) - Method in class org.jfree.util.HashNMap
Tests whether this map contains the given key.
containsValue(Object) - Method in class org.jfree.util.HashNMap
Tests whether this map contains the given value.
containsValue(Object, Object) - Method in class org.jfree.util.HashNMap
Tests whether this map contains the given value.
CONTENTBASE_KEY - Static variable in class org.jfree.xml.FrontendDefaultHandler
A key for the content base.
CONTENTBASE_KEY - Static variable in class org.jfree.xml.Parser
A key for the content base.
CONTRACT - Static variable in class org.jfree.ui.LengthAdjustmentType
CONTRACT.
Contributor - Class in org.jfree.ui.about
A simple class representing a contributor to a software project.
Contributor(String, String) - Constructor for class org.jfree.ui.about.Contributor
Creates a new contributor.
ContributorsPanel - Class in org.jfree.ui.about
A panel containing a table that lists the contributors to a project.
ContributorsPanel(List) - Constructor for class org.jfree.ui.about.ContributorsPanel
Creates a new contributors panel.
ContributorsTableModel - Class in org.jfree.ui.about
A table model containing a list of contributors to a project.
ContributorsTableModel(List) - Constructor for class org.jfree.ui.about.ContributorsTableModel
Constructs a ContributorsTableModel.
convertPrimitiveClass(Class) - Static method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Converts primitives to corresponding object class.
coordinate(Rectangle2D, RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
Returns the x or y coordinate of the specified edge.
coordinates(Rectangle2D, RectangleAnchor) - Static method in class org.jfree.ui.RectangleAnchor
Returns the (x, y) coordinates of the specified anchor.
copyColumn(int, int) - Method in class org.jfree.util.ObjectTable
Copys the contents of the old column to the new column.
copyRow(int, int) - Method in class org.jfree.util.ObjectTable
Copys the contents of the old row to the new row.
copyStreams(InputStream, OutputStream) - Method in class org.jfree.io.IOUtils
Copies the InputStream into the OutputStream, until the end of the stream has been reached.
copyStreams(InputStream, OutputStream, int) - Method in class org.jfree.io.IOUtils
Copies the InputStream into the OutputStream, until the end of the stream has been reached.
copySystemPropertiesToClipboard() - Method in class org.jfree.ui.about.SystemPropertiesPanel
Copies the selected cells in the table to the clipboard, in tab-delimited format.
copyWriter(Reader, Writer) - Method in class org.jfree.io.IOUtils
Copies the contents of the Reader into the Writer, until the end of the stream has been reached.
copyWriter(Reader, Writer, int) - Method in class org.jfree.io.IOUtils
Copies the contents of the Reader into the Writer, until the end of the stream has been reached.
countFeb29s(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the number of times that February 29 falls within the specified date range.
crc - Variable in class com.keypoint.PngEncoder
CRC.
crcValue - Variable in class com.keypoint.PngEncoder
The CRC value.
createAdjustedRectangle(Rectangle2D, LengthAdjustmentType, LengthAdjustmentType) - Method in class org.jfree.ui.RectangleInsets
Creates an adjusted rectangle using the supplied rectangle, the insets specified by this instance, and the horizontal and vertical adjustment types.
createButtonPanel() - Method in class org.jfree.ui.StandardDialog
Builds and returns the user interface for the dialog.
createCloseAction() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Creates a close action.
createContent() - Method in class org.jfree.ui.WizardDialog
Creates a panel containing the user interface for the dialog.
createContext(Class) - Static method in class org.jfree.util.Log
Creates a log context.
createContext(String) - Static method in class org.jfree.util.Log
Creates a log context.
createDate(int, int, int) - Static method in class org.jfree.date.DateUtilities
Creates a date.
createDate(int, int, int, int, int) - Static method in class org.jfree.date.DateUtilities
Creates a date.
createDefaultHandler(URL) - Method in class org.jfree.xml.ParserFrontend
Creates a new instance of the currently set default handler and sets the contentbase for the handler to contentBase.
createDefaultHierarchicalConfiguration(String, String, boolean) - Method in class org.jfree.base.AbstractBoot
Creates a default configuration setup, which loads its settings from the static configuration (defaults provided by the developers of the library) and the user configuration (settings provided by the deployer).
createDefaultHierarchicalConfiguration(String, String, boolean, Class) - Method in class org.jfree.base.AbstractBoot
Creates a default hierarchical configuration.
createDiagonalCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
Creates a diagonal cross shape.
createDiamond(float) - Static method in class org.jfree.util.ShapeUtilities
Creates a diamond shape.
createDownTriangle(float) - Static method in class org.jfree.util.ShapeUtilities
Creates a triangle shape that points downwards.
createFileChooser() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
Creates the file chooser.
createHandler(Class, String, Attributes) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Creates a SAX handler for the specified class.
createInsetRectangle(Rectangle2D) - Method in class org.jfree.ui.RectangleInsets
Creates an 'inset' rectangle.
createInsetRectangle(Rectangle2D, boolean, boolean) - Method in class org.jfree.ui.RectangleInsets
Creates an 'inset' rectangle.
createInstance(int, int, int) - Static method in class org.jfree.date.SerialDate
Factory method that returns an instance of some concrete subclass of SerialDate.
createInstance(int) - Static method in class org.jfree.date.SerialDate
Factory method that returns an instance of some concrete subclass of SerialDate.
createInstance(Date) - Static method in class org.jfree.date.SerialDate
Factory method that returns an instance of a subclass of SerialDate.
createJButton(String, Font) - Static method in class org.jfree.ui.RefineryUtilities
Creates a JButton.
createJLabel(String, Font) - Static method in class org.jfree.ui.RefineryUtilities
Creates a label with a specific font.
createJLabel(String, Font, Color) - Static method in class org.jfree.ui.RefineryUtilities
Creates a label with a specific font and color.
createLineRegion(Line2D, float) - Static method in class org.jfree.util.ShapeUtilities
Creates a region surrounding a line segment by 'widening' the line segment.
createList() - Method in class org.jfree.util.HashNMap
Returns a new empty list.
createMenu(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns a JMenu created from a resource bundle definition.
createObject() - Method in class org.jfree.xml.factory.objects.ArrayObjectDescription
Creates an object based on the description.
createObject() - Method in class org.jfree.xml.factory.objects.BasicStrokeObjectDescription
Creates a new BasicStroke object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.BeanObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.BooleanObjectDescription
Creates a new Boolean based on the settings of this description object.
createObject() - Method in class org.jfree.xml.factory.objects.ByteObjectDescription
Creates a new object (Byte) based on this description object.
createObject() - Method in class org.jfree.xml.factory.objects.CharacterObjectDescription
Creates a new object (Character) based on this description object.
createObject() - Method in class org.jfree.xml.factory.objects.ClassLoaderObjectDescription
Creates an object based on this object description.
createObject() - Method in class org.jfree.xml.factory.objects.CollectionObjectDescription
Creates an object based on the description.
createObject() - Method in class org.jfree.xml.factory.objects.ColorObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.DateObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
Creates an object (DecimalFormat) based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.Dimension2DObjectDescription
Creates an object based on the description.
createObject() - Method in class org.jfree.xml.factory.objects.DimensionObjectDescription
Creates an object based on the description.
createObject() - Method in class org.jfree.xml.factory.objects.DoubleObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.FloatObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.IntegerObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.Line2DObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.LongObjectDescription
Creates an object based on this description.
createObject() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Creates an object based on the description.
createObject() - Method in class org.jfree.xml.factory.objects.Point2DObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.Rectangle2DObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.ShortObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.StringObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.factory.objects.URLObjectDescription
Creates an object based on this description.
createObject() - Method in class org.jfree.xml.util.GenericObjectFactory
Creates an object according to the definition.
createOutsetRectangle(Rectangle2D) - Method in class org.jfree.ui.RectangleInsets
Creates an outset rectangle.
createOutsetRectangle(Rectangle2D, boolean, boolean) - Method in class org.jfree.ui.RectangleInsets
Creates an outset rectangle.
createRectangle(Size2D, double, double, RectangleAnchor) - Static method in class org.jfree.ui.RectangleAnchor
Creates a new rectangle with the specified dimensions that is aligned to the given anchor point (anchorX, anchorY).
createRegularCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
Creates a diagonal cross shape.
createRelativeURL(URL, URL) - Method in class org.jfree.io.IOUtils
Creates a relative url by stripping the common parts of the the url.
createSimplePropertyInfo(PropertyDescriptor) - Method in class org.jfree.xml.generator.ModelBuilder
Creates a PropertyInfo object from a PropertyDescriptor.
createSystemPropertiesTable() - Static method in class org.jfree.ui.about.SystemProperties
Creates and returns a JTable containing all the system properties.
createTablePanel(TableModel) - Static method in class org.jfree.ui.RefineryUtilities
Creates a panel that contains a table based on the specified table model.
createTextBlock(String, Font, Paint) - Static method in class org.jfree.text.TextUtilities
Creates a TextBlock from a String.
createTextBlock(String, Font, Paint, float, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
createTextBlock(String, Font, Paint, float, int, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
createTranslatedShape(Shape, double, double) - Static method in class org.jfree.util.ShapeUtilities
Creates and returns a translated shape.
createTranslatedShape(Shape, RectangleAnchor, double, double) - Static method in class org.jfree.util.ShapeUtilities
Translates a shape to a new location such that the anchor point (relative to the rectangular bounds of the shape) aligns with the specified (x, y) coordinate in Java2D space.
createTransparentIcon(int, int) - Method in class org.jfree.util.ResourceBundleSupport
Creates a transparent icon.
createUpTriangle(float) - Static method in class org.jfree.util.ShapeUtilities
Creates a triangle shape that points upwards.

D

DATE_FORMAT_SYMBOLS - Static variable in class org.jfree.date.SerialDate
Date format symbols.
DateCellRenderer - Class in org.jfree.ui
A table cell renderer that formats dates.
DateCellRenderer() - Constructor for class org.jfree.ui.DateCellRenderer
Default constructor.
DateCellRenderer(DateFormat) - Constructor for class org.jfree.ui.DateCellRenderer
Creates a new renderer.
DateChooserPanel - Class in org.jfree.ui
A panel that allows the user to select a date.
DateChooserPanel() - Constructor for class org.jfree.ui.DateChooserPanel
Constructs a new date chooser panel, using today's date as the initial selection.
DateChooserPanel(Calendar, boolean) - Constructor for class org.jfree.ui.DateChooserPanel
Constructs a new date chooser panel.
DateObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Date object.
DateObjectDescription() - Constructor for class org.jfree.xml.factory.objects.DateObjectDescription
Creates a new object description.
DateUtilities - Class in org.jfree.date
Some useful date methods.
DayAndMonthRule - Class in org.jfree.date
An annual date rule where the generated date always falls on the same day and month each year.
DayAndMonthRule() - Constructor for class org.jfree.date.DayAndMonthRule
Default constructor: builds a DayAndMonthRule for 1 January.
DayAndMonthRule(int, int) - Constructor for class org.jfree.date.DayAndMonthRule
Standard constructor: builds a DayAndMonthRule for the given day-of-the-month and month.
dayCount30(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month (that is, corresponding to the 30/360 day-count convention).
dayCount30E(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the European adjustment (that is, corresponding to the 30E/360 day-count convention).
dayCount30ISDA(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the ISDA adjustments (that is, corresponding to the 30/360 (ISDA) day-count convention).
dayCount30PSA(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the PSA adjustments (that is, corresponding to the 30/360 (PSA) day-count convention).
dayCountActual(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns the actual number of days between two dates.
DayOfWeekInMonthRule - Class in org.jfree.date
An annual date rule that specifies the nth day of the week in a given month (for example, the third Wednesday in June, or the last Friday in November).
DayOfWeekInMonthRule() - Constructor for class org.jfree.date.DayOfWeekInMonthRule
Default constructor: builds a rule for the first Monday in January by default.
DayOfWeekInMonthRule(int, int, int) - Constructor for class org.jfree.date.DayOfWeekInMonthRule
Standard constructor: builds a rule with the specified attributes.
debug(Object) - Static method in class org.jfree.util.Log
A convenience method for logging a 'debug' message.
debug(Object, Exception) - Static method in class org.jfree.util.Log
A convenience method for logging a 'debug' message.
debug(Object) - Method in class org.jfree.util.LogContext
A convenience method for logging a 'debug' message.
debug(Object, Exception) - Method in class org.jfree.util.LogContext
A convenience method for logging a 'debug' message.
DEBUG - Static variable in interface org.jfree.util.LogTarget
Loglevel DEBUG.
DECEMBER - Static variable in interface org.jfree.date.MonthConstants
Constant for December.
DecimalFormatObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a DecimalFormat object.
DecimalFormatObjectDescription() - Constructor for class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
Creates a new object description.
DecimalFormatObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
Creates a new object description.
DecimalFormatObjectDescription(Class, boolean) - Constructor for class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
Deprecated.
should no longer be used...
decode(char[]) - Static method in class org.jfree.xml.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decreaseIndent() - Method in class org.jfree.xml.writer.XMLWriterSupport
Decreates the indention by one level.
deepClone(Collection) - Static method in class org.jfree.util.ObjectUtilities
Returns a new collection containing clones of all the items in the specified collection.
DEFAULT_DATE_BUTTON_COLOR - Static variable in class org.jfree.ui.SerialDateChooserPanel
The default background color for the selected date.
DEFAULT_FONT - Static variable in class org.jfree.text.TextFragment
The default font.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jfree.util.AbstractObjectList
The default initial capacity of the list.
DEFAULT_MONTH_BUTTON_COLOR - Static variable in class org.jfree.ui.SerialDateChooserPanel
The default background color for the current month.
DEFAULT_PAINT - Static variable in class org.jfree.text.TextFragment
The default text color.
DefaultConfiguration - Class in org.jfree.util
Default configuration.
DefaultConfiguration() - Constructor for class org.jfree.util.DefaultConfiguration
Creates an empty property list with no default values.
DefaultModelReader - Class in org.jfree.xml.generator
A reader for the class model.
DefaultModelReader() - Constructor for class org.jfree.xml.generator.DefaultModelReader
Creates a new model reader.
defineLog(Log) - Static method in class org.jfree.util.Log
Redefines or clears the currently used log instance.
delegate(XmlReadHandler, String, Attributes) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Delegate to another handler.
DESCENDING - Static variable in class org.jfree.util.SortOrder
Descending order.
DescriptionGenerator - Class in org.jfree.xml.generator
A utility application for generating class descriptions.
DescriptionGenerator() - Constructor for class org.jfree.xml.generator.DescriptionGenerator
 
DescriptionModel - Class in org.jfree.xml.generator.model
A model containing class descriptions.
DescriptionModel() - Constructor for class org.jfree.xml.generator.model.DescriptionModel
Creates a new class description model.
DetailEditor - Class in org.jfree.ui.tabbedui
A detail editor.
DetailEditor() - Constructor for class org.jfree.ui.tabbedui.DetailEditor
Creates a new editor.
Dimension2DObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Dimension2D object.
Dimension2DObjectDescription() - Constructor for class org.jfree.xml.factory.objects.Dimension2DObjectDescription
Creates a new object description.
DimensionObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a java.awt.Dimension object.
DimensionObjectDescription() - Constructor for class org.jfree.xml.factory.objects.DimensionObjectDescription
Creates a new object description.
doLog(int, Object) - Method in class org.jfree.util.Log
Logs a message to the main log stream.
doLog(int, Object, Exception) - Method in class org.jfree.util.Log
Logs a message to the main log stream.
DONE - Static variable in class org.jfree.util.LineBreakIterator
A useful constant.
doneParsing() - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Done parsing.
doneParsing() - Method in class org.jfree.xml.parser.coretypes.GradientPaintReadHandler
At the end of parsing the element, the gradient paint is constructed.
doneParsing() - Method in class org.jfree.xml.parser.coretypes.ListReadHandler
Parsing is finished.
doneParsing() - Method in class org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
Done parsing.
doneParsing() - Method in class org.jfree.xml.parser.coretypes.StringReadHandler
Done parsing.
DoubleAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Double attributes to and from an appropriate String representation.
DoubleAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.DoubleAttributeHandler
Creates a new attribute handler.
DoubleObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Double object.
DoubleObjectDescription() - Constructor for class org.jfree.xml.factory.objects.DoubleObjectDescription
Creates a new object description.
DOWN - Static variable in class org.jfree.ui.ArrowPanel
A constant for the down arrow.
DOWN - Static variable in class org.jfree.ui.BevelArrowIcon
Constant indicating that the arrow is pointing down.
DOWN - Static variable in class org.jfree.ui.SortButtonRenderer
Useful constant indicating ASCENDING (that is, arrow pointing down) sorting in the table.
DowngradeActionMap - Class in org.jfree.ui.action
An actionmap, which is JDK 1.2.2 compatible.
DowngradeActionMap() - Constructor for class org.jfree.ui.action.DowngradeActionMap
Default Constructor.
draw(Graphics2D, float, float, TextBlockAnchor) - Method in class org.jfree.text.TextBlock
Draws the text block at a specific location.
draw(Graphics2D, float, float, TextBlockAnchor, float, float, double) - Method in class org.jfree.text.TextBlock
Draws the text block, aligning it with the specified anchor point and rotating it about the specified rotation point.
draw(Graphics2D, float, float, RectangleAnchor) - Method in class org.jfree.text.TextBox
Draws the text box.
draw(Graphics2D, float, float, TextAnchor, float, float, double) - Method in class org.jfree.text.TextFragment
Draws the text fragment.
draw(Graphics2D, float, float, TextAnchor, float, float, double) - Method in class org.jfree.text.TextLine
Draws the text line.
draw(Graphics2D, Rectangle2D) - Method in interface org.jfree.ui.Drawable
Draws the object.
Drawable - Interface in org.jfree.ui
An interface for an object that can draw itself within an area on a Graphics2D.
DrawablePanel - Class in org.jfree.ui
A component, that accepts a drawable and which draws that drawable.
DrawablePanel() - Constructor for class org.jfree.ui.DrawablePanel
Creates a new instance.
drawAlignedString(String, Graphics2D, float, float, TextAnchor) - Static method in class org.jfree.text.TextUtilities
Draws a string such that the specified anchor point is aligned to the given (x, y) location.
drawRotatedShape(Graphics2D, Shape, double, float, float) - Static method in class org.jfree.util.ShapeUtilities
Draws a shape with the specified rotation about (x, y).
drawRotatedString(String, Graphics2D, double, float, float) - Static method in class org.jfree.text.TextUtilities
A utility method for drawing rotated text.
drawRotatedString(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.text.TextUtilities
A utility method for drawing rotated text.
drawRotatedString(String, Graphics2D, float, float, TextAnchor, double, float, float) - Static method in class org.jfree.text.TextUtilities
Draws a string that is aligned by one anchor point and rotated about another anchor point.
drawRotatedString(String, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.text.TextUtilities
Draws a string that is aligned by one anchor point and rotated about another anchor point.

E

EAST - Static variable in class org.jfree.ui.Align
East alignment (same as RIGHT).
EasterSundayRule - Class in org.jfree.date
An annual date rule for Easter (Sunday).
EasterSundayRule() - Constructor for class org.jfree.date.EasterSundayRule
Default constructor.
ELEMENT - Static variable in class org.jfree.xml.generator.model.PropertyType
A property that is described using an XML element.
ELEMENT_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Element attribute text.
ELEMENT_PROPERTY_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Element property tag text.
ElementDefinitionException - Exception in org.jfree.xml
A reportdefinition exception is thrown when the parsing of the report definition failed because invalid or missing attributes are encountered.
ElementDefinitionException(String) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ElementDefinitionException without an parent exception and with the given message as explanation.
ElementDefinitionException(Exception) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ElementDefinitionException with an parent exception and with the parents message as explaination.
ElementDefinitionException(Exception, String) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ElementDefinitionException with an parent exception and with the given message as explaination.
ElementDefinitionException(Exception, Locator) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ParseException with the given root exception and the locator.
ElementDefinitionException(String, Locator) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ParseException with the given message and the locator.
ElementDefinitionException(String, Exception, Locator) - Constructor for exception org.jfree.xml.ElementDefinitionException
Creates a new ParseException with the given message, root exception and the locator.
ElementDefinitionHandler - Interface in org.jfree.xml
A element definition handler.
encode(byte[]) - Static method in class org.jfree.xml.util.Base64
returns an array of base64-encoded characters to represent the passed data array.
ENCODE_ALPHA - Static variable in class com.keypoint.PngEncoder
Constant specifying that alpha channel should be encoded.
encodeAlpha - Variable in class com.keypoint.PngEncoder
Encode alpha?
endBlock() - Method in class org.jfree.xml.writer.XMLWriterSupport
Ends the current block by decreasing the indent level.
endCDATA() - Method in class org.jfree.xml.CommentHandler
Report the end of a CDATA section.
endDocument() - Method in class org.jfree.xml.Parser
Receive notification of the end of the document.
endDTD() - Method in class org.jfree.xml.CommentHandler
Report the end of DTD declarations.
endElement(String) - Method in class org.jfree.xml.AbstractElementDefinitionHandler
Callback to indicate that an XML element end tag has been read by the parser.
endElement(String) - Method in interface org.jfree.xml.ElementDefinitionHandler
Callback to indicate that an XML element end tag has been read by the parser.
endElement(String) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
This method is called at the end of an element.
endElement(String, String, String) - Method in class org.jfree.xml.Parser
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Finish processing an element.
endElement(String) - Method in interface org.jfree.xml.parser.XmlReadHandler
This method is called at the end of an element.
endEntity(String) - Method in class org.jfree.xml.CommentHandler
Report the end of an entity.
endIncludeHandling() - Method in class org.jfree.xml.generator.DefaultModelReader
Ends include handling.
endIncludeHandling() - Method in class org.jfree.xml.util.AbstractModelReader
End handling an include.
endMultiplexMapping() - Method in class org.jfree.xml.generator.DefaultModelReader
Ends a multiplex mapping.
endMultiplexMapping() - Method in class org.jfree.xml.util.AbstractModelReader
Finializes the multiplexer mapping.
endMultiplexMapping() - Method in class org.jfree.xml.util.ObjectFactoryLoader
Finializes the multiplexer mapping.
endObjectDefinition() - Method in class org.jfree.xml.generator.DefaultModelReader
Finishes processing an object definition (sets the constructor and property info for the class description, and adds the class description to the model).
endObjectDefinition() - Method in class org.jfree.xml.util.AbstractModelReader
Finializes the object definition.
endObjectDefinition() - Method in class org.jfree.xml.util.ObjectFactoryLoader
Finializes the object definition.
endRootDocument() - Method in class org.jfree.xml.generator.DefaultModelReader
Ends the root document.
endRootDocument() - Method in class org.jfree.xml.util.AbstractModelReader
End the root document.
endsWithIgnoreCase(String, String) - Static method in class org.jfree.util.StringUtils
Helper functions to query a strings end portion.
ensureCapacity(int, int) - Method in class org.jfree.util.ObjectTable
Ensures that there is storage capacity for the specified item.
ensureRowCapacity(int) - Method in class org.jfree.util.ObjectTable
Checks that there is storage capacity for the specified row and resizes if necessary.
equal(float[][], float[][]) - Static method in class org.jfree.util.ArrayUtilities
Tests two float arrays for equality.
equal(AttributedString, AttributedString) - Static method in class org.jfree.util.AttributedStringUtilities
Tests two attributed strings for equality.
equal(Object, Object) - Static method in class org.jfree.util.ObjectUtilities
Returns true if the two objects are equal OR both null.
equal(Paint, Paint) - Static method in class org.jfree.util.PaintUtilities
Returns true if the two Paint objects are equal OR both null.
equal(Shape, Shape) - Static method in class org.jfree.util.ShapeUtilities
Tests two shapes for equality.
equal(Line2D, Line2D) - Static method in class org.jfree.util.ShapeUtilities
Compares two lines are returns true if they are equal or both null.
equal(Ellipse2D, Ellipse2D) - Static method in class org.jfree.util.ShapeUtilities
Compares two ellipses and returns true if they are equal or both null.
equal(Arc2D, Arc2D) - Static method in class org.jfree.util.ShapeUtilities
Compares two arcs and returns true if they are equal or both null.
equal(Polygon, Polygon) - Static method in class org.jfree.util.ShapeUtilities
Tests two polygons for equality.
equal(GeneralPath, GeneralPath) - Static method in class org.jfree.util.ShapeUtilities
Tests two polygons for equality.
equalReferencesInArrays(Object[], Object[]) - Static method in class org.jfree.util.ArrayUtilities
Returns true if all the references in array1 are equal to all the references in array2 (two null references are considered equal for this test).
equals(Object) - Method in class org.jfree.base.Library
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.date.SpreadsheetDate
Tests the equality of this date with an arbitrary object.
equals(Object) - Method in class org.jfree.text.TextBlock
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.text.TextBlockAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.text.TextBox
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.text.TextFragment
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.text.TextLine
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.FloatDimension
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.ui.GradientPaintTransformType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.HorizontalAlignment
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.Layer
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.LengthAdjustmentType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.RectangleAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.RectangleEdge
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.RectangleInsets
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.ui.Size2D
Compares this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.ui.StandardGradientPaintTransformer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.ui.TextAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.ui.VerticalAlignment
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.util.AbstractObjectList
Tests this list for equality with another object.
equals(Object) - Method in class org.jfree.util.BooleanList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.util.LogContext
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.util.ObjectTable
Tests this paint table for equality with another object (typically also an ObjectTable).
equals(Object) - Method in class org.jfree.util.PaintList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.util.Rotation
Compares this object for equality with an other object.
equals(Object) - Method in class org.jfree.util.ShapeList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.util.SortOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.util.StrokeList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.util.TableOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.util.UnitType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
ArrayClassFactories are always equal, there is nothing that could not be equal :)
equals(Object) - Method in class org.jfree.xml.factory.objects.BooleanObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.ByteObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.CharacterObjectDescription
Tests for equality.
equals(Object) - Method in interface org.jfree.xml.factory.objects.ClassFactory
Compares whether two object factories are equal.
equals(Object) - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.DoubleObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.FloatObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.IntegerObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.factory.objects.LongObjectDescription
Tests for equality.
equals(Object) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Compares whether two object descriptions are equal.
equals(Object) - Method in class org.jfree.xml.factory.objects.ShortObjectDescription
Tests for equality.
equals(Object) - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.xml.generator.model.TypeInfo
Tests this object for equality with another object.
error(Object) - Static method in class org.jfree.util.Log
A convenience method for logging an 'error' message.
error(Object, Exception) - Static method in class org.jfree.util.Log
A convenience method for logging an 'error' message.
error(Object) - Method in class org.jfree.util.LogContext
A convenience method for logging an 'error' message.
error(Object, Exception) - Method in class org.jfree.util.LogContext
A convenience method for logging an 'error' message.
ERROR - Static variable in interface org.jfree.util.LogTarget
Loglevel ERROR.
EXPAND - Static variable in class org.jfree.ui.LengthAdjustmentType
EXPAND.
ExtendedConfiguration - Interface in org.jfree.util
The extended configuration provides methods to make using the configuration easier.
ExtendedConfigurationWrapper - Class in org.jfree.util
A wrapper for the extended configuration interface around a plain configuration.
ExtendedConfigurationWrapper(Configuration) - Constructor for class org.jfree.util.ExtendedConfigurationWrapper
Creates a wrapper around the given configuration.
ExtendedDrawable - Interface in org.jfree.ui
A drawable that has a preferred size and aspect ratio.
extendHeight(double) - Method in class org.jfree.ui.RectangleInsets
Extends the given height to allow for the insets.
extendWidth(double) - Method in class org.jfree.ui.RectangleInsets
Extends the given width to allow for the insets.
ExtensionFileFilter - Class in org.jfree.ui
A filter for JFileChooser that filters files by extension.
ExtensionFileFilter(String, String) - Constructor for class org.jfree.ui.ExtensionFileFilter
Standard constructor.

F

FastStack - Class in org.jfree.util
A very simple unsynchronized stack.
FastStack() - Constructor for class org.jfree.util.FastStack
Creates a new empty stack.
FastStack(int) - Constructor for class org.jfree.util.FastStack
Creates a new empty stack with the specified initial storage size.
FEBRUARY - Static variable in interface org.jfree.date.MonthConstants
Constant for February.
FilesystemFilter - Class in org.jfree.ui
A filesystem filter.
FilesystemFilter(String, String) - Constructor for class org.jfree.ui.FilesystemFilter
Creates a new filter.
FilesystemFilter(String, String, boolean) - Constructor for class org.jfree.ui.FilesystemFilter
Creates a new filter.
FilesystemFilter(String[], String, boolean) - Constructor for class org.jfree.ui.FilesystemFilter
Creates a new filter.
FileUtilities - Class in org.jfree.io
A class containing useful utility methods relating to files.
fillLocation(Locator) - Method in exception org.jfree.xml.ParseException
Fills the location with the given locator.
fillObject() - Method in class org.jfree.ui.tabbedui.DetailEditor
Edits the object.
fillSuperClasses() - Method in class org.jfree.xml.generator.DefaultModelReader
Iterates through all the class descriptions in the model, setting the superclass attribute in all cases where the superclass definitions are contained in the model.
filter - Variable in class com.keypoint.PngEncoder
The filter type.
FILTER_LAST - Static variable in class com.keypoint.PngEncoder
Constants for filter (LAST).
FILTER_NONE - Static variable in class com.keypoint.PngEncoder
Constants for filter (NONE).
FILTER_SUB - Static variable in class com.keypoint.PngEncoder
Constants for filter (SUB).
FILTER_UP - Static variable in class com.keypoint.PngEncoder
Constants for filter (UP).
filterSub(byte[], int, int) - Method in class com.keypoint.PngEncoder
Perform "sub" filtering on the given row.
filterUp(byte[], int, int) - Method in class com.keypoint.PngEncoder
Perform "up" filtering on the given row.
findElementIndex(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
Tries to find the index of element with the given key.
findFileOnClassPath(String) - Static method in class org.jfree.io.FileUtilities
Returns a reference to a file with the specified name that is located somewhere on the classpath.
findPropertyKeys(String) - Method in interface org.jfree.util.Configuration
Returns all keys with the given prefix.
findPropertyKeys(String) - Method in class org.jfree.util.DefaultConfiguration
Searches all property keys that start with a given prefix.
findPropertyKeys(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns all keys with the given prefix.
findPropertyKeys(String) - Method in class org.jfree.xml.FrontendDefaultHandler
Returns all keys with the given prefix.
finish() - Method in class org.jfree.ui.WizardDialog
Finishes the wizard.
fireListDataEvent(ListDataEvent) - Method in class org.jfree.ui.KeyedComboBoxModel
Notifies all registered list data listener of the given event.
FIRST_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the first week in a month.
FIT - Static variable in class org.jfree.ui.Align
Complete fit.
FIT_HORIZONTAL - Static variable in class org.jfree.ui.Align
Horizontal fit.
FIT_VERTICAL - Static variable in class org.jfree.ui.Align
Vertical fit.
FloatAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Float attributes to and from an appropriate String representation.
FloatAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.FloatAttributeHandler
Creates a new attribute handler.
FloatDimension - Class in org.jfree.ui
A dimension object specified using float values.
FloatDimension() - Constructor for class org.jfree.ui.FloatDimension
Creates a new dimension object with width and height set to zero.
FloatDimension(FloatDimension) - Constructor for class org.jfree.ui.FloatDimension
Creates a new dimension that is a copy of another dimension.
FloatDimension(float, float) - Constructor for class org.jfree.ui.FloatDimension
Creates a new dimension.
FloatingButtonEnabler - Class in org.jfree.ui
Enables a button to have a simple floating effect.
FloatObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Float object.
FloatObjectDescription() - Constructor for class org.jfree.xml.factory.objects.FloatObjectDescription
Creates a new object description.
focusGained(FocusEvent) - Method in class org.jfree.ui.JTextObserver
Selects all the text when a field gains the focus.
focusLost(FocusEvent) - Method in class org.jfree.ui.JTextObserver
Deselects the text when a field loses the focus.
FOLLOWING - Static variable in class org.jfree.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
FontChooserDialog - Class in org.jfree.ui
A dialog for choosing a font from the available system fonts.
FontChooserDialog(Dialog, String, boolean, Font) - Constructor for class org.jfree.ui.FontChooserDialog
Standard constructor - builds a font chooser dialog owned by another dialog.
FontChooserDialog(Frame, String, boolean, Font) - Constructor for class org.jfree.ui.FontChooserDialog
Standard constructor - builds a font chooser dialog owned by a frame.
FontChooserPanel - Class in org.jfree.ui
A panel for choosing a font from the available system fonts - still a bit of a hack at the moment, but good enough for demonstration applications.
FontChooserPanel(Font) - Constructor for class org.jfree.ui.FontChooserPanel
Standard constructor - builds a FontChooserPanel initialised with the specified font.
FontDisplayField - Class in org.jfree.ui
A field for displaying a font selection.
FontDisplayField(Font) - Constructor for class org.jfree.ui.FontDisplayField
Standard constructor - builds a FontDescriptionField initialised with the specified font.
FontReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading a font definition.
FontReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.FontReadHandler
Creates a new SAX handler for reading a Font from XML.
FontWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing Font objects.
FontWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.FontWriteHandler
Default constructor.
FOREGROUND - Static variable in class org.jfree.ui.Layer
Foreground.
formatInsetsString(Insets) - Method in class org.jfree.ui.InsetsTextField
Returns a formatted string describing provided insets.
FormatLayout - Class in org.jfree.layout
A layout manager that spaces components over six columns in seven different formats.
FormatLayout(int, int[]) - Constructor for class org.jfree.layout.FormatLayout
Constructs a new layout manager that can be used to create input forms.
formatMessage(String, Object) - Method in class org.jfree.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
formatMessage(String, Object, Object) - Method in class org.jfree.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
formatMessage(String, Object[]) - Method in class org.jfree.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
FOURTH_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the fourth week in a month.
FRIDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Friday.
FrontendDefaultHandler - Class in org.jfree.xml
The frontenddefault handler connects the SAX-backend with the handler implementations.
FrontendDefaultHandler() - Constructor for class org.jfree.xml.FrontendDefaultHandler
Default constructor.

G

G2TextMeasurer - Class in org.jfree.text
A TextMeasurer based on a Graphics2D.
G2TextMeasurer(Graphics2D) - Constructor for class org.jfree.text.G2TextMeasurer
Creates a new text measurer.
generate(String, Properties, DescriptionModel) - Static method in class org.jfree.xml.generator.DescriptionGenerator
Generates a DescriptionModel from the specified source.
GenericObjectFactory - Class in org.jfree.xml.util
The generic object factory contains all methods necessary to collect the property values needed to produce a fully instantiated object.
GenericObjectFactory(Class, String, ConstructorDefinition[], PropertyDefinition[], LookupDefinition[], AttributeDefinition[], String[]) - Constructor for class org.jfree.xml.util.GenericObjectFactory
Creates a new generic object factory.
GenericReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading a generic object from an XML element.
GenericReadHandler(GenericObjectFactory) - Constructor for class org.jfree.xml.parser.coretypes.GenericReadHandler
Creates a new handler.
GenericWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing generic objects.
GenericWriteHandler(GenericObjectFactory) - Constructor for class org.jfree.xml.writer.coretypes.GenericWriteHandler
Creates a new handler.
get(Object) - Method in class org.jfree.ui.action.DowngradeActionMap
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
get(int) - Method in class org.jfree.util.AbstractObjectList
Returns the object at the specified index, if there is one, or null.
get(int) - Method in class org.jfree.util.FastStack
Returns the item at the specified slot in the stack.
get(Object, int) - Method in class org.jfree.util.HashNMap
Retrieves the n-th value registered for an key or null if there was no such key in the list.
get(int) - Method in class org.jfree.util.ObjectList
Returns the object at the specified index, if there is one, or null.
get(int) - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns a class description.
get(Class) - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns a class description for the given class name.
getAction() - Method in class org.jfree.ui.action.ActionButton
Returns the assigned action or null if no action has been assigned.
getAction() - Method in class org.jfree.ui.action.ActionMenuItem
Returns the assigned action or null if no action has been assigned.
getAction() - Method in class org.jfree.ui.action.ActionRadioButton
Returns the assigned action or null if no action has been assigned.
getAll(Object) - Method in class org.jfree.util.HashNMap
Returns an iterator over all elements registered to the given key.
getAttribute(String) - Method in class org.jfree.xml.writer.AttributeList
Returns the attribute value for the given attribute name or null, if the attribute is not defined in this list.
getAttribute(String, String) - Method in class org.jfree.xml.writer.AttributeList
Returns the attribute value for the given attribute name or the given defaultvalue, if the attribute is not defined in this list.
getAttributeDefinitions() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the attribute definitions.
getAttributeName() - Method in class org.jfree.xml.util.AttributeDefinition
Returns the attribute name.
getAttributeName() - Method in class org.jfree.xml.util.MultiplexMappingDefinition
Returns the attribute name.
getAttributeValue() - Method in class org.jfree.xml.util.MultiplexMappingEntry
Returns the attribute value.
getBackgroundPaint() - Method in class org.jfree.text.TextBox
Returns the background paint.
getBaseClass() - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Returns the base class.
getBaseClass() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns the base class.
getBaseClass() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the base class.
getBaseClass() - Method in class org.jfree.xml.util.ManualMappingDefinition
Returns the class.
getBaseClass() - Method in class org.jfree.xml.util.MultiplexMappingDefinition
Returns the class.
getBaselineOffset() - Method in class org.jfree.text.TextFragment
Returns the baseline offset.
getBoolean(int) - Method in class org.jfree.util.BooleanList
Returns a Boolean from the list.
getBoolProperty(String) - Method in interface org.jfree.util.ExtendedConfiguration
Returns the boolean value of a given configuration property.
getBoolProperty(String, boolean) - Method in interface org.jfree.util.ExtendedConfiguration
Returns the boolean value of a given configuration property.
getBoolProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns the boolean value of a given configuration property.
getBoolProperty(String, boolean) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns the boolean value of a given configuration property.
getBootClass() - Method in class org.jfree.base.BootableProjectInfo
Returns the name of the boot class.
getBottom() - Method in class org.jfree.ui.RectangleInsets
Returns the bottom insets.
getBundle(String) - Static method in class org.jfree.util.ResourceBundleWrapper
Finds and returns the specified resource bundle.
getBundle(String, Locale) - Static method in class org.jfree.util.ResourceBundleWrapper
Finds and returns the specified resource bundle.
getBundle(String, Locale, ClassLoader) - Static method in class org.jfree.util.ResourceBundleWrapper
Maps directly to ResourceBundle.getBundle(baseName, locale, loader).
getButtonColor(SerialDate) - Method in class org.jfree.ui.SerialDateChooserPanel
Returns the button color according to the specified date.
getCenterPoint() - Static method in class org.jfree.ui.RefineryUtilities
Deprecated.
this method is not useful in multi-screen environments.
getChildClasses() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns the child classes.
getChosenDateButtonColor() - Method in class org.jfree.ui.DateChooserPanel
Returns the color for the currently selected date.
getChosenMonthButtonColor() - Method in class org.jfree.ui.DateChooserPanel
Returns the color for the buttons representing the current month.
getChosenOtherButtonColor() - Method in class org.jfree.ui.DateChooserPanel
Returns the color for the buttons representing the other months.
getClasses() - Method in class org.jfree.xml.generator.JavaSourceCollector
Returns the list of classes as an array.
getClasses() - Method in interface org.jfree.xml.generator.SourceCollector
Returns the classes that fall within the scope of the source collector.
getClassLoader() - Static method in class org.jfree.util.ObjectUtilities
Returns the custom classloader or null, if no custom classloader is defined.
getClassLoader(Class) - Static method in class org.jfree.util.ObjectUtilities
Returns the classloader, which was responsible for loading the given class.
getClassLoaderSource() - Static method in class org.jfree.util.ObjectUtilities
Returns the internal configuration entry, whether the classloader of the thread context or the context classloader should be used.
getClassRepresentation(String) - Static method in class org.jfree.xml.util.BasicTypeSupport
Returns the class for a given primitive class type.
getCloseAction() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the close action.
getCloseComment() - Method in class org.jfree.xml.util.AbstractModelReader
Returns the close comment.
getCloseTagComment() - Method in class org.jfree.xml.generator.model.Comments
Returns the close tag comments.
getColumn() - Method in exception org.jfree.xml.ParseException
Returns the column of the parse position where the error occured.
getColumnCount() - Method in class org.jfree.ui.about.ContributorsTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in class org.jfree.ui.about.LibraryTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in class org.jfree.util.ObjectTable
Returns the number of columns in the table.
getColumnIncrement() - Method in class org.jfree.util.ObjectTable
Returns the column size increment.
getColumnName(int) - Method in class org.jfree.ui.about.ContributorsTableModel
Returns the name of a column in the table model.
getColumnName(int) - Method in class org.jfree.ui.about.LibraryTableModel
Returns the name of a column in the table model.
getColumnName(int) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Returns the name of the specified column.
getCommentHandler() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the comment handler that is used to collect comments.
getCommentHandler() - Method in class org.jfree.xml.util.AbstractModelReader
Returns the comment handler.
getComments() - Method in class org.jfree.xml.CommentHandler
Returns all collected comments as string array.
getComments() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the comments for the class description.
getComments() - Method in class org.jfree.xml.generator.model.KeyDescription
Returns the comments.
getComments() - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Returns the comments.
getComments() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns the comments.
getComments() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns the comments for this type info.
getComments() - Method in class org.jfree.xml.Parser
Returns the currently collected comments.
getComparator() - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns the class comparator used to sort the super classes of an object.
getCompressionLevel() - Method in class com.keypoint.PngEncoder
Retrieve compression level.
getConfig() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns the configuration for that object description.
getConfig() - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns the currently set configuration or null, if none was set.
getConfigProperties() - Method in interface org.jfree.util.Configuration
Returns the configuration properties.
getConfigProperties() - Method in class org.jfree.util.DefaultConfiguration
Returns an enumeration of the property keys.
getConfigProperties() - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns an enumeration of the configuration properties.
getConfigProperties() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the configuration properties.
getConfigProperty(String) - Method in interface org.jfree.util.Configuration
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in interface org.jfree.util.Configuration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String) - Method in class org.jfree.util.DefaultConfiguration
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in class org.jfree.util.DefaultConfiguration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String) - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfiguration() - Static method in class org.jfree.base.BaseBoot
Returns the global configuration as modifiable configuration reference.
getConstructorDefinitions() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the constructor definitions.
getConstructorDescription() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the constructor descriptions.
getContentBase() - Method in class org.jfree.xml.FrontendDefaultHandler
Gets the ContentBase used to resolve relative URLs.
getContents() - Method in class org.jfree.resources.JCommonResources
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.ui.about.resources.AboutResources
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.ui.about.resources.AboutResources_de
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.ui.about.resources.AboutResources_es
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.ui.about.resources.AboutResources_fr
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.ui.about.resources.AboutResources_pl
Returns the array of strings in the resource bundle.
getContributors() - Method in class org.jfree.ui.about.ProjectInfo
Returns the list of contributors for the project.
getCopyPopupMenu() - Method in class org.jfree.ui.about.SystemPropertiesPanel
Returns the copy popup menu.
getCopyright() - Method in class org.jfree.base.BasicProjectInfo
Returns the copyright statement.
getCount() - Method in class org.jfree.date.DayOfWeekInMonthRule
Returns the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST).
getCurrentDirectory() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
Returns the working directory that should be used when initializing the FileChooser.
getCurrentHandler() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Returns the current handler.
getData() - Method in class org.jfree.util.ObjectTable
Returns the table data.
getDate(int) - Method in class org.jfree.date.AnnualDateRule
Returns the date for this rule, given the year.
getDate(int) - Method in class org.jfree.date.DayAndMonthRule
Returns the date, given the year.
getDate(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
Return the date for this rule, given the year.
getDate(int) - Method in class org.jfree.date.EasterSundayRule
Returns the date of Easter Sunday for the given year.
getDate(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
Returns the date generated by this rule, for the specified year.
getDate() - Method in class org.jfree.ui.DateChooserPanel
Returns the date selected in the panel.
getDate() - Method in class org.jfree.ui.SerialDateChooserPanel
Returns the date selected in the panel.
getDayOfMonth() - Method in class org.jfree.date.DayAndMonthRule
Returns the day of the month.
getDayOfMonth() - Method in class org.jfree.date.SerialDate
Returns the day of the month.
getDayOfMonth() - Method in class org.jfree.date.SpreadsheetDate
Returns the day of the month.
getDayOfWeek() - Method in class org.jfree.date.DayOfWeekInMonthRule
Returns the day-of-the-week for this rule (SerialDate.MONDAY, SerialDate.TUESDAY, etc.).
getDayOfWeek() - Method in class org.jfree.date.RelativeDayOfWeekRule
Returns the day-of-the-week for this rule.
getDayOfWeek() - Method in class org.jfree.date.SerialDate
Returns the day of the week.
getDayOfWeek() - Method in class org.jfree.date.SpreadsheetDate
Returns a code representing the day of the week.
getDebuglevel() - Method in class org.jfree.util.Log
Returns the currently defined debug level.
getDefaultHandler() - Method in class org.jfree.xml.ParserFrontend
Returns the ElementDefinitionHandler used for parsing reports.
getDefinedParameterNames() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns an iterator for the parameter names.
getDependencies() - Method in class org.jfree.base.BootableProjectInfo
Returns the dependencies.
getDescription() - Method in class org.jfree.date.SerialDate
Returns the description that is attached to the date.
getDescription() - Method in class org.jfree.ui.ExtensionFileFilter
Returns the description of the filter.
getDescription() - Method in class org.jfree.ui.FilesystemFilter
Returns the filter description.
getDescription(String) - Method in class org.jfree.util.SortedConfigurationWriter
Returns a description for the given key.
getDescription() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the description.
getDescription() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns the type description.
getDescriptionForClass(Class) - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
Returns an object description for a class.
getDescriptionForClass(Class) - Method in interface org.jfree.xml.factory.objects.ClassFactory
Returns an object description for a class.
getDescriptionForClass(Class) - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Returns an object description for a class.
getDescriptionForClass(Class) - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns an object-description for a class.
getDisplayFont() - Method in class org.jfree.ui.FontDisplayField
Returns the current font.
getDrawable() - Method in class org.jfree.ui.DrawablePanel
Returns the drawable item.
getEditorName() - Method in interface org.jfree.ui.tabbedui.RootEditor
Returns the editor name.
getElementAt(int) - Method in class org.jfree.ui.KeyedComboBoxModel
Returns the value at the specified index.
getElementName() - Method in class org.jfree.xml.util.PropertyDefinition
Returns the element name.
getElementPosition(Attributes) - Static method in class org.jfree.xml.ParserUtil
Parses an element position.
getEmail() - Method in class org.jfree.ui.about.Contributor
Returns the contributor's e-mail address.
getEncodeAlpha() - Method in class com.keypoint.PngEncoder
Retrieve alpha encoding status.
getEndOfCurrentMonth(SerialDate) - Method in class org.jfree.date.SerialDate
Rolls the date forward to the last day of the month.
getEntityResolver() - Method in class org.jfree.xml.ParserFrontend
Returns the entity resolver.
getEntryForClass(String) - Method in class org.jfree.xml.util.MultiplexMappingDefinition
Returns a mapping entry for a class.
getEntryForType(String) - Method in class org.jfree.xml.util.MultiplexMappingDefinition
Returns a mapping entry for a type.
getExtendedConfig() - Method in class org.jfree.base.AbstractBoot
Returns the global configuration as extended configuration.
getFactor() - Method in class org.jfree.util.Rotation
Returns the rotation factor, which is -1.0 for CLOCKWISE and 1.0 for ANTICLOCKWISE.
getFactories() - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Returns an iterator the provides access to all the factories in the collection.
getFactoryForClass(Class) - Method in interface org.jfree.xml.util.ObjectFactory
Returns the generic factory for the given class or null, if there is no handler for this class.
getFactoryForClass(Class) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Returns a factory instance for the given class.
getFactoryForClass(Class) - Method in class org.jfree.xml.util.SimpleObjectFactory
Returns a factory instance for the given class.
getFactoryLoader() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Returns the object factory.
getFactoryLoader() - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Returns the object factory.
getFileDescription() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
Returns a descriptive text describing the file extension.
getFileExtension(String) - Method in class org.jfree.io.IOUtils
Returns the file extension of the given file name.
getFileExtension() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
Returns the file extension that should be used for the operation.
getFileName(URL) - Method in class org.jfree.io.IOUtils
Extracts the file name from the URL.
getFilter() - Method in class com.keypoint.PngEncoder
Retrieve filtering scheme.
getFirst(Object) - Method in class org.jfree.util.HashNMap
Retrieves the first value registered for an key or null if there was no such key in the list.
getFirstTextFragment() - Method in class org.jfree.text.TextLine
Returns the first text fragment in the line.
getFirstVisibleDate() - Method in class org.jfree.ui.SerialDateChooserPanel
Returns the first date that is visible in the grid.
getFollowingDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Returns the earliest date that falls on the specified day-of-the-week and is AFTER the base date.
getFollowingDayOfWeek(int) - Method in class org.jfree.date.SerialDate
Returns the earliest date that falls on the specified day-of-the-week and is AFTER this date.
getFont() - Method in class org.jfree.text.TextFragment
Returns the font.
getGlobalConfig() - Method in class org.jfree.base.AbstractBoot
Returns the global configuration.
getGPL() - Method in class org.jfree.ui.about.Licences
Returns the GPL text in a non static way to prevent the compiler to copy the contents of the field.
getHandler() - Method in class org.jfree.xml.util.AttributeDefinition
Returns the handler.
getHandlerClass(Class) - Static method in class org.jfree.xml.util.BasicTypeSupport
Returns the fully qualified class name for the attribute handler for a property of the specified class.
getHandlerForChild(String, Attributes) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Returns the handler for a child element.
getHandlerForChild(String, Attributes) - Method in class org.jfree.xml.parser.coretypes.GenericReadHandler
Returns the child handler.
getHandlerForChild(String, Attributes) - Method in class org.jfree.xml.parser.coretypes.GradientPaintReadHandler
Returns the handler for a child element.
getHandlerForChild(String, Attributes) - Method in class org.jfree.xml.parser.coretypes.ListReadHandler
Gets a handler for a child.
getHandlerForChild(String, Attributes) - Method in class org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
Returns the handler for a child element.
getHeight(Graphics2D) - Method in class org.jfree.text.TextBox
Returns the height of the text box.
getHeight() - Method in class org.jfree.ui.FloatDimension
Returns the height.
getHeight() - Method in class org.jfree.ui.Size2D
Returns the height.
getHelperObject(String) - Method in class org.jfree.xml.Parser
Returns a helper object.
getHelperObject(String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Returns an object from the registry.
getIcon(String, boolean) - Method in class org.jfree.util.ResourceBundleSupport
Returns an scaled icon suitable for buttons or menus.
getIcon(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns an unscaled icon.
getIconHeight() - Method in class org.jfree.ui.BevelArrowIcon
Returns the height of the icon.
getIconWidth() - Method in class org.jfree.ui.BevelArrowIcon
Returns the width of the icon.
getImage() - Method in class com.keypoint.PngEncoder
Returns the image to be encoded.
getIncludeComment(String) - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns the include comment for the specified source.
getIndentLevel() - Method in class org.jfree.xml.writer.XMLWriterSupport
Returns the current indent level.
getInfo() - Method in class org.jfree.base.Library
Returns the project info for the library.
getInitialFactory() - Method in class org.jfree.xml.Parser
Returns the initial handler.
getInsetsValue() - Method in class org.jfree.ui.InsetsChooserPanel
Returns a new Insets instance to match the values entered on the panel.
getInstance() - Static method in class org.jfree.base.BaseBoot
Returns the boot instance.
getInstance() - Static method in class org.jfree.io.IOUtils
Gets the singleton instance of the utility package.
getInstance() - Static method in class org.jfree.JCommonInfo
Returns the single instance of this class.
getInstance() - Static method in class org.jfree.ui.about.Licences
Returns a reference to this class.
getInstance() - Static method in class org.jfree.ui.FloatingButtonEnabler
Returns a default instance of this enabler.
getInstance() - Static method in class org.jfree.ui.JTextObserver
Returns the single instance.
getInstance() - Static method in class org.jfree.util.Log
Returns the singleton Log instance.
getInstance() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns a cloned instance of the object description.
getInstance() - Method in class org.jfree.xml.factory.objects.ArrayObjectDescription
Returns a new instance of the object description.
getInstance() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns a cloned instance of the object description.
getInstance() - Static method in class org.jfree.xml.generator.ModelBuilder
Returns the single instance of this class.
getInstance() - Static method in class org.jfree.xml.JCommonXMLInfo
Returns the single instance of this class.
getInstance() - Method in class org.jfree.xml.Parser
Returns a new instance of the parser.
getInstance() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns a copy of this instance.
getInteriorGap() - Method in class org.jfree.text.TextBox
Returns the interior gap.
getIntProperty(String) - Method in interface org.jfree.util.ExtendedConfiguration
Returns a given property as int value.
getIntProperty(String, int) - Method in interface org.jfree.util.ExtendedConfiguration
Returns a given property as int value.
getIntProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns a given property as int value.
getIntProperty(String, int) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Returns a given property as int value.
getJMenuBar() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the menu bar.
getKey() - Method in class org.jfree.xml.generator.model.IndexedPropertyInfo
Returns the key.
getKey() - Method in class org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
Returns the key.
getKeyAt(int) - Method in class org.jfree.ui.KeyedComboBoxModel
Returns the key from the given index.
getKeyStroke(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getKeyStroke(String, int) - Method in class org.jfree.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getLastLine() - Method in class org.jfree.text.TextBlock
Returns the last line in the block.
getLastTextFragment() - Method in class org.jfree.text.TextLine
Returns the last text fragment in the line.
getLeft() - Method in class org.jfree.ui.RectangleInsets
Returns the left insets.
getLeftButton() - Method in class org.jfree.ui.L1R1ButtonPanel
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
getLeftButton() - Method in class org.jfree.ui.L1R2ButtonPanel
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
getLeftButton() - Method in class org.jfree.ui.L1R3ButtonPanel
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
getLGPL() - Method in class org.jfree.ui.about.Licences
Returns the LGPL text in a non static way to prevent the compiler to copy the contents of the field.
getLibraries() - Method in class org.jfree.base.BasicProjectInfo
Returns a list of libraries used by the project.
getLibraries() - Method in class org.jfree.ui.about.LibraryTableModel
Returns an array of the libraries in the table.
getLicenceName() - Method in class org.jfree.base.Library
Returns the licenceName text.
getLicenceText() - Method in class org.jfree.ui.about.ProjectInfo
Returns the licence text.
getLine() - Method in exception org.jfree.xml.ParseException
Returns the line of the parse position where the error occured.
getLineAlignment() - Method in class org.jfree.text.TextBlock
Returns the alignment of the lines of text within the block.
getLines() - Method in class org.jfree.text.TextBlock
Returns an unmodifiable list containing the lines for the text block.
getLineSeparator() - Static method in class org.jfree.util.StringUtils
Queries the system properties for the line separator.
getLineSeparator() - Static method in class org.jfree.xml.writer.XMLWriterSupport
Returns the line separator.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jfree.ui.StrokeSample
Returns a list cell renderer for the stroke, so the sample can be displayed in a list or combo.
getLocale() - Method in class org.jfree.util.ResourceBundleSupport
Returns the current locale for this resource bundle.
getLocator() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the current locator.
getLogo() - Method in class org.jfree.ui.about.ProjectInfo
Returns the logo.
getLookupDefinitions() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the lookup definitions.
getMainPanel() - Method in interface org.jfree.ui.tabbedui.RootEditor
Returns the main panel.
getMainPanel() - Method in class org.jfree.ui.tabbedui.RootPanel
Returns the main panel.
getManualMapping() - Method in class org.jfree.xml.generator.model.MappingModel
Returns the manual mapping info.
getManualMappingDefinition(Class) - Method in interface org.jfree.xml.util.ObjectFactory
Returns the manual mapping definition for the given class, or null, if not manual definition exists.
getManualMappingDefinition(Class) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Returns the manual mapping definition for the given class, or null, if not manual definition exists.
getManualMappingDefinition(Class) - Method in class org.jfree.xml.util.SimpleObjectFactory
Returns the manual mapping definition for the given class, or null, if not manual definition exists.
getMapping(Class) - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Tries to find the mapping for the given class.
getMappingModel() - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns the mapping model.
getMaximumWindowBounds() - Static method in class org.jfree.ui.RefineryUtilities
Deprecated.
this method is not useful in multi-screen environments.
getMaxLength() - Method in class org.jfree.ui.LengthLimitingDocument
Returns the defined maximum number characters for this document.
getMenus() - Method in interface org.jfree.ui.tabbedui.RootEditor
Returns the menus.
getMessage() - Method in exception org.jfree.xml.ParseException
Modifies the message to give more detailed location information.
getMinimumSize() - Method in class org.jfree.ui.DrawablePanel
If the minimum size has been set to a non-null value just returns it.
getMnemonic(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns the mnemonic stored at the given resourcebundle key.
getModel() - Method in class org.jfree.ui.about.LibraryPanel
Returns the table model for the library.
getModel() - Method in class org.jfree.xml.generator.ModelWriter
Returns the model.
getModelComments() - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns the model comments.
getMonth() - Method in class org.jfree.date.DayAndMonthRule
Returns an integer code representing the month.
getMonth() - Method in class org.jfree.date.DayOfWeekInMonthRule
Returns the month for this rule.
getMonth() - Method in class org.jfree.date.SerialDate
Returns the month (January = 1, February = 2, March = 3).
getMonth() - Method in class org.jfree.date.SpreadsheetDate
Returns the month (January = 1, February = 2, March = 3).
getMonths() - Static method in class org.jfree.date.SerialDate
Returns an array of month names.
getMonths(boolean) - Static method in class org.jfree.date.SerialDate
Returns an array of month names.
getMonths() - Method in class org.jfree.date.SerialDateUtilities
Returns an array of strings representing the months.
getMultiplexDefinition(Class) - Method in interface org.jfree.xml.util.ObjectFactory
Returns the multiplex definition for the given class, or null, if no such definition exists.
getMultiplexDefinition(Class) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Returns the multiplex definition for the given class, or null, if no such definition exists.
getMultiplexDefinition(Class) - Method in class org.jfree.xml.util.SimpleObjectFactory
Returns the multiplex definition for the given class, or null, if no such definition exists.
getMultiplexMapping() - Method in class org.jfree.xml.generator.model.MappingModel
Returns the multiplex mapping info.
getName() - Method in class org.jfree.base.Library
Returns the library name.
getName() - Method in class org.jfree.ui.about.Contributor
Returns the contributor's name.
getName() - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
Returns the property name.
getName() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the class name.
getName() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns the type name.
getNearestDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Returns the date that falls on the specified day-of-the-week and is CLOSEST to the base date.
getNearestDayOfWeek(int) - Method in class org.jfree.date.SerialDate
Returns the nearest date that falls on the specified day-of-the-week.
getNextPanel() - Method in class org.jfree.ui.WizardPanel
Returns the next panel in the sequence, given the current user input.
getObject() - Method in class org.jfree.ui.tabbedui.DetailEditor
Returns the object.
getObject(int, int) - Method in class org.jfree.util.ObjectTable
Returns the object from a particular cell in the table.
getObject() - Method in class org.jfree.xml.parser.Base64ReadHandler
Deprecated.
Returns the object under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.BasicStrokeReadHandler
Returns the stroke under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.ColorReadHandler
Returns the color under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.FontReadHandler
Returns the font under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.GenericReadHandler
Returns the object.
getObject() - Method in class org.jfree.xml.parser.coretypes.GradientPaintReadHandler
Returns the gradient paint under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.InsetsReadHandler
Returns the object for this element.
getObject() - Method in class org.jfree.xml.parser.coretypes.ListReadHandler
Returns the object under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.NullReadHandler
Returns the object for this element.
getObject() - Method in class org.jfree.xml.parser.coretypes.ObjectRefHandler
Returns the value.
getObject() - Method in class org.jfree.xml.parser.coretypes.Point2DReadHandler
Returns the point under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.Rectangle2DReadHandler
Returns the object under construction.
getObject() - Method in class org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
Returns the object for this element.
getObject() - Method in class org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
Returns the object for this element.
getObject() - Method in class org.jfree.xml.parser.coretypes.StringReadHandler
Returns the object for this element.
getObject() - Method in interface org.jfree.xml.parser.XmlReadHandler
Returns the object for this element or null, if this element does not create an object.
getObjectClass() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns the class for the object.
getObjectClass() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns the object class.
getObjectClass() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the object's class.
getOpenComment() - Method in class org.jfree.xml.util.AbstractModelReader
Returns the open comment.
getOpenTagComment() - Method in class org.jfree.xml.generator.model.Comments
Returns the open tag comments.
getOptionalKeyStroke(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns an optional key stroke.
getOptionalKeyStroke(String, int) - Method in class org.jfree.util.ResourceBundleSupport
Returns an optional key stroke.
getOptionalLibraries() - Method in class org.jfree.base.BasicProjectInfo
Returns a list of optional libraries used by the project.
getOptionalMnemonic(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns an optional mnemonic.
getOrderedPropertyNames() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the property names.
getOutlinePaint() - Method in class org.jfree.text.TextBox
Returns the outline paint.
getOutlineStroke() - Method in class org.jfree.text.TextBox
Returns the outline stroke.
getOwner() - Method in class org.jfree.ui.WizardPanel
Returns a reference to the dialog that owns the panel.
getPackage(Class) - Static method in class org.jfree.xml.generator.SplittingModelWriter
Returns the name of the package for the given class.
getPackageManager() - Method in class org.jfree.base.AbstractBoot
Returns the packageManager instance of the package manager.
getPaint() - Method in class org.jfree.text.TextFragment
Returns the text paint.
getPaint() - Method in class org.jfree.ui.PaintSample
Returns the current Paint object being displayed in the panel.
getPaint(int) - Method in class org.jfree.util.PaintList
Returns a Paint object from the list.
getParameter(String) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns a parameter value.
getParameter(String) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns the value of a parameter.
getParameterDefinition(String) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns a parameter class.
getParameterDefinition(String) - Method in class org.jfree.xml.factory.objects.ArrayObjectDescription
Returns a parameter definition.
getParameterDefinition(String) - Method in class org.jfree.xml.factory.objects.CollectionObjectDescription
Returns a parameter definition.
getParameterDefinition(String) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns a parameter definition.
getParameterNames() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns an iterator for the parameter names.
getParameterNames() - Method in class org.jfree.xml.factory.objects.ArrayObjectDescription
Returns an iterator for the parameter names.
getParameterNames() - Method in class org.jfree.xml.factory.objects.CollectionObjectDescription
Returns an iterator for the parameter names.
getParameterNames() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns an iterator the provides access to the parameter names.
getParameters() - Method in class org.jfree.xml.generator.model.KeyDescription
Returns the parameters.
getParent() - Method in class org.jfree.ui.action.DowngradeActionMap
Returns this ActionMap's parent.
getParent() - Method in exception org.jfree.util.StackableException
Returns the parent exception (possibly null).
getParent() - Method in exception org.jfree.util.StackableRuntimeException
Returns the parent exception (possibly null).
getParentException() - Method in exception org.jfree.xml.ElementDefinitionException
Returns the parent exception.
getParser() - Method in class org.jfree.xml.AbstractElementDefinitionHandler
Returns the parser.
getParser() - Method in interface org.jfree.xml.ElementDefinitionHandler
Returns the parser.
getParser() - Method in class org.jfree.xml.ParserFrontend
Returns a SAX parser.
getPoint2D() - Method in class org.jfree.xml.parser.coretypes.Point2DReadHandler
Returns the point under construction.
getPointInRectangle(double, double, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
Returns a point based on (x, y) but constrained to be within the bounds of a given rectangle.
getPostfixMenus() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
The postfix menus.
getPreferredSize() - Method in class org.jfree.ui.about.AboutDialog
Returns the preferred size for the about frame.
getPreferredSize() - Method in class org.jfree.ui.about.AboutFrame
Returns the preferred size for the about frame.
getPreferredSize() - Method in class org.jfree.ui.DrawablePanel
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - Method in interface org.jfree.ui.ExtendedDrawable
Returns the preferred size of the drawable.
getPreferredSize() - Method in class org.jfree.ui.PaintSample
Returns the preferred size of the component.
getPreferredSize() - Method in class org.jfree.ui.StrokeSample
Returns the preferred size of the component.
getPrefixMenus() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the prefix menus.
getPreviousDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
Returns the latest date that falls on the specified day-of-the-week and is BEFORE the base date.
getPreviousDayOfWeek(int) - Method in class org.jfree.date.SerialDate
Returns the latest date that falls on the specified day-of-the-week and is BEFORE this date.
getProjectInfo() - Method in class org.jfree.base.AbstractBoot
Returns the project info.
getProjectInfo() - Method in class org.jfree.base.BaseBoot
Returns the project info.
getProperties() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the info about properties.
getProperty(String) - Method in class org.jfree.xml.generator.model.ClassDescription
Returns a property.
getProperty(String) - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the value of the specified property.
getPropertyDefinitionByPropertyName(String) - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the property definition for the specified property name.
getPropertyDefinitionByTagName(String) - Method in class org.jfree.xml.util.GenericObjectFactory
Returns a property definition for the specified tag name.
getPropertyDefinitions() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the property definitions.
getPropertyDescriptor(String) - Method in class org.jfree.xml.generator.DefaultModelReader
Returns a property descriptor for the named property, or null if there is no descriptor with the given name.
getPropertyName() - Method in class org.jfree.xml.parser.coretypes.ObjectRefHandler
Returns the property name.
getPropertyName() - Method in class org.jfree.xml.util.AttributeDefinition
Returns the property name.
getPropertyName() - Method in class org.jfree.xml.util.ConstructorDefinition
Returns the property name.
getPropertyName() - Method in class org.jfree.xml.util.LookupDefinition
Returns the property name.
getPropertyName() - Method in class org.jfree.xml.util.PropertyDefinition
Returns the property name.
getPropertyType() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns the property type.
getReadHandler() - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Returns the read handler class.
getReadHandler() - Method in class org.jfree.xml.util.ManualMappingDefinition
Returns the name of the read handler.
getRegisteredClasses() - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
Returns an iterator for the registered classes.
getRegisteredClasses() - Method in interface org.jfree.xml.factory.objects.ClassFactory
Returns an iterator for the registered classes.
getRegisteredClasses() - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Returns an iterator that provices access to the registered classes.
getRegisteredClasses() - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns an iterator that provides access to the registered object definitions.
getRegisterKey() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the register key.
getRegisterName() - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the register name.
getRegistryKey() - Method in class org.jfree.xml.util.LookupDefinition
Returns the registry key.
getRelative() - Method in class org.jfree.date.RelativeDayOfWeekRule
Returns the 'relative' attribute, that determines *which* day-of-the-week we are interested in (SerialDate.PRECEDING, SerialDate.NEAREST or SerialDate.FOLLOWING).
getResource(String, Class) - Static method in class org.jfree.util.ObjectUtilities
Returns the resource specified by the absolute name.
getResourceAsStream(String, Class) - Static method in class org.jfree.util.ObjectUtilities
Returns the inputstream for the resource specified by the absolute name.
getResourceBase() - Method in class org.jfree.util.ResourceBundleSupport
The base name of the resource bundle.
getResourceRelative(String, Class) - Static method in class org.jfree.util.ObjectUtilities
Returns the resource specified by the relative name.
getResourceRelativeAsStream(String, Class) - Static method in class org.jfree.util.ObjectUtilities
Returns the inputstream for the resource specified by the relative name.
getResourceURL(String) - Method in class org.jfree.util.ResourceBundleSupport
Returns a URL pointing to a resource located in the classpath.
getResult() - Method in class org.jfree.ui.WizardDialog
Returns the result of the wizard sequence.
getResult() - Method in class org.jfree.ui.WizardPanel
Returns the result.
getResult() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns the parse result.
getResult() - Method in class org.jfree.xml.parser.coretypes.StringReadHandler
Returns the result.
getResult() - Method in class org.jfree.xml.Parser
Returns the parsed result object after the parsing is complete.
getResult() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Returns ???.
getRight() - Method in class org.jfree.ui.RectangleInsets
Returns the right insets.
getRightButton() - Method in class org.jfree.ui.L1R1ButtonPanel
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
getRightButton1() - Method in class org.jfree.ui.L1R2ButtonPanel
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
getRightButton1() - Method in class org.jfree.ui.L1R3ButtonPanel
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
getRightButton2() - Method in class org.jfree.ui.L1R2ButtonPanel
Returns a reference to button 3, allowing the caller to set labels, action-listeners etc.
getRightButton2() - Method in class org.jfree.ui.L1R3ButtonPanel
Returns a reference to button 3, allowing the caller to set labels, action-listeners etc.
getRightButton3() - Method in class org.jfree.ui.L1R3ButtonPanel
Returns a reference to button 4, allowing the caller to set labels, action-listeners etc.
getRootEditor(int) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the specified editor.
getRootEditorCount() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the number of root editors.
getRootHandler() - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Returns the root handler for the parsing.
getRootHandler() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Returns the root SAX handler.
getRootHandler() - Method in class org.jfree.xml.writer.AbstractXmlWriteHandler
Returns the root handler.
getRootHandler() - Method in interface org.jfree.xml.writer.XmlWriteHandler
Returns the root handler for this write handler.
getRowCount() - Method in class org.jfree.ui.about.ContributorsTableModel
Returns the number of rows in the table model.
getRowCount() - Method in class org.jfree.ui.about.LibraryTableModel
Returns the number of rows in the table model.
getRowCount() - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Returns the number of rows in the table model (that is, the number of system properties).
getRowCount() - Method in class org.jfree.util.ObjectTable
Returns the number of rows in the table.
getRowIncrement() - Method in class org.jfree.util.ObjectTable
Returns the row size increment.
getSafeTags() - Static method in class org.jfree.xml.generator.ModelWriter
Returns the safe tag list.
getSafeTags() - Method in class org.jfree.xml.writer.XMLWriterSupport
Returns the list of safe tags.
getSelectedEditor() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the selected editor.
getSelectedFont() - Method in class org.jfree.ui.FontChooserDialog
Returns the selected font.
getSelectedFont() - Method in class org.jfree.ui.FontChooserPanel
Returns a Font object representing the selection in the panel.
getSelectedItem() - Method in class org.jfree.ui.KeyedComboBoxModel
Returns the selected item.
getSelectedKey() - Method in class org.jfree.ui.KeyedComboBoxModel
Returns the selected data element or null if none is set.
getSelectedName() - Method in class org.jfree.ui.FontChooserPanel
Returns the selected name.
getSelectedSize() - Method in class org.jfree.ui.FontChooserPanel
Returns the selected size.
getSelectedStroke() - Method in class org.jfree.ui.StrokeChooserPanel
Returns the selected stroke.
getSelectedStyle() - Method in class org.jfree.ui.FontChooserPanel
Returns the selected style.
getSelector() - Method in class org.jfree.ui.StrokeChooserPanel
Returns the selector component.
getShadowPaint() - Method in class org.jfree.text.TextBox
Returns the shadow paint.
getShadowXOffset() - Method in class org.jfree.text.TextBox
Returns the x-offset for the shadow effect.
getShadowYOffset() - Method in class org.jfree.text.TextBox
Returns the y-offset for the shadow effect.
getShape(int) - Method in class org.jfree.util.ShapeList
Returns a Shape object from the list.
getSize() - Method in class org.jfree.ui.KeyedComboBoxModel
Returns the length of the list.
getSortingColumn() - Method in class org.jfree.ui.SortableTableModel
Returns the index of the sorting column, or -1 if the data is not sorted on any column.
getSource() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the source for the class description.
getSource() - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Returns the source.
getSource() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns the source.
getSources() - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns the sources for the model description.
getStepCount() - Method in class org.jfree.ui.WizardDialog
Returns the total number of steps in the wizard sequence, if this number is known.
getString(String) - Method in class org.jfree.util.ResourceBundleSupport
Gets a string for the given key from this resource bundle or one of its parents.
getStringWidth(String, int, int) - Method in class org.jfree.text.G2TextMeasurer
Returns the string width.
getStringWidth(String, int, int) - Method in interface org.jfree.text.TextMeasurer
Calculates the width of a String in the current Graphics context.
getStroke() - Method in class org.jfree.ui.StrokeSample
Returns the current Stroke object being displayed.
getStroke(int) - Method in class org.jfree.util.StrokeList
Returns a Stroke object from the list.
getSubrule() - Method in class org.jfree.date.RelativeDayOfWeekRule
Returns the sub-rule (also called the reference rule).
getSuperClass() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns the super class.
getSuperClassObjectDescription(Class, ObjectDescription) - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
Returns an object description for the super class of a class.
getSuperClassObjectDescription(Class, ObjectDescription) - Method in interface org.jfree.xml.factory.objects.ClassFactory
Returns an object description for the super class of a class.
getSuperClassObjectDescription(Class, ObjectDescription) - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Returns an object-description for the super class of a class.
getSuperClassObjectDescription(Class, ObjectDescription) - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns the most concrete object-description for the super class of a class.
getTabbedPane() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Returns the tabbed pane.
getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedApplet
Returns the UI implementation for the applet.
getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedDialog
Returns the UI implementation for the dialog.
getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedFrame
Returns the UI implementation for the frame.
getTable() - Method in class org.jfree.ui.about.LibraryPanel
Returns the JTable for the library.
getTable() - Method in class org.jfree.ui.about.SystemPropertiesPanel
Returns the table containing the system properties.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.DateCellRenderer
Returns itself as the renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.NumberCellRenderer
Returns itself as the renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.SortButtonRenderer
Returns the renderer component.
getTagName() - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Returns the tag name.
getTargetClass() - Method in class org.jfree.xml.util.MultiplexMappingEntry
Returns the target class.
getTargets() - Method in class org.jfree.util.Log
Returns the registered logtargets.
getText() - Method in class org.jfree.text.TextFragment
Returns the text.
getText() - Method in class org.jfree.util.LineBreakIterator
Returns the text to be broken up.
getTextBlock() - Method in class org.jfree.text.TextBox
Returns the text block.
getTextBounds(String, Graphics2D, FontMetrics) - Static method in class org.jfree.text.TextUtilities
Returns the bounds for the specified text.
getToolbar() - Method in interface org.jfree.ui.tabbedui.RootEditor
Returns the toolbar.
getToolbar() - Method in class org.jfree.ui.tabbedui.RootPanel
Returns the toolbar.
getTop() - Method in class org.jfree.ui.RectangleInsets
Returns the top insets.
getType() - Method in class org.jfree.ui.StandardGradientPaintTransformer
Returns the type of transform.
getType() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns the class.
getType() - Method in class org.jfree.xml.util.ConstructorDefinition
Returns the type.
getTypeAttribute() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns the type attribute.
getTypeForTagName(String) - Method in class org.jfree.xml.util.GenericObjectFactory
Returns the class for a tag name.
getUnconfiguredInstance() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns a cloned instance of the object description.
getUnconfiguredInstance() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Returns a cloned instance of the object description.
getUnitType() - Method in class org.jfree.ui.RectangleInsets
Returns the unit type (absolute or relative).
getUseFontMetricsGetStringBounds() - Static method in class org.jfree.text.TextUtilities
Returns the flag that controls whether the FontMetrics.getStringBounds() method is used or not.
getValue() - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
Returns the property value.
getValue() - Method in class org.jfree.ui.Spinner
Returns the current value.
getValue() - Method in class org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
Returns the value.
getValueAt(int, int) - Method in class org.jfree.ui.about.ContributorsTableModel
Returns the value for a cell in the table model.
getValueAt(int, int) - Method in class org.jfree.ui.about.LibraryTableModel
Returns the value for a cell in the table model.
getValueAt(int, int) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Returns the value at the specified row and column.
getValueCount(Object) - Method in class org.jfree.util.HashNMap
Returns the number of elements registered with the given key.
getVersion() - Method in class org.jfree.base.Library
Returns the library version.
getWeekdays() - Method in class org.jfree.date.SerialDateUtilities
Returns an array of strings representing the days-of-the-week.
getWidth() - Method in class org.jfree.ui.FloatDimension
Returns the width.
getWidth() - Method in class org.jfree.ui.Size2D
Returns the width.
getWizardPanel(int) - Method in class org.jfree.ui.WizardDialog
Returns the panel for the specified step (steps are numbered from zero).
getWriteHandler() - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Returns the write handler class.
getWriteHandler() - Method in class org.jfree.xml.util.ManualMappingDefinition
Returns the name of the write handler.
getWriterSupport() - Method in class org.jfree.xml.generator.ModelWriter
Returns the writer support object.
getXDpi() - Method in class com.keypoint.PngEncoder
Get the DPI for the X axis.
getXmlHandler() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns the XML handler.
getXmlName() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns the XML name.
getYDpi() - Method in class com.keypoint.PngEncoder
Get the DPI for the Y axis.
getYearSelectionRange() - Method in class org.jfree.ui.DateChooserPanel
Returns the range of years available for selection (defaults to 20).
getYYYY() - Method in class org.jfree.date.SerialDate
Returns the year (assume a valid range of 1900 to 9999).
getYYYY() - Method in class org.jfree.date.SpreadsheetDate
Returns the year (assume a valid range of 1900 to 9999).
GLOBAL_MENU_PROPERTY - Static variable in class org.jfree.ui.tabbedui.AbstractTabbedUI
The global menu property.
GPL - Static variable in class org.jfree.ui.about.Licences
The GNU General Public Licence.
GradientPaintReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading a GradientPaint from an XML element.
GradientPaintReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.GradientPaintReadHandler
Creates a new handler.
GradientPaintTransformer - Interface in org.jfree.ui
The interface for a class that can transform a GradientPaint to fit an arbitrary shape.
GradientPaintTransformType - Class in org.jfree.ui
Represents a type of transform for a GradientPaint.
GradientPaintWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing GradientPaint objects.
GradientPaintWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.GradientPaintWriteHandler
Default constructor.

H

HALF_ASCENT_CENTER - Static variable in class org.jfree.ui.TextAnchor
Half-ascent/center.
HALF_ASCENT_LEFT - Static variable in class org.jfree.ui.TextAnchor
Half-ascent/left.
HALF_ASCENT_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Half-ascent/right.
handleAttributeDefinition(String, String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles the description of an attribute within an object definition.
handleAttributeDefinition(String, String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Handles an attribute definition.
handleAttributeDefinition(String, String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Handles an attribute definition.
handleConstructorDefinition(String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles the constructor definition.
handleConstructorDefinition(String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Handles a constructor definition.
handleConstructorDefinition(String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Handles a constructor definition.
handleElementDefinition(String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles the description of an element within an object definition.
handleElementDefinition(String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Handles an element definition.
handleElementDefinition(String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Handles an element definition.
handleIgnoredProperty(String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles an ignored property.
handleIgnoredProperty(String) - Method in class org.jfree.xml.util.AbstractModelReader
Callback method for ignored properties.
handleLookupDefinition(String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles a lookup definition.
handleLookupDefinition(String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Handles an lookup definition.
handleLookupDefinition(String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Handles an lookup definition.
handleManualMapping(String, String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles a manual mapping.
handleManualMapping(String, String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Handles a manual mapping definition.
handleManualMapping(String, String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Handles a manual mapping definition.
handleMultiplexMapping(String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Handles a multiplex mapping.
handleMultiplexMapping(String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Defines an entry for the multiplex mapping.
handleMultiplexMapping(String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Defines an entry for the multiplex mapping.
hasDuplicateItems(Object[]) - Static method in class org.jfree.util.ArrayUtilities
Returns true if any two items in the array are equal to one another.
hashCode() - Method in class org.jfree.base.Library
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.date.SpreadsheetDate
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.text.TextBlock
Returns a hash code for this object.
hashCode() - Method in class org.jfree.text.TextBlockAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.text.TextBox
Returns a hash code for this object.
hashCode() - Method in class org.jfree.text.TextFragment
Returns a hash code for this object.
hashCode() - Method in class org.jfree.text.TextLine
Returns a hash code for this object.
hashCode() - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.FloatDimension
Returns a hash code.
hashCode() - Method in class org.jfree.ui.GradientPaintTransformType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.HorizontalAlignment
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.Layer
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.LengthAdjustmentType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.RectangleAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.RectangleEdge
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.RectangleInsets
Returns a hash code for the object.
hashCode() - Method in class org.jfree.ui.StandardGradientPaintTransformer
Returns a hash code for this object.
hashCode() - Method in class org.jfree.ui.TextAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.ui.VerticalAlignment
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.AbstractObjectList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.BooleanList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.LogContext
Returns a hashcode.
hashCode() - Method in class org.jfree.util.ObjectTable
Returns a hash code value for the object.
hashCode(Object) - Static method in class org.jfree.util.ObjectUtilities
Returns a hash code for an object, or zero if the object is null.
hashCode() - Method in class org.jfree.util.PaintList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.Rotation
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.ShapeList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.SortOrder
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.StrokeList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.TableOrder
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.util.UnitType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Returns a hash code for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.ArrayClassFactory
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.BooleanObjectDescription
Returns a hash code.
hashCode() - Method in class org.jfree.xml.factory.objects.ByteObjectDescription
Returns a hash code for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.CharacterObjectDescription
Returns a hash code for the object.
hashCode() - Method in interface org.jfree.xml.factory.objects.ClassFactory
Computes the hashCode for this ClassFactory.
hashCode() - Method in class org.jfree.xml.factory.objects.ClassFactoryCollector
Returns a hash code for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Returns a hash code.
hashCode() - Method in class org.jfree.xml.factory.objects.DoubleObjectDescription
Returns a hash code for the object.
hashCode() - Method in class org.jfree.xml.factory.objects.FloatObjectDescription
Returns a hash code.
hashCode() - Method in class org.jfree.xml.factory.objects.IntegerObjectDescription
Returns a hash code.
hashCode() - Method in class org.jfree.xml.factory.objects.LongObjectDescription
Returns a hash code.
hashCode() - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Computes the hashCode for this ClassFactory.
hashCode() - Method in class org.jfree.xml.factory.objects.ShortObjectDescription
Returns a hash code.
hashCode() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Returns a hash code for this object.
hashCode() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns a hash code for this object.
HashNMap - Class in org.jfree.util
The HashNMap can be used to store multiple values by a single key value.
HashNMap() - Constructor for class org.jfree.util.HashNMap
Default constructor.
hasNext() - Method in class org.jfree.util.LineBreakIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.jfree.util.ReadOnlyIterator
Returns true if the iteration has more elements.
hasNextPanel() - Method in class org.jfree.ui.WizardPanel
Returns true if there is a next panel.
height - Variable in class com.keypoint.PngEncoder
The height.
height - Variable in class org.jfree.ui.Size2D
The height.
HORIZONTAL - Static variable in class org.jfree.ui.GradientPaintTransformType
Horizontal.
HorizontalAlignment - Class in org.jfree.ui
An enumeration of the horizontal alignment types (LEFT, RIGHT and CENTER).

I

IDAT - Static variable in class com.keypoint.PngEncoder
IDAT tag.
IEND - Static variable in class com.keypoint.PngEncoder
IEND tag.
IGNORE_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Ignore attribute text.
IGNORED_PROPERTY_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Ignored property tag text.
IgnoredPropertyInfo - Class in org.jfree.xml.generator.model
Represents an ignored property.
IgnoredPropertyInfo(String) - Constructor for class org.jfree.xml.generator.model.IgnoredPropertyInfo
Creates a new instance.
ignoreParameter(String) - Method in class org.jfree.xml.factory.objects.BeanObjectDescription
Adds a parameter to the ignored parameters.
IHDR - Static variable in class com.keypoint.PngEncoder
IHDR tag.
image - Variable in class com.keypoint.PngEncoder
The image.
imageUpdate(Image, int, int, int, int, int) - Method in class org.jfree.util.WaitingImageObserver
Callback function used by AWT to inform that more data is available.
INCLUDE_BOTH - Static variable in class org.jfree.date.SerialDate
Useful range constant.
INCLUDE_FIRST - Static variable in class org.jfree.date.SerialDate
Useful range constant.
INCLUDE_NONE - Static variable in class org.jfree.date.SerialDate
Useful range constant.
INCLUDE_SECOND - Static variable in class org.jfree.date.SerialDate
Useful range constant.
INCLUDE_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Include tag text.
increaseIndent() - Method in class org.jfree.xml.writer.XMLWriterSupport
Increases the indention by one level.
indent(Writer, int) - Method in class org.jfree.xml.writer.XMLWriterSupport
Indent the line.
INDENT_ONLY - Static variable in class org.jfree.xml.writer.XMLWriterSupport
A constant for controlling the indent function.
IndexedPropertyInfo - Class in org.jfree.xml.generator.model
Indexed property info.
IndexedPropertyInfo(String, Class) - Constructor for class org.jfree.xml.generator.model.IndexedPropertyInfo
Creates a new instance.
indexOf(Object) - Method in class org.jfree.util.AbstractObjectList
Returns the index of the specified object, or -1 if the object is not in the list.
indexOf(Object) - Method in class org.jfree.util.ObjectList
Returns the index of the specified object, or -1 if the object is not in the list.
INFO - Static variable in class org.jfree.JCommon
Information about the project.
info(Object) - Static method in class org.jfree.util.Log
A convenience method for logging an 'info' message.
info(Object, Exception) - Static method in class org.jfree.util.Log
A convenience method for logging an 'info' message.
info(Object) - Method in class org.jfree.util.LogContext
A convenience method for logging an 'info' message.
info(Object, Exception) - Method in class org.jfree.util.LogContext
A convenience method for logging an 'info' message.
INFO - Static variable in interface org.jfree.util.LogTarget
Loglevel INFO.
init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedApplet
Initialises the applet.
init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedDialog
Initialises the dialog.
init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedFrame
Initialises the dialog.
init() - Method in class org.jfree.util.Log
Initializes the logging system.
init(RootXmlReadHandler, String) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Initialises the handler.
init(RootXmlReadHandler, String) - Method in interface org.jfree.xml.parser.XmlReadHandler
Initialise.
insertString(int, String, AttributeSet) - Method in class org.jfree.ui.IntegerDocument
Inserts a string.
insertString(int, String, AttributeSet) - Method in class org.jfree.ui.LengthLimitingDocument
Inserts the string into the document.
InsetsChooserPanel - Class in org.jfree.ui
A component for editing an instance of the Insets class.
InsetsChooserPanel() - Constructor for class org.jfree.ui.InsetsChooserPanel
Creates a chooser panel that allows manipulation of Insets values.
InsetsChooserPanel(Insets) - Constructor for class org.jfree.ui.InsetsChooserPanel
Creates a chooser panel that allows manipulation of Insets values.
InsetsReadHandler - Class in org.jfree.xml.parser.coretypes
A reader that can parse the XML element for an Insets object.
InsetsReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.InsetsReadHandler
Creates a new read handler.
InsetsTextField - Class in org.jfree.ui
A JTextField for displaying insets.
InsetsTextField(Insets) - Constructor for class org.jfree.ui.InsetsTextField
Default constructor.
InsetsWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing an Insets object.
InsetsWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.InsetsWriteHandler
Default constructor.
IntegerAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Integer attributes to and from an appropriate String representation.
IntegerAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.IntegerAttributeHandler
Creates a new attribute handler.
IntegerDocument - Class in org.jfree.ui
A document for editing integers.
IntegerDocument() - Constructor for class org.jfree.ui.IntegerDocument
 
IntegerObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for an Integer object.
IntegerObjectDescription() - Constructor for class org.jfree.xml.factory.objects.IntegerObjectDescription
Creates a new object description.
internalCreateContext(String) - Method in class org.jfree.util.Log
Creates a log context.
internalGetString(String) - Method in class org.jfree.util.ResourceBundleSupport
Performs the lookup for the given key.
intersects(Rectangle2D, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!).
IOUtils - Class in org.jfree.io
The IOUtils provide some IO related helper methods.
isActive() - Method in interface org.jfree.ui.tabbedui.RootEditor
Returns the active or inactive status of the editor.
isActive() - Method in class org.jfree.ui.tabbedui.RootPanel
Returns a flag that indicates whether the panel is active or not.
isAfter(SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isAfter(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isAscending() - Method in class org.jfree.ui.SortableTableModel
Returns true if the data is sorted in ascending order, and false otherwise.
isAutoBoot() - Method in class org.jfree.base.BootableProjectInfo
Returns, whether the project should be booted automaticly.
isBasicDataType(Class) - Static method in class org.jfree.xml.util.BasicTypeSupport
Returns true if the specified class is a "basic" type, and false otherwise.
isBefore(SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
isBefore(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
isBootDone() - Method in class org.jfree.base.AbstractBoot
Checks, whether the booting is complete.
isBootInProgress() - Method in class org.jfree.base.AbstractBoot
Checks, whether the booting is in progress.
isCancelled() - Method in class org.jfree.ui.StandardDialog
Returns a flag that indicates whether or not the dialog has been cancelled.
isCancelled() - Method in class org.jfree.ui.WizardDialog
Checks, whether the user cancelled the dialog.
isComparable(Class, Class) - Method in class org.jfree.util.ClassComparator
Checks, whether the given classes are comparable.
isComparable(Class, Class) - Method in class org.jfree.xml.factory.objects.ClassComparator
Deprecated.
Checks, whether the given classes are comparable.
isConfirmed() - Method in class org.jfree.ui.tabbedui.DetailEditor
Returns the confirmed flag.
isConstrained() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns true if the type is constrained, and false otherwise.
isDebugEnabled() - Static method in class org.jfree.util.Log
Returns true, if the log level allows debug messages to be printed.
isDebugEnabled() - Method in class org.jfree.util.LogContext
Returns true, if the log level allows debug messages to be printed.
isEmpty() - Method in class org.jfree.util.FastStack
Returns true if the stack is empty, and false otherwise.
isEnabled() - Method in class org.jfree.ui.action.ActionConcentrator
Returns, whether all actions are disabled.
isEnabled() - Method in interface org.jfree.ui.tabbedui.RootEditor
Checks, whether this root editor is enabled.
isError() - Method in class org.jfree.util.WaitingImageObserver
Returns true if there is an error condition, and false otherwise.
isErrorEnabled() - Static method in class org.jfree.util.Log
Returns true, if the log level allows error messages to be printed.
isErrorEnabled() - Method in class org.jfree.util.LogContext
Returns true, if the log level allows error messages to be printed.
isGenericHandler(Class) - Method in interface org.jfree.xml.util.ObjectFactory
Checks, whether a generic handler exists for the given class.
isGenericHandler(Class) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Checks, whether the factory has a description for the given class.
isGenericHandler(Class) - Method in class org.jfree.xml.util.SimpleObjectFactory
Checks, whether a generic handler exists for the given class.
isGlobalMenu() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Defines whether to use a global unified menu bar, which contains all menus from all tab-panes or whether to use local menubars.
isIgnoredBaseClass(Class) - Method in class org.jfree.xml.generator.JavaSourceCollector
Returns true if the named class is being ignored (because it is a descendant of an ignored base class), and false otherwise.
isIgnoredPackage(String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Returns true if the named class is being ignored (because of the package that it belongs to), and false otherwise.
isInfoEnabled() - Static method in class org.jfree.util.Log
Returns true, if the log level allows informational messages to be printed.
isInfoEnabled() - Method in class org.jfree.util.LogContext
Returns true, if the log level allows informational messages to be printed.
isInRange(SerialDate, SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate is within the specified range (INCLUSIVE).
isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
isInRange(SerialDate, SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate is within the specified range (INCLUSIVE).
isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
isJDK14() - Static method in class org.jfree.util.ObjectUtilities
Returns true if this is version 1.4 or later of the Java runtime.
isLastDayOfFebruary(SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
Returns true if the specified date is the last day in February (that is, the 28th in non-leap years, and the 29th in leap years).
isLeapYear(int) - Static method in class org.jfree.date.SerialDate
Determines whether or not the specified year is a leap year.
isLeftOrRight(RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
Returns true if the edge is LEFT or RIGHT, and false otherwise.
isLoadingComplete() - Method in class org.jfree.util.WaitingImageObserver
Returns true if loading is complete, and false otherwise.
isNull() - Method in class org.jfree.xml.util.ConstructorDefinition
Returns a flag.
isNullable() - Method in class org.jfree.xml.generator.model.TypeInfo
Returns the nullable status.
isOn(SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOn(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrAfter(SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrAfter(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrBefore(SerialDate) - Method in class org.jfree.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrBefore(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOpaque() - Method in class org.jfree.ui.DrawablePanel
Returns true if this component is completely opaque.
isParameterIgnored(String) - Method in class org.jfree.xml.factory.objects.BeanObjectDescription
Returns a flag that indicates whether or not the specified parameter is ignored.
isPreserve() - Method in class org.jfree.xml.generator.model.