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
Computes the center point of the current screen device.
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
Computes the maximum bounds of the current screen device.
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.ClassDescription
Returns the preserve flag.
isPreserve() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns the preserve flag.
isPreserveAspectRatio() - Method in interface org.jfree.ui.ExtendedDrawable
Returns true, if this drawable will preserve an aspect ratio during the drawing.
isPropertyDefinition(String) - Method in class org.jfree.xml.util.GenericObjectFactory
Returns true if there is a property definition for the specified property name.
isPropertySet(String) - Method in interface org.jfree.util.ExtendedConfiguration
Checks, whether a given property is defined.
isPropertySet(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
Checks, whether a given property is defined.
isReadMethodAvailable() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns true if there is a read method available, and false otherwise.
isSafeForClose(String) - Method in class org.jfree.xml.writer.SafeTagList
Returns true if it is safe to start a new line immediately after a close tag.
isSafeForOpen(String) - Method in class org.jfree.xml.writer.SafeTagList
Returns true if it is safe to start a new line immediately after an open tag.
isSerializable(Class) - Static method in class org.jfree.io.SerialUtilities
Returns true if a class implements Serializable and false otherwise.
isSortable(int) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Returns true for the first column, and false otherwise - sorting is only allowed on the first column.
isSortable(int) - Method in class org.jfree.ui.SortableTableModel
Returns a flag indicating whether or not a column is sortable.
isSubDirectory(File, File) - Method in class org.jfree.io.IOUtils
Checks, whether the child directory is a subdirectory of the base directory.
isTopOrBottom(RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
Returns true if the edge is TOP or BOTTOM, and false otherwise.
isUndefined() - Method in class org.jfree.xml.generator.model.ClassDescription
Returns true if the description is undefined.
isUseDrawRotatedStringWorkaround() - Static method in class org.jfree.text.TextUtilities
Returns the flag that controls whether or not a workaround is used for drawing rotated strings.
isUseSizeFromParent() - Method in class org.jfree.ui.tabbedui.VerticalLayout
Returns, whether the parent's defined size is used during the layouting, or whether the childs are used to compute the size.
isValidateDTD() - Method in class org.jfree.xml.ParserFrontend
Returns true if the report definition should be validated against the DTD, and false otherwise.
isValidMethod(Method) - Static method in class org.jfree.xml.generator.ModelBuilder
Checks, whether the given method can be called from the generic object factory.
isValidMonthCode(int) - Static method in class org.jfree.date.SerialDate
Returns true if the supplied integer code represents a valid month.
isValidWeekdayCode(int) - Static method in class org.jfree.date.SerialDate
Returns true if the supplied integer code represents a valid day-of-the-week, and false otherwise.
isValidWeekInMonthCode(int) - Static method in class org.jfree.date.SerialDate
Returns true if the supplied integer code represents a valid week-in-the-month, and false otherwise.
isWarningEnabled() - Static method in class org.jfree.util.Log
Returns true, if the log level allows warning messages to be printed.
isWarningEnabled() - Method in class org.jfree.util.LogContext
Returns true, if the log level allows warning messages to be printed.
isWriteMethodAvailable() - Method in class org.jfree.xml.generator.model.PropertyInfo
Returns true if there is a write method available, and false otherwise.

J

JANUARY - Static variable in interface org.jfree.date.MonthConstants
Constant for January.
JavaBaseClassFactory - Class in org.jfree.xml.factory.objects
A default factory for all commonly used java base classes from java.lang, java.awt etc.
JavaBaseClassFactory() - Constructor for class org.jfree.xml.factory.objects.JavaBaseClassFactory
DefaultConstructor.
JavaSourceCollector - Class in org.jfree.xml.generator
The class collects all class-files and loads the class objects named by these files.
JavaSourceCollector(File) - Constructor for class org.jfree.xml.generator.JavaSourceCollector
Creates a new source collector.
JavaSourceCollector(File, String) - Constructor for class org.jfree.xml.generator.JavaSourceCollector
Creates a new source collector.
JCommon - Class in org.jfree
This class contains static information about the JCommon class library.
JCommonInfo - Class in org.jfree
Information about the JCommon project.
JCommonResources - Class in org.jfree.resources
Localised resources for the JCommon Class Library.
JCommonResources() - Constructor for class org.jfree.resources.JCommonResources
Default constructor.
JCommonXMLInfo - Class in org.jfree.xml
The info implementation for the XML classes of JCommon.
JMENUBAR_PROPERTY - Static variable in class org.jfree.ui.tabbedui.AbstractTabbedUI
The menu bar property key.
JTextObserver - Class in org.jfree.ui
An observer that selects all the text when a field gains the focus.
JULY - Static variable in interface org.jfree.date.MonthConstants
Constant for July.
JUNE - Static variable in interface org.jfree.date.MonthConstants
Constant for June.

K

KeyDescription - Class in org.jfree.xml.generator.model
A key description.
KeyDescription(TypeInfo[]) - Constructor for class org.jfree.xml.generator.model.KeyDescription
Creates a new key description instance.
KeyedComboBoxModel - Class in org.jfree.ui
The KeyedComboBox model allows to define an internal key (the data element) for every entry in the model.
KeyedComboBoxModel() - Constructor for class org.jfree.ui.KeyedComboBoxModel
Creates a new keyed combobox model.
KeyedComboBoxModel(Object[], Object[]) - Constructor for class org.jfree.ui.KeyedComboBoxModel
Creates a new keyed combobox model for the given keys and values.
keys() - Method in class org.jfree.ui.action.DowngradeActionMap
Returns the Action names that are bound in this ActionMap.
keys() - Method in class org.jfree.util.HashNMap
Returns all registered keys as an enumeration.
keys() - Method in class org.jfree.xml.writer.AttributeList
Returns an iterator over all attribute names.
keySet() - Method in class org.jfree.util.HashNMap
Returns all registered keys as set.

L

L1R1ButtonPanel - Class in org.jfree.ui
A 'ready-made' panel that has one button on the left and another button on the right - a layout manager takes care of resizing.
L1R1ButtonPanel(String, String) - Constructor for class org.jfree.ui.L1R1ButtonPanel
Standard constructor - creates a two-button panel with the specified labels.
L1R2ButtonPanel - Class in org.jfree.ui
A 'ready-made' panel that has one button on the left and two buttons on the right - nested panels and layout managers take care of resizing.
L1R2ButtonPanel(String, String, String) - Constructor for class org.jfree.ui.L1R2ButtonPanel
Standard constructor - creates a three button panel with the specified button labels.
L1R3ButtonPanel - Class in org.jfree.ui
A 'ready-made' panel that has one button on the left and three buttons on the right - nested panels and layout managers take care of resizing.
L1R3ButtonPanel(String, String, String, String) - Constructor for class org.jfree.ui.L1R3ButtonPanel
Standard constructor - creates panel with the specified button labels.
LAST_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the last week in a month.
lastDayOfMonth(int, int) - Static method in class org.jfree.date.SerialDate
Returns the number of the last day of the month, taking into account leap years.
Layer - Class in org.jfree.ui
Used to indicate either the foreground or background layer.
layoutContainer(Container) - Method in class org.jfree.layout.CenterLayout
Lays out the components.
layoutContainer(Container) - Method in class org.jfree.layout.FormatLayout
Performs the layout of the container.
layoutContainer(Container) - Method in class org.jfree.layout.LCBLayout
Lays out the components.
layoutContainer(Container) - Method in class org.jfree.layout.RadialLayout
This is called when the panel is first displayed, and every time its size changes.
layoutContainer(Container) - Method in class org.jfree.ui.OverlayLayout
Lays out the specified container.
layoutContainer(Container) - Method in class org.jfree.ui.tabbedui.VerticalLayout
Lays out the container in the specified panel.
LC - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 2.
LCB - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 3.
LCBLayout - Class in org.jfree.layout
Specialised layout manager for a grid of components.
LCBLayout(int) - Constructor for class org.jfree.layout.LCBLayout
Creates a new LCBLayout with the specified maximum number of rows.
LCBLC - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 6.
LCBLCB - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 7.
LCLC - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 4.
LCLCB - Static variable in class org.jfree.layout.FormatLayout
A useful constant representing layout format 5.
leapYearCount(int) - Static method in class org.jfree.date.SerialDate
Returns the number of leap years from 1900 to the specified year INCLUSIVE.
LEFT - Static variable in class org.jfree.ui.Align
Left alignment.
LEFT - Static variable in class org.jfree.ui.HorizontalAlignment
Left alignment.
LEFT - Static variable in class org.jfree.ui.RectangleAnchor
Left.
LEFT - Static variable in class org.jfree.ui.RectangleEdge
Left.
leftBytes - Variable in class com.keypoint.PngEncoder
The left bytes.
LengthAdjustmentType - Class in org.jfree.ui
Represents the three options for adjusting a length: expand, contract, and no change.
LengthLimitingDocument - Class in org.jfree.ui
This Document restricts the size of the contained plain text to the given number of characters.
LengthLimitingDocument() - Constructor for class org.jfree.ui.LengthLimitingDocument
Creates a new LengthLimitingDocument, with no limitation.
LengthLimitingDocument(int) - Constructor for class org.jfree.ui.LengthLimitingDocument
Creates a new LengthLimitingDocument with the given limitation.
LEVELS - Static variable in interface org.jfree.util.LogTarget
Strings for the log levels.
LGPL - Static variable in class org.jfree.ui.about.Licences
The GNU Lesser General Public Licence.
Library - Class in org.jfree.base
A simple class representing a library in a software project.
Library(String, String, String, String) - Constructor for class org.jfree.base.Library
Creates a new library reference.
Library() - Constructor for class org.jfree.base.Library
Creates a new library reference.
Library - Class in org.jfree.ui.about
Deprecated. shadow class for deprecation
Library(String, String, String, String) - Constructor for class org.jfree.ui.about.Library
Deprecated. Creates a new library reference.
Library(ProjectInfo) - Constructor for class org.jfree.ui.about.Library
Deprecated. Constructs a library reference from a ProjectInfo object.
LibraryPanel - Class in org.jfree.ui.about
A panel containing a table that lists the libraries used in a project.
LibraryPanel(List) - Constructor for class org.jfree.ui.about.LibraryPanel
Constructs a LibraryPanel.
LibraryPanel(ProjectInfo) - Constructor for class org.jfree.ui.about.LibraryPanel
Creates a new library panel for the specified project.
LibraryTableModel - Class in org.jfree.ui.about
A table model containing a list of libraries used in a project.
LibraryTableModel(List) - Constructor for class org.jfree.ui.about.LibraryTableModel
Constructs a LibraryTableModel.
Licences - Class in org.jfree.ui.about
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public Licence.
Licences() - Constructor for class org.jfree.ui.about.Licences
 
Line2DObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Line2D object.
Line2DObjectDescription() - Constructor for class org.jfree.xml.factory.objects.Line2DObjectDescription
Creates a new object description.
LineBreakIterator - Class in org.jfree.util
An iterator that breaks text into lines.
LineBreakIterator() - Constructor for class org.jfree.util.LineBreakIterator
Default constructor.
LineBreakIterator(String) - Constructor for class org.jfree.util.LineBreakIterator
Creates a new line break iterator.
ListReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading a list from an XML element.
ListReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.ListReadHandler
Default constructor.
ListWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing a List object.
ListWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.ListWriteHandler
 
load(String) - Method in class org.jfree.xml.generator.DefaultModelReader
Loads a description model.
loadAndInstantiate(String, Class) - Static method in class org.jfree.util.ObjectUtilities
Tries to create a new instance of the given class.
loadAndInstantiate(String, Class, Class) - Static method in class org.jfree.util.ObjectUtilities
Tries to create a new instance of the given class.
loadBooter(String) - Method in class org.jfree.base.AbstractBoot
Loads the specified booter implementation.
loadClass(String) - Method in class org.jfree.xml.generator.JavaSourceCollector
Loads a class by its fully qualified name.
loadClass(String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Loads the given class, and ignores all exceptions which may occur during the loading.
loadClass(String) - Method in class org.jfree.xml.util.AbstractModelReader
Loads the given class, and ignores all exceptions which may occur during the loading.
loadConfiguration() - Method in class org.jfree.base.AbstractBoot
Loads the configuration.
loadConfiguration() - Method in class org.jfree.base.BaseBoot
Returns the global configuration for JFreeReport.
loadHandlerClass(String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Loads the given class, and ignores all exceptions which may occur during the loading.
loadHandlerClass(String) - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Loads the given class, and ignores all exceptions which may occur during the loading.
localizationResources - Static variable in class org.jfree.ui.FontChooserPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.ui.FontDisplayField
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.ui.InsetsChooserPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.ui.InsetsTextField
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.ui.StandardDialog
The resourceBundle for the localization.
lockRead() - Method in class org.jfree.threads.ReaderWriterLock
Grab the read lock.
lockWrite() - Method in class org.jfree.threads.ReaderWriterLock
Grab the write lock.
Log - Class in org.jfree.util
A simple logging facility.
Log() - Constructor for class org.jfree.util.Log
Creates a new Log instance.
log(int, Object) - Static method in class org.jfree.util.Log
Logs a message to the main log stream.
log(int, Object, Exception) - Static method in class org.jfree.util.Log
Logs a message to the main log stream.
log(int, Object) - Method in class org.jfree.util.LogContext
Logs a message to the main log stream.
log(int, Object, Exception) - Method in class org.jfree.util.LogContext
Logs a message to the main log stream.
log(int, Object) - Method in interface org.jfree.util.LogTarget
Logs a message at a specified log level.
log(int, Object, Exception) - Method in interface org.jfree.util.LogTarget
Logs a message at a specified log level.
log(int, Object) - Method in class org.jfree.util.PrintStreamLogTarget
Logs a message to the main log stream.
log(int, Object, Exception) - Method in class org.jfree.util.PrintStreamLogTarget
logs an message to the main-log stream.
Log.SimpleMessage - Class in org.jfree.util
A simple message class.
Log.SimpleMessage(String, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
Log.SimpleMessage(String, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
Log.SimpleMessage(String, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
Log.SimpleMessage(String, Object, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
Log.SimpleMessage(String, Object[]) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
LogContext - Class in org.jfree.util
A log context.
LogContext(String) - Constructor for class org.jfree.util.LogContext
Creates a new log context.
logger - Static variable in class org.jfree.text.TextFragment
Access to logging facilities.
logger - Static variable in class org.jfree.text.TextUtilities
Access to logging facilities.
LogTarget - Interface in org.jfree.util
An interface that defines a log target (a consumer of log messages).
LongAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Long attributes to and from an appropriate String representation.
LongAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.LongAttributeHandler
Creates a new attribute handler.
LongObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Long object.
LongObjectDescription() - Constructor for class org.jfree.xml.factory.objects.LongObjectDescription
Creates a new object description.
LOOKUP - Static variable in class org.jfree.xml.generator.model.PropertyType
A property that is...
LOOKUP_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Lookup attribute text.
LOOKUP_PROPERTY_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Lookup property tag text.
LookupDefinition - Class in org.jfree.xml.util
A lookup definition.
LookupDefinition(String, String) - Constructor for class org.jfree.xml.util.LookupDefinition
Creates a new lookup definition.
lookupMultiplexMapping(Class) - Method in class org.jfree.xml.generator.model.MappingModel
Returns a multiplex mapping for the specified class.

M

main(String[]) - Static method in class org.jfree.base.ClassPathDebugger
Entry point.
main(String[]) - Static method in class org.jfree.JCommon
Prints information about JCommon to standard output.
main(String[]) - Static method in class org.jfree.layout.RadialLayout
Run a demonstration.
main(String[]) - Static method in class org.jfree.xml.generator.DescriptionGenerator
Runs the generator, using the 'generator.properties' file for configuration info.
main(String[]) - Static method in class org.jfree.xml.generator.model.PrintBeanInfo
Entry point for this utility application.
main(String[]) - Static method in class org.jfree.xml.util.Base64
Entry point.
MANUAL_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Manual tag text.
ManualMappingDefinition - Class in org.jfree.xml.util
Maps a class to a read handler and a write handler.
ManualMappingDefinition(Class, String, String) - Constructor for class org.jfree.xml.util.ManualMappingDefinition
Creates a mapping between the class and the read and write handlers.
ManualMappingInfo - Class in org.jfree.xml.generator.model
The manual mapping describes, how a certain class is handled in the parser.
ManualMappingInfo(Class, Class, Class) - Constructor for class org.jfree.xml.generator.model.ManualMappingInfo
Creates a new manual mapping instance.
MAPPING_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Mapping tag text.
MappingModel - Class in org.jfree.xml.generator.model
A mapping model.
MappingModel() - Constructor for class org.jfree.xml.generator.model.MappingModel
Creates a new instance.
MARCH - Static variable in interface org.jfree.date.MonthConstants
Constant for March.
MAXIMUM_YEAR_SUPPORTED - Static variable in class org.jfree.date.SerialDate
The highest year value supported by this date format.
maxPos - Variable in class com.keypoint.PngEncoder
The maximum position.
MAY - Static variable in interface org.jfree.date.MonthConstants
Constant for May.
MINIMUM_YEAR_SUPPORTED - Static variable in class org.jfree.date.SerialDate
The lowest year value supported by this date format.
minimumLayoutSize(Container) - Method in class org.jfree.layout.CenterLayout
Returns the minimum size.
minimumLayoutSize(Container) - Method in class org.jfree.layout.FormatLayout
Returns the minimum size of the component using this layout manager.
minimumLayoutSize(Container) - Method in class org.jfree.layout.LCBLayout
Returns the minimum size using this layout manager.
minimumLayoutSize(Container) - Method in class org.jfree.layout.RadialLayout
Returns the minimum size.
minimumLayoutSize(Container) - Method in class org.jfree.ui.OverlayLayout
Calculates the minimum size dimensions for the specified container, given the components it contains.
minimumLayoutSize(Container) - Method in class org.jfree.ui.tabbedui.VerticalLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
MNEMONIC_KEY - Static variable in class org.jfree.ui.action.AbstractActionDowngrade
The key used for storing an int key code to be used as the mnemonic for the action.
MNEMONIC_KEY - Static variable in interface org.jfree.ui.action.ActionDowngrade
The key used for storing an int key code to be used as the mnemonic for the action.
ModelBuilder - Class in org.jfree.xml.generator
A model builder.
ModelWriter - Class in org.jfree.xml.generator
A model writer.
ModelWriter() - Constructor for class org.jfree.xml.generator.ModelWriter
Creates a new model writer instance.
MONDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Monday.
monthCodeToQuarter(int) - Static method in class org.jfree.date.SerialDate
Returns the quarter for the specified month.
monthCodeToString(int) - Static method in class org.jfree.date.SerialDate
Returns a string representing the supplied month.
monthCodeToString(int, boolean) - Static method in class org.jfree.date.SerialDate
Returns a string representing the supplied month.
MonthConstants - Interface in org.jfree.date
Useful constants for months.
mouseClicked(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
This event is ignored (not required).
mouseClicked(MouseEvent) - Method in class org.jfree.ui.Spinner
Receives notification of mouse clicks.
mouseDragged(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
If the user is dragging or resizing, then we clear the sort column.
mouseEntered(MouseEvent) - Method in class org.jfree.ui.FloatingButtonEnabler
Triggers the drawing of the border when the mouse entered the button area.
mouseEntered(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
This event is ignored (not required).
mouseEntered(MouseEvent) - Method in class org.jfree.ui.Spinner
Receives notification of mouse events.
mouseExited(MouseEvent) - Method in class org.jfree.ui.FloatingButtonEnabler
Disables the drawing of the border when the mouse leaves the button area.
mouseExited(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
This event is ignored (not required).
mouseExited(MouseEvent) - Method in class org.jfree.ui.Spinner
Receives notification of mouse events.
mouseMoved(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
This event is ignored (not required).
mousePressed(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
Handle a mouse press event - if the user is NOT resizing a column and NOT dragging a column then give visual feedback that the column header has been pressed.
mousePressed(MouseEvent) - Method in class org.jfree.ui.Spinner
Receives notification of mouse events.
mouseReleased(MouseEvent) - Method in class org.jfree.ui.SortableTableHeaderListener
When the user releases the mouse button, we attempt to sort the table.
mouseReleased(MouseEvent) - Method in class org.jfree.ui.Spinner
Receives notification of mouse events.
MultiplexMappingDefinition - Class in org.jfree.xml.util
Maps a class to ...
MultiplexMappingDefinition(Class, String, MultiplexMappingEntry[]) - Constructor for class org.jfree.xml.util.MultiplexMappingDefinition
Creates a new mapping definition.
MultiplexMappingEntry - Class in org.jfree.xml.util
A multiplex mapping entry.
MultiplexMappingEntry(String, String) - Constructor for class org.jfree.xml.util.MultiplexMappingEntry
Creates a new instance.
MultiplexMappingInfo - Class in org.jfree.xml.generator.model
Defines the multiplex entries for a certain base class.
MultiplexMappingInfo(Class) - Constructor for class org.jfree.xml.generator.model.MultiplexMappingInfo
Creates a new instance for the specified class.
MultiplexMappingInfo(Class, String) - Constructor for class org.jfree.xml.generator.model.MultiplexMappingInfo
Creates a new instance for the specified class.

N

NAME_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Name attribute tag text.
NEAREST - Static variable in class org.jfree.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
newInstance() - Method in class org.jfree.xml.FrontendDefaultHandler
Returns a new instance of the parser.
newInstance() - Method in class org.jfree.xml.Parser
Returns a new instance of FrontendDefaultHandler.
next() - Method in class org.jfree.ui.WizardDialog
Displays the next step in the wizard sequence.
next() - Method in class org.jfree.util.LineBreakIterator
Returns the next element in the iteration.
next() - Method in class org.jfree.util.ReadOnlyIterator
Returns the next element in the iteration.
nextPosition() - Method in class org.jfree.util.LineBreakIterator
Returns the position of the next break.
nextWithEnd() - Method in class org.jfree.util.LineBreakIterator
Same like next(), but returns the End-Of-Text as if there was a linebreak added (Reader.readLine() compatible)
NO_ALPHA - Static variable in class com.keypoint.PngEncoder
Constant specifying that alpha channel should not be encoded.
NO_CHANGE - Static variable in class org.jfree.ui.LengthAdjustmentType
NO_CHANGE.
NONE - Static variable in class org.jfree.ui.SortButtonRenderer
Useful constant indicating NO sorting.
normalize(String) - Static method in class org.jfree.xml.writer.XMLWriterSupport
Normalises a string, replacing certain characters with their escape sequences so that the XML text is not corrupted.
NORTH - Static variable in class org.jfree.ui.Align
North alignment (same as TOP).
NORTH_EAST - Static variable in class org.jfree.ui.Align
North/East alignment (same as TOP_RIGHT).
NORTH_WEST - Static variable in class org.jfree.ui.Align
North/West alignment (same as TOP_LEFT).
NOVEMBER - Static variable in interface org.jfree.date.MonthConstants
Constant for November.
NullReadHandler - Class in org.jfree.xml.parser.coretypes
A null read handler.
NullReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.NullReadHandler
Default constructor.
NumberCellRenderer - Class in org.jfree.ui
A table cell renderer that formats numbers with right alignment in each cell.
NumberCellRenderer() - Constructor for class org.jfree.ui.NumberCellRenderer
Default constructor - builds a renderer that right justifies the contents of a table cell.

O

OBJECT_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Object tag text.
ObjectDescription - Interface in org.jfree.xml.factory.objects
An interface for object descriptions.
ObjectDescriptionException - Exception in org.jfree.xml.util
An exception that indicates a problem with an object description.
ObjectDescriptionException() - Constructor for exception org.jfree.xml.util.ObjectDescriptionException
Creates a StackableRuntimeException with no message and no parent.
ObjectDescriptionException(String, Exception) - Constructor for exception org.jfree.xml.util.ObjectDescriptionException
Creates an exception.
ObjectDescriptionException(String) - Constructor for exception org.jfree.xml.util.ObjectDescriptionException
Creates an exception.
ObjectFactory - Interface in org.jfree.xml.util
An object factory.
ObjectFactoryException - Exception in org.jfree.xml.factory.objects
An exception that is thrown, if the creation of an Object failed in the ObjectFactory implementation.
ObjectFactoryException() - Constructor for exception org.jfree.xml.factory.objects.ObjectFactoryException
Constructs a new exception with null as its detail message.
ObjectFactoryException(String) - Constructor for exception org.jfree.xml.factory.objects.ObjectFactoryException
Constructs a new exception with the specified detail message.
ObjectFactoryException(String, Exception) - Constructor for exception org.jfree.xml.factory.objects.ObjectFactoryException
Creates a new exception.
ObjectFactoryLoader - Class in org.jfree.xml.util
The object factory loader loads the xml specification for the generic handlers.
ObjectFactoryLoader(URL) - Constructor for class org.jfree.xml.util.ObjectFactoryLoader
Creates a new object factory loader for the given base file.
ObjectList - Class in org.jfree.util
A list of objects that can grow as required.
ObjectList() - Constructor for class org.jfree.util.ObjectList
Default constructor.
ObjectList(int) - Constructor for class org.jfree.util.ObjectList
Creates a new list.
ObjectRefHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for an object reference.
ObjectRefHandler() - Constructor for class org.jfree.xml.parser.coretypes.ObjectRefHandler
Creates a new handler.
OBJECTS_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Objects tag text.
ObjectTable - Class in org.jfree.util
A lookup table for objects.
ObjectTable() - Constructor for class org.jfree.util.ObjectTable
Creates a new table.
ObjectTable(int) - Constructor for class org.jfree.util.ObjectTable
Creates a new table.
ObjectTable(int, int) - Constructor for class org.jfree.util.ObjectTable
Creates a new table.
ObjectUtilities - Class in org.jfree.util
A collection of useful static utility methods for handling classes and object instantiation.
OCTOBER - Static variable in interface org.jfree.date.MonthConstants
Constant for October.
OPEN - Static variable in class org.jfree.xml.writer.XMLWriterSupport
A constant for open.
OPEN_TAG_COMMENT - Static variable in class org.jfree.xml.CommentHandler
A constant marking a comment on the opening tag.
OPEN_TAG_INCREASE - Static variable in class org.jfree.xml.writer.XMLWriterSupport
A constant for controlling the indent function.
opposite(RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
Returns the opposite edge.
org.jfree - package org.jfree
The root package for the JCommon class library.
org.jfree.base - package org.jfree.base
Base level classes.
org.jfree.date - package org.jfree.date
Date classes.
org.jfree.io - package org.jfree.io
Input/output related classes.
org.jfree.layout - package org.jfree.layout
Custom layout managers.
org.jfree.resources - package org.jfree.resources
General localised resources for the JCommon class library.
org.jfree.text - package org.jfree.text
Utility classes relating to text.
org.jfree.threads - package org.jfree.threads
Additional support for multi-threaded programs.
org.jfree.ui - package org.jfree.ui
Utility classes for creating user interfaces.
org.jfree.ui.about - package org.jfree.ui.about
Classes for providing information about an application.
org.jfree.ui.about.resources - package org.jfree.ui.about.resources
Resource bundles for items that require localisation.
org.jfree.ui.action - package org.jfree.ui.action
Provides an Action facility matching that introduced in JDK 1.3 (JCommon aims to run on JDK 1.2.2 or later).
org.jfree.ui.tabbedui - package org.jfree.ui.tabbedui
Provides classes for tabbed user interfaces.
org.jfree.util - package org.jfree.util
General utility classes.
org.jfree.xml - package org.jfree.xml
XML parser.
org.jfree.xml.attributehandlers - package org.jfree.xml.attributehandlers
Provides attribute handlers for standard object types.
org.jfree.xml.factory.objects - package org.jfree.xml.factory.objects
Object descriptions for the parser.
org.jfree.xml.generator - package org.jfree.xml.generator
XML generatorBeanInfoBeanInfoBeanInfo.
org.jfree.xml.generator.model - package org.jfree.xml.generator.model
Contains the classes describing the class model used in the JFreeChart XML-parser and writer.
org.jfree.xml.parser - package org.jfree.xml.parser
XML parser.
org.jfree.xml.parser.coretypes - package org.jfree.xml.parser.coretypes
XML writers for some core classes.
org.jfree.xml.util - package org.jfree.xml.util
Utility classes for the XML framework.
org.jfree.xml.writer - package org.jfree.xml.writer
Core classes for writing XML files.
org.jfree.xml.writer.coretypes - package org.jfree.xml.writer.coretypes
Writers for some core classes.
OverlayLayout - Class in org.jfree.ui
A simple layoutmanager to overlay all components of a parent.
OverlayLayout(boolean) - Constructor for class org.jfree.ui.OverlayLayout
Creates a new instance.
OverlayLayout() - Constructor for class org.jfree.ui.OverlayLayout
DefaultConstructor.

P

paintComponent(Graphics) - Method in class org.jfree.ui.ArrowPanel
Paints the arrow panel.
paintComponent(Graphics) - Method in class org.jfree.ui.DrawablePanel
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics) - Method in class org.jfree.ui.PaintSample
Fills the component with the current Paint.
paintComponent(Graphics) - Method in class org.jfree.ui.StrokeSample
Draws a line using the sample stroke.
paintIcon(Component, Graphics, int, int) - Method in class org.jfree.ui.BevelArrowIcon
Paints the icon at the specified position.
PaintList - Class in org.jfree.util
A table of Paint objects.
PaintList() - Constructor for class org.jfree.util.PaintList
Creates a new list.
PaintSample - Class in org.jfree.ui
A panel that displays a paint sample.
PaintSample(Paint) - Constructor for class org.jfree.ui.PaintSample
Standard constructor - builds a paint sample.
PaintUtilities - Class in org.jfree.util
Utility code that relates to Paint objects.
panelActivated() - Method in class org.jfree.ui.tabbedui.RootPanel
Called when the panel is activated.
panelDeactivated() - Method in class org.jfree.ui.tabbedui.RootPanel
Called when the panel is deactivated.
PARAMETER_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Parameter tag text.
parse(InputSource, URL) - Method in class org.jfree.xml.ParserFrontend
Parses an XML report template file.
parse(URL, URL) - Method in class org.jfree.xml.ParserFrontend
Parses an XML file which is loaded using the given URL.
parseBoolean(String, boolean) - Static method in class org.jfree.xml.ParserUtil
Parses a boolean.
parseColor(String) - Static method in class org.jfree.xml.ParserUtil
Parses a color entry.
parseColor(String, Color) - Static method in class org.jfree.xml.ParserUtil
Parses a color entry.
ParseException - Exception in org.jfree.xml
A parse exception.
ParseException(String) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given message.
ParseException(Exception) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given root exception.
ParseException(String, Exception) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given message and root exception.
ParseException(String, Locator) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given message and the locator.
ParseException(Exception, Locator) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given root exception and the locator.
ParseException(String, Exception, Locator) - Constructor for exception org.jfree.xml.ParseException
Creates a new ParseException with the given message, root exception and the locator.
parseFloat(String, String) - Static method in class org.jfree.xml.ParserUtil
Parses the string text into an float.
parseFloat(String, float) - Static method in class org.jfree.xml.ParserUtil
Parses the string text into an float.
parseInt(String, int) - Static method in class org.jfree.ui.tabbedui.DetailEditor
Parses an integer.
parseInt(String, String) - Static method in class org.jfree.xml.ParserUtil
Parses the string text into an int.
parseInt(String, int) - Static method in class org.jfree.xml.ParserUtil
Parses an integer.
Parser - Class in org.jfree.xml
The Parser handles the SAXEvents and forwards the event call to the currently active ElementDefinitionHandler.
Parser() - Constructor for class org.jfree.xml.Parser
Creates a new parser.
parseRelativeFloat(String, String) - Static method in class org.jfree.xml.ParserUtil
Parses a position of an element.
ParserFrontend - Class in org.jfree.xml
The reportgenerator initializes the parser and provides an interface the the default parser.
ParserFrontend(FrontendDefaultHandler) - Constructor for class org.jfree.xml.ParserFrontend
Creates a new report generator.
ParserUtil - Class in org.jfree.xml
Basic helper functions to ease up the process of parsing.
ParserUtil() - Constructor for class org.jfree.xml.ParserUtil
 
parseString(String, String) - Static method in class org.jfree.xml.ParserUtil
Parses a string.
parseStroke(String) - Static method in class org.jfree.xml.ParserUtil
Creates a basic stroke given the width contained as float in the given string.
parseXml(URL) - Method in class org.jfree.xml.util.AbstractModelReader
Parses an XML document at the given URL.
parseXmlDocument(URL, boolean) - Method in class org.jfree.xml.util.AbstractModelReader
Parses the given specification and loads all includes specified in the files.
peek() - Method in class org.jfree.util.FastStack
Returns the object at the top of the stack without removing it.
peekFactory() - Method in class org.jfree.xml.Parser
Reads a handler off the stack without removing it.
performBoot() - Method in class org.jfree.base.AbstractBoot
Performs the boot.
performBoot() - Method in class org.jfree.base.BaseBoot
Performs the boot process.
performSelectFile(File, int, boolean) - Method in class org.jfree.ui.action.AbstractFileSelectionAction
Selects a file to use as target for the operation.
PHYS - Static variable in class com.keypoint.PngEncoder
PHYS tag.
pngBytes - Variable in class com.keypoint.PngEncoder
The png bytes.
pngEncode(boolean) - Method in class com.keypoint.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
pngEncode() - Method in class com.keypoint.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image.
PngEncoder - Class in com.keypoint
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.
PngEncoder() - Constructor for class com.keypoint.PngEncoder
Class constructor.
PngEncoder(Image) - Constructor for class com.keypoint.PngEncoder
Class constructor specifying Image to encode, with no alpha channel encoding.
PngEncoder(Image, boolean) - Constructor for class com.keypoint.PngEncoder
Class constructor specifying Image to encode, and whether to encode alpha.
PngEncoder(Image, boolean, int) - Constructor for class com.keypoint.PngEncoder
Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
PngEncoder(Image, boolean, int, int) - Constructor for class com.keypoint.PngEncoder
Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
Point2DObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Point2D object.
Point2DObjectDescription() - Constructor for class org.jfree.xml.factory.objects.Point2DObjectDescription
Creates a new object description.
Point2DReadHandler - Class in org.jfree.xml.parser.coretypes
A SAX handler for reading Point2D objects from an XML element.
Point2DReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.Point2DReadHandler
Creates a new handler.
Point2DWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing a Point2D object.
Point2DWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.Point2DWriteHandler
Default constructor.
pop() - Method in class org.jfree.util.FastStack
Removes and returns the object from the top of the stack.
popFactory() - Method in class org.jfree.xml.Parser
Pops a handler from the stack.
positionDialogRelativeToParent(Dialog, double, double) - Static method in class org.jfree.ui.RefineryUtilities
Positions the specified dialog at a position relative to its parent.
positionFrameOnScreen(Window, double, double) - Static method in class org.jfree.ui.RefineryUtilities
Positions the specified frame at a relative position in the screen, where 50% is considered to be the center of the screen.
positionFrameRandomly(Window) - Static method in class org.jfree.ui.RefineryUtilities
Positions the specified frame at a random location on the screen while ensuring that the entire frame is visible (provided that the frame is smaller than the screen).
PRECEDING - Static variable in class org.jfree.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
PREFERRED_SIZE - Static variable in class org.jfree.ui.about.AboutDialog
The preferred size for the frame.
PREFERRED_SIZE - Static variable in class org.jfree.ui.about.AboutFrame
The preferred size for the frame.
preferredLayoutSize(Container) - Method in class org.jfree.layout.CenterLayout
Returns the preferred size.
preferredLayoutSize(Container) - Method in class org.jfree.layout.FormatLayout
Returns the preferred size of the component using this layout manager.
preferredLayoutSize(Container) - Method in class org.jfree.layout.LCBLayout
Returns the preferred size using this layout manager.
preferredLayoutSize(Container) - Method in class org.jfree.layout.RadialLayout
Returns the preferred size.
preferredLayoutSize(Container) - Method in class org.jfree.ui.OverlayLayout
Calculates the preferred size dimensions for the specified container, given the components it contains.
preferredLayoutSize(Container) - Method in class org.jfree.ui.tabbedui.VerticalLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
previous() - Method in class org.jfree.ui.WizardDialog
Handles a click on the "previous" button, by displaying the previous panel in the sequence.
print(Class) - Static method in class org.jfree.xml.generator.model.PrintBeanInfo
Prints the information for a class.
PrintBeanInfo - Class in org.jfree.xml.generator.model
A utility class for printing information about a class.
printStackTrace(PrintStream) - Method in exception org.jfree.util.StackableException
Prints the stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.jfree.util.StackableException
Prints the stack trace to the specified writer.
printStackTrace() - Method in exception org.jfree.util.StackableException
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception org.jfree.util.StackableRuntimeException
Prints the stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.jfree.util.StackableRuntimeException
Prints the stack trace to the specified writer.
printStackTrace(PrintStream) - Method in exception org.jfree.xml.ElementDefinitionException
Prints the stack trace.
printStackTrace(PrintWriter) - Method in exception org.jfree.xml.ElementDefinitionException
Prints the stack trace.
printStackTrace(PrintStream) - Method in exception org.jfree.xml.ParseException
Prints the stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.jfree.xml.ParseException
Prints the stack trace to the specified writer.
PrintStreamLogTarget - Class in org.jfree.util
A log target that sends output to a PrintStream.
PrintStreamLogTarget() - Constructor for class org.jfree.util.PrintStreamLogTarget
The default constructor.
PrintStreamLogTarget(PrintStream) - Constructor for class org.jfree.util.PrintStreamLogTarget
The default constructor.
priorRow - Variable in class com.keypoint.PngEncoder
The prior row.
ProjectInfo - Class in org.jfree.ui.about
A class for recording the basic information about a free or open source software project.
ProjectInfo() - Constructor for class org.jfree.ui.about.ProjectInfo
Constructs an empty project info object.
ProjectInfo(String, String, String, Image, String, String, String) - Constructor for class org.jfree.ui.about.ProjectInfo
Constructs a project info object.
PROPERTY_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Property attribute text.
PropertyDefinition - Class in org.jfree.xml.util
A property definition.
PropertyDefinition(String, String) - Constructor for class org.jfree.xml.util.PropertyDefinition
Creates a new property definition.
PropertyInfo - Class in org.jfree.xml.generator.model
Information about a property.
PropertyInfo(String, Class) - Constructor for class org.jfree.xml.generator.model.PropertyInfo
Creates a new info object for a property.
PropertyType - Class in org.jfree.xml.generator.model
An enumeration over the defined property types.
prune() - Method in class org.jfree.xml.generator.model.DescriptionModel
Removes any class descriptions that are not fully defined.
PublicCloneable - Interface in org.jfree.util
An interface that exposes the clone() method.
push(Object) - Method in class org.jfree.util.FastStack
Pushes an object onto the stack.
pushFactory(ElementDefinitionHandler) - Method in class org.jfree.xml.Parser
Pushes a handler onto the stack.
put(Object, Action) - Method in class org.jfree.ui.action.DowngradeActionMap
Adds a binding for key to action.
put(Object, Object) - Method in class org.jfree.util.HashNMap
Inserts a new key/value pair into the map.

R

RadialLayout - Class in org.jfree.layout
RadialLayout is a component layout manager.
RadialLayout() - Constructor for class org.jfree.layout.RadialLayout
Constructs this layout manager with default properties.
READ_HANDLER_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Read handler attribute text.
readAttributedString(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
Reads a AttributedString object that has been serialised by the SerialUtilities.writeAttributedString(AttributedString, ObjectOutputStream) method.
ReaderWriterLock - Class in org.jfree.threads
A reader-writer lock from "Java Threads" by Scott Oak and Henry Wong.
ReaderWriterLock() - Constructor for class org.jfree.threads.ReaderWriterLock
Default constructor.
ReadOnlyIterator - Class in org.jfree.util
Protects an given iterator by preventing calls to remove().
ReadOnlyIterator(Iterator) - Constructor for class org.jfree.util.ReadOnlyIterator
Creates a new read-only iterator for the given iterator.
readPaint(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
Reads a Paint object that has been serialised by the SerialUtilities.writePaint(Paint, ObjectOutputStream) method.
readPoint2D(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
Reads a Point2D object that has been serialised by the SerialUtilities.writePoint2D(Point2D, ObjectOutputStream) method.
readProperties(Object) - Method in class org.jfree.xml.util.GenericObjectFactory
Reads the properties.
readSerializedData(ObjectInputStream) - Method in class org.jfree.util.ObjectTable
Handles the deserialization of a single element of the table.
readShape(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
Reads a Shape object that has been serialised by the SerialUtilities.writeShape(Shape, ObjectOutputStream) method.
readStroke(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
Reads a Stroke object that has been serialised by the SerialUtilities.writeStroke(Stroke, ObjectOutputStream) method.
Rectangle2DObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Rectangle2D object.
Rectangle2DObjectDescription() - Constructor for class org.jfree.xml.factory.objects.Rectangle2DObjectDescription
Creates a new object description.
Rectangle2DReadHandler - Class in org.jfree.xml.parser.coretypes
A handler for reading a Rectangle2D object.
Rectangle2DReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.Rectangle2DReadHandler
Default constructor.
Rectangle2DWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing a Rectangle2D object.
Rectangle2DWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.Rectangle2DWriteHandler
Default constructor.
RectangleAnchor - Class in org.jfree.ui
Used to indicate an anchor point for a rectangle.
RectangleEdge - Class in org.jfree.ui
Used to indicate the edge of a rectangle.
RectangleInsets - Class in org.jfree.ui
Represents the insets for a rectangle, specified in absolute or relative terms.
RectangleInsets() - Constructor for class org.jfree.ui.RectangleInsets
Creates a new instance with all insets initialised to 1.0.
RectangleInsets(double, double, double, double) - Constructor for class org.jfree.ui.RectangleInsets
Creates a new instance with the specified insets (as 'absolute' units).
RectangleInsets(UnitType, double, double, double, double) - Constructor for class org.jfree.ui.RectangleInsets
Creates a new instance.
recurse(XmlReadHandler, String, Attributes) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Start a new handler stack and delegate to another handler.
RefineryUtilities - Class in org.jfree.ui
A collection of utility methods relating to user interfaces.
refreshButtons() - Method in class org.jfree.ui.SerialDateChooserPanel
Update the button labels and colors to reflect date selection.
REGISTER_NAMES_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Register name attribute text.
registerClass(Class, ObjectDescription) - Method in class org.jfree.xml.factory.objects.ClassFactoryImpl
Registers an object description with the factory.
RELATIVE - Static variable in class org.jfree.util.UnitType
Relative.
RelativeDayOfWeekRule - Class in org.jfree.date
An annual date rule that returns a date for each year based on (a) a reference rule; (b) a day of the week; and (c) a selection parameter (SerialDate.PRECEDING, SerialDate.NEAREST, SerialDate.FOLLOWING).
RelativeDayOfWeekRule() - Constructor for class org.jfree.date.RelativeDayOfWeekRule
Default constructor - builds a rule for the Monday following 1 January.
RelativeDayOfWeekRule(AnnualDateRule, int, int) - Constructor for class org.jfree.date.RelativeDayOfWeekRule
Standard constructor - builds rule based on the supplied sub-rule.
relativeToString(int) - Static method in class org.jfree.date.SerialDate
Returns a string representing the supplied 'relative'.
remove(Object) - Method in class org.jfree.ui.action.DowngradeActionMap
Removes the binding for key from this ActionMap.
remove(Object, Object) - Method in class org.jfree.util.HashNMap
Removes the key/value pair from the map.
remove() - Method in class org.jfree.util.LineBreakIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class org.jfree.util.ReadOnlyIterator
Throws UnsupportedOperationException.
removeAction(Action) - Method in class org.jfree.ui.action.ActionConcentrator
Removes the action from this concentrator.
removeAll(Object) - Method in class org.jfree.util.HashNMap
Removes all elements for the given key.
removeAttribute(String) - Method in class org.jfree.xml.writer.AttributeList
Removes the attribute with the given name from the list.
removeButton(AbstractButton) - Method in class org.jfree.ui.FloatingButtonEnabler
Removes a button from the enabler.
removeClassDescription(ClassDescription) - Method in class org.jfree.xml.generator.model.DescriptionModel
Removes a class description from the model.
removeCodeBase(URL, URLClassLoader) - Static method in class org.jfree.util.ResourceBundleWrapper
Instantiate a URLClassLoader for resource lookups where the codeBase URL is removed.
removeDataElement(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
Removes an entry from the model.
removeFragment(TextFragment) - Method in class org.jfree.text.TextLine
Removes a fragment from the line.
removeLayoutComponent(Component) - Method in class org.jfree.layout.CenterLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.layout.CenterLayout
Not used.
removeLayoutComponent(Component) - Method in class org.jfree.layout.FormatLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.layout.FormatLayout
Not used.
removeLayoutComponent(Component) - Method in class org.jfree.layout.LCBLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.layout.LCBLayout
Not used.
removeLayoutComponent(Component) - Method in class org.jfree.layout.RadialLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.layout.RadialLayout
Not used.
removeLayoutComponent(Component) - Method in class org.jfree.ui.OverlayLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class org.jfree.ui.tabbedui.VerticalLayout
Removes the specified component from the layout.
removeListDataListener(ListDataListener) - Method in class org.jfree.ui.KeyedComboBoxModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeNotify() - Method in class org.jfree.ui.InsetsChooserPanel
Calls super removeNotify and removes all subcomponents from this panel.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
Removes a property change listener.
removeTarget(LogTarget) - Method in class org.jfree.util.Log
Removes a log target from this facility.
removeTextComponent(JTextComponent) - Static method in class org.jfree.ui.JTextObserver
Removes this instance as a listener for the specified text component.
RenderingHintsReadHandler - Class in org.jfree.xml.parser.coretypes
A read handler that can parse the XML element for a RenderingHints collection.
RenderingHintsReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
Creates a new read handler.
RenderingHintsWriteHandler - Class in org.jfree.xml.writer.coretypes
A handler for writing a RenderingHints object.
RenderingHintsWriteHandler() - Constructor for class org.jfree.xml.writer.coretypes.RenderingHintsWriteHandler
Default constructor.
RenderingHintValueReadHandler - Class in org.jfree.xml.parser.coretypes
A read handler for a rendering hint value.
RenderingHintValueReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
Creates a new read handler.
replaceTargets(LogTarget) - Method in class org.jfree.util.Log
Replaces all log targets by the given target.
resizeByteArray(byte[], int) - Method in class com.keypoint.PngEncoder
Increase or decrease the length of a byte array.
ResourceBundleSupport - Class in org.jfree.util
An utility class to ease up using property-file resource bundles.
ResourceBundleSupport(Locale, String) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(Locale, ResourceBundle, String) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(Locale, ResourceBundle) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(String) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(ResourceBundle, String) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(ResourceBundle) - Constructor for class org.jfree.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleWrapper - Class in org.jfree.util
Wrapper of ResourceBundle.getBundle() methods.
returnFromLaterStep() - Method in class org.jfree.ui.WizardPanel
This method is called when the dialog redisplays this panel as a result of the user clicking the "Previous" button.
RIGHT - Static variable in class org.jfree.ui.Align
Right alignment.
RIGHT - Static variable in class org.jfree.ui.HorizontalAlignment
Right alignment.
RIGHT - Static variable in class org.jfree.ui.RectangleAnchor
Right.
RIGHT - Static variable in class org.jfree.ui.RectangleEdge
Right.
RootEditor - Interface in org.jfree.ui.tabbedui
A root editor reprensents a tab in a TabbedUI.
RootPanel - Class in org.jfree.ui.tabbedui
A root panel is a panel implementation of an root editor.
RootPanel() - Constructor for class org.jfree.ui.tabbedui.RootPanel
Default constructor.
RootXmlReadHandler - Class in org.jfree.xml.parser
A base root SAX handler.
RootXmlReadHandler() - Constructor for class org.jfree.xml.parser.RootXmlReadHandler
Creates a new root SAX handler.
RootXmlWriteHandler - Class in org.jfree.xml.writer
A root handler for writing objects to XML format.
RootXmlWriteHandler() - Constructor for class org.jfree.xml.writer.RootXmlWriteHandler
Creates a new RootXmlWrite handler with the default mappings enabled.
rotateShape(Shape, double, float, float) - Static method in class org.jfree.util.ShapeUtilities
Rotates a shape about the specified coordinates.
Rotation - Class in org.jfree.util
Represents a direction of rotation (CLOCKWISE or ANTICLOCKWISE).

S

SafeTagList - Class in org.jfree.xml.writer
A container for information relating to the tags in the JFreeReport XML report files.
SafeTagList() - Constructor for class org.jfree.xml.writer.SafeTagList
Creates a new list.
SATURDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Saturday.
save(String, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
Saves the given configuration into a file specified by the given filename.
save(File, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
Saves the given configuration into a file specified by the given file object.
save(OutputStream, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
Writes the configuration into the given output stream.
SECOND_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the second week in a month.
SEPTEMBER - Static variable in interface org.jfree.date.MonthConstants
Constant for September.
SERIAL_LOWER_BOUND - Static variable in class org.jfree.date.SerialDate
The serial number for 1 January 1900.
SERIAL_UPPER_BOUND - Static variable in class org.jfree.date.SerialDate
The serial number for 31 December 9999.
SerialDate - Class in org.jfree.date
An abstract class that defines our requirements for manipulating dates, without tying down a particular implementation.
SerialDate() - Constructor for class org.jfree.date.SerialDate
Default constructor.
SerialDateChooserPanel - Class in org.jfree.ui
A panel that allows the user to select a date.
SerialDateChooserPanel() - Constructor for class org.jfree.ui.SerialDateChooserPanel
Constructs a new date chooser panel, using today's date as the initial selection.
SerialDateChooserPanel(SerialDate, boolean) - Constructor for class org.jfree.ui.SerialDateChooserPanel
Constructs a new date chooser panel.
SerialDateChooserPanel(SerialDate, boolean, Color, Color) - Constructor for class org.jfree.ui.SerialDateChooserPanel
Constructs a new date chooser panel.
SerialDateUtilities - Class in org.jfree.date
A utility class that provides a number of useful methods (some static).
SerialDateUtilities() - Constructor for class org.jfree.date.SerialDateUtilities
Creates a new utility class for the default locale.
SerialUtilities - Class in org.jfree.io
A class containing useful utility methods relating to serialization.
set(int, Object) - Method in class org.jfree.util.AbstractObjectList
Sets an object reference (overwriting any existing object).
set(int, Object) - Method in class org.jfree.util.ObjectList
Sets an object reference (overwriting any existing object).
setAction(Action) - Method in class org.jfree.ui.action.ActionButton
Assigns the given action to this button.
setAction(Action) - Method in class org.jfree.ui.action.ActionMenuItem
Assigns the given action to this menuitem.
setAction(Action) - Method in class org.jfree.ui.action.ActionRadioButton
Assigns the given action to this button.
setActive(boolean) - Method in interface org.jfree.ui.tabbedui.RootEditor
Sets the editor active or inactive.
setActive(boolean) - Method in class org.jfree.ui.tabbedui.RootPanel
Sets the status of the panel to active or inactive.
setAllowOtherValue(boolean) - Method in class org.jfree.ui.KeyedComboBoxModel
 
setAscending(boolean) - Method in class org.jfree.ui.SortableTableModel
Sets the flag that determines whether the sort order is ascending or descending.
setAttribute(String, String) - Method in class org.jfree.xml.writer.AttributeList
Defines an attribute.
setAutoBoot(boolean) - Method in class org.jfree.base.BootableProjectInfo
Sets the auto boot flag.
setBackgroundPaint(Paint) - Method in class org.jfree.text.TextBox
Sets the background paint.
setBoolean(int, Boolean) - Method in class org.jfree.util.BooleanList
Sets the value for an item in the list.
setBootClass(String) - Method in class org.jfree.base.BootableProjectInfo
Sets the boot class name.
setChildClasses(TypeInfo[]) - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Sets the child classes.
setChosenDateButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
Redefines the color for the currently selected date.
setChosenMonthButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
Defines the color for the buttons representing the current month.
setChosenOtherButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
Redefines the color for the buttons representing the other months.
setClassLoader(ClassLoader) - Static method in class org.jfree.util.ObjectUtilities
Redefines the custom classloader.
setClassLoaderSource(String) - Static method in class org.jfree.util.ObjectUtilities
Defines the internal configuration entry, whether the classloader of the thread context or the context classloader should be used.
setCloseComment(String[]) - Method in class org.jfree.xml.util.AbstractModelReader
Sets the close comment.
setComments(Comments) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the comments for the class description.
setComments(Comments) - Method in class org.jfree.xml.generator.model.KeyDescription
Sets the comments.
setComments(Comments) - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Sets the comments.
setComments(Comments) - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Sets the comments.
setComments(Comments) - Method in class org.jfree.xml.generator.model.TypeInfo
Sets the comments for this type info.
setCompressionLevel(int) - Method in class com.keypoint.PngEncoder
Set the compression level to use.
setConfigProperty(String, String) - Method in class org.jfree.util.DefaultConfiguration
Sets the value of a configuration property.
setConfigProperty(String, String) - Method in class org.jfree.xml.FrontendDefaultHandler
Sets a parser configuration value.
setConfirmed(boolean) - Method in class org.jfree.ui.tabbedui.DetailEditor
Sets the confirmed flag.
setConstrained(boolean) - Method in class org.jfree.xml.generator.model.TypeInfo
Sets the flag that indicates whether or not the type is constrained.
setConstructorDescription(TypeInfo[]) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the constructor description.
setContributors(List) - Method in class org.jfree.ui.about.ProjectInfo
Sets the list of contributors.
setCopyright(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project copyright statement.
setCount(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
Sets the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST).
setData(Object[], Object[]) - Method in class org.jfree.ui.KeyedComboBoxModel
Replaces the data in this combobox model.
setData(Object[][], int) - Method in class org.jfree.util.ObjectTable
Sets the table data.
setDate(Date) - Method in class org.jfree.ui.DateChooserPanel
Sets the date chosen in the panel.
setDate(SerialDate) - Method in class org.jfree.ui.SerialDateChooserPanel
Sets the date chosen in the panel.
setDayOfMonth(int) - Method in class org.jfree.date.DayAndMonthRule
Sets the day-of-the-month for this rule.
setDayOfWeek(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
Sets the day-of-the-week for this rule.
setDayOfWeek(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
Sets the day-of-the-week for this rule.
setDebuglevel(int) - Method in class org.jfree.util.Log
Defines the debug level for the log system.
setDefaultHandler(FrontendDefaultHandler) - Method in class org.jfree.xml.ParserFrontend
Sets the default handler used for parsing reports.
setDescription(String) - Method in class org.jfree.date.SerialDate
Sets the description for the date.
setDescription(String) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the description for the object.
setDescription(String) - Method in class org.jfree.xml.generator.model.TypeInfo
Sets the type description.
setDisplayFont(Font) - Method in class org.jfree.ui.FontDisplayField
Sets the font.
setDocumentLocator(Locator) - Method in class org.jfree.xml.FrontendDefaultHandler
Receive an object for locating the origin of SAX document events.
setDpi(int, int) - Method in class com.keypoint.PngEncoder
Set the DPI resolution.
setDrawable(Drawable) - Method in class org.jfree.ui.DrawablePanel
Sets the drawable item.
setEnabled(boolean) - Method in class org.jfree.ui.action.ActionButton
Enables and disables this button and if an action is assigned to this button the propertychange is forwarded to the assigned action.
setEnabled(boolean) - Method in class org.jfree.ui.action.ActionConcentrator
Defines the state for all actions.
setEnabled(boolean) - Method in class org.jfree.ui.action.ActionMenuItem
Enables and disables this button and if an action is assigned to this menuitem the propertychange is forwarded to the assigned action.
setEnabled(boolean) - Method in class org.jfree.ui.action.ActionRadioButton
Enables and disables this button and if an action is assigned to this button the propertychange is forwarded to the assigned action.
setEncodeAlpha(boolean) - Method in class com.keypoint.PngEncoder
Set the alpha encoding on or off.
setEntityResolver(EntityResolver) - Method in class org.jfree.xml.ParserFrontend
Sets the entity resolver.
setFilter(int) - Method in class com.keypoint.PngEncoder
Set the filter to use.
setGlobalMenu(boolean) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Sets the global menu flag.
setHeight(double) - Method in class org.jfree.ui.FloatDimension
Sets the height.
setHeight(double) - Method in class org.jfree.ui.Size2D
Sets the height.
setHelperObject(String, Object) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Adds an object to the registry.
setHelperObject(String, Object) - Method in class org.jfree.xml.Parser
Sets a helper object.
setImage(Image) - Method in class com.keypoint.PngEncoder
Set the image to be encoded.
setInfo(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project info string (for example, this could be the project URL).
setInfo(String) - Method in class org.jfree.base.Library
Sets the project info.
setInitialFactory(ElementDefinitionHandler) - Method in class org.jfree.xml.Parser
Sets the initial handler.
setInsets(Insets) - Method in class org.jfree.ui.InsetsTextField
Sets the text of this text field to the formatted string describing provided insets.
setInteriorGap(RectangleInsets) - Method in class org.jfree.text.TextBox
Sets the interior gap.
setJMenuBar(JMenuBar) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Sets the menu bar.
setKey(KeyDescription) - Method in class org.jfree.xml.generator.model.IndexedPropertyInfo
Sets the key.
setLicenceName(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the license name.
setLicenceName(String) - Method in class org.jfree.base.Library
Sets the licence name.
setLicenceText(String) - Method in class org.jfree.ui.about.ProjectInfo
Sets the project licence text.
setLineAlignment(HorizontalAlignment) - Method in class org.jfree.text.TextBlock
Sets the alignment of the lines of text within the block.
setLogo(Image) - Method in class org.jfree.ui.about.ProjectInfo
Sets the project logo.
setMaxLength(int) - Method in class org.jfree.ui.LengthLimitingDocument
Sets the maximum number of characters for this document.
setModel(DescriptionModel) - Method in class org.jfree.xml.generator.ModelWriter
Sets the model to be written.
setModelComments(Comments) - Method in class org.jfree.xml.generator.model.DescriptionModel
Sets the model comments.
setMonth(int) - Method in class org.jfree.date.DayAndMonthRule
Sets the month for this rule.
setMonth(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
Sets the month for this rule.
setName(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project name.
setName(String) - Method in class org.jfree.base.Library
Sets the project name.
setNullable(boolean) - Method in class org.jfree.xml.generator.model.TypeInfo
Sets the nullable flag.
setObject(Object) - Method in class org.jfree.ui.tabbedui.DetailEditor
Sets the object to be edited.
setObject(int, int, Object) - Method in class org.jfree.util.ObjectTable
Sets the object for a cell in the table.
setOpenComment(String[]) - Method in class org.jfree.xml.util.AbstractModelReader
Sets the open comment.
setOutlinePaint(Paint) - Method in class org.jfree.text.TextBox
Sets the outline paint.
setOutlineStroke(Stroke) - Method in class org.jfree.text.TextBox
Sets the outline stroke.
setOwner(WizardDialog) - Method in class org.jfree.ui.WizardPanel
Sets the reference to the dialog that owns the panel (this is called automatically by the dialog when the panel is added to the dialog).
setPaint(Paint) - Method in class org.jfree.ui.PaintSample
Sets the Paint object being displayed in the panel.
setPaint(int, Paint) - Method in class org.jfree.util.PaintList
Sets the Paint for an item in the list.
setParameter(String, Object) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Sets a parameter.
setParameter(String, Object) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Sets the value of a parameter.
setParameterDefinition(String, Class) - Method in class org.jfree.xml.factory.objects.AbstractObjectDescription
Sets the class for a parameter.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.ArrayObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.BasicStrokeObjectDescription
Sets the parameters for this description to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.BeanObjectDescription
Sets the parameters in the description to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.BooleanObjectDescription
Sets the description object parameters to match the supplied object (which should be an instance of Boolean.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.ByteObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.CharacterObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.ClassLoaderObjectDescription
Sets the parameters of the object description to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.CollectionObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.ColorObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.DateObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.Dimension2DObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.DimensionObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.DoubleObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.FloatObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.IntegerObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.Line2DObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.LongObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in interface org.jfree.xml.factory.objects.ObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.Point2DObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.Rectangle2DObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.ShortObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.StringObjectDescription
Sets the parameters of this description object to match the supplied object.
setParameterFromObject(Object) - Method in class org.jfree.xml.factory.objects.URLObjectDescription
Sets the parameters of this description object to match the supplied object.
setParent(DowngradeActionMap) - Method in class org.jfree.ui.action.DowngradeActionMap
Sets this ActionMap's parent.
setPreserve(boolean) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the preserve flag.
setPreserve(boolean) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets the preserve flag.
setPressedColumn(int) - Method in class org.jfree.ui.SortButtonRenderer
Sets the pressed column.
setProperties(PropertyInfo[]) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the info about the class properties.
setProperty(String, Object) - Method in class org.jfree.xml.util.GenericObjectFactory
Sets a property value.
setPropertyType(PropertyType) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets the property type.
setReadMethodAvailable(boolean) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets a flag indicating whether or not there is a read method for this property.
setRegisterKey(String) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the register key.
setRelative(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
Sets the 'relative' attribute (SerialDate.PRECEDING, SerialDate.NEAREST, SerialDate.FOLLOWING).
setRootHandler(XmlReadHandler) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Sets the root SAX handler.
setRootHandler(RootXmlWriteHandler) - Method in class org.jfree.xml.writer.AbstractXmlWriteHandler
Sets the root handler.
setRootHandler(RootXmlWriteHandler) - Method in interface org.jfree.xml.writer.XmlWriteHandler
Sets the root handler.
setSelectedEditor(int) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Sets the selected editor.
setSelectedFont(Font) - Method in class org.jfree.ui.FontChooserPanel
Initializes the contents of the dialog from the given font object.
setSelectedItem(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
Set the selected item.
setSelectedKey(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
Defines the selected key.
setShadowPaint(Paint) - Method in class org.jfree.text.TextBox
Sets the shadow paint.
setShadowXOffset(double) - Method in class org.jfree.text.TextBox
Sets the x-offset for the shadow effect.
setShadowYOffset(double) - Method in class org.jfree.text.TextBox
Sets the y-offset for the shadow effect.
setShape(int, Shape) - Method in class org.jfree.util.ShapeList
Sets the Shape for an item in the list.
setSize(double, double) - Method in class org.jfree.ui.FloatDimension
Sets the size of this Dimension object to the specified width and height.
setSortableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTable
Changes the model for the table.
setSource(String) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the source for the class description.
setSource(String) - Method in class org.jfree.xml.generator.model.ManualMappingInfo
Sets the source.
setSource(String) - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
Sets the source.
setStroke(Stroke) - Method in class org.jfree.ui.StrokeSample
Sets the Stroke object being displayed.
setStroke(int, Stroke) - Method in class org.jfree.util.StrokeList
Sets the Stroke for an item in the list.
setSubrule(AnnualDateRule) - Method in class org.jfree.date.RelativeDayOfWeekRule
Sets the sub-rule.
setSuperClass(Class) - Method in class org.jfree.xml.generator.model.ClassDescription
Sets the super class.
setTableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTableHeaderListener
Sets the table model for the listener.
setText(String) - Method in class org.jfree.util.LineBreakIterator
Sets the text to be broken up.
setTextBlock(TextBlock) - Method in class org.jfree.text.TextBox
Sets the text block.
setupUI() - Static method in class org.jfree.ui.UIUtilities
Set up the user interface.
setUseDrawRotatedStringWorkaround(boolean) - Static method in class org.jfree.text.TextUtilities
Sets the flag that controls whether or not a workaround is used for drawing rotated strings.
setUseFontMetricsGetStringBounds(boolean) - Static method in class org.jfree.text.TextUtilities
Sets the flag that controls whether the FontMetrics.getStringBounds() method is used or not.
setValidateDTD(boolean) - Method in class org.jfree.xml.ParserFrontend
Sets a flag that controls whether or not the report definition is validated against the DTD.
setVersion(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project version number.
setVersion(String) - Method in class org.jfree.base.Library
Sets the version identifier.
setWidth(double) - Method in class org.jfree.ui.FloatDimension
Sets the width.
setWidth(double) - Method in class org.jfree.ui.Size2D
Sets the width.
setWriteMethodAvailable(boolean) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets a flag indicating whether or not there is a write method for this property.
setXDpi(int) - Method in class com.keypoint.PngEncoder
Set the DPI for the X axis.
setXmlHandler(String) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets the XML handler.
setXmlName(String) - Method in class org.jfree.xml.generator.model.PropertyInfo
Sets the XML name.
setYDpi(int) - Method in class com.keypoint.PngEncoder
Set the DPI for the Y axis.
setYearSelectionRange(int) - Method in class org.jfree.ui.DateChooserPanel
Sets the range of years available for selection.
ShapeList - Class in org.jfree.util
A table of Shape objects.
ShapeList() - Constructor for class org.jfree.util.ShapeList
Creates a new list.
ShapeUtilities - Class in org.jfree.util
Utility methods for Shape objects.
ShortAttributeHandler - Class in org.jfree.xml.attributehandlers
A class that handles the conversion of Short attributes to and from an appropriate String representation.
ShortAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.ShortAttributeHandler
Creates a new attribute handler.
ShortObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a Short object.
ShortObjectDescription() - Constructor for class org.jfree.xml.factory.objects.ShortObjectDescription
Creates a new object description.
SimpleDateFormatObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a SimpleDateFormat object.
SimpleDateFormatObjectDescription() - Constructor for class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
Creates a new object description.
SimpleDateFormatObjectDescription(Class) - Constructor for class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
Creates a new object description.
SimpleDateFormatObjectDescription(Class, boolean) - Constructor for class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
Creates a new object description.
SimpleObjectFactory - Class in org.jfree.xml.util
A simple object factory.
SimpleObjectFactory() - Constructor for class org.jfree.xml.util.SimpleObjectFactory
Creates a new instance.
size() - Method in class org.jfree.ui.action.DowngradeActionMap
Returns the number of bindings.
size() - Method in class org.jfree.util.AbstractObjectList
Returns the size of the list.
size() - Method in class org.jfree.util.FastStack
Returns the number of elements in the stack.
size() - Method in class org.jfree.xml.generator.model.DescriptionModel
Returns the number of classes in the model.
Size2D - Class in org.jfree.ui
A simple class for representing the dimensions of an object.
Size2D() - Constructor for class org.jfree.ui.Size2D
Creates a new instance with zero width and height.
Size2D(double, double) - Constructor for class org.jfree.ui.Size2D
Creates a new instance with the specified width and height.
SIZES - Static variable in class org.jfree.ui.FontChooserPanel
The font sizes that can be selected.
SortableTable - Class in org.jfree.ui
A simple extension of JTable that supports the use of a SortableTableModel.
SortableTable(SortableTableModel) - Constructor for class org.jfree.ui.SortableTable
Standard constructor - builds a table for the specified model.
SortableTableHeaderListener - Class in org.jfree.ui
Captures mouse clicks on a table header, with the intention of triggering a sort.
SortableTableHeaderListener(SortableTableModel, SortButtonRenderer) - Constructor for class org.jfree.ui.SortableTableHeaderListener
Standard constructor.
SortableTableModel - Class in org.jfree.ui
The base class for a sortable table model.
SortableTableModel() - Constructor for class org.jfree.ui.SortableTableModel
Constructs a sortable table model.
SortButtonRenderer - Class in org.jfree.ui
A table cell renderer for table headings - uses one of three JButton instances to indicate the sort order for the table column.
SortButtonRenderer() - Constructor for class org.jfree.ui.SortButtonRenderer
Creates a new button renderer.
sortByColumn(int, boolean) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Sorts on the specified column.
sortByColumn(int, boolean) - Method in class org.jfree.ui.SortableTableModel
Sorts the table.
SortedConfigurationWriter - Class in org.jfree.util
Writes a Configuration instance into a property file, where the keys are sorted by their name.
SortedConfigurationWriter() - Constructor for class org.jfree.util.SortedConfigurationWriter
The default constructor, does nothing.
SortOrder - Class in org.jfree.util
Defines tokens used to indicate sorting order (ascending or descending).
SOURCE_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Source attribute text.
SourceCollector - Interface in org.jfree.xml.generator
A source collector returns a collection of Class objects.
SOUTH - Static variable in class org.jfree.ui.Align
South alignment (same as BOTTOM).
SOUTH_EAST - Static variable in class org.jfree.ui.Align
South/East alignment (same as BOTTOM_RIGHT).
SOUTH_WEST - Static variable in class org.jfree.ui.Align
South/West alignment (same as BOTTOM_LEFT).
Spinner - Class in org.jfree.ui
A very basic spinner component, used for demo purposes only.
Spinner(int) - Constructor for class org.jfree.ui.Spinner
Creates a new spinner.
SplittingModelWriter - Class in org.jfree.xml.generator
A model writer that writes to multiple files.
SplittingModelWriter() - Constructor for class org.jfree.xml.generator.SplittingModelWriter
Creates a new instance.
SpreadsheetDate - Class in org.jfree.date
Represents a date using an integer, in a similar fashion to the implementation in Microsoft Excel.
SpreadsheetDate(int, int, int) - Constructor for class org.jfree.date.SpreadsheetDate
Creates a new date instance.
SpreadsheetDate(int) - Constructor for class org.jfree.date.SpreadsheetDate
Standard constructor - creates a new date object representing the specified day number (which should be in the range 2 to 2958465.
StackableException - Exception in org.jfree.util
A baseclass for exceptions, which could have parent exceptions.
StackableException() - Constructor for exception org.jfree.util.StackableException
Creates a StackableRuntimeException with no message and no parent.
StackableException(String, Exception) - Constructor for exception org.jfree.util.StackableException
Creates an exception.
StackableException(String) - Constructor for exception org.jfree.util.StackableException
Creates an exception.
StackableRuntimeException - Exception in org.jfree.util
A baseclass for RuntimeExceptions, which could have parent exceptions.
StackableRuntimeException() - Constructor for exception org.jfree.util.StackableRuntimeException
Creates a StackableRuntimeException with no message and no parent.
StackableRuntimeException(String, Exception) - Constructor for exception org.jfree.util.StackableRuntimeException
Creates an exception.
StackableRuntimeException(String) - Constructor for exception org.jfree.util.StackableRuntimeException
Creates an exception.
STANDARD_BORDER - Static variable in class org.jfree.ui.about.AboutDialog
The default border for the panels in the tabbed pane.
STANDARD_BORDER - Static variable in class org.jfree.ui.about.AboutFrame
The default border for the panels in the tabbed pane.
StandardDialog - Class in org.jfree.ui
The base class for standard dialogs.
StandardDialog(Frame, String, boolean) - Constructor for class org.jfree.ui.StandardDialog
Standard constructor - builds a dialog...
StandardDialog(Dialog, String, boolean) - Constructor for class org.jfree.ui.StandardDialog
Standard constructor - builds a dialog...
StandardGradientPaintTransformer - Class in org.jfree.ui
Transforms a GradientPaint to range over the width of a target shape.
StandardGradientPaintTransformer() - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
Creates a new transformer with the type GradientPaintTransformType.VERTICAL.
StandardGradientPaintTransformer(GradientPaintTransformType) - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
Creates a new transformer with the specified type.
start() - Method in class org.jfree.base.AbstractBoot
Starts the boot process.
startBlock() - Method in class org.jfree.xml.writer.XMLWriterSupport
Starts a new block by increasing the indent level.
startCDATA() - Method in class org.jfree.xml.CommentHandler
Report the start of a CDATA section.
startDocument() - Method in class org.jfree.xml.parser.RootXmlReadHandler
Starts processing a document.
startDocument() - Method in class org.jfree.xml.Parser
Receive notification of the beginning of the document.
startDTD(String, String, String) - Method in class org.jfree.xml.CommentHandler
Report the start of DTD declarations, if any.
startElement(String, Attributes) - Method in class org.jfree.xml.AbstractElementDefinitionHandler
Callback to indicate that an XML element start tag has been read by the parser.
startElement(String, Attributes) - Method in interface org.jfree.xml.ElementDefinitionHandler
Callback to indicate that an XML element start tag has been read by the parser.
startElement(String, Attributes) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
This method is called at the start of an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Starts processing an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.xml.Parser
Receive notification of the start of an element.
startElement(String, Attributes) - Method in interface org.jfree.xml.parser.XmlReadHandler
This method is called at the start of an element.
startEntity(String) - Method in class org.jfree.xml.CommentHandler
Report the beginning of some internal and external XML entities.
startIncludeHandling(URL) - Method in class org.jfree.xml.generator.DefaultModelReader
Starts include handling.
startIncludeHandling(URL) - Method in class org.jfree.xml.util.AbstractModelReader
Start handling an include.
startMultiplexMapping(String, String) - Method in class org.jfree.xml.generator.DefaultModelReader
Start a multiplex mapping.
startMultiplexMapping(String, String) - Method in class org.jfree.xml.util.AbstractModelReader
Starts a multiplex mapping.
startMultiplexMapping(String, String) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Starts a multiplex mapping.
startObjectDefinition(String, String, boolean) - Method in class org.jfree.xml.generator.DefaultModelReader
Begin processing an object definition element.
startObjectDefinition(String, String, boolean) - Method in class org.jfree.xml.util.AbstractModelReader
Starts a object definition.
startObjectDefinition(String, String, boolean) - Method in class org.jfree.xml.util.ObjectFactoryLoader
Starts a object definition.
startParsing(Attributes) - Method in class org.jfree.xml.parser.AbstractXmlReadHandler
Starts parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.BasicStrokeReadHandler
Called at the start of parsing a BasicStroke element, this method reads the attributes and constructs the stroke.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.ColorReadHandler
Called at the start of parsing a Color element, this method reads the attributes and constructs the Color.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.FontReadHandler
Called at the start of parsing a font element, this method reads the attributes and constructs the font.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.GenericReadHandler
Called at the start of parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.InsetsReadHandler
Begins parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.ListReadHandler
Start parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.ObjectRefHandler
Starts parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.Point2DReadHandler
At the start of parsing, the attributes are read and used to construct the point.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.Rectangle2DReadHandler
Begins parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
Starts parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
Starts parsing.
startParsing(Attributes) - Method in class org.jfree.xml.parser.coretypes.StringReadHandler
Starts parsing.
startRootDocument() - Method in class org.jfree.xml.generator.DefaultModelReader
Starts the root document.
startRootDocument() - Method in class org.jfree.xml.util.AbstractModelReader
Start the root document.
startsWithIgnoreCase(String, String) - Static method in class org.jfree.util.StringUtils
Helper functions to query a strings start portion.
StringAttributeHandler - Class in org.jfree.xml.attributehandlers
A String attribute handler.
StringAttributeHandler() - Constructor for class org.jfree.xml.attributehandlers.StringAttributeHandler
Creates a new attribute handler.
StringObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a String object.
StringObjectDescription() - Constructor for class org.jfree.xml.factory.objects.StringObjectDescription
Creates a new object description.
StringReadHandler - Class in org.jfree.xml.parser.coretypes
Required for list contents ...
StringReadHandler() - Constructor for class org.jfree.xml.parser.coretypes.StringReadHandler
Creates a new handler.
stringToColor(String) - Static method in class org.jfree.util.PaintUtilities
Converts a given string into a color.
stringToInt(String) - Method in class org.jfree.ui.InsetsChooserPanel
Converts a string representing an integer into its numerical value.
stringToMonthCode(String) - Static method in class org.jfree.date.SerialDate
Converts a string to a month code.
stringToWeekday(String) - Method in class org.jfree.date.SerialDateUtilities
Converts the specified string to a weekday, using the default locale.
stringToWeekdayCode(String) - Static method in class org.jfree.date.SerialDate
Converts the supplied string to a day of the week.
StringUtils - Class in org.jfree.util
String utilities.
stripFileExtension(String) - Method in class org.jfree.io.IOUtils
Removes the file extension from the given file name.
StrokeChooserPanel - Class in org.jfree.ui
A component for choosing a stroke from a list of available strokes.
StrokeChooserPanel(StrokeSample, StrokeSample[]) - Constructor for class org.jfree.ui.StrokeChooserPanel
Creates a panel containing a combo-box that allows the user to select one stroke from a list of available strokes.
StrokeList - Class in org.jfree.util
A table of Stroke objects.
StrokeList() - Constructor for class org.jfree.util.StrokeList
Creates a new list.
StrokeSample - Class in org.jfree.ui
A panel that displays a stroke sample.
StrokeSample(Stroke) - Constructor for class org.jfree.ui.StrokeSample
Creates a StrokeSample for the specified stroke.
SUNDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Sunday.
SystemProperties - Class in org.jfree.ui.about
A utility class for working with system properties.
SystemPropertiesFrame - Class in org.jfree.ui.about
A frame containing a table that displays the system properties for the current Java Virtual Machine (JVM).
SystemPropertiesFrame(boolean) - Constructor for class org.jfree.ui.about.SystemPropertiesFrame
Constructs a standard frame that displays system properties.
SystemPropertiesPanel - Class in org.jfree.ui.about
A panel containing a table of system properties.
SystemPropertiesPanel() - Constructor for class org.jfree.ui.about.SystemPropertiesPanel
Constructs a new panel.
SystemPropertiesTableModel - Class in org.jfree.ui.about
A sortable table model containing the system properties.
SystemPropertiesTableModel() - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel
Creates a new table model using the properties of the current Java Virtual Machine.
SystemPropertiesTableModel.SystemProperty - Class in org.jfree.ui.about
Useful class for holding the name and value of a system property.
SystemPropertiesTableModel.SystemProperty(String, String) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
Standard constructor - builds a new SystemProperty.
SystemPropertiesTableModel.SystemPropertyComparator - Class in org.jfree.ui.about
A class for comparing SystemProperty objects.
SystemPropertiesTableModel.SystemPropertyComparator(boolean) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
Standard constructor.

T

TabbedApplet - Class in org.jfree.ui.tabbedui
An applet implementation that uses a tabbed GUI as backend.
TabbedApplet() - Constructor for class org.jfree.ui.tabbedui.TabbedApplet
Default constructor.
TabbedDialog - Class in org.jfree.ui.tabbedui
A JDialog implementation that uses a tabbed UI as backend.
TabbedDialog() - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Default constructor.
TabbedDialog(Dialog) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Dialog, boolean) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Dialog, String) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Dialog, String, boolean) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Frame) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Frame, boolean) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Frame, String) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedDialog(Frame, String, boolean) - Constructor for class org.jfree.ui.tabbedui.TabbedDialog
Creates a new dialog.
TabbedFrame - Class in org.jfree.ui.tabbedui
A JFrame implementation that uses a tabbed UI as backend.
TabbedFrame() - Constructor for class org.jfree.ui.tabbedui.TabbedFrame
Default constructor.
TabbedFrame(String) - Constructor for class org.jfree.ui.tabbedui.TabbedFrame
Creates a new tabbed frame with the specified title.
TableOrder - Class in org.jfree.util
Used to indicate the processing order for a table (by row or by column).
TextAnchor - Class in org.jfree.ui
Used to indicate the position of an anchor point for a text string.
TextBlock - Class in org.jfree.text
A list of TextLine objects that form a block of text.
TextBlock() - Constructor for class org.jfree.text.TextBlock
Creates a new empty text block.
TextBlockAnchor - Class in org.jfree.text
Used to indicate the position of an anchor point for a text block.
TextBox - Class in org.jfree.text
A box containing a text block.
TextBox() - Constructor for class org.jfree.text.TextBox
Creates an empty text box.
TextBox(String) - Constructor for class org.jfree.text.TextBox
Creates a text box.
TextBox(TextBlock) - Constructor for class org.jfree.text.TextBox
Creates a new text box.
TextFragment - Class in org.jfree.text
A text item, with an associated font, that fits on a single line (see TextLine).
TextFragment(String) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint, float) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextLine - Class in org.jfree.text
A sequence of TextFragment objects that together form a line of text.
TextLine() - Constructor for class org.jfree.text.TextLine
Creates a new empty line.
TextLine(String) - Constructor for class org.jfree.text.TextLine
Creates a new text line using the default font.
TextLine(String, Font) - Constructor for class org.jfree.text.TextLine
Creates a new text line.
TextLine(String, Font, Paint) - Constructor for class org.jfree.text.TextLine
Creates a new text line.
TextMeasurer - Interface in org.jfree.text
An object that can measure text.
TextUtilities - Class in org.jfree.text
Some utility methods for working with text.
THIRD_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the third week in a month.
THREAD_CONTEXT - Static variable in class org.jfree.util.ObjectUtilities
A constant for using the TheadContext as source for the classloader.
THURSDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Thrusday.
toArray(Object, Object[]) - Method in class org.jfree.util.HashNMap
Returns the contents for the given key as object array.
toArray(Object) - Method in class org.jfree.util.HashNMap
Returns the contents for the given key as object array.
toAttributeValue(Object) - Method in interface org.jfree.xml.attributehandlers.AttributeHandler
Converts an object to an attribute value.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.BooleanAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.ByteAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.CharacterAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.DoubleAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.FloatAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.IntegerAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.LongAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.ShortAttributeHandler
Converts the attribute to a string.
toAttributeValue(Object) - Method in class org.jfree.xml.attributehandlers.StringAttributeHandler
Converts the attribute to a string.
toDate() - Method in class org.jfree.date.SerialDate
Returns a java.util.Date.
toDate() - Method in class org.jfree.date.SpreadsheetDate
Returns a java.util.Date equivalent to this date.
TOP - Static variable in class org.jfree.ui.Align
Top alignment.
TOP - Static variable in class org.jfree.ui.RectangleAnchor
Top.
TOP - Static variable in class org.jfree.ui.RectangleEdge
Top.
TOP - Static variable in class org.jfree.ui.VerticalAlignment
Top alignment.
TOP_CENTER - Static variable in class org.jfree.text.TextBlockAnchor
Top/center.
TOP_CENTER - Static variable in class org.jfree.ui.TextAnchor
Top/center.
TOP_LEFT - Static variable in class org.jfree.text.TextBlockAnchor
Top/left.
TOP_LEFT - Static variable in class org.jfree.ui.Align
Top/Left alignment.
TOP_LEFT - Static variable in class org.jfree.ui.RectangleAnchor
Top-Left.
TOP_LEFT - Static variable in class org.jfree.ui.TextAnchor
Top/left.
TOP_RIGHT - Static variable in class org.jfree.text.TextBlockAnchor
Top/right.
TOP_RIGHT - Static variable in class org.jfree.ui.Align
Top/Right alignment.
TOP_RIGHT - Static variable in class org.jfree.ui.RectangleAnchor
Top-Right.
TOP_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Top/right.
toPropertyValue(String) - Method in interface org.jfree.xml.attributehandlers.AttributeHandler
Converts a string to a property value.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.BooleanAttributeHandler
Converts a string to a Boolean.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.ByteAttributeHandler
Converts a string to a Byte.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.CharacterAttributeHandler
Converts a string to a Character.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.DoubleAttributeHandler
Converts a string to a Double.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.FloatAttributeHandler
Converts a string to a Float.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.IntegerAttributeHandler
Converts a string to a Integer.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.LongAttributeHandler
Converts a string to a Long.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.ShortAttributeHandler
Converts a string to a Short.
toPropertyValue(String) - Method in class org.jfree.xml.attributehandlers.StringAttributeHandler
Converts a copy of the string.
toSerial() - Method in class org.jfree.date.SerialDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toSerial() - Method in class org.jfree.date.SpreadsheetDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toString() - Method in class org.jfree.date.SerialDate
Converts the date to a string.
toString() - Method in class org.jfree.layout.RadialLayout
Returns the class name.
toString() - Method in class org.jfree.text.TextBlockAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.about.ProjectInfo
Returns a string describing the project.
toString() - Method in class org.jfree.ui.FloatDimension
Returns a string representation of the object.
toString() - Method in class org.jfree.ui.GradientPaintTransformType
Returns a string representing the object.
toString() - Method in class org.jfree.ui.HorizontalAlignment
Returns a string representing the object.
toString() - Method in class org.jfree.ui.Layer
Returns a string representing the object.
toString() - Method in class org.jfree.ui.LengthAdjustmentType
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleEdge
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleInsets
Returns a textual representation of this instance, useful for debugging purposes.
toString() - Method in class org.jfree.ui.Size2D
Returns a string representation of this instance, mostly used for debugging purposes.
toString() - Method in class org.jfree.ui.TextAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.VerticalAlignment
Returns a string representing the object.
toString() - Method in class org.jfree.util.Log.SimpleMessage
Returns a string representation of the message (useful for debugging).
toString() - Method in class org.jfree.util.Rotation
Returns a string representing the object.
toString() - Method in class org.jfree.util.SortOrder
Returns a string representing the object.
toString() - Method in class org.jfree.util.TableOrder
Returns a string representing the object.
toString() - Method in class org.jfree.util.UnitType
Returns a string representing the object.
toString() - Method in class org.jfree.xml.generator.model.Comments
Returns a string representation of the set of comments.
toString() - Method in class org.jfree.xml.generator.model.PropertyType
Returns a string representing the type.
toString() - Method in exception org.jfree.xml.ParseException
Override toString to pick up any embedded exception.
transform(GradientPaint, Shape) - Method in interface org.jfree.ui.GradientPaintTransformer
Transforms a GradientPaint instance to fit some target shape.
transform(GradientPaint, Shape) - Method in class org.jfree.ui.StandardGradientPaintTransformer
Transforms a GradientPaint instance to fit the specified target shape.
trim(Rectangle2D) - Method in class org.jfree.ui.RectangleInsets
Shrinks the given rectangle by the amount of these insets.
trimHeight(double) - Method in class org.jfree.ui.RectangleInsets
Trims the given height to allow for the insets.
trimWidth(double) - Method in class org.jfree.ui.RectangleInsets
Trims the given width to allow for the insets.
TUESDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Tuesday.
TYPE_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Type attribute text.
TYPE_TAG - Static variable in class org.jfree.xml.util.ClassModelTags
Type tag text.
TypeInfo - Class in org.jfree.xml.generator.model
Retains information about a type.
TypeInfo(String, Class) - Constructor for class org.jfree.xml.generator.model.TypeInfo
Creates a new instance.

U

UIUtilities - Class in org.jfree.ui
A utility class to tune the Metal look and feel.
UnitType - Class in org.jfree.util
Used to indicate absolute or relative units.
unlock() - Method in class org.jfree.threads.ReaderWriterLock
Unlock.
unwind(String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
Hand control back to the previous handler.
UP - Static variable in class org.jfree.ui.ArrowPanel
A constant for the up arrow.
UP - Static variable in class org.jfree.ui.BevelArrowIcon
Constant indicating that the arrow is pointing up.
UP - Static variable in class org.jfree.ui.SortButtonRenderer
Useful constant indicating DESCENDING (that is, arrow pointing up) sorting in the table.
update() - Method in class org.jfree.ui.tabbedui.DetailEditor
Updates the object.
updateC(int, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'C' format.
updateLC(int, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LC' format.
updateLCB(int, Dimension, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LCB' format.
updateLCBLC(int, Dimension, Dimension, Dimension, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LCBLC' format.
updateLCBLCB(int, Dimension, Dimension, Dimension, Dimension, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LCBLCB' format.
updateLCLC(int, Dimension, Dimension, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LCLC' format.
updateLCLCB(int, Dimension, Dimension, Dimension, Dimension, Dimension) - Method in class org.jfree.layout.FormatLayout
Processes a row in 'LCLCB' format.
updateObject(Object) - Method in class org.jfree.ui.tabbedui.DetailEditor
Updates the object.
updateRootEditorEnabled(RootEditor) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
Update handler for the enable state of the root editor.
URLClassFactory - Class in org.jfree.xml.factory.objects
A URL class factory.
URLClassFactory() - Constructor for class org.jfree.xml.factory.objects.URLClassFactory
Creates a new URL class factory.
URLObjectDescription - Class in org.jfree.xml.factory.objects
An object-description for a URL object.
URLObjectDescription() - Constructor for class org.jfree.xml.factory.objects.URLObjectDescription
Creates a new object description.

V

valueOf(boolean) - Static method in class org.jfree.util.BooleanUtilities
Returns the object equivalent of the boolean primitive.
VERTICAL - Static variable in class org.jfree.ui.GradientPaintTransformType
Vertical.
VerticalAlignment - Class in org.jfree.ui
An enumeration of the vertical alignment types (TOP, BOTTOM and CENTER).
VerticalLayout - Class in org.jfree.ui.tabbedui
A simple layout manager, which aligns all components in a vertical flow layout.
VerticalLayout() - Constructor for class org.jfree.ui.tabbedui.VerticalLayout
DefaultConstructor.
VerticalLayout(boolean) - Constructor for class org.jfree.ui.tabbedui.VerticalLayout
Creates a new vertical layout.

W

waitImageLoaded() - Method in class org.jfree.util.WaitingImageObserver
The workerthread.
WaitingImageObserver - Class in org.jfree.util
This image observer blocks until the image is completely loaded.
WaitingImageObserver(Image) - Constructor for class org.jfree.util.WaitingImageObserver
Creates a new ImageObserver for the given Image.
warn(Object) - Static method in class org.jfree.util.Log
A convenience method for logging a 'warning' message.
warn(Object, Exception) - Static method in class org.jfree.util.Log
A convenience method for logging a 'warning' message.
warn(Object) - Method in class org.jfree.util.LogContext
A convenience method for logging a 'warning' message.
warn(Object, Exception) - Method in class org.jfree.util.LogContext
A convenience method for logging a 'warning' message.
WARN - Static variable in interface org.jfree.util.LogTarget
Loglevel WARN.
WEDNESDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Wednesday.
weekdayCodeToString(int) - Static method in class org.jfree.date.SerialDate
Returns a string representing the supplied day-of-the-week.
weekInMonthToString(int) - Static method in class org.jfree.date.SerialDate
Returns a string corresponding to the week-in-the-month code.
WEST - Static variable in class org.jfree.ui.Align
West alignment (same as LEFT).
width - Variable in class com.keypoint.PngEncoder
The width.
width - Variable in class org.jfree.ui.Size2D
The width.
windowActivated(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowClosed(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowClosing(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Listens for the main window closing, and shuts down the application.
windowDeactivated(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowDeiconified(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowIconified(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowOpened(WindowEvent) - Method in class org.jfree.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
WizardDialog - Class in org.jfree.ui
A dialog that presents the user with a sequence of steps for completing a task.
WizardDialog(JDialog, boolean, String, WizardPanel) - Constructor for class org.jfree.ui.WizardDialog
Standard constructor - builds and returns a new WizardDialog.
WizardDialog(JFrame, boolean, String, WizardPanel) - Constructor for class org.jfree.ui.WizardDialog
Standard constructor - builds a new WizardDialog owned by the specified JFrame.
WizardPanel - Class in org.jfree.ui
A panel that provides the user interface for a single step in a WizardDialog.
WizardPanel(LayoutManager) - Constructor for class org.jfree.ui.WizardPanel
Creates a new panel.
write(Writer) - Method in class org.jfree.xml.generator.ModelWriter
Writes a model to the specified writer.
write(String) - Method in class org.jfree.xml.generator.SplittingModelWriter
Writes the model to the specified target.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.BasicStrokeWriteHandler
Performs the writing of a single object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.ColorWriteHandler
Performs the writing of a Color object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.FontWriteHandler
Performs the writing of a Font object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.GenericWriteHandler
Performs the writing of a generic object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.GradientPaintWriteHandler
Performs the writing of a GradientPaint object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.InsetsWriteHandler
Performs the writing of a Insets object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.ListWriteHandler
Performs the writing of a List object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.Point2DWriteHandler
Performs the writing of a Point2D object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.Rectangle2DWriteHandler
Performs the writing of a single object.
write(String, Object, XMLWriter, String, String) - Method in class org.jfree.xml.writer.coretypes.RenderingHintsWriteHandler
Performs the writing of a single object.
write(String, Object, Class, XMLWriter) - Method in class org.jfree.xml.writer.RootXmlWriteHandler
Writes the given object with the specified tagname.
write(String, Object, XMLWriter, String, String) - Method in interface org.jfree.xml.writer.XmlWriteHandler
Performs the writing of a single object.
WRITE_HANDLER_ATTR - Static variable in class org.jfree.xml.util.ClassModelTags
Write handler attribute text.
writeAttributedString(AttributedString, ObjectOutputStream) - Static method in class org.jfree.io.SerialUtilities
Serialises an AttributedString object.
writeByte(int, int) - Method in class com.keypoint.PngEncoder
Write a single byte into the pngBytes array at a given position.
writeBytes(byte[], int) - Method in class com.keypoint.PngEncoder
Write an array of bytes into the pngBytes array.
writeBytes(byte[], int, int) - Method in class com.keypoint.PngEncoder
Write an array of bytes into the pngBytes array, specifying number of bytes to write.
writeClassDescription(Writer, ClassDescription) - Method in class org.jfree.xml.generator.ModelWriter
Writes a class description.
writeCloseComment(Writer, Comments) - Method in class org.jfree.xml.generator.ModelWriter
Writes the close comments from a set of comments.
writeCloseTag(String) - Method in class org.jfree.xml.writer.XMLWriter
Writes a closing XML tag.
writeCloseTag(Writer, String) - Method in class org.jfree.xml.writer.XMLWriterSupport
Writes a closing XML tag.
writeComment(Writer, String[]) - Method in class org.jfree.xml.generator.ModelWriter
Writes a sequence of comments.
writeEnd() - Method in class com.keypoint.PngEncoder
Write a PNG "IEND" chunk into the pngBytes array.
writeHeader() - Method in class com.keypoint.PngEncoder
Write a PNG "IHDR" chunk into the pngBytes array.
writeImageData() - Method in class com.keypoint.PngEncoder
Write the image data into the pngBytes array.
writeInt2(int, int) - Method in class com.keypoint.PngEncoder
Write a two-byte integer into the pngBytes array at a given position.
writeInt4(int, int) - Method in class com.keypoint.PngEncoder
Write a four-byte integer into the pngBytes array at a given position.
writeManualMapping(Writer, ManualMappingInfo) - Method in class org.jfree.xml.generator.ModelWriter
Writes a manual mapping to the XML output.
writeMultiFile(String, DescriptionModel) - Static method in class org.jfree.xml.generator.DescriptionGenerator
Writes the class description model to multiple files.
writeMultiplexMapping(Writer, MultiplexMappingInfo) - Method in class org.jfree.xml.generator.ModelWriter
Writes a multiplex mapping to the XML output.
writeObjectProperties(Object) - Method in class org.jfree.xml.util.GenericObjectFactory
Writes the properties for the object.
writeOpenComment(Writer, Comments) - Method in class org.jfree.xml.generator.ModelWriter
Writes the open comments from a set of comments.
writePaint(Paint, ObjectOutputStream) - Static method in class org.jfree.io.SerialUtilities
Serialises a Paint object.
writePoint2D(Point2D, ObjectOutputStream) - Static method in class org.jfree.io.SerialUtilities
Serialises a Point2D object.
writeResolution() - Method in class com.keypoint.PngEncoder
Write a PNG "pHYs" chunk into the pngBytes array.
writeSerializedData(ObjectOutputStream, Object) - Method in class org.jfree.util.ObjectTable
Handles the serialization of an single element of this table.
writeShape(Shape, ObjectOutputStream) - Static method in class org.jfree.io.SerialUtilities
Serialises a Shape object.
writeSingleFile(String, DescriptionModel) - Static method in class org.jfree.xml.generator.DescriptionGenerator
Writes the class description model to a single file.
writeStandardComment(Writer, Comments) - Method in class org.jfree.xml.generator.ModelWriter
Writes a set of comments.
writeStroke(Stroke, ObjectOutputStream) - Static method in class org.jfree.io.SerialUtilities
Serialises a Stroke object.
writeTag(Writer, String, AttributeList, Comments) - Method in class org.jfree.xml.generator.ModelWriter
Writes a closed (short) tag with eventually nested comments.
writeTag(Writer, String, String, String, Comments) - Method in class org.jfree.xml.generator.ModelWriter
Writes a closed (short) tag with eventually nested comments.
writeTag(String, boolean) - Method in class org.jfree.xml.writer.XMLWriter
Writes an opening XML tag that has no attributes.
writeTag(String, String, String, boolean) - Method in class org.jfree.xml.writer.XMLWriter
Writes an opening XML tag with an attribute/value pair.
writeTag(String, AttributeList, boolean) - Method in class org.jfree.xml.writer.XMLWriter
Writes an opening XML tag along with a list of attribute/value pairs.
writeTag(String, Properties, boolean) - Method in class org.jfree.xml.writer.XMLWriter
Deprecated. use the attribute list instead ...
writeTag(Writer, String) - Method in class org.jfree.xml.writer.XMLWriterSupport
Writes an opening XML tag that has no attributes.
writeTag(Writer, String, String, String, boolean) - Method in class org.jfree.xml.writer.XMLWriterSupport
Writes an opening XML tag with an attribute/value pair.
writeTag(Writer, String, Properties, boolean) - Method in class org.jfree.xml.writer.XMLWriterSupport
Deprecated. use the attribute list instead of the properties.
writeTag(Writer, String, AttributeList, boolean) - Method in class org.jfree.xml.writer.XMLWriterSupport
Writes an opening XML tag along with a list of attribute/value pairs.
writeText(String) - Method in class org.jfree.xml.writer.XMLWriter
Writes some text to the character stream.
writeXmlDeclaration() - Method in class org.jfree.xml.writer.XMLWriter
Writes the XML declaration that usually appears at the top of every XML file.
writeXMLHeader(Writer) - Static method in class org.jfree.xml.generator.ModelWriter
Writes an XML header.

X

XmlReaderException - Exception in org.jfree.xml.parser
An XML reader exception.
XmlReaderException() - Constructor for exception org.jfree.xml.parser.XmlReaderException
Creates a StackableRuntimeException with no message and no parent.
XmlReaderException(String) - Constructor for exception org.jfree.xml.parser.XmlReaderException
Creates an exception.
XmlReaderException(String, Exception) - Constructor for exception org.jfree.xml.parser.XmlReaderException
Creates an exception.
XmlReadHandler - Interface in org.jfree.xml.parser
A handler for reading an XML element.
XmlWriteHandler - Interface in org.jfree.xml.writer
The interface that must be supported by all XML write handlers.
XMLWriter - Class in org.jfree.xml.writer
A class for writing XML to a character stream.
XMLWriter(Writer) - Constructor for class org.jfree.xml.writer.XMLWriter
Creates a new XML writer for the specified character stream.
XMLWriter(Writer, String) - Constructor for class org.jfree.xml.writer.XMLWriter
Creates a new XML writer for the specified character stream.
XMLWriterException - Exception in org.jfree.xml.writer
An exception that can be thrown by the XMLWriter class.
XMLWriterException() - Constructor for exception org.jfree.xml.writer.XMLWriterException
Creates a new exception with no message or parent.
XMLWriterException(String) - Constructor for exception org.jfree.xml.writer.XMLWriterException
Creates an exception.
XMLWriterException(String, Exception) - Constructor for exception org.jfree.xml.writer.XMLWriterException
Creates an exception.
XMLWriterSupport - Class in org.jfree.xml.writer
A support class for writing XML files.
XMLWriterSupport() - Constructor for class org.jfree.xml.writer.XMLWriterSupport
Default Constructor.
XMLWriterSupport(SafeTagList, int) - Constructor for class org.jfree.xml.writer.XMLWriterSupport
Creates a new support instance.
XMLWriterSupport(SafeTagList, int, String) - Constructor for class org.jfree.xml.writer.XMLWriterSupport
Creates a new support instance.

Z

ZERO_INSETS - Static variable in class org.jfree.ui.RectangleInsets
A useful constant representing zero insets.

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