- AboutDialog - Class in org.jfree.ui.about
-
A dialog that displays information about the demonstration application.
- AboutDialog(String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
-
Constructs an about frame.
- AboutDialog(Frame, String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
-
Creates a non-modal dialog without a title with the specifed
Frame as its owner.
- AboutDialog(Dialog, String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutDialog
-
Creates a non-modal dialog without a title with the specifed
Dialog as its owner.
- AboutFrame - Class in org.jfree.ui.about
-
A frame that displays information about the demonstration application.
- AboutFrame(String, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutFrame
-
Constructs an about frame.
- AboutFrame(String, String, String, String, Image, String, String, List, ProjectInfo) - Constructor for class org.jfree.ui.about.AboutFrame
-
Constructs an 'About' frame.
- AboutPanel - Class in org.jfree.ui.about
-
A standard panel for displaying information about an application.
- AboutPanel(String, String, String, String) - Constructor for class org.jfree.ui.about.AboutPanel
-
Constructs a panel.
- AboutPanel(String, String, String, String, Image) - Constructor for class org.jfree.ui.about.AboutPanel
-
Constructs a panel.
- AboutResources - Class in org.jfree.ui.about.resources
-
A resource bundle that stores all the user interface items that might need localisation.
- AboutResources() - Constructor for class org.jfree.ui.about.resources.AboutResources
-
Default constructor.
- AboutResources_de - Class in org.jfree.ui.about.resources
-
A resource bundle that stores all the user interface items that might need localisation.
- AboutResources_de() - Constructor for class org.jfree.ui.about.resources.AboutResources_de
-
Default constructor.
- AboutResources_es - Class in org.jfree.ui.about.resources
-
A resource bundle that stores all the user interface items that might need localisation.
- AboutResources_es() - Constructor for class org.jfree.ui.about.resources.AboutResources_es
-
Default constructor.
- AboutResources_fr - Class in org.jfree.ui.about.resources
-
A resource bundle that stores all the user interface items that might need localisation.
- AboutResources_fr() - Constructor for class org.jfree.ui.about.resources.AboutResources_fr
-
Default constructor.
- AboutResources_pl - Class in org.jfree.ui.about.resources
-
A resource bundle that stores all the user interface items that might need localisation.
- AboutResources_pl() - Constructor for class org.jfree.ui.about.resources.AboutResources_pl
-
Default constructor.
- ABSOLUTE - Static variable in class org.jfree.util.UnitType
-
Absolute.
- AbstractActionDowngrade - Class in org.jfree.ui.action
-
A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by
defining the two new constants introduced by Sun in JDK 1.3.
- AbstractActionDowngrade() - Constructor for class org.jfree.ui.action.AbstractActionDowngrade
-
Creates a new action with a default (transparent) icon.
- AbstractBoot - Class in org.jfree.base
-
The common base for all Boot classes.
- AbstractBoot() - Constructor for class org.jfree.base.AbstractBoot
-
Default constructor.
- AbstractFileSelectionAction - Class in org.jfree.ui.action
-
A base class for all file operations.
- AbstractFileSelectionAction(Component) - Constructor for class org.jfree.ui.action.AbstractFileSelectionAction
-
Creates a new FileSelectionAction with the given optional parent component
as parent for the file chooser dialog.
- AbstractModule - Class in org.jfree.base.modules
-
The abstract module provides a default implementation of the module interface.
- AbstractModule() - Constructor for class org.jfree.base.modules.AbstractModule
-
Default Constructor.
- 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.
- ACCELERATOR_KEY - Static variable in class org.jfree.ui.action.AbstractActionDowngrade
-
The key used for storing a KeyStroke to be used as the
accelerator for the action.
- ACCELERATOR_KEY - Static variable in interface org.jfree.ui.action.ActionDowngrade
-
The key used for storing a KeyStroke to be used as the
accelerator for the action.
- accept(File) - Method in class org.jfree.ui.ExtensionFileFilter
-
Returns true if the file ends with the specified extension.
- accept(File, String) - Method in class org.jfree.ui.FilesystemFilter
-
Returns true if the file is accepted, and false otherwise.
- accept(File) - Method in class org.jfree.ui.FilesystemFilter
-
Returns true if the specified file matches the requirements of this
filter, and false otherwise.
- acceptDirectories(boolean) - Method in class org.jfree.ui.FilesystemFilter
-
Sets the flag that controls whether or not the filter accepts directories.
- acceptsDirectories() - Method in class org.jfree.ui.FilesystemFilter
-
Returns the flag that indicates whether or not the filter accepts directories.
- ActionButton - Class in org.jfree.ui.action
-
The ActionButton is used to connect an Action and its properties to a Button.
- ActionButton() - Constructor for class org.jfree.ui.action.ActionButton
-
Creates a Button without any text and without an assigned Action.
- ActionButton(String) - Constructor for class org.jfree.ui.action.ActionButton
-
Creates a Button and set the given text as label.
- ActionButton(String, Icon) - Constructor for class org.jfree.ui.action.ActionButton
-
Creates an ActionButton and sets the given text and icon on the button.
- ActionButton(Icon) - Constructor for class org.jfree.ui.action.ActionButton
-
Creates an ActionButton and sets the given icon on the button.
- ActionButton(Action) - Constructor for class org.jfree.ui.action.ActionButton
-
Nreates an ActionButton and assigns the given action with the button.
- ActionConcentrator - Class in org.jfree.ui.action
-
This class is used to collect actions to be enabled or disabled
by a sinle call.
- ActionConcentrator() - Constructor for class org.jfree.ui.action.ActionConcentrator
-
DefaultConstructor.
- ActionDowngrade - Interface in org.jfree.ui.action
-
Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
- ActionMenuItem - Class in org.jfree.ui.action
-
The ActionMenuItem is used to connect an Action and its properties to an
MenuItem.
- ActionMenuItem() - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Default constructor.
- ActionMenuItem(Icon) - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Creates a menu item with the specified icon.
- ActionMenuItem(String) - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Creates a menu item with the specified label.
- ActionMenuItem(String, Icon) - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Creates a menu item with the specified label and icon.
- ActionMenuItem(String, int) - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Creates a new menu item with the specified label and mnemonic.
- ActionMenuItem(Action) - Constructor for class org.jfree.ui.action.ActionMenuItem
-
Creates a new menu item based on the specified action.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.about.SystemPropertiesFrame
-
Handles action events generated by the user.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.DateChooserPanel
-
Handles action-events from the date panel.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.SerialDateChooserPanel
-
Handles action-events from the date panel.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.StandardDialog
-
Handles clicks on the standard buttons.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.jfree.ui.WizardDialog
-
Handles events.
- ActionRadioButton - Class in org.jfree.ui.action
-
The ActionRadioButton is used to connect an Action and its properties to a JRadioButton.
- ActionRadioButton() - Constructor for class org.jfree.ui.action.ActionRadioButton
-
Creates a Button without any text and without an assigned Action.
- ActionRadioButton(String) - Constructor for class org.jfree.ui.action.ActionRadioButton
-
Creates a Button and set the given text as label.
- ActionRadioButton(String, Icon) - Constructor for class org.jfree.ui.action.ActionRadioButton
-
Creates an ActionButton and sets the given text and icon on the button.
- ActionRadioButton(Icon) - Constructor for class org.jfree.ui.action.ActionRadioButton
-
Creates an ActionButton and sets the given icon on the button.
- ActionRadioButton(Action) - Constructor for class org.jfree.ui.action.ActionRadioButton
-
Nreates an ActionButton and assigns the given action with the button.
- add(Object, Object) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Adds a new entry to the model.
- add(Object, Object) - Method in class org.jfree.util.HashNMap
-
Adds a new key/value pair into this map.
- addAction(Action) - Method in class org.jfree.ui.action.ActionConcentrator
-
Adds the action to this concentrator.
- addButton(AbstractButton) - Method in class org.jfree.ui.FloatingButtonEnabler
-
Adds a button to this enabler.
- 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
-
- addFragment(TextFragment) - Method in class org.jfree.text.TextLine
-
Adds a text fragment to the text line.
- 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
-
- addListDataListener(ListDataListener) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Adds a listener to the list that's notified each time a change to the data
model occurs.
- addModule(String) - Method in class org.jfree.base.modules.PackageManager
-
Adds a module to the package manager.
- 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.
- addOptionalLibrary(String) - Method in class org.jfree.base.BasicProjectInfo
-
Adds an optional library.
- addOptionalLibrary(Library) - Method in class org.jfree.base.BasicProjectInfo
-
Adds an optional library.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Adds a property change listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Adds a property change listener.
- addRootEditor(RootEditor) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Adds a root editor.
- addTarget(LogTarget) - Method in class org.jfree.base.log.DefaultLog
-
Adds a log target to this facility.
- addTarget(LogTarget) - Method in class org.jfree.util.Log
-
Adds a log target to this facility.
- addTextComponent(JTextComponent) - Static method in class org.jfree.ui.JTextObserver
-
Adds this instance as a listener for the specified text component.
- addYears(int, SerialDate) - Static method in class org.jfree.date.SerialDate
-
Creates a new date by adding the specified number of years to the base
date.
- Align - Class in org.jfree.ui
-
A utility class for aligning rectangles.
- align(Rectangle2D, Rectangle2D, int) - Static method in class org.jfree.ui.Align
-
Aligns one rectangle (rect) relative to another rectangle (frame).
- allKeys() - Method in class org.jfree.ui.action.DowngradeActionMap
-
Returns an array of the keys defined in this ActionMap and
its parent.
- AnnualDateRule - Class in org.jfree.date
-
The base class for all 'annual' date rules: that is, rules for generating
one date for any given year.
- AnnualDateRule() - Constructor for class org.jfree.date.AnnualDateRule
-
Default constructor.
- ANTICLOCKWISE - Static variable in class org.jfree.util.Rotation
-
The reverse order renders the primary dataset first.
- ApplicationFrame - Class in org.jfree.ui
-
A base class for creating the main frame for simple applications.
- ApplicationFrame(String) - Constructor for class org.jfree.ui.ApplicationFrame
-
Constructs a new application frame.
- APRIL - Static variable in interface org.jfree.date.MonthConstants
-
Constant for April.
- ArrayUtilities - Class in org.jfree.util
-
Utility methods for working with arrays.
- ArrowPanel - Class in org.jfree.ui
-
A basic panel that displays a small up or down arrow.
- ArrowPanel(int) - Constructor for class org.jfree.ui.ArrowPanel
-
Creates a new arrow panel.
- ASCENDING - Static variable in class org.jfree.util.SortOrder
-
Ascending order.
- attempExit() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Attempts to exit.
- AttributedStringUtilities - Class in org.jfree.util
-
Some utility methods for working with AttributedString objects.
- 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.
- calculateBottomInset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the bottom margin.
- calculateBottomOutset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the bottom margin.
- calculateBounds(Graphics2D, float, float, TextBlockAnchor, float, float, double) - Method in class org.jfree.text.TextBlock
-
Returns the bounds of the text block.
- calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextBlock
-
Returns the width and height of the text block.
- calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextFragment
-
Calculates the dimensions of the text fragment.
- calculateDimensions(Graphics2D) - Method in class org.jfree.text.TextLine
-
Calculates the width and height of the text line.
- calculateLeftInset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the left margin.
- calculateLeftOutset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the left margin.
- calculateRightInset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the right margin.
- calculateRightOutset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the right margin.
- calculateRotatedStringBounds(String, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.text.TextUtilities
-
Returns a shape that represents the bounds of the string after the
specified rotation has been applied.
- calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.text.TextUtilities
-
Returns a shape that represents the bounds of the string after the
specified rotation has been applied.
- calculateTopInset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the top margin.
- calculateTopOutset(double) - Method in class org.jfree.ui.RectangleInsets
-
Returns the top margin.
- canDoNextPanel() - Method in class org.jfree.ui.WizardDialog
-
Returns true if there is a 'next' panel, and false otherwise.
- canDoPreviousPanel() - Method in class org.jfree.ui.WizardDialog
-
Returns true if it is possible to back up to the previous panel, and false otherwise.
- canFinish() - Method in class org.jfree.ui.WizardDialog
-
Returns true if it is possible to finish the sequence at this point (possibly with defaults
for the remaining entries).
- canFinish() - Method in class org.jfree.ui.WizardPanel
-
Returns true if it is possible to finish from this panel.
- canRedisplayNextPanel() - Method in class org.jfree.ui.WizardPanel
-
Returns true if it is OK to redisplay the last version of the next panel, or false if a new
version is required.
- CENTER - Static variable in class org.jfree.text.TextBlockAnchor
-
Middle/center.
- CENTER - Static variable in class org.jfree.ui.Align
-
Center alignment.
- CENTER - Static variable in class org.jfree.ui.HorizontalAlignment
-
Center alignment.
- CENTER - Static variable in class org.jfree.ui.RectangleAnchor
-
Center.
- CENTER - Static variable in class org.jfree.ui.TextAnchor
-
Middle/center.
- CENTER - Static variable in class org.jfree.ui.VerticalAlignment
-
Center alignment.
- CENTER_HORIZONTAL - Static variable in class org.jfree.ui.GradientPaintTransformType
-
Center/horizontal.
- CENTER_LEFT - Static variable in class org.jfree.text.TextBlockAnchor
-
Middle/left.
- CENTER_LEFT - Static variable in class org.jfree.ui.TextAnchor
-
Middle/left.
- CENTER_RIGHT - Static variable in class org.jfree.text.TextBlockAnchor
-
Middle/right.
- CENTER_RIGHT - Static variable in class org.jfree.ui.TextAnchor
-
Middle/right.
- CENTER_VERTICAL - Static variable in class org.jfree.ui.GradientPaintTransformType
-
Center/vertical.
- centerDialogInParent(Dialog) - Static method in class org.jfree.ui.RefineryUtilities
-
Positions the specified dialog within its parent.
- centerFrameOnScreen(Window) - Static method in class org.jfree.ui.RefineryUtilities
-
Positions the specified frame in the middle of the screen.
- CenterLayout - Class in org.jfree.layout
-
A layout manager that displays a single component in the center of its
container.
- CenterLayout() - Constructor for class org.jfree.layout.CenterLayout
-
Creates a new layout manager.
- CLASS_CONTEXT - Static variable in class org.jfree.util.ObjectUtilities
-
A constant for using the ClassContext as source for the classloader.
- ClassComparator - Class in org.jfree.util
-
The class comparator can be used to compare and sort classes and their
superclasses.
- ClassComparator() - Constructor for class org.jfree.util.ClassComparator
-
Defaultconstructor.
- ClassPathDebugger - Class in org.jfree.base
-
Creation-Date: 02.11.2007, 18:42:27
- ClassPathDebugger() - Constructor for class org.jfree.base.ClassPathDebugger
-
- clear() - Method in class org.jfree.ui.action.DowngradeActionMap
-
Removes all the mappings from this ActionMap.
- clear() - Method in class org.jfree.ui.KeyedComboBoxModel
-
Removes all entries from the model.
- clear() - Method in class org.jfree.ui.tabbedui.DetailEditor
-
Clears the editor.
- clear() - Method in class org.jfree.util.AbstractObjectList
-
Clears the list.
- clear() - Method in class org.jfree.util.FastStack
-
Clears the stack.
- clear() - Method in class org.jfree.util.HashNMap
-
Clears all keys and values of this map.
- clear() - Method in class org.jfree.util.ObjectTable
-
Clears the table.
- CLOCKWISE - Static variable in class org.jfree.util.Rotation
-
Clockwise.
- clone() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.date.AnnualDateRule
-
Returns a clone of the rule.
- clone() - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Creates a clone of this rule.
- clone() - Method in class org.jfree.ui.FloatDimension
-
Creates and returns a copy of this object.
- clone() - Method in class org.jfree.ui.Size2D
-
Returns a clone of this object.
- clone() - Method in class org.jfree.ui.StandardGradientPaintTransformer
-
Returns a clone of the transformer.
- clone() - Method in class org.jfree.util.AbstractObjectList
-
Clones the list of objects.
- clone(float[][]) - Static method in class org.jfree.util.ArrayUtilities
-
Clones a two dimensional array of floats.
- clone() - Method in interface org.jfree.util.Configuration
-
Returns a clone of the object.
- clone() - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns a clone of this instance.
- clone() - Method in class org.jfree.util.FastStack
-
Returns a clone of the stack.
- clone() - Method in class org.jfree.util.HashNMap
-
Creates a deep copy of this HashNMap.
- clone(Object) - Static method in class org.jfree.util.ObjectUtilities
-
Returns a clone of the specified object, if it can be cloned, otherwise
throws a CloneNotSupportedException.
- clone() - Method in interface org.jfree.util.PublicCloneable
-
Returns a clone of the object.
- clone() - Method in class org.jfree.util.ShapeList
-
Returns an independent copy of the list.
- clone(Shape) - Static method in class org.jfree.util.ShapeUtilities
-
Returns a clone of the specified shape, or null.
- clone() - Method in class org.jfree.util.StrokeList
-
Returns an independent copy of the list.
- clone() - Method in class org.jfree.util.WaitingImageObserver
-
- colorToString(Color) - Static method in class org.jfree.util.PaintUtilities
-
Converts a color into a string.
- com.keypoint - package com.keypoint
-
A package containing the PNG encoder written by J David Eisenberg.
- compare(SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns the difference (in days) between this date and the specified
'other' date.
- compare(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns the difference (in days) between this date and the specified
'other' date.
- compare(Object, Object) - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
-
Compares two objects.
- compare(Object, Object) - Method in class org.jfree.util.ClassComparator
-
Compares its two arguments for order.
- compareTo(Object) - Method in class org.jfree.date.SpreadsheetDate
-
Implements the method required by the Comparable interface.
- compareVersionArrays(Comparable[], Comparable[]) - Static method in class org.jfree.util.ArrayUtilities
-
Compares the initial elements of two arrays.
- complete() - Method in class org.jfree.layout.FormatLayout
-
Finishes of the processing.
- compressionLevel - Variable in class com.keypoint.PngEncoder
-
The compression level (1 = best speed, 9 = best compression,
0 = no compression).
- Configuration - Interface in org.jfree.util
-
A simple query interface for a configuration.
- configurationLoaded() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
A callback method to reconnect this configuration with the global
configuration after deserialization.
- configure(SubSystem) - Method in class org.jfree.base.modules.AbstractModule
-
Configures the module by loading the configuration properties and
adding them to the package configuration.
- configure(SubSystem) - Method in interface org.jfree.base.modules.Module
-
Configures the module.
- configure(SubSystem) - Method in class org.jfree.base.modules.PackageState
-
Configures the module and raises the state to STATE_CONFIGURED if the
module is not yet configured.
- contains(Object) - Method in class org.jfree.util.HashNMap
-
Tests whether this map contains the given key or value.
- contains(Rectangle2D, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
-
Checks, whether the given rectangle1 fully contains rectangle 2
(even if rectangle 2 has a height or width of zero!).
- containsKey(Object) - Method in class org.jfree.util.HashNMap
-
Tests whether this map contains the given key.
- containsValue(Object) - Method in class org.jfree.util.HashNMap
-
Tests whether this map contains the given value.
- containsValue(Object, Object) - Method in class org.jfree.util.HashNMap
-
Tests whether this map contains the given value.
- CONTRACT - Static variable in class org.jfree.ui.LengthAdjustmentType
-
CONTRACT.
- Contributor - Class in org.jfree.ui.about
-
A simple class representing a contributor to a software project.
- Contributor(String, String) - Constructor for class org.jfree.ui.about.Contributor
-
Creates a new contributor.
- ContributorsPanel - Class in org.jfree.ui.about
-
A panel containing a table that lists the contributors to a project.
- ContributorsPanel(List) - Constructor for class org.jfree.ui.about.ContributorsPanel
-
Creates a new contributors panel.
- ContributorsTableModel - Class in org.jfree.ui.about
-
A table model containing a list of contributors to a project.
- ContributorsTableModel(List) - Constructor for class org.jfree.ui.about.ContributorsTableModel
-
Constructs a ContributorsTableModel.
- coordinate(Rectangle2D, RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
-
Returns the x or y coordinate of the specified edge.
- coordinates(Rectangle2D, RectangleAnchor) - Static method in class org.jfree.ui.RectangleAnchor
-
Returns the (x, y) coordinates of the specified anchor.
- copyColumn(int, int) - Method in class org.jfree.util.ObjectTable
-
Copys the contents of the old column to the new column.
- copyRow(int, int) - Method in class org.jfree.util.ObjectTable
-
Copys the contents of the old row to the new row.
- copyStreams(InputStream, OutputStream) - Method in class org.jfree.io.IOUtils
-
Copies the InputStream into the OutputStream, until the end of the stream
has been reached.
- copyStreams(InputStream, OutputStream, int) - Method in class org.jfree.io.IOUtils
-
Copies the InputStream into the OutputStream, until the end of the stream
has been reached.
- copySystemPropertiesToClipboard() - Method in class org.jfree.ui.about.SystemPropertiesPanel
-
Copies the selected cells in the table to the clipboard, in
tab-delimited format.
- copyWriter(Reader, Writer) - Method in class org.jfree.io.IOUtils
-
Copies the contents of the Reader into the Writer, until the end of the
stream has been reached.
- copyWriter(Reader, Writer, int) - Method in class org.jfree.io.IOUtils
-
Copies the contents of the Reader into the Writer, until the end of the
stream has been reached.
- countFeb29s(SerialDate, SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
-
Returns the number of times that February 29 falls within the specified
date range.
- crc - Variable in class com.keypoint.PngEncoder
-
CRC.
- crcValue - Variable in class com.keypoint.PngEncoder
-
The CRC value.
- createAdjustedRectangle(Rectangle2D, LengthAdjustmentType, LengthAdjustmentType) - Method in class org.jfree.ui.RectangleInsets
-
Creates an adjusted rectangle using the supplied rectangle, the insets
specified by this instance, and the horizontal and vertical
adjustment types.
- createButtonPanel() - Method in class org.jfree.ui.StandardDialog
-
Builds and returns the user interface for the dialog.
- createCloseAction() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Creates a close action.
- createContent() - Method in class org.jfree.ui.WizardDialog
-
Creates a panel containing the user interface for the dialog.
- createContext(Class) - Static method in class org.jfree.util.Log
-
Creates a log context.
- createContext(String) - Static method in class org.jfree.util.Log
-
Creates a log context.
- createDate(int, int, int) - Static method in class org.jfree.date.DateUtilities
-
Creates a date.
- createDate(int, int, int, int, int) - Static method in class org.jfree.date.DateUtilities
-
Creates a date.
- createDefaultHierarchicalConfiguration(String, String, boolean) - Method in class org.jfree.base.AbstractBoot
-
Creates a default configuration setup, which loads its settings from
the static configuration (defaults provided by the developers of the
library) and the user configuration (settings provided by the deployer).
- createDefaultHierarchicalConfiguration(String, String, boolean, Class) - Method in class org.jfree.base.AbstractBoot
-
Creates a default hierarchical configuration.
- createDiagonalCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diagonal cross shape.
- createDiamond(float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diamond shape.
- createDownTriangle(float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a triangle shape that points downwards.
- createFileChooser() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
-
Creates the file chooser.
- 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(AbstractBoot) - Static method in class org.jfree.base.modules.PackageManager
-
Creates a package manager instance.
- 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
-
- createJLabel(String, Font) - Static method in class org.jfree.ui.RefineryUtilities
-
Creates a label with a specific font.
- createJLabel(String, Font, Color) - Static method in class org.jfree.ui.RefineryUtilities
-
Creates a label with a specific font and color.
- createLineRegion(Line2D, float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a region surrounding a line segment by 'widening' the line
segment.
- createList() - Method in class org.jfree.util.HashNMap
-
Returns a new empty list.
- createMenu(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns a JMenu created from a resource bundle definition.
- createOutsetRectangle(Rectangle2D) - Method in class org.jfree.ui.RectangleInsets
-
Creates an outset rectangle.
- createOutsetRectangle(Rectangle2D, boolean, boolean) - Method in class org.jfree.ui.RectangleInsets
-
Creates an outset rectangle.
- createRectangle(Size2D, double, double, RectangleAnchor) - Static method in class org.jfree.ui.RectangleAnchor
-
Creates a new rectangle with the specified dimensions that is aligned to
the given anchor point (anchorX, anchorY).
- createRegularCross(float, float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a diagonal cross shape.
- createRelativeURL(URL, URL) - Method in class org.jfree.io.IOUtils
-
Creates a relative url by stripping the common parts of the the url.
- createSystemPropertiesTable() - Static method in class org.jfree.ui.about.SystemProperties
-
Creates and returns a JTable containing all the system properties.
- createTablePanel(TableModel) - Static method in class org.jfree.ui.RefineryUtilities
-
Creates a panel that contains a table based on the specified table model.
- createTextBlock(String, Font, Paint) - Static method in class org.jfree.text.TextUtilities
-
- createTextBlock(String, Font, Paint, float, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
-
Creates a new text block from the given string, breaking the
text into lines so that the maxWidth value is
respected.
- createTextBlock(String, Font, Paint, float, int, TextMeasurer) - Static method in class org.jfree.text.TextUtilities
-
Creates a new text block from the given string, breaking the
text into lines so that the maxWidth value is
respected.
- createTranslatedShape(Shape, double, double) - Static method in class org.jfree.util.ShapeUtilities
-
Creates and returns a translated shape.
- createTranslatedShape(Shape, RectangleAnchor, double, double) - Static method in class org.jfree.util.ShapeUtilities
-
Translates a shape to a new location such that the anchor point
(relative to the rectangular bounds of the shape) aligns with the
specified (x, y) coordinate in Java2D space.
- createTransparentIcon(int, int) - Method in class org.jfree.util.ResourceBundleSupport
-
Creates a transparent icon.
- createUpTriangle(float) - Static method in class org.jfree.util.ShapeUtilities
-
Creates a triangle shape that points upwards.
- EAST - Static variable in class org.jfree.ui.Align
-
East alignment (same as RIGHT).
- EasterSundayRule - Class in org.jfree.date
-
An annual date rule for Easter (Sunday).
- EasterSundayRule() - Constructor for class org.jfree.date.EasterSundayRule
-
Default constructor.
- ENCODE_ALPHA - Static variable in class com.keypoint.PngEncoder
-
Constant specifying that alpha channel should be encoded.
- encodeAlpha - Variable in class com.keypoint.PngEncoder
-
Encode alpha?
- endsWithIgnoreCase(String, String) - Static method in class org.jfree.util.StringUtils
-
Helper functions to query a strings end portion.
- ensureCapacity(int, int) - Method in class org.jfree.util.ObjectTable
-
Ensures that there is storage capacity for the specified item.
- ensureRowCapacity(int) - Method in class org.jfree.util.ObjectTable
-
Checks that there is storage capacity for the specified row and resizes
if necessary.
- equal(float[][], float[][]) - Static method in class org.jfree.util.ArrayUtilities
-
Tests two float arrays for equality.
- equal(AttributedString, AttributedString) - Static method in class org.jfree.util.AttributedStringUtilities
-
Tests two attributed strings for equality.
- equal(Object, Object) - Static method in class org.jfree.util.ObjectUtilities
-
Returns true if the two objects are equal OR both
null.
- equal(Paint, Paint) - Static method in class org.jfree.util.PaintUtilities
-
Returns true if the two Paint objects are equal
OR both null.
- equal(Shape, Shape) - Static method in class org.jfree.util.ShapeUtilities
-
Tests two shapes for equality.
- equal(Line2D, Line2D) - Static method in class org.jfree.util.ShapeUtilities
-
Compares two lines are returns true if they are equal or
both null.
- equal(Ellipse2D, Ellipse2D) - Static method in class org.jfree.util.ShapeUtilities
-
Compares two ellipses and returns true if they are equal or
both null.
- equal(Arc2D, Arc2D) - Static method in class org.jfree.util.ShapeUtilities
-
Compares two arcs and returns true if they are equal or
both null.
- equal(Polygon, Polygon) - Static method in class org.jfree.util.ShapeUtilities
-
Tests two polygons for equality.
- equal(GeneralPath, GeneralPath) - Static method in class org.jfree.util.ShapeUtilities
-
Tests two polygons for equality.
- equalReferencesInArrays(Object[], Object[]) - Static method in class org.jfree.util.ArrayUtilities
-
Returns true if all the references in array1
are equal to all the references in array2 (two
null references are considered equal for this test).
- equals(Object) - Method in class org.jfree.base.Library
-
Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Two moduleinfos are equal,if they have the same module class.
- equals(Object) - Method in class org.jfree.base.modules.PackageState
-
Compares this object with the given other object for equality.
- equals(Object) - Method in class org.jfree.date.SpreadsheetDate
-
Tests the equality of this date with an arbitrary object.
- equals(Object) - Method in class org.jfree.text.TextBlock
-
Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.text.TextBlockAnchor
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.text.TextBox
-
Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.text.TextFragment
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.text.TextLine
-
Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.FloatDimension
-
Tests this object for equality with another object.
- equals(Object) - Method in class org.jfree.ui.GradientPaintTransformType
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.HorizontalAlignment
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.Layer
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.LengthAdjustmentType
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.RectangleAnchor
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.RectangleEdge
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.RectangleInsets
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.ui.Size2D
-
Compares this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.ui.StandardGradientPaintTransformer
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.ui.TextAnchor
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.ui.VerticalAlignment
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.util.AbstractObjectList
-
Tests this list for equality with another object.
- equals(Object) - Method in class org.jfree.util.BooleanList
-
Tests the list for equality with another object (typically also a list).
- equals(Object) - Method in class org.jfree.util.LogContext
-
Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.util.ObjectTable
-
Tests this paint table for equality with another object (typically also
an ObjectTable).
- equals(Object) - Method in class org.jfree.util.PaintList
-
Tests the list for equality with another object (typically also a list).
- equals(Object) - Method in class org.jfree.util.Rotation
-
Compares this object for equality with an other object.
- equals(Object) - Method in class org.jfree.util.ShapeList
-
Tests the list for equality with another object (typically also a list).
- equals(Object) - Method in class org.jfree.util.SortOrder
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.util.StrokeList
-
Tests the list for equality with another object (typically also a list).
- equals(Object) - Method in class org.jfree.util.TableOrder
-
Returns true if this object is equal to the specified
object, and false otherwise.
- equals(Object) - Method in class org.jfree.util.UnitType
-
Returns true if this object is equal to the specified
object, and false otherwise.
- 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.
- ExitAction() - Constructor for class org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
-
Defines an Action object with a default
description string and default icon.
- EXPAND - Static variable in class org.jfree.ui.LengthAdjustmentType
-
EXPAND.
- ExtendedConfiguration - Interface in org.jfree.util
-
The extended configuration provides methods to make using the
configuration easier.
- ExtendedConfigurationWrapper - Class in org.jfree.util
-
A wrapper for the extended configuration interface around a plain configuration.
- ExtendedConfigurationWrapper(Configuration) - Constructor for class org.jfree.util.ExtendedConfigurationWrapper
-
Creates a wrapper around the given configuration.
- ExtendedDrawable - Interface in org.jfree.ui
-
A drawable that has a preferred size and aspect ratio.
- extendHeight(double) - Method in class org.jfree.ui.RectangleInsets
-
Extends the given height to allow for the insets.
- extendWidth(double) - Method in class org.jfree.ui.RectangleInsets
-
Extends the given width to allow for the insets.
- ExtensionFileFilter - Class in org.jfree.ui
-
A filter for JFileChooser that filters files by extension.
- ExtensionFileFilter(String, String) - Constructor for class org.jfree.ui.ExtensionFileFilter
-
Standard constructor.
- G2TextMeasurer - Class in org.jfree.text
-
- G2TextMeasurer(Graphics2D) - Constructor for class org.jfree.text.G2TextMeasurer
-
Creates a new text measurer.
- get(Object) - Method in class org.jfree.ui.action.DowngradeActionMap
-
Returns the binding for key, messaging the
parent ActionMap if the binding is not locally defined.
- get(int) - Method in class org.jfree.util.AbstractObjectList
-
Returns the object at the specified index, if there is one, or
null.
- get(int) - Method in class org.jfree.util.FastStack
-
Returns the item at the specified slot in the stack.
- get(Object, int) - Method in class org.jfree.util.HashNMap
-
Retrieves the n-th value registered for an key or null if there was no
such key in the list.
- get(int) - Method in class org.jfree.util.ObjectList
-
Returns the object at the specified index, if there is one, or null.
- 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.
- getActiveModules() - Method in class org.jfree.base.modules.PackageManager
-
Returns all active modules.
- getAll(Object) - Method in class org.jfree.util.HashNMap
-
Returns an iterator over all elements registered to the given key.
- getAllModules() - Method in class org.jfree.base.modules.PackageManager
-
Returns an array of the currently active modules.
- getBackgroundPaint() - Method in class org.jfree.text.TextBox
-
Returns the background paint.
- getBaselineOffset() - Method in class org.jfree.text.TextFragment
-
Returns the baseline offset.
- getBoolean(int) - Method in class org.jfree.util.BooleanList
-
- getBoolProperty(String) - Method in interface org.jfree.util.ExtendedConfiguration
-
Returns the boolean value of a given configuration property.
- getBoolProperty(String, boolean) - Method in interface org.jfree.util.ExtendedConfiguration
-
Returns the boolean value of a given configuration property.
- getBoolProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns the boolean value of a given configuration property.
- getBoolProperty(String, boolean) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns the boolean value of a given configuration property.
- getBootClass() - Method in class org.jfree.base.BootableProjectInfo
-
Returns the name of the boot class.
- getBottom() - Method in class org.jfree.ui.RectangleInsets
-
Returns the bottom insets.
- getBundle(String) - Static method in class org.jfree.util.ResourceBundleWrapper
-
Finds and returns the specified resource bundle.
- getBundle(String, Locale) - Static method in class org.jfree.util.ResourceBundleWrapper
-
Finds and returns the specified resource bundle.
- getBundle(String, Locale, ClassLoader) - Static method in class org.jfree.util.ResourceBundleWrapper
-
Maps directly to ResourceBundle.getBundle(baseName, locale,
loader).
- getButtonColor(SerialDate) - Method in class org.jfree.ui.SerialDateChooserPanel
-
Returns the button color according to the specified date.
- getCenterPoint() - Static method in class org.jfree.ui.RefineryUtilities
-
- getChosenDateButtonColor() - Method in class org.jfree.ui.DateChooserPanel
-
Returns the color for the currently selected date.
- getChosenMonthButtonColor() - Method in class org.jfree.ui.DateChooserPanel
-
Returns the color for the buttons representing the current month.
- getChosenOtherButtonColor() - Method in class org.jfree.ui.DateChooserPanel
-
Returns the color for the buttons representing the other months.
- getClassLoader() - Static method in class org.jfree.util.ObjectUtilities
-
Returns the custom classloader or null, if no custom classloader is defined.
- getClassLoader(Class) - Static method in class org.jfree.util.ObjectUtilities
-
Returns the classloader, which was responsible for loading the given
class.
- getClassLoaderSource() - Static method in class org.jfree.util.ObjectUtilities
-
Returns the internal configuration entry, whether the classloader of
the thread context or the context classloader should be used.
- getCloseAction() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the close action.
- 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.
- getCompressionLevel() - Method in class com.keypoint.PngEncoder
-
Retrieve compression level.
- getConfigProperties() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns all defined configuration properties for the report.
- getConfigProperties() - Method in interface org.jfree.base.config.ModifiableConfiguration
-
Returns the configuration properties.
- getConfigProperties() - Method in class org.jfree.base.config.SystemPropertyConfiguration
-
Returns all defined configuration properties for the report.
- getConfigProperties() - Method in interface org.jfree.util.Configuration
-
Returns the configuration properties.
- getConfigProperties() - Method in class org.jfree.util.DefaultConfiguration
-
Returns an enumeration of the property keys.
- getConfigProperties() - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns an enumeration of the configuration properties.
- getConfigProperty(String) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns the configuration property with the specified key.
- getConfigProperty(String, String) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns the configuration property with the specified key (or the
specified default value if there is no such property).
- getConfigProperty(String, String) - Method in class org.jfree.base.config.SystemPropertyConfiguration
-
Returns the configuration property with the specified key (or the specified default value
if there is no such property).
- getConfigProperty(String) - Method in interface org.jfree.util.Configuration
-
Returns the configuration property with the specified key.
- getConfigProperty(String, String) - Method in interface org.jfree.util.Configuration
-
Returns the configuration property with the specified key (or the
specified default value if there is no such property).
- getConfigProperty(String) - Method in class org.jfree.util.DefaultConfiguration
-
Returns the configuration property with the specified key.
- getConfigProperty(String, String) - Method in class org.jfree.util.DefaultConfiguration
-
Returns the configuration property with the specified key (or the
specified default value if there is no such property).
- getConfigProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns the configuration property with the specified key.
- getConfigProperty(String, String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns the configuration property with the specified key (or the specified default
value if there is no such property).
- getConfiguration() - Static method in class org.jfree.base.BaseBoot
-
Returns the global configuration as modifiable configuration reference.
- getConfiguration() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns the collection of properties for the configuration.
- getContents() - Method in class org.jfree.resources.JCommonResources
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.ui.about.resources.AboutResources
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.ui.about.resources.AboutResources_de
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.ui.about.resources.AboutResources_es
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.ui.about.resources.AboutResources_fr
-
Returns the array of strings in the resource bundle.
- getContents() - Method in class org.jfree.ui.about.resources.AboutResources_pl
-
Returns the array of strings in the resource bundle.
- getContributors() - Method in class org.jfree.ui.about.ProjectInfo
-
Returns the list of contributors for the project.
- getCopyPopupMenu() - Method in class org.jfree.ui.about.SystemPropertiesPanel
-
Returns the copy popup menu.
- getCopyright() - Method in class org.jfree.base.BasicProjectInfo
-
Returns the copyright statement.
- getCount() - Method in class org.jfree.date.DayOfWeekInMonthRule
-
Returns the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST).
- getCurrentDirectory() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
-
Returns the working directory that should be used when initializing
the FileChooser.
- getData() - Method in class org.jfree.util.ObjectTable
-
Returns the table data.
- getDate(int) - Method in class org.jfree.date.AnnualDateRule
-
Returns the date for this rule, given the year.
- getDate(int) - Method in class org.jfree.date.DayAndMonthRule
-
Returns the date, given the year.
- getDate(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
-
Return the date for this rule, given the year.
- getDate(int) - Method in class org.jfree.date.EasterSundayRule
-
Returns the date of Easter Sunday for the given year.
- getDate(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Returns the date generated by this rule, for the specified year.
- getDate() - Method in class org.jfree.ui.DateChooserPanel
-
Returns the date selected in the panel.
- getDate() - Method in class org.jfree.ui.SerialDateChooserPanel
-
Returns the date selected in the panel.
- getDayOfMonth() - Method in class org.jfree.date.DayAndMonthRule
-
Returns the day of the month.
- getDayOfMonth() - Method in class org.jfree.date.SerialDate
-
Returns the day of the month.
- getDayOfMonth() - Method in class org.jfree.date.SpreadsheetDate
-
Returns the day of the month.
- getDayOfWeek() - Method in class org.jfree.date.DayOfWeekInMonthRule
-
Returns the day-of-the-week for this rule (SerialDate.MONDAY, SerialDate.TUESDAY, etc.).
- getDayOfWeek() - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Returns the day-of-the-week for this rule.
- getDayOfWeek() - Method in class org.jfree.date.SerialDate
-
Returns the day of the week.
- getDayOfWeek() - Method in class org.jfree.date.SpreadsheetDate
-
Returns a code representing the day of the week.
- getDebuglevel() - Method in class org.jfree.util.Log
-
Returns the currently defined debug level.
- getDefaultLog() - Static method in class org.jfree.base.log.DefaultLog
-
Returns the default log.
- getDependencies() - Method in class org.jfree.base.BootableProjectInfo
-
Returns the dependencies.
- getDescription() - Method in class org.jfree.base.modules.AbstractModule
-
Returns the module description.
- getDescription() - Method in interface org.jfree.base.modules.Module
-
Returns a short description of the modules functionality.
- getDescription() - Method in class org.jfree.date.SerialDate
-
Returns the description that is attached to the date.
- getDescription() - Method in class org.jfree.ui.ExtensionFileFilter
-
Returns the description of the filter.
- getDescription() - Method in class org.jfree.ui.FilesystemFilter
-
Returns the filter description.
- getDescription(String) - Method in class org.jfree.util.SortedConfigurationWriter
-
Returns a description for the given key.
- getDisplayFont() - Method in class org.jfree.ui.FontDisplayField
-
Returns the current font.
- getDrawable() - Method in class org.jfree.ui.DrawablePanel
-
Returns the drawable item.
- getDrawStringsWithFontAttributes() - Static method in class org.jfree.text.TextUtilities
-
Returns the flag that controls whether or not strings are drawn using
the current font attributes (such as underlining, strikethrough etc).
- getEditorName() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Returns the editor name.
- getElementAt(int) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Returns the value at the specified index.
- 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.
- getExtendedConfig() - Method in class org.jfree.base.AbstractBoot
-
Returns the global configuration as extended configuration.
- getExtendedConfig() - Method in interface org.jfree.base.modules.SubSystem
-
Returns the global configuration as ExtendedConfiguration instance.
- getFactor() - Method in class org.jfree.util.Rotation
-
Returns the rotation factor, which is -1.0 for CLOCKWISE
and 1.0 for ANTICLOCKWISE.
- getFileDescription() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
-
Returns a descriptive text describing the file extension.
- getFileExtension(String) - Method in class org.jfree.io.IOUtils
-
Returns the file extension of the given file name.
- getFileExtension() - Method in class org.jfree.ui.action.AbstractFileSelectionAction
-
Returns the file extension that should be used for the operation.
- getFileName(URL) - Method in class org.jfree.io.IOUtils
-
Extracts the file name from the URL.
- getFilter() - Method in class com.keypoint.PngEncoder
-
Retrieve filtering scheme.
- getFirst(Object) - Method in class org.jfree.util.HashNMap
-
Retrieves the first value registered for an key or null if there was no
such key in the list.
- getFirstTextFragment() - Method in class org.jfree.text.TextLine
-
Returns the first text fragment in the line.
- getFirstVisibleDate() - Method in class org.jfree.ui.SerialDateChooserPanel
-
Returns the first date that is visible in the grid.
- getFollowingDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
-
Returns the earliest date that falls on the specified day-of-the-week
and is AFTER the base date.
- getFollowingDayOfWeek(int) - Method in class org.jfree.date.SerialDate
-
Returns the earliest date that falls on the specified day-of-the-week
and is AFTER this date.
- getFont() - Method in class org.jfree.text.TextFragment
-
Returns the font.
- getGlobalConfig() - Method in class org.jfree.base.AbstractBoot
-
Returns the global configuration.
- getGlobalConfig() - Method in interface org.jfree.base.modules.SubSystem
-
Returns the global configuration.
- getGPL() - Method in class org.jfree.ui.about.Licences
-
Returns the GPL (v2.1) text.
- 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.
- getIcon(String, boolean) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns an scaled icon suitable for buttons or menus.
- getIcon(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns an unscaled icon.
- getIconHeight() - Method in class org.jfree.ui.BevelArrowIcon
-
Returns the height of the icon.
- getIconWidth() - Method in class org.jfree.ui.BevelArrowIcon
-
Returns the width of the icon.
- getImage() - Method in class com.keypoint.PngEncoder
-
Returns the image to be encoded.
- getInfo() - Method in class org.jfree.base.Library
-
Returns the project info for the library.
- getInsetsValue() - Method in class org.jfree.ui.InsetsChooserPanel
-
Returns a new Insets instance to match the values entered
on the panel.
- getInstance() - Static method in class org.jfree.base.BaseBoot
-
Returns the boot instance.
- getInstance() - Static method in class org.jfree.io.IOUtils
-
Gets the singleton instance of the utility package.
- getInstance() - Static method in class org.jfree.JCommonInfo
-
Returns the single instance of this class.
- getInstance() - Static method in class org.jfree.ui.about.Licences
-
Returns a reference to the single instance of 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.
- getInteriorGap() - Method in class org.jfree.text.TextBox
-
Returns the interior gap.
- getIntProperty(String) - Method in interface org.jfree.util.ExtendedConfiguration
-
Returns a given property as int value.
- getIntProperty(String, int) - Method in interface org.jfree.util.ExtendedConfiguration
-
Returns a given property as int value.
- getIntProperty(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns a given property as int value.
- getIntProperty(String, int) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Returns a given property as int value.
- getJMenuBar() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the menu bar.
- getKeyAt(int) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Returns the key from the given index.
- getKeyStroke(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns the keystroke stored at the given resourcebundle key.
- getKeyStroke(String, int) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns the keystroke stored at the given resourcebundle key.
- getLastLine() - Method in class org.jfree.text.TextBlock
-
Returns the last line in the block.
- getLastTextFragment() - Method in class org.jfree.text.TextLine
-
Returns the last text fragment in the line.
- getLeft() - Method in class org.jfree.ui.RectangleInsets
-
Returns the left insets.
- getLeftButton() - Method in class org.jfree.ui.L1R1ButtonPanel
-
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
- getLeftButton() - Method in class org.jfree.ui.L1R2ButtonPanel
-
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
- getLeftButton() - Method in class org.jfree.ui.L1R3ButtonPanel
-
Returns a reference to button 1, allowing the caller to set labels, action-listeners etc.
- getLGPL() - Method in class org.jfree.ui.about.Licences
-
Returns the LGPL (v2.1) text.
- getLibraries() - Method in class org.jfree.base.BasicProjectInfo
-
Returns a list of libraries used by the project.
- getLibraries() - Method in class org.jfree.ui.about.LibraryTableModel
-
Returns an array of the libraries in the table.
- getLicenceName() - Method in class org.jfree.base.Library
-
Returns the licenceName text.
- getLicenceText() - Method in class org.jfree.ui.about.ProjectInfo
-
Returns the licence text.
- getLineAlignment() - Method in class org.jfree.text.TextBlock
-
Returns the alignment of the lines of text within the block.
- getLines() - Method in class org.jfree.text.TextBlock
-
Returns an unmodifiable list containing the lines for the text block.
- getLineSeparator() - Static method in class org.jfree.util.StringUtils
-
Queries the system properties for the line separator.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jfree.ui.StrokeSample
-
Returns a list cell renderer for the stroke, so the sample can be
displayed in a list or combo.
- getLocale() - Method in class org.jfree.util.ResourceBundleSupport
-
Returns the current locale for this resource bundle.
- getLogLevel() - Static method in class org.jfree.base.log.LogConfiguration
-
Returns the log level.
- getLogo() - Method in class org.jfree.ui.about.ProjectInfo
-
Returns the logo.
- getLogTarget() - Static method in class org.jfree.base.log.LogConfiguration
-
Returns the current log target.
- getMainPanel() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Returns the main panel.
- getMainPanel() - Method in class org.jfree.ui.tabbedui.RootPanel
-
Returns the main panel.
- getMajorVersion() - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Returns the major version of the module.
- getMajorVersion() - Method in interface org.jfree.base.modules.ModuleInfo
-
Returns the major version of the base module.
- getMaximumWindowBounds() - Static method in class org.jfree.ui.RefineryUtilities
-
- 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.
- getMinimumSize() - Method in class org.jfree.ui.DrawablePanel
-
If the minimum size has been set to a non-null value just
returns it.
- getMinorVersion() - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Returns the minor version of the module.
- getMinorVersion() - Method in interface org.jfree.base.modules.ModuleInfo
-
Returns the minor version of the base module.
- getMnemonic(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns the mnemonic stored at the given resourcebundle key.
- getModel() - Method in class org.jfree.ui.about.LibraryPanel
-
Returns the table model for the library.
- getModule() - Method in class org.jfree.base.modules.PackageState
-
Returns the module managed by this state implementation.
- getModuleClass() - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Returns the class name of the module described implementation.
- getModuleClass() - Method in interface org.jfree.base.modules.ModuleInfo
-
Returns the module class of the desired base module.
- 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.
- getName() - Method in class org.jfree.base.Library
-
Returns the library name.
- getName() - Method in class org.jfree.base.modules.AbstractModule
-
Returns the name of this module.
- getName() - Method in interface org.jfree.base.modules.Module
-
Returns the module name.
- getName() - Method in class org.jfree.ui.about.Contributor
-
Returns the contributor's name.
- getName() - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
-
Returns the property name.
- getNearestDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
-
Returns the date that falls on the specified day-of-the-week and is
CLOSEST to the base date.
- getNearestDayOfWeek(int) - Method in class org.jfree.date.SerialDate
-
Returns the nearest date that falls on the specified day-of-the-week.
- getNextPanel() - Method in class org.jfree.ui.WizardPanel
-
Returns the next panel in the sequence, given the current user input.
- getObject() - Method in class org.jfree.ui.tabbedui.DetailEditor
-
Returns the object.
- getObject(int, int) - Method in class org.jfree.util.ObjectTable
-
Returns the object from a particular cell in the table.
- getOptionalKeyStroke(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns an optional key stroke.
- getOptionalKeyStroke(String, int) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns an optional key stroke.
- getOptionalLibraries() - Method in class org.jfree.base.BasicProjectInfo
-
Returns a list of optional libraries used by the project.
- getOptionalMnemonic(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns an optional mnemonic.
- getOptionalModules() - Method in class org.jfree.base.modules.AbstractModule
-
Returns a copy of the required modules array.
- getOptionalModules() - Method in interface org.jfree.base.modules.Module
-
Returns an array of optional modules.
- 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.
- getPackageConfiguration() - Method in class org.jfree.base.modules.PackageManager
-
Returns the default package configuration.
- getPackageManager() - Method in class org.jfree.base.AbstractBoot
-
Returns the packageManager instance of the package manager.
- getPackageManager() - Method in interface org.jfree.base.modules.SubSystem
-
Returns 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.
- 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).
- getParentConfig() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Returns the parent configuration.
- getPatchLevel() - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Returns the patch level version of the module.
- getPatchLevel() - Method in interface org.jfree.base.modules.ModuleInfo
-
Returns the patchlevel version of the base module.
- getPointInRectangle(double, double, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
-
Returns a point based on (x, y) but constrained to be within the bounds
of a given rectangle.
- getPostfixMenus() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
The postfix menus.
- getPreferredSize() - Method in class org.jfree.ui.about.AboutDialog
-
Returns the preferred size for the about frame.
- getPreferredSize() - Method in class org.jfree.ui.about.AboutFrame
-
Returns the preferred size for the about frame.
- getPreferredSize() - Method in class org.jfree.ui.DrawablePanel
-
If the preferredSize has been set to a non-null
value just returns it.
- getPreferredSize() - Method in interface org.jfree.ui.ExtendedDrawable
-
Returns the preferred size of the drawable.
- getPreferredSize() - Method in class org.jfree.ui.PaintSample
-
Returns the preferred size of the component.
- getPreferredSize() - Method in class org.jfree.ui.StrokeSample
-
Returns the preferred size of the component.
- getPrefixMenus() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the prefix menus.
- getPreviousDayOfWeek(int, SerialDate) - Static method in class org.jfree.date.SerialDate
-
Returns the latest date that falls on the specified day-of-the-week and
is BEFORE the base date.
- getPreviousDayOfWeek(int) - Method in class org.jfree.date.SerialDate
-
Returns the latest date that falls on the specified day-of-the-week and
is BEFORE this date.
- getProducer() - Method in class org.jfree.base.modules.AbstractModule
-
Returns the producer of the module.
- getProducer() - Method in interface org.jfree.base.modules.Module
-
Returns the name of the module producer.
- getProjectInfo() - Method in class org.jfree.base.AbstractBoot
-
Returns the project info.
- getProjectInfo() - Method in class org.jfree.base.BaseBoot
-
Returns the project info.
- 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).
- getRequiredModules() - Method in class org.jfree.base.modules.AbstractModule
-
Returns a copy of the required modules array.
- getRequiredModules() - Method in interface org.jfree.base.modules.Module
-
Returns an array of all required modules.
- getResource(String, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Returns the resource specified by the absolute name.
- getResourceAsStream(String, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Returns the inputstream for the resource specified by the
absolute name.
- getResourceBase() - Method in class org.jfree.util.ResourceBundleSupport
-
The base name of the resource bundle.
- getResourceRelative(String, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Returns the resource specified by the relative name.
- getResourceRelativeAsStream(String, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Returns the inputstream for the resource specified by the
relative name.
- getResourceURL(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Returns a URL pointing to a resource located in the classpath.
- getResult() - Method in class org.jfree.ui.WizardDialog
-
Returns the result of the wizard sequence.
- getResult() - Method in class org.jfree.ui.WizardPanel
-
Returns the result.
- getRight() - Method in class org.jfree.ui.RectangleInsets
-
Returns the right insets.
- getRightButton() - Method in class org.jfree.ui.L1R1ButtonPanel
-
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
- getRightButton1() - Method in class org.jfree.ui.L1R2ButtonPanel
-
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
- getRightButton1() - Method in class org.jfree.ui.L1R3ButtonPanel
-
Returns a reference to button 2, allowing the caller to set labels, action-listeners etc.
- getRightButton2() - Method in class org.jfree.ui.L1R2ButtonPanel
-
Returns a reference to button 3, allowing the caller to set labels, action-listeners etc.
- getRightButton2() - Method in class org.jfree.ui.L1R3ButtonPanel
-
Returns a reference to button 3, allowing the caller to set labels, action-listeners etc.
- getRightButton3() - Method in class org.jfree.ui.L1R3ButtonPanel
-
Returns a reference to button 4, allowing the caller to set labels, action-listeners etc.
- getRootEditor(int) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the specified editor.
- getRootEditorCount() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the number of root editors.
- 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.
- getSelectedEditor() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the selected editor.
- getSelectedFont() - Method in class org.jfree.ui.FontChooserDialog
-
Returns the selected font.
- getSelectedFont() - Method in class org.jfree.ui.FontChooserPanel
-
Returns a Font object representing the selection in the panel.
- getSelectedItem() - Method in class org.jfree.ui.KeyedComboBoxModel
-
Returns the selected item.
- getSelectedKey() - Method in class org.jfree.ui.KeyedComboBoxModel
-
Returns the selected data element or null if none is set.
- getSelectedName() - Method in class org.jfree.ui.FontChooserPanel
-
Returns the selected name.
- getSelectedSize() - Method in class org.jfree.ui.FontChooserPanel
-
Returns the selected size.
- getSelectedStroke() - Method in class org.jfree.ui.StrokeChooserPanel
-
Returns the selected stroke.
- getSelectedStyle() - Method in class org.jfree.ui.FontChooserPanel
-
Returns the selected style.
- getSelector() - Method in class org.jfree.ui.StrokeChooserPanel
-
Returns the selector component.
- getShadowPaint() - Method in class org.jfree.text.TextBox
-
Returns the shadow paint.
- getShadowXOffset() - Method in class org.jfree.text.TextBox
-
Returns the x-offset for the shadow effect.
- getShadowYOffset() - Method in class org.jfree.text.TextBox
-
Returns the y-offset for the shadow effect.
- getShape(int) - Method in class org.jfree.util.ShapeList
-
Returns a
Shape object from the list.
- getSize() - Method in class org.jfree.ui.KeyedComboBoxModel
-
Returns the length of the list.
- getSortingColumn() - Method in class org.jfree.ui.SortableTableModel
-
Returns the index of the sorting column, or -1 if the data is not sorted
on any column.
- getState() - Method in class org.jfree.base.modules.PackageState
-
Returns the current state of the module.
- getStepCount() - Method in class org.jfree.ui.WizardDialog
-
Returns the total number of steps in the wizard sequence, if this number is known.
- getString(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Gets a string for the given key from this resource bundle or one of its
parents.
- getStringWidth(String, int, int) - Method in class org.jfree.text.G2TextMeasurer
-
Returns the string width.
- getStringWidth(String, int, int) - Method in interface org.jfree.text.TextMeasurer
-
Calculates the width of a String in the current
Graphics context.
- getStroke() - Method in class org.jfree.ui.StrokeSample
-
Returns the current Stroke object being displayed.
- getStroke(int) - Method in class org.jfree.util.StrokeList
-
Returns a
Stroke object from the list.
- getSubrule() - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Returns the sub-rule (also called the reference rule).
- getSubSystem() - Method in class org.jfree.base.modules.AbstractModule
-
Returns the modules subsystem.
- getSubSystem() - Method in interface org.jfree.base.modules.Module
-
Returns the modules subsystem.
- getTabbedPane() - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Returns the tabbed pane.
- getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedApplet
-
Returns the UI implementation for the applet.
- getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedDialog
-
Returns the UI implementation for the dialog.
- getTabbedUI() - Method in class org.jfree.ui.tabbedui.TabbedFrame
-
Returns the UI implementation for the frame.
- getTable() - Method in class org.jfree.ui.about.LibraryPanel
-
Returns the JTable for the library.
- getTable() - Method in class org.jfree.ui.about.SystemPropertiesPanel
-
Returns the table containing the system properties.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.DateCellRenderer
-
Returns itself as the renderer.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.NumberCellRenderer
-
Returns itself as the renderer.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.ui.SortButtonRenderer
-
Returns the renderer component.
- getTargets() - Method in class org.jfree.util.Log
-
Returns the registered logtargets.
- getText() - Method in class org.jfree.text.TextFragment
-
Returns the text.
- getText() - Method in class org.jfree.util.LineBreakIterator
-
Returns the text to be broken up.
- getTextBlock() - Method in class org.jfree.text.TextBox
-
Returns the text block.
- getTextBounds(String, Graphics2D, FontMetrics) - Static method in class org.jfree.text.TextUtilities
-
Returns the bounds for the specified text.
- getToolbar() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Returns the toolbar.
- getToolbar() - Method in class org.jfree.ui.tabbedui.RootPanel
-
Returns the toolbar.
- getTop() - Method in class org.jfree.ui.RectangleInsets
-
Returns the top insets.
- getType() - Method in class org.jfree.ui.StandardGradientPaintTransformer
-
Returns the type of transform.
- getUnitType() - Method in class org.jfree.ui.RectangleInsets
-
Returns the unit type (absolute or relative).
- getUseFontMetricsGetStringBounds() - Static method in class org.jfree.text.TextUtilities
-
Returns the flag that controls whether the FontMetrics.getStringBounds()
method is used or not.
- getValue() - Method in class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
-
Returns the property value.
- getValue() - Method in class org.jfree.ui.Spinner
-
Returns the current value.
- getValueAt(int, int) - Method in class org.jfree.ui.about.ContributorsTableModel
-
Returns the value for a cell in the table model.
- getValueAt(int, int) - Method in class org.jfree.ui.about.LibraryTableModel
-
Returns the value for a cell in the table model.
- getValueAt(int, int) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
-
Returns the value at the specified row and column.
- getValueCount(Object) - Method in class org.jfree.util.HashNMap
-
Returns the number of elements registered with the given key.
- getVersion() - Method in class org.jfree.base.Library
-
Returns the library version.
- getWeekdays() - Method in class org.jfree.date.SerialDateUtilities
-
Returns an array of strings representing the days-of-the-week.
- getWidth() - Method in class org.jfree.ui.FloatDimension
-
Returns the width.
- getWidth() - Method in class org.jfree.ui.Size2D
-
Returns the width.
- getWizardPanel(int) - Method in class org.jfree.ui.WizardDialog
-
Returns the panel for the specified step (steps are numbered from zero).
- getXDpi() - Method in class com.keypoint.PngEncoder
-
Get the DPI for the X axis.
- getYDpi() - Method in class com.keypoint.PngEncoder
-
Get the DPI for the Y axis.
- getYearSelectionRange() - Method in class org.jfree.ui.DateChooserPanel
-
Returns the range of years available for selection (defaults to 20).
- getYYYY() - Method in class org.jfree.date.SerialDate
-
Returns the year (assume a valid range of 1900 to 9999).
- getYYYY() - Method in class org.jfree.date.SpreadsheetDate
-
Returns the year (assume a valid range of 1900 to 9999).
- GLOBAL_MENU_PROPERTY - Static variable in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
The global menu property.
- GPL - Static variable in class org.jfree.ui.about.Licences
-
- GradientPaintTransformer - Interface in org.jfree.ui
-
The interface for a class that can transform a GradientPaint to
fit an arbitrary shape.
- GradientPaintTransformType - Class in org.jfree.ui
-
Represents a type of transform for a GradientPaint.
- IDAT - Static variable in class com.keypoint.PngEncoder
-
IDAT tag.
- IEND - Static variable in class com.keypoint.PngEncoder
-
IEND tag.
- IHDR - Static variable in class com.keypoint.PngEncoder
-
IHDR tag.
- image - Variable in class com.keypoint.PngEncoder
-
The image.
- imageUpdate(Image, int, int, int, int, int) - Method in class org.jfree.util.WaitingImageObserver
-
Callback function used by AWT to inform that more data is available.
- INCLUDE_BOTH - Static variable in class org.jfree.date.SerialDate
-
Useful range constant.
- INCLUDE_FIRST - Static variable in class org.jfree.date.SerialDate
-
Useful range constant.
- INCLUDE_NONE - Static variable in class org.jfree.date.SerialDate
-
Useful range constant.
- INCLUDE_SECOND - Static variable in class org.jfree.date.SerialDate
-
Useful range constant.
- 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() - Method in class org.jfree.base.log.DefaultLog
-
Initializes the log system after the log module was loaded and a log target
was defined.
- init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedApplet
-
Initialises the applet.
- init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedDialog
-
Initialises the dialog.
- init(AbstractTabbedUI) - Method in class org.jfree.ui.tabbedui.TabbedFrame
-
Initialises the dialog.
- init() - Method in class org.jfree.util.Log
-
Initializes the logging system.
- initialize(SubSystem) - Method in class org.jfree.base.log.DefaultLogModule
-
Initalizes the module.
- initialize(SubSystem) - Method in interface org.jfree.base.modules.Module
-
Initializes the module.
- initialize(SubSystem) - Method in class org.jfree.base.modules.PackageState
-
Initializes the contained module and raises the set of the module to
STATE_INITIALIZED, if the module was not yet initialized.
- initializeModules() - Method in class org.jfree.base.modules.PackageManager
-
Initializes all previously uninitialized modules.
- insertConfiguration(HierarchicalConfiguration) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
The new configuartion will be inserted into the list of report
configuration, so that this configuration has the given report
configuration instance as parent.
- insertConfiguration(HierarchicalConfiguration) - Method in class org.jfree.base.modules.PackageManager.PackageConfiguration
-
The new configuartion will be inserted into the list of report configuration,
so that this configuration has the given report configuration instance as parent.
- 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.
- InsetsTextField - Class in org.jfree.ui
-
A JTextField for displaying insets.
- InsetsTextField(Insets) - Constructor for class org.jfree.ui.InsetsTextField
-
Default constructor.
- installDefaultLog() - Static method in class org.jfree.base.log.DefaultLog
-
Makes this implementation the default instance.
- IntegerDocument - Class in org.jfree.ui
-
A document for editing integers.
- IntegerDocument() - Constructor for class org.jfree.ui.IntegerDocument
-
- internalCreateContext(String) - Method in class org.jfree.util.Log
-
Creates a log context.
- internalGetString(String) - Method in class org.jfree.util.ResourceBundleSupport
-
Performs the lookup for the given key.
- intersects(Rectangle2D, Rectangle2D) - Static method in class org.jfree.util.ShapeUtilities
-
Checks, whether the given rectangle1 fully contains rectangle 2
(even if rectangle 2 has a height or width of zero!).
- IOUtils - Class in org.jfree.io
-
The IOUtils provide some IO related helper methods.
- isActive() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Returns the active or inactive status of the editor.
- isActive() - Method in class org.jfree.ui.tabbedui.RootPanel
-
Returns a flag that indicates whether the panel is active or not.
- isAfter(SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isAfter(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isAscending() - Method in class org.jfree.ui.SortableTableModel
-
Returns true if the data is sorted in ascending order, and
false otherwise.
- isAutoBoot() - Method in class org.jfree.base.BootableProjectInfo
-
Returns, whether the project should be booted automaticly.
- isBaseline() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a baseline anchor, 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.
- isBottom() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a bottom anchor, and
false otherwise.
- isCancelled() - Method in class org.jfree.ui.StandardDialog
-
Returns a flag that indicates whether or not the dialog has been
cancelled.
- isCancelled() - Method in class org.jfree.ui.WizardDialog
-
Checks, whether the user cancelled the dialog.
- isClassLoadable(String) - Static method in class org.jfree.base.modules.AbstractModule
-
- isClassLoadable(String, Class) - Static method in class org.jfree.base.modules.AbstractModule
-
Tries to load a class to indirectly check for the existence
of a certain library.
- isComparable(Class, Class) - Method in class org.jfree.util.ClassComparator
-
Checks, whether the given classes are comparable.
- isConfirmed() - Method in class org.jfree.ui.tabbedui.DetailEditor
-
Returns the confirmed flag.
- 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.
- isDisableLogging() - Static method in class org.jfree.base.log.LogConfiguration
-
Returns true if logging is disabled, and false otherwise.
- isEmpty() - Method in class org.jfree.util.FastStack
-
Returns true if the stack is empty, and false
otherwise.
- isEnabled() - Method in class org.jfree.ui.action.ActionConcentrator
-
Returns, whether all actions are disabled.
- isEnabled() - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Checks, whether this root editor is enabled.
- isError() - Method in class org.jfree.util.WaitingImageObserver
-
Returns true if there is an error condition, and false otherwise.
- isErrorEnabled() - Static method in class org.jfree.util.Log
-
Returns true, if the log level allows error messages to be
printed.
- isErrorEnabled() - Method in class org.jfree.util.LogContext
-
Returns true, if the log level allows error messages to be
printed.
- 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.
- isHalfAscent() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a half-ascent anchor, and
false otherwise.
- isHorizontalCenter() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a center anchor, and
false otherwise.
- isInfoEnabled() - Static method in class org.jfree.util.Log
-
Returns true, if the log level allows informational
messages to be printed.
- isInfoEnabled() - Method in class org.jfree.util.LogContext
-
Returns true, if the log level allows informational
messages to be printed.
- isInRange(SerialDate, SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns
true if this
SerialDate is within the
specified range (INCLUSIVE).
- isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.date.SerialDate
-
Returns
true if this
SerialDate is within the
specified range (caller specifies whether or not the end-points are
included).
- isInRange(SerialDate, SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns
true if this
SerialDate is within the
specified range (INCLUSIVE).
- isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.date.SpreadsheetDate
-
Returns true if this SerialDate is within the specified range (caller
specifies whether or not the end-points are included).
- isJDK14() - Static method in class org.jfree.util.ObjectUtilities
-
Returns true if this is version 1.4 or later of the
Java runtime.
- isLastDayOfFebruary(SerialDate) - Static method in class org.jfree.date.SerialDateUtilities
-
Returns true if the specified date is the last day in February (that is, the
28th in non-leap years, and the 29th in leap years).
- isLeapYear(int) - Static method in class org.jfree.date.SerialDate
-
Determines whether or not the specified year is a leap year.
- isLeft() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a left-side anchor, and
false otherwise.
- isLeftOrRight(RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
-
Returns true if the edge is LEFT or
RIGHT, and false otherwise.
- isLoadingComplete() - Method in class org.jfree.util.WaitingImageObserver
-
Returns true if loading is complete, and false
otherwise.
- isLocallyDefined(String) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Checks, whether the given key is localy defined in this instance or
whether the key's value is inherited.
- isLocallyDefined(String) - Method in class org.jfree.base.config.SystemPropertyConfiguration
-
Checks, whether the given key is locally defined in the system properties.
- isModuleAvailable(ModuleInfo) - Method in class org.jfree.base.modules.PackageManager
-
Checks, whether a certain module is available.
- isOn(SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOn(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOnOrAfter(SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOnOrAfter(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOnOrBefore(SerialDate) - Method in class org.jfree.date.SerialDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOnOrBefore(SerialDate) - Method in class org.jfree.date.SpreadsheetDate
-
Returns true if this SerialDate represents the same date as the
specified SerialDate.
- isOpaque() - Method in class org.jfree.ui.DrawablePanel
-
Returns true if this component is completely opaque.
- isParentSaved() - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Checks, whether the parent configuration can be serialized.
- isPreserveAspectRatio() - Method in interface org.jfree.ui.ExtendedDrawable
-
Returns true, if this drawable will preserve an aspect ratio during the drawing.
- isPropertySet(String) - Method in interface org.jfree.util.ExtendedConfiguration
-
Checks, whether a given property is defined.
- isPropertySet(String) - Method in class org.jfree.util.ExtendedConfigurationWrapper
-
Checks, whether a given property is defined.
- isRight() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a right-side anchor, and
false otherwise.
- 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.
- isTop() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a top anchor, and
false otherwise.
- isTopOrBottom(RectangleEdge) - Static method in class org.jfree.ui.RectangleEdge
-
Returns true if the edge is TOP or
BOTTOM, and false otherwise.
- isUseDrawRotatedStringWorkaround() - Static method in class org.jfree.text.TextUtilities
-
Returns the flag that controls whether or not a workaround is used for
drawing rotated strings.
- isUseSizeFromParent() - Method in class org.jfree.ui.tabbedui.VerticalLayout
-
Returns, whether the parent's defined size is used during the layouting,
or whether the childs are used to compute the size.
- 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.
- isVerticalCenter() - Method in class org.jfree.ui.TextAnchor
-
Returns true if the anchor is a half-ascent anchor, 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.
- L1R1ButtonPanel - Class in org.jfree.ui
-
A 'ready-made' panel that has one button on the left and another button on the right - a layout
manager takes care of resizing.
- L1R1ButtonPanel(String, String) - Constructor for class org.jfree.ui.L1R1ButtonPanel
-
Standard constructor - creates a two-button panel with the specified labels.
- L1R2ButtonPanel - Class in org.jfree.ui
-
A 'ready-made' panel that has one button on the left and two buttons on the right - nested
panels and layout managers take care of resizing.
- L1R2ButtonPanel(String, String, String) - Constructor for class org.jfree.ui.L1R2ButtonPanel
-
Standard constructor - creates a three button panel with the specified button labels.
- L1R3ButtonPanel - Class in org.jfree.ui
-
A 'ready-made' panel that has one button on the left and three buttons on the right - nested
panels and layout managers take care of resizing.
- L1R3ButtonPanel(String, String, String, String) - Constructor for class org.jfree.ui.L1R3ButtonPanel
-
Standard constructor - creates panel with the specified button labels.
- LAST_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
-
A useful constant for referring to the last week in a month.
- lastDayOfMonth(int, int) - Static method in class org.jfree.date.SerialDate
-
Returns the number of the last day of the month, taking into account
leap years.
- Layer - Class in org.jfree.ui
-
Used to indicate either the foreground or background layer.
- layoutContainer(Container) - Method in class org.jfree.layout.CenterLayout
-
Lays out the components.
- layoutContainer(Container) - Method in class org.jfree.layout.FormatLayout
-
Performs the layout of the container.
- layoutContainer(Container) - Method in class org.jfree.layout.LCBLayout
-
Lays out the components.
- layoutContainer(Container) - Method in class org.jfree.layout.RadialLayout
-
This is called when the panel is first displayed, and every time its size
changes.
- layoutContainer(Container) - Method in class org.jfree.ui.OverlayLayout
-
Lays out the specified container.
- layoutContainer(Container) - Method in class org.jfree.ui.tabbedui.VerticalLayout
-
Lays out the container in the specified panel.
- LC - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 2.
- LCB - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 3.
- LCBLayout - Class in org.jfree.layout
-
Specialised layout manager for a grid of components.
- LCBLayout(int) - Constructor for class org.jfree.layout.LCBLayout
-
Creates a new LCBLayout with the specified maximum number of rows.
- LCBLC - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 6.
- LCBLCB - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 7.
- LCLC - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 4.
- LCLCB - Static variable in class org.jfree.layout.FormatLayout
-
A useful constant representing layout format 5.
- leapYearCount(int) - Static method in class org.jfree.date.SerialDate
-
Returns the number of leap years from 1900 to the specified year
INCLUSIVE.
- LEFT - Static variable in class org.jfree.ui.Align
-
Left alignment.
- LEFT - Static variable in class org.jfree.ui.HorizontalAlignment
-
Left alignment.
- LEFT - Static variable in class org.jfree.ui.RectangleAnchor
-
Left.
- LEFT - Static variable in class org.jfree.ui.RectangleEdge
-
Left.
- leftBytes - Variable in class com.keypoint.PngEncoder
-
The left bytes.
- LengthAdjustmentType - Class in org.jfree.ui
-
Represents the three options for adjusting a length: expand, contract, and
no change.
- LengthLimitingDocument - Class in org.jfree.ui
-
This Document restricts the size of the contained plain text to the given number of
characters.
- LengthLimitingDocument() - Constructor for class org.jfree.ui.LengthLimitingDocument
-
Creates a new LengthLimitingDocument, with no limitation.
- LengthLimitingDocument(int) - Constructor for class org.jfree.ui.LengthLimitingDocument
-
Creates a new LengthLimitingDocument with the given limitation.
- LEVELS - Static variable in interface org.jfree.util.LogTarget
-
Strings for the log levels.
- LGPL - Static variable in class org.jfree.ui.about.Licences
-
- 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
-
- Library(String, String, String, String) - Constructor for class org.jfree.ui.about.Library
-
Deprecated.
Creates a new library reference.
- Library(ProjectInfo) - Constructor for class org.jfree.ui.about.Library
-
Deprecated.
Constructs a library reference from a ProjectInfo object.
- LibraryPanel - Class in org.jfree.ui.about
-
A panel containing a table that lists the libraries used in a project.
- LibraryPanel(List) - Constructor for class org.jfree.ui.about.LibraryPanel
-
Constructs a LibraryPanel.
- LibraryPanel(ProjectInfo) - Constructor for class org.jfree.ui.about.LibraryPanel
-
Creates a new library panel for the specified project.
- LibraryTableModel - Class in org.jfree.ui.about
-
A table model containing a list of libraries used in a project.
- LibraryTableModel(List) - Constructor for class org.jfree.ui.about.LibraryTableModel
-
Constructs a LibraryTableModel.
- Licences - Class in org.jfree.ui.about
-
Contains the full texts of the GNU General Public Licence and the GNU Lesser
General Public Licence.
- Licences() - Constructor for class org.jfree.ui.about.Licences
-
- LineBreakIterator - Class in org.jfree.util
-
An iterator that breaks text into lines.
- LineBreakIterator() - Constructor for class org.jfree.util.LineBreakIterator
-
Default constructor.
- LineBreakIterator(String) - Constructor for class org.jfree.util.LineBreakIterator
-
Creates a new line break iterator.
- load(String) - Method in class org.jfree.base.config.PropertyFileConfiguration
-
Load the properties in the given file.
- load(String, Class) - Method in class org.jfree.base.config.PropertyFileConfiguration
-
Loads the properties stored in the given file.
- load(InputStream) - Method in class org.jfree.base.config.PropertyFileConfiguration
-
Loads the properties stored in the given file.
- load(String) - Method in class org.jfree.base.modules.PackageManager
-
Loads all modules mentioned in the report configuration starting with
the given prefix.
- loadAndInstantiate(String, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Tries to create a new instance of the given class.
- loadAndInstantiate(String, Class, Class) - Static method in class org.jfree.util.ObjectUtilities
-
Tries to create a new instance of the given class.
- loadBooter(String) - Method in class org.jfree.base.AbstractBoot
-
Loads the specified booter implementation.
- 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.
- loadModuleInfo() - Method in class org.jfree.base.modules.AbstractModule
-
Loads the default module description from the file "module.properties".
- loadModuleInfo(InputStream) - Method in class org.jfree.base.modules.AbstractModule
-
Loads the module descriptiong from the given input stream.
- 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.
- LogConfiguration - Class in org.jfree.base.log
-
A log configuration class.
- LogContext - Class in org.jfree.util
-
A log context.
- LogContext(String) - Constructor for class org.jfree.util.LogContext
-
Creates a new log context.
- logger - Static variable in class org.jfree.text.TextFragment
-
Access to logging facilities.
- logger - Static variable in class org.jfree.text.TextUtilities
-
Access to logging facilities.
- LOGLEVEL - Static variable in class org.jfree.base.log.LogConfiguration
-
The 'log level' property key.
- LOGLEVEL_DEFAULT - Static variable in class org.jfree.base.log.LogConfiguration
-
The default 'log level' property value.
- LOGTARGET - Static variable in class org.jfree.base.log.LogConfiguration
-
The 'log target' property key.
- LogTarget - Interface in org.jfree.util
-
An interface that defines a log target (a consumer of log messages).
- LOGTARGET_DEFAULT - Static variable in class org.jfree.base.log.LogConfiguration
-
The default 'log target' property value.
- SATURDAY - Static variable in class org.jfree.date.SerialDate
-
Useful constant for Saturday.
- save(String, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
-
Saves the given configuration into a file specified by the given
filename.
- save(File, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
-
Saves the given configuration into a file specified by the given
file object.
- save(OutputStream, Configuration) - Method in class org.jfree.util.SortedConfigurationWriter
-
Writes the configuration into the given output stream.
- SECOND_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
-
A useful constant for referring to the second week in a month.
- SEPTEMBER - Static variable in interface org.jfree.date.MonthConstants
-
Constant for September.
- SERIAL_LOWER_BOUND - Static variable in class org.jfree.date.SerialDate
-
The serial number for 1 January 1900.
- SERIAL_UPPER_BOUND - Static variable in class org.jfree.date.SerialDate
-
The serial number for 31 December 9999.
- SerialDate - Class in org.jfree.date
-
An abstract class that defines our requirements for manipulating dates,
without tying down a particular implementation.
- SerialDate() - Constructor for class org.jfree.date.SerialDate
-
Default constructor.
- SerialDateChooserPanel - Class in org.jfree.ui
-
A panel that allows the user to select a date.
- SerialDateChooserPanel() - Constructor for class org.jfree.ui.SerialDateChooserPanel
-
Constructs a new date chooser panel, using today's date as the initial selection.
- SerialDateChooserPanel(SerialDate, boolean) - Constructor for class org.jfree.ui.SerialDateChooserPanel
-
Constructs a new date chooser panel.
- SerialDateChooserPanel(SerialDate, boolean, Color, Color) - Constructor for class org.jfree.ui.SerialDateChooserPanel
-
Constructs a new date chooser panel.
- SerialDateUtilities - Class in org.jfree.date
-
A utility class that provides a number of useful methods (some static).
- SerialDateUtilities() - Constructor for class org.jfree.date.SerialDateUtilities
-
Creates a new utility class for the default locale.
- SerialUtilities - Class in org.jfree.io
-
A class containing useful utility methods relating to serialization.
- set(int, Object) - Method in class org.jfree.util.AbstractObjectList
-
Sets an object reference (overwriting any existing object).
- set(int, Object) - Method in class org.jfree.util.ObjectList
-
Sets an object reference (overwriting any existing object).
- setAction(Action) - Method in class org.jfree.ui.action.ActionButton
-
Assigns the given action to this button.
- setAction(Action) - Method in class org.jfree.ui.action.ActionMenuItem
-
Assigns the given action to this menuitem.
- setAction(Action) - Method in class org.jfree.ui.action.ActionRadioButton
-
Assigns the given action to this button.
- setActive(boolean) - Method in interface org.jfree.ui.tabbedui.RootEditor
-
Sets the editor active or inactive.
- setActive(boolean) - Method in class org.jfree.ui.tabbedui.RootPanel
-
Sets the status of the panel to active or inactive.
- setAllowOtherValue(boolean) - Method in class org.jfree.ui.KeyedComboBoxModel
-
- setAscending(boolean) - Method in class org.jfree.ui.SortableTableModel
-
Sets the flag that determines whether the sort order is ascending or
descending.
- 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.
- setChosenDateButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
-
Redefines the color for the currently selected date.
- setChosenMonthButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
-
Defines the color for the buttons representing the current month.
- setChosenOtherButtonColor(Color) - Method in class org.jfree.ui.DateChooserPanel
-
Redefines the color for the buttons representing the other months.
- setClassLoader(ClassLoader) - Static method in class org.jfree.util.ObjectUtilities
-
Redefines the custom classloader.
- setClassLoaderSource(String) - Static method in class org.jfree.util.ObjectUtilities
-
Defines the internal configuration entry, whether the classloader of
the thread context or the context classloader should be used.
- setCompressionLevel(int) - Method in class com.keypoint.PngEncoder
-
Set the compression level to use.
- setConfigProperty(String, String) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Sets a configuration property.
- setConfigProperty(String, String) - Method in interface org.jfree.base.config.ModifiableConfiguration
-
Sets the value of a configuration property.
- setConfigProperty(String, String) - Method in class org.jfree.base.config.SystemPropertyConfiguration
-
Sets a configuration property.
- setConfigProperty(String, String) - Method in class org.jfree.util.DefaultConfiguration
-
Sets the value of a configuration property.
- setConfirmed(boolean) - Method in class org.jfree.ui.tabbedui.DetailEditor
-
Sets the confirmed flag.
- setContributors(List) - Method in class org.jfree.ui.about.ProjectInfo
-
Sets the list of contributors.
- setCopyright(String) - Method in class org.jfree.base.BasicProjectInfo
-
Sets the project copyright statement.
- setCount(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
-
Sets the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST).
- setData(Object[], Object[]) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Replaces the data in this combobox model.
- setData(Object[][], int) - Method in class org.jfree.util.ObjectTable
-
Sets the table data.
- setDate(Date) - Method in class org.jfree.ui.DateChooserPanel
-
Sets the date chosen in the panel.
- setDate(SerialDate) - Method in class org.jfree.ui.SerialDateChooserPanel
-
Sets the date chosen in the panel.
- setDayOfMonth(int) - Method in class org.jfree.date.DayAndMonthRule
-
Sets the day-of-the-month for this rule.
- setDayOfWeek(int) - Method in class org.jfree.date.DayOfWeekInMonthRule
-
Sets the day-of-the-week for this rule.
- setDayOfWeek(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Sets the day-of-the-week for this rule.
- setDebuglevel(int) - Method in class org.jfree.util.Log
-
Defines the debug level for the log system.
- setDescription(String) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the description of the module.
- setDescription(String) - Method in class org.jfree.date.SerialDate
-
Sets the description for the date.
- setDisableLogging(boolean) - Static method in class org.jfree.base.log.LogConfiguration
-
Sets the flag that disables logging.
- setDisplayFont(Font) - Method in class org.jfree.ui.FontDisplayField
-
Sets the font.
- setDpi(int, int) - Method in class com.keypoint.PngEncoder
-
Set the DPI resolution.
- setDrawable(Drawable) - Method in class org.jfree.ui.DrawablePanel
-
Sets the drawable item.
- setDrawStringsWithFontAttributes(boolean) - Static method in class org.jfree.text.TextUtilities
-
Sets the flag that controls whether or not strings are drawn using the
current font attributes.
- 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.
- setFilter(int) - Method in class com.keypoint.PngEncoder
-
Set the filter to use.
- setGlobalMenu(boolean) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Sets the global menu flag.
- setHeight(double) - Method in class org.jfree.ui.FloatDimension
-
Sets the height.
- setHeight(double) - Method in class org.jfree.ui.Size2D
-
Sets the height.
- 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.
- setInsets(Insets) - Method in class org.jfree.ui.InsetsTextField
-
Sets the text of this text field to the formatted string
describing provided insets.
- setInteriorGap(RectangleInsets) - Method in class org.jfree.text.TextBox
-
Sets the interior gap.
- setJMenuBar(JMenuBar) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Sets the menu bar.
- setLicenceName(String) - Method in class org.jfree.base.BasicProjectInfo
-
Sets the license name.
- setLicenceName(String) - Method in class org.jfree.base.Library
-
Sets the licence name.
- setLicenceText(String) - Method in class org.jfree.ui.about.ProjectInfo
-
Sets the project licence text.
- setLineAlignment(HorizontalAlignment) - Method in class org.jfree.text.TextBlock
-
Sets the alignment of the lines of text within the block.
- setLogLevel(String) - Static method in class org.jfree.base.log.LogConfiguration
-
Sets the log level, which is read from the global report configuration at
the point that the classloader loads the
Log class.
- setLogo(Image) - Method in class org.jfree.ui.about.ProjectInfo
-
Sets the project logo.
- setLogTarget(String) - Static method in class org.jfree.base.log.LogConfiguration
-
Sets the log target.
- setMajorVersion(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Defines the major version of the module.
- setMaxLength(int) - Method in class org.jfree.ui.LengthLimitingDocument
-
Sets the maximum number of characters for this document.
- setMinorVersion(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Defines the minor version of the module.
- setModuleClass(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Defines the module class name.
- 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.
- setName(String) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the name of the module.
- 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.
- setOptionalModules(ModuleInfo[]) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the optional module descriptions for this module.
- 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.
- setParent(DowngradeActionMap) - Method in class org.jfree.ui.action.DowngradeActionMap
-
Sets this ActionMap's parent.
- setParentConfig(Configuration) - Method in class org.jfree.base.config.HierarchicalConfiguration
-
Set the parent configuration.
- setPatchLevel(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
-
Defines the patch level version of the module.
- setPressedColumn(int) - Method in class org.jfree.ui.SortButtonRenderer
-
Sets the pressed column.
- setProducer(String) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the producer of the module.
- setRelative(int) - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Sets the 'relative' attribute (SerialDate.PRECEDING, SerialDate.NEAREST,
SerialDate.FOLLOWING).
- setRequiredModules(ModuleInfo[]) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the required module descriptions for this module.
- setSelectedEditor(int) - Method in class org.jfree.ui.tabbedui.AbstractTabbedUI
-
Sets the selected editor.
- setSelectedFont(Font) - Method in class org.jfree.ui.FontChooserPanel
-
Initializes the contents of the dialog from the given font
object.
- setSelectedItem(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Set the selected item.
- setSelectedKey(Object) - Method in class org.jfree.ui.KeyedComboBoxModel
-
Defines the selected key.
- setShadowPaint(Paint) - Method in class org.jfree.text.TextBox
-
Sets the shadow paint.
- setShadowXOffset(double) - Method in class org.jfree.text.TextBox
-
Sets the x-offset for the shadow effect.
- setShadowYOffset(double) - Method in class org.jfree.text.TextBox
-
Sets the y-offset for the shadow effect.
- setShape(int, Shape) - Method in class org.jfree.util.ShapeList
-
Sets the
Shape for an item in the list.
- setSize(double, double) - Method in class org.jfree.ui.FloatDimension
-
Sets the size of this Dimension object to the specified
width and height.
- setSortableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTable
-
Changes the model for the table.
- setStroke(Stroke) - Method in class org.jfree.ui.StrokeSample
-
Sets the stroke object being displayed and repaints the component.
- setStroke(int, Stroke) - Method in class org.jfree.util.StrokeList
-
Sets the
Stroke for an item in the list.
- setSubrule(AnnualDateRule) - Method in class org.jfree.date.RelativeDayOfWeekRule
-
Sets the sub-rule.
- setSubSystem(String) - Method in class org.jfree.base.modules.AbstractModule
-
Defines the subsystem name for this module.
- setTableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTableHeaderListener
-
Sets the table model for the listener.
- setText(String) - Method in class org.jfree.util.LineBreakIterator
-
Sets the text to be broken up.
- setTextBlock(TextBlock) - Method in class org.jfree.text.TextBox
-
Sets the text block.
- setupUI() - Static method in class org.jfree.ui.UIUtilities
-
Set up the user interface.
- setUseDrawRotatedStringWorkaround(boolean) - Static method in class org.jfree.text.TextUtilities
-
Sets the flag that controls whether or not a workaround is used for
drawing rotated strings.
- setUseFontMetricsGetStringBounds(boolean) - Static method in class org.jfree.text.TextUtilities
-
Sets the flag that controls whether the FontMetrics.getStringBounds()
method is used or not.
- setVersion(String) - Method in class org.jfree.base.BasicProjectInfo
-
Sets the project version number.
- setVersion(String) - Method in class org.jfree.base.Library
-
Sets the version identifier.
- setWidth(double) - Method in class org.jfree.ui.FloatDimension
-
Sets the width.
- setWidth(double) - Method in class org.jfree.ui.Size2D
-
Sets the width.
- setXDpi(int) - Method in class com.keypoint.PngEncoder
-
Set the DPI for the X axis.
- setYDpi(int) - Method in class com.keypoint.PngEncoder
-
Set the DPI for the Y axis.
- setYearSelectionRange(int) - Method in class org.jfree.ui.DateChooserPanel
-
Sets the range of years available for selection.
- ShapeList - Class in org.jfree.util
-
A table of
Shape objects.
- ShapeList() - Constructor for class org.jfree.util.ShapeList
-
Creates a new list.
- ShapeUtilities - Class in org.jfree.util
-
Utility methods for
Shape objects.
- SimpleMessage(String, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
-
Creates a new message.
- SimpleMessage(String, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
-
Creates a new message.
- SimpleMessage(String, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
-
Creates a new message.
- SimpleMessage(String, Object, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
-
Creates a new message.
- SimpleMessage(String, Object[]) - Constructor for class org.jfree.util.Log.SimpleMessage
-
Creates a new message.
- size() - Method in class org.jfree.ui.action.DowngradeActionMap
-
Returns the number of bindings.
- size() - Method in class org.jfree.util.AbstractObjectList
-
Returns the size of the list.
- size() - Method in class org.jfree.util.FastStack
-
Returns the number of elements in the stack.
- Size2D - Class in org.jfree.ui
-
A simple class for representing the dimensions of an object.
- Size2D() - Constructor for class org.jfree.ui.Size2D
-
Creates a new instance with zero width and height.
- Size2D(double, double) - Constructor for class org.jfree.ui.Size2D
-
Creates a new instance with the specified width and height.
- SIZES - Static variable in class org.jfree.ui.FontChooserPanel
-
The font sizes that can be selected.
- sort(List) - Static method in class org.jfree.base.modules.PackageSorter
-
Sorts the given list of package states.
- SortableTable - Class in org.jfree.ui
-
A simple extension of JTable that supports the use of a SortableTableModel.
- SortableTable(SortableTableModel) - Constructor for class org.jfree.ui.SortableTable
-
Standard constructor - builds a table for the specified model.
- SortableTableHeaderListener - Class in org.jfree.ui
-
Captures mouse clicks on a table header, with the intention of triggering a sort.
- SortableTableHeaderListener(SortableTableModel, SortButtonRenderer) - Constructor for class org.jfree.ui.SortableTableHeaderListener
-
Standard constructor.
- SortableTableModel - Class in org.jfree.ui
-
The base class for a sortable table model.
- SortableTableModel() - Constructor for class org.jfree.ui.SortableTableModel
-
Constructs a sortable table model.
- SortButtonRenderer - Class in org.jfree.ui
-
A table cell renderer for table headings - uses one of three JButton instances to indicate the
sort order for the table column.
- SortButtonRenderer() - Constructor for class org.jfree.ui.SortButtonRenderer
-
Creates a new button renderer.
- sortByColumn(int, boolean) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
-
Sorts on the specified column.
- sortByColumn(int, boolean) - Method in class org.jfree.ui.SortableTableModel
-
Sorts the table.
- SortedConfigurationWriter - Class in org.jfree.util
-
Writes a Configuration instance into a property file, where
the keys are sorted by their name.
- SortedConfigurationWriter() - Constructor for class org.jfree.util.SortedConfigurationWriter
-
The default constructor, does nothing.
- SortOrder - Class in org.jfree.util
-
Defines tokens used to indicate sorting order (ascending or descending).
- SOUTH - Static variable in class org.jfree.ui.Align
-
South alignment (same as BOTTOM).
- SOUTH_EAST - Static variable in class org.jfree.ui.Align
-
South/East alignment (same as BOTTOM_RIGHT).
- SOUTH_WEST - Static variable in class org.jfree.ui.Align
-
South/West alignment (same as BOTTOM_LEFT).
- Spinner - Class in org.jfree.ui
-
A very basic spinner component, used for demo purposes only.
- Spinner(int) - Constructor for class org.jfree.ui.Spinner
-
Creates a new spinner.
- SpreadsheetDate - Class in org.jfree.date
-
Represents a date using an integer, in a similar fashion to the
implementation in Microsoft Excel.
- SpreadsheetDate(int, int, int) - Constructor for class org.jfree.date.SpreadsheetDate
-
Creates a new date instance.
- SpreadsheetDate(int) - Constructor for class org.jfree.date.SpreadsheetDate
-
Standard constructor - creates a new date object representing the
specified day number (which should be in the range 2 to 2958465.
- StackableException - Exception in org.jfree.util
-
A baseclass for exceptions, which could have parent exceptions.
- StackableException() - Constructor for exception org.jfree.util.StackableException
-
Creates a StackableRuntimeException with no message and no parent.
- StackableException(String, Exception) - Constructor for exception org.jfree.util.StackableException
-
Creates an exception.
- StackableException(String) - Constructor for exception org.jfree.util.StackableException
-
Creates an exception.
- StackableRuntimeException - Exception in org.jfree.util
-
A baseclass for RuntimeExceptions, which could have parent exceptions.
- StackableRuntimeException() - Constructor for exception org.jfree.util.StackableRuntimeException
-
Creates a StackableRuntimeException with no message and no parent.
- StackableRuntimeException(String, Exception) - Constructor for exception org.jfree.util.StackableRuntimeException
-
Creates an exception.
- StackableRuntimeException(String) - Constructor for exception org.jfree.util.StackableRuntimeException
-
Creates an exception.
- STANDARD_BORDER - Static variable in class org.jfree.ui.about.AboutDialog
-
The default border for the panels in the tabbed pane.
- STANDARD_BORDER - Static variable in class org.jfree.ui.about.AboutFrame
-
The default border for the panels in the tabbed pane.
- StandardDialog - Class in org.jfree.ui
-
The base class for standard dialogs.
- StandardDialog(Frame, String, boolean) - Constructor for class org.jfree.ui.StandardDialog
-
Standard constructor - builds a dialog...
- StandardDialog(Dialog, String, boolean) - Constructor for class org.jfree.ui.StandardDialog
-
Standard constructor - builds a dialog...
- StandardGradientPaintTransformer - Class in org.jfree.ui
-
Transforms a GradientPaint to range over the width of a target
shape.
- StandardGradientPaintTransformer() - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
-
- StandardGradientPaintTransformer(GradientPaintTransformType) - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
-
Creates a new transformer with the specified type.
- start() - Method in class org.jfree.base.AbstractBoot
-
Starts the boot process.
- startsWithIgnoreCase(String, String) - Static method in class org.jfree.util.StringUtils
-
Helper functions to query a strings start portion.
- STATE_CONFIGURED - Static variable in class org.jfree.base.modules.PackageState
-
A constant defining that the package has been loaded and configured.
- STATE_ERROR - Static variable in class org.jfree.base.modules.PackageState
-
A constant defining that the package produced an error and is not available.
- STATE_INITIALIZED - Static variable in class org.jfree.base.modules.PackageState
-
A constant defining that the package was initialized and is ready to use.
- STATE_NEW - Static variable in class org.jfree.base.modules.PackageState
-
A constant defining that the package is new.
- stringToColor(String) - Static method in class org.jfree.util.PaintUtilities
-
Converts a given string into a color.
- stringToInt(String) - Method in class org.jfree.ui.InsetsChooserPanel
-
Converts a string representing an integer into its numerical value.
- stringToMonthCode(String) - Static method in class org.jfree.date.SerialDate
-
Converts a string to a month code.
- stringToWeekday(String) - Method in class org.jfree.date.SerialDateUtilities
-
Converts the specified string to a weekday, using the default locale.
- stringToWeekdayCode(String) - Static method in class org.jfree.date.SerialDate
-
Converts the supplied string to a day of the week.
- StringUtils - Class in org.jfree.util
-
String utilities.
- stripFileExtension(String) - Method in class org.jfree.io.IOUtils
-
Removes the file extension from the given file name.
- StrokeChooserPanel - Class in org.jfree.ui
-
A component for choosing a stroke from a list of available strokes.
- StrokeChooserPanel(StrokeSample, StrokeSample[]) - Constructor for class org.jfree.ui.StrokeChooserPanel
-
Creates a panel containing a combo-box that allows the user to select
one stroke from a list of available strokes.
- StrokeList - Class in org.jfree.util
-
- 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.
- SubSystem - Interface in org.jfree.base.modules
-
A sub-system holds a separate collection of modules.
- SUNDAY - Static variable in class org.jfree.date.SerialDate
-
Useful constant for Sunday.
- SystemProperties - Class in org.jfree.ui.about
-
A utility class for working with system properties.
- SystemPropertiesFrame - Class in org.jfree.ui.about
-
A frame containing a table that displays the system properties for the
current Java Virtual Machine (JVM).
- SystemPropertiesFrame(boolean) - Constructor for class org.jfree.ui.about.SystemPropertiesFrame
-
Constructs a standard frame that displays system properties.
- SystemPropertiesPanel - Class in org.jfree.ui.about
-
A panel containing a table of system properties.
- SystemPropertiesPanel() - Constructor for class org.jfree.ui.about.SystemPropertiesPanel
-
Constructs a new panel.
- SystemPropertiesTableModel - Class in org.jfree.ui.about
-
A sortable table model containing the system properties.
- SystemPropertiesTableModel() - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel
-
Creates a new table model using the properties of the current Java
Virtual Machine.
- SystemPropertiesTableModel.SystemProperty - Class in org.jfree.ui.about
-
Useful class for holding the name and value of a system property.
- SystemPropertiesTableModel.SystemPropertyComparator - Class in org.jfree.ui.about
-
A class for comparing SystemProperty objects.
- SystemProperty(String, String) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
-
Standard constructor - builds a new SystemProperty.
- SystemPropertyComparator(boolean) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
-
Standard constructor.
- SystemPropertyConfiguration - Class in org.jfree.base.config
-
A property configuration based on system properties.
- SystemPropertyConfiguration() - Constructor for class org.jfree.base.config.SystemPropertyConfiguration
-
Creates a report configuration that includes all the system properties (whether they are
related to reports or not).