- 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, List) - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ABSOLUTE - Static variable in class org.jfree.ui.Spacer
-
A constant for 'absolute' spacing.
- 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
-
- AbstractElementDefinitionHandler - Class in org.jfree.xml
-
An abstract element definition handler.
- AbstractElementDefinitionHandler(Parser) - Constructor for class org.jfree.xml.AbstractElementDefinitionHandler
-
Creates a new handler.
- 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
-
- 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.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.
- addDependency(BootableProjectInfo) - Method in class org.jfree.base.BootableProjectInfo
-
Adds a dependency.
- 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
-
- 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.
- 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.
- AGGREGATE_DAYS_TO_END_OF_MONTH - Static variable in class org.jfree.date.SerialDate
-
The number of days in a (non-leap) year up to the end of each month.
- AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH - Static variable in class org.jfree.date.SerialDate
-
The number of days in a year up to the end of the preceding month.
- 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
-
- 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.
- ArrayUtilities() - Constructor for class org.jfree.util.ArrayUtilities
-
- ArrayUtils - Class in org.jfree.util
-
- ArrayUtils() - Constructor for class org.jfree.util.ArrayUtils
-
Deprecated.
- 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.
- 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.
- 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.
- calculateBottomMargin(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.
- calculateLeftMargin(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the left margin.
- calculateRightMargin(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.
- calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.ui.RefineryUtilities
-
- calculateRotatedStringBounds(String, Graphics2D, float, float, TextAnchor, TextAnchor, double) - Static method in class org.jfree.ui.RefineryUtilities
-
Deprecated.
Moved to the TextUtilities
class (note also the
change in the order of the parameters).
- calculateTopMargin(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.BoundsAnchor
-
Deprecated.
Middle/center.
- 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.
- ClassComparator - Class in org.jfree.xml.factory.objects
-
The class comparator can be used to compare and sort classes and their
superclasses.
- ClassComparator() - Constructor for class org.jfree.xml.factory.objects.ClassComparator
-
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.
- clear() - Method in class org.jfree.ui.action.DowngradeActionMap
-
Removes all the mappings from this ActionMap
.
- 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.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.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(float[][]) - Static method in class org.jfree.util.ArrayUtils
-
Deprecated.
Clones a two dimensional array of floats.
- clone() - Method in class org.jfree.util.BooleanList
-
Returns an independent copy of the list.
- clone() - Method in class org.jfree.util.HashNMap
-
Creates a deep copy of this HashNMap.
- clone(Object) - Static method in class org.jfree.util.ObjectUtils
-
Returns a clone of the object if the object implements the
PublicCloneable
interface otherwise the original object reference is returned.
- clone(List) - Static method in class org.jfree.util.ObjectUtils
-
Returns a clone of the list.
- clone() - Method in class org.jfree.util.PaintList
-
Returns an independent copy of the list.
- 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(Shape) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
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
-
Clones this WaitingImageObserver.
- 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.
- 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.
- 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.xml.factory.objects.ClassComparator
-
Compares its two arguments for order.
- compareTo(Object) - Method in class org.jfree.date.SpreadsheetDate
-
Implements the method required by the Comparable interface.
- complete() - Method in class org.jfree.layout.FormatLayout
-
Finishes of the processing.
- 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, Parser) - 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.
- 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.Parser
-
A key for the content base.
- 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.
- 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.
- 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
.
- createDiagonalCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diagonal cross shape.
- createDiagonalCross(float, float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Creates a diagonal cross shape.
- createDiamond(float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diamond shape.
- createDiamond(float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Creates a diamond shape.
- createDownTriangle(float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a triangle shape that points downwards.
- createDownTriangle(float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Creates a triangle shape that points downwards.
- 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.
- createLineRegion(Line2D, float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Creates a region surrounding a line segment by 'widening' the line
segment.
- 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.
- createRegularCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diagonal cross shape.
- createRegularCross(float, float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
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
-
- 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, float, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
-
Creates a new text block from the given string.
- createTextBlock(String, Font, Paint, float, int, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
-
Creates a new text block from the given string.
- 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.
- createUpTriangle(float) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Creates a triangle shape that points upwards.
- 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
-
- 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.
- 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(float[][], float[][]) - Static method in class org.jfree.util.ArrayUtils
-
Deprecated.
Tests two float arrays for equality.
- equal(double, double) - Static method in class org.jfree.util.NumberUtils
-
Deprecated.
Returns true
if the two objects are equal OR both null
.
- equal(Object, Object) - Static method in class org.jfree.util.ObjectUtils
-
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(Paint, Paint) - Static method in class org.jfree.util.PaintUtils
-
Deprecated.
Returns true
if the two Paint
objects are equal
OR both null
.
- equal(Polygon, Polygon) - Static method in class org.jfree.util.ShapeUtilities
-
Tests two polygons for equality.
- equal(Polygon, Polygon) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
Tests two polygons for equality.
- equalOrBothNull(Object, Object) - Static method in class org.jfree.util.ObjectUtils
-
Deprecated.
Use ObjectUtils.equal().
- 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.BoundsAnchor
-
Deprecated.
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.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.Spacer
-
Tests this object for equality with another 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.TextAnchorTable
-
Deprecated.
Tests this font table for equality with another object (typically also a font table).
- 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.FontTable
-
Tests this font table for equality with another object (typically also a font table).
- 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.NumberTable
-
Deprecated.
Tests this number table for equality with another object (typically also a number table).
- 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.PaintTable
-
Tests this paint table for equality with another object (typically also a paint table).
- 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.ShapeTable
-
Tests this shape table for equality with another object (typically also a shape table).
- 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.StrokeTable
-
Tests this stroke table for equality with another object (typically also a stroke table).
- 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.
- 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.
- G2TextMeasurer - Class in org.jfree.text
-
- 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
-
- 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(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.
- getAdjustedHeight(double) - Method in class org.jfree.ui.Spacer
-
Returns the height after adding the top and bottom spacing amounts.
- getAdjustedWidth(double) - Method in class org.jfree.ui.Spacer
-
Returns the width after adding the left and right spacing amounts.
- getAll(Object) - Method in class org.jfree.util.HashNMap
-
Returns an iterator over all elements registered to the given key.
- getAnchor(int, int) - Method in class org.jfree.ui.TextAnchorTable
-
Deprecated.
Returns the TextAnchor object from a particular cell in the table.
- getAscending() - Method in class org.jfree.ui.SortableTableModel
-
Returns true if the data is sorted in ascending order, and false otherwise.
- 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.
- getBoolean(int) - Method in class org.jfree.util.BooleanList
-
Returns a Boolean
from the list.
- 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.
- getBottomSpace(double) - Method in class org.jfree.ui.Spacer
-
Returns the amount of space for the bottom of a rectangular area.
- getButtonColor(SerialDate) - Method in class org.jfree.ui.SerialDateChooserPanel
-
Returns the button color according to the specified date.
- getChildClasses() - Method in class org.jfree.xml.generator.model.MultiplexMappingInfo
-
Returns the child classes.
- 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.
- 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.Parser
-
Returns the comment handler that is used to collect comments.
- 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.
- 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.xml.Parser
-
Returns the configuration property with the specified key.
- getConfigProperty(String, String) - Method in class org.jfree.xml.Parser
-
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.
- 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.
- 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).
- getCurrentHandler() - Method in class org.jfree.xml.parser.RootXmlReadHandler
-
Returns the current handler.
- 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 a description of the date.
- getDescription() - Method in class org.jfree.date.SpreadsheetDate
-
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() - 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.
- getEditorName() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Returns the editor name.
- 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.
- 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.
- getFileExtension(String) - Method in class org.jfree.io.IOUtils
-
Returns the file extension of the given file name.
- 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.
- getFont(int, int) - Method in class org.jfree.util.FontTable
-
Returns the Font object from a particular cell in the table.
- 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.
- getHorizontalOpposite(TextAnchor) - Static method in class org.jfree.ui.TextAnchor
-
Deprecated.
Renderers now have positive and negative item label text anchors.
- 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.
- 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.
- getInsets() - Method in class org.jfree.ui.InsetsChooserPanel
-
Returns the current Insets.
- 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() - 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.
- 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.
- getKeyStroke(String) - 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.
- getLeftSpace(double) - Method in class org.jfree.ui.Spacer
-
Returns the amount of space for the left hand side of a rectangular area.
- 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.
- 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.
- 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.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.
- getLocator() - Method in class org.jfree.xml.Parser
-
Returns the current locator.
- getLocator() - Method in class org.jfree.xml.parser.RootXmlReadHandler
-
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.
- 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.
- 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.
- getMnemonic(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns the mnemonic stored at the given resourcebundle key.
- 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.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.
- getNumber(int, int) - Method in class org.jfree.util.NumberTable
-
Deprecated.
Returns the Number object from a particular cell in the table.
- 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(String) - Method in class org.jfree.xml.parser.RootXmlReadHandler
-
Returns an object from the registry.
- getObject() - Method in interface org.jfree.xml.parser.XmlReadHandler
-
Returns the object for this element.
- 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.
- 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.
- getPaint(int, int) - Method in class org.jfree.util.PaintTable
-
Returns the paint object from a particular cell in the table.
- 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.ui.RefineryUtilities
-
- 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.
- getPointInRectangle(double, double, Rectangle2D) - Static method in class org.jfree.util.ShapeUtils
-
Deprecated.
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.AboutFrame
-
Returns the preferred size for the about frame.
- 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).
- getResourceBase() - Method in class org.jfree.util.ResourceBundleSupport
-
The base name of the resource bundle.
- 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.Parser
-
Returns the parsed result object after the parsing is complete.
- 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.
- getRightSpace(double) - Method in class org.jfree.ui.Spacer
-
Returns the amount of space for the right hand side of a rectangular area.
- getRootEditor(int) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the specified editor.
- 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.
- 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.
- 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.
- getShape(int, int) - Method in class org.jfree.util.ShapeTable
-
Returns the shape object from a particular cell in the table.
- 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.
- getStroke(int, int) - Method in class org.jfree.util.StrokeTable
-
Returns the stroke object from a particular cell in the table.
- 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
-
- 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.
- 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.
- getTop() - Method in class org.jfree.ui.RectangleInsets
-
Returns the top insets.
- getTopSpace(double) - Method in class org.jfree.ui.Spacer
-
Returns the amount of space for the top of a rectangular area.
- 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.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.
- getVerticalOpposite(TextAnchor) - Static method in class org.jfree.ui.TextAnchor
-
Deprecated.
Renderers now have positive and negative item label text anchors.
- 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.
- 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.
- 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
-
- 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
in some way.
- 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.
- 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.
- 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 frame.
- 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.
- invokeAndWait(Runnable) - Static method in class org.jfree.ui.RefineryUtilities
-
Executes the given runnable on the EventDispatcher thread.
- IOUtils - Class in org.jfree.io
-
The IOUtils provide some IO related helper methods.
- IOUtils() - Constructor for class org.jfree.io.IOUtils
-
DefaultConstructor.
- 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.
- isAutoBoot() - Method in class org.jfree.base.BootableProjectInfo
-
Returns the auto-boot flag.
- 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
-
Was the wizard cancelled?
- isComparable(Class, Class) - Method in class org.jfree.xml.factory.objects.ClassComparator
-
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.
- 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).
- 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.
- 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.
- 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.
- isPropertyDefinition(String) - Method in class org.jfree.xml.util.GenericObjectFactory
-
Returns true if there is a property definition for the specified property name.
- 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.
- 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.
- 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_DAY_OF_MONTH - Static variable in class org.jfree.date.SerialDate
-
The number of days in each month in non leap years.
- 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.
- LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_MONTH - Static variable in class org.jfree.date.SerialDate
-
The number of days in a leap year up to the end of each month.
- LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH - Static variable in class org.jfree.date.SerialDate
-
The number of days in a leap year up to the end of the preceding month.
- 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.
- 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.
- 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.
- 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.
- 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.TextBlock
-
Access to logging facilities.
- logger - Static variable in class org.jfree.text.TextFragment
-
Access to logging facilities.
- logger - Static variable in class org.jfree.text.TextLine
-
Access to logging facilities.
- logger - Static variable in class org.jfree.text.TextUtilities
-
Access to logging facilities.
- logger - Static variable in class org.jfree.ui.RefineryUtilities
-
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.
- paintComponent(Graphics) - Method in class org.jfree.ui.ArrowPanel
-
Paints the arrow panel.
- 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.
- PaintTable - Class in org.jfree.util
-
A list of Paint
objects.
- PaintTable() - Constructor for class org.jfree.util.PaintTable
-
Creates a new paint table.
- PaintUtilities - Class in org.jfree.util
-
Utility code that relates to Paint
objects.
- PaintUtilities() - Constructor for class org.jfree.util.PaintUtilities
-
- PaintUtils - Class in org.jfree.util
-
- PaintUtils() - Constructor for class org.jfree.util.PaintUtils
-
Deprecated.
- 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(Parser) - 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.
- 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.
- 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.
- 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.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.
- PrintBeanInfo() - Constructor for class org.jfree.xml.generator.model.PrintBeanInfo
-
- 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.
- 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.
- 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.
- putObject(String, Object) - Method in class org.jfree.xml.parser.RootXmlReadHandler
-
Adds an object to the registry.
- 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.
- 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
-
- 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.
- SerialUtilities() - Constructor for class org.jfree.io.SerialUtilities
-
- 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.
- setAnchor(int, int, TextAnchor) - Method in class org.jfree.ui.TextAnchorTable
-
Deprecated.
Sets the anchor for a cell in the table.
- 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.
- 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.xml.Parser
-
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).
- 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(Parser) - 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.date.SpreadsheetDate
-
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.parser.RootXmlReadHandler
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class org.jfree.xml.Parser
-
Receive an object for locating the origin of SAX document events.
- 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
- setFont(int, int, Font) - Method in class org.jfree.util.FontTable
-
Sets the font for a cell in the table.
- setGlobalMenu(boolean) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
- setHeight(double) - Method in class org.jfree.ui.FloatDimension
-
Sets the height.
- 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(Spacer) - Method in class org.jfree.text.TextBox
-
Sets the interior gap.
- setJMenuBar(JMenuBar) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
- 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 license name.
- setLicenceText(String) - Method in class org.jfree.ui.about.ProjectInfo
-
Sets the project licence text.
- 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.
- setNumber(int, int, Number) - Method in class org.jfree.util.NumberTable
-
Deprecated.
Sets the Number for a cell in the table.
- 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.
- setPaint(int, int, Paint) - Method in class org.jfree.util.PaintTable
-
Sets the paint for a cell in the table.
- 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.
- 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.
- setShape(int, int, Shape) - Method in class org.jfree.util.ShapeTable
-
Sets the shape for an item.
- 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.
- setStroke(int, int, Stroke) - Method in class org.jfree.util.StrokeTable
-
Sets the stroke for an item.
- 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.
- 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 the rotated string workaround is used.
- setUseDrawRotatedStringWorkaround(boolean) - Static method in class org.jfree.ui.RefineryUtilities
-
- 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.
- 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.
- 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.
- ShapeList - Class in org.jfree.util
-
A table of Shape
objects.
- ShapeList() - Constructor for class org.jfree.util.ShapeList
-
Creates a new list.
- ShapeTable - Class in org.jfree.util
-
A lookup table for Shape
objects.
- ShapeTable() - Constructor for class org.jfree.util.ShapeTable
-
Creates a new shape table.
- ShapeUtilities - Class in org.jfree.util
-
Utility methods for Shape
objects.
- ShapeUtilities() - Constructor for class org.jfree.util.ShapeUtilities
-
- ShapeUtils - Class in org.jfree.util
-
- ShapeUtils() - Constructor for class org.jfree.util.ShapeUtils
-
Deprecated.
- 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.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(double, double) - Constructor for class org.jfree.ui.Size2D
-
Standard constructor - builds a Size2D 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.
- 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).
- Spacer - Class in org.jfree.ui
-
Represents an amount of blank space inside (or sometimes outside) a
rectangle.
- Spacer(int, double, double, double, double) - Constructor for class org.jfree.ui.Spacer
-
Creates a new Spacer object.
- 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.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.
- StandardGradientPaintTransformer(GradientPaintTransformType) - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
-
Creates a new transformer.
- 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.
- 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.
- StringUtils() - Constructor for class org.jfree.util.StringUtils
-
- 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.
- StrokeTable - Class in org.jfree.util
-
A lookup table for Stroke
objects.
- StrokeTable() - Constructor for class org.jfree.util.StrokeTable
-
Creates a new stroke table.
- 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.
- SystemProperties() - Constructor for class org.jfree.ui.about.SystemProperties
-
- 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.