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

A

ABSOLUTE - Static variable in class org.jfree.chart.Spacer
A constant for 'absolute' spacing.
AbstractCategoryItemRenderer - class org.jfree.chart.renderer.AbstractCategoryItemRenderer.
An abstract base class that you can use to implement a new CategoryItemRenderer.
AbstractCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Creates a new renderer with no tool tip generator and no URL generator.
AbstractCategoryItemRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
AbstractCategoryItemRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
AbstractCategoryItemRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
AbstractDataset - class org.jfree.data.AbstractDataset.
An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractDataset() - Constructor for class org.jfree.data.AbstractDataset
Constructs a dataset.
AbstractRenderer - class org.jfree.chart.renderer.AbstractRenderer.
Base class providing common services for renderers.
AbstractRenderer() - Constructor for class org.jfree.chart.renderer.AbstractRenderer
Default constructor.
AbstractSeriesDataset - class org.jfree.data.AbstractSeriesDataset.
An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset() - Constructor for class org.jfree.data.AbstractSeriesDataset
Creates a new dataset.
AbstractTitle - class org.jfree.chart.AbstractTitle.
The base class for all chart titles.
AbstractTitle() - Constructor for class org.jfree.chart.AbstractTitle
Creates a new title, using default attributes where necessary.
AbstractTitle(int, int, int) - Constructor for class org.jfree.chart.AbstractTitle
Creates a new title, using default attributes where necessary.
AbstractTitle(int, int, int, Spacer) - Constructor for class org.jfree.chart.AbstractTitle
Constructs a new AbstractTitle.
AbstractXYItemRenderer - class org.jfree.chart.renderer.AbstractXYItemRenderer.
A base class that can be used to create new XYItemRenderer implementations.
AbstractXYItemRenderer() - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Default constructor.
AbstractXYItemRenderer(XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator.
AbstractXYItemRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator and URL generator.
AbstractXYItemRenderer(XYURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ChartPanel
Handles action events generated by the popup menu.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Handles user actions generated within the panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Handles user interactions with the panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.ColorBarPropertyEditPanel
Handles actions from within the property panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Handles user interaction with the property panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Handles button clicks by passing control to an appropriate handler method.
add(double, double) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(double, double, Comparable, Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Adds a mean and standard deviation to the table.
add(double, Number) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(LegendItem) - Method in class org.jfree.chart.LegendItemCollection
Adds a legend item to the collection.
add(Number, Number) - Method in class org.jfree.data.XYSeries
Adds new data to the series.
add(RegularTimePeriod, double) - Method in class org.jfree.data.time.TimeSeries
Adds a new data item to the series.
add(RegularTimePeriod, Number) - Method in class org.jfree.data.time.TimeSeries
Adds a new data item to the series.
add(SeriesDataset) - Method in class org.jfree.data.CombinedDataset
Adds one SeriesDataset to the combination.
add(SeriesDataset[]) - Method in class org.jfree.data.CombinedDataset
Adds an array of SeriesDataset's to the combination.
add(SeriesDataset, int) - Method in class org.jfree.data.CombinedDataset
Adds one series from a SeriesDataset to the combination.
add(Task) - Method in class org.jfree.data.TaskSeries
Adds a task to the series.
add(TaskSeries) - Method in class org.jfree.data.TaskSeriesCollection
Adds a series to the dataset.
add(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Adds a tick unit to the collection.
add(TimePeriod, double) - Method in class org.jfree.data.time.TimePeriodValues
Adds a new data item to the series.
add(TimePeriod, Number) - Method in class org.jfree.data.time.TimePeriodValues
Adds a new data item to the series.
add(TimePeriodValue) - Method in class org.jfree.data.time.TimePeriodValues
Adds a data item to the series.
add(TimeSeriesDataItem) - Method in class org.jfree.data.time.TimeSeries
Adds a data item to the series.
add(VerticalCategoryPlot) - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Adds a subplot.
add(XYDataPair) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(XYPlot) - Method in class org.jfree.chart.plot.OverlaidXYPlot
Adds a subplot.
add(XYPlot) - Method in class org.jfree.chart.plot.CombinedXYPlot
Adds a subplot, with a default 'weight' of 1.
add(XYPlot, int) - Method in class org.jfree.chart.plot.CombinedXYPlot
Adds a subplot with a particular weight (greater than or equal to one).
addAll(LegendItemCollection) - Method in class org.jfree.chart.LegendItemCollection
Adds the legend items from another collection to this collection.
addAndOrUpdate(TimeSeries) - Method in class org.jfree.data.time.TimeSeries
Adds or updates data from one series to another.
addAnnotation(Annotation) - Method in class org.jfree.chart.plot.ContourPlot
Adds an annotation to the plot.
addAnnotation(CategoryAnnotation) - Method in class org.jfree.chart.plot.CategoryPlot
Adds an annotation to the plot.
addAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.XYPlot
Adds an annotation to the plot.
addChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Registers an object for notification of changes to the axis.
addChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of changes to the chart.
addChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.Dataset
Registers an object for notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in class org.jfree.data.AbstractDataset
Registers an object to receive notification of changes to the dataset.
addChangeListener(LegendChangeListener) - Method in class org.jfree.chart.Legend
Registers an object for notification of changes to the legend.
addChangeListener(PlotChangeListener) - Method in class org.jfree.chart.plot.Plot
Registers an object for notification of changes to the plot.
addChangeListener(SeriesChangeListener) - Method in class org.jfree.data.Series
Registers an object with this series, to receive notification whenever the series changes.
addChangeListener(TitleChangeListener) - Method in class org.jfree.chart.AbstractTitle
Registers an object for notification of changes to the title.
addChart(String) - Method in class org.jfree.chart.servlet.ChartDeleter
Add a chart to be deleted when the session expires
addChartMouseListener(ChartMouseListener) - Method in class org.jfree.chart.ChartPanel
Adds a listener to the list of objects listening for chart mouse events.
addData(ValueDataset) - Method in class org.jfree.chart.plot.CompassPlot
Adds a dataset to the compass.
addData(ValueDataset, MeterNeedle) - Method in class org.jfree.chart.plot.CompassPlot
Adds a dataset to the compass.
addDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the domain axis.
addDomainMarker(Marker) - Method in class org.jfree.chart.plot.ContourPlot
Adds a marker for the domain axis.
addEntity(ChartEntity) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds an entity.
addEntity(ChartEntity) - Method in interface org.jfree.chart.entity.EntityCollection
Adds an entity to the collection.
addItem(Comparable, Comparable, Number) - Method in class org.jfree.data.xml.CategoryDatasetHandler
Adds an item to the dataset.
addItem(Comparable, Number) - Method in class org.jfree.data.xml.CategorySeriesHandler
Adds an item to the temporary storage for the series.
addItem(Comparable, Number) - Method in class org.jfree.data.xml.PieDatasetHandler
Adds an item to the dataset under construction.
addLegendItem(LegendItem) - Method in class org.jfree.chart.LegendTitle
Adds a legend item to the LegendTitle.
addMarker(IntervalMarker) - Method in class org.jfree.chart.axis.HorizontalMarkerAxisBand
Adds a marker to the band.
addObject(Comparable, Object) - Method in class org.jfree.data.KeyedObjects
Adds a new object to the collection, or overwrites an existing object.
addObject(Object, Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Adds an object to the table.
addOrUpdate(RegularTimePeriod, Number) - Method in class org.jfree.data.time.TimeSeries
Adds or updates the times series.
addProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of progress events relating to the chart.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.Series
Adds a property change listener to the series.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
Adds a property change listener to the renderer.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Adds a property change listener to the renderer.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the range axis.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display against the range axis.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.ContourPlot
Adds a marker for the range axis.
addSecondaryRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a secondary marker for the range axis.
addSeries(float[], int, String) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adds a series to the dataset.
addSeries(TimePeriodValues) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Adds a series to the collection.
addSeries(TimeSeries) - Method in class org.jfree.data.time.TimeSeriesCollection
Adds a series to the collection.
addSeries(XYSeries) - Method in class org.jfree.data.XYSeriesCollection
Adds a series to the collection.
addSubitle(AbstractTitle) - Method in class org.jfree.chart.plot.JThermometer
Adds a subtitle to the chart.
addSubtask(Task) - Method in class org.jfree.data.Task
Adds a sub-task to the task.
addSubtitle(AbstractTitle) - Method in class org.jfree.chart.JFreeChart
Adds a chart subtitle, and notifies registered listeners that the chart has been modified.
addSubtitle(String) - Method in class org.jfree.chart.plot.JThermometer
Adds a subtitle to the chart.
addSubtitle(String, Font) - Method in class org.jfree.chart.plot.JThermometer
Adds a subtitle to the chart.
addToDate(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Calculates a new date by adding this unit to the base date.
addToolTipSeries(List) - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Adds a list of tooltips for a series.
addURLSeries(List) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Adds a list of URLs.
addValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Adds a new value to the collection, or updates an existing value.
addValue(double, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds a value to the table.
addValue(int, int, float) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adds a value to a series.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds a value to the table.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Adds a value to the table.
adjustedLog10(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
adjustedLog10(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
advanceTime() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adjust the array offset as needed when a new time-period is added: Increments the indices "oldestAt" and "newestAt", mod(array length), zeroes the series values at newestAt, returns the new TimePeriod.
Annotation - interface org.jfree.chart.annotations.Annotation.
Base interface for plot annotations.
ANTICLOCKWISE - Static variable in class org.jfree.chart.plot.PiePlot
A constant representing the anti-clockwise direction.
appendData(float[]) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Appends new data.
AREA - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (area only).
AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (area and shapes).
AreaRenderer - class org.jfree.chart.renderer.AreaRenderer.
A category item renderer that draws area charts.
AreaRenderer() - Constructor for class org.jfree.chart.renderer.AreaRenderer
Creates a new renderer.
AreaRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.AreaRenderer
Creates a new renderer.
AreaXYRenderer - class org.jfree.chart.renderer.AreaXYRenderer.
Area item renderer for an XYPlot.
AreaXYRenderer() - Constructor for class org.jfree.chart.renderer.AreaXYRenderer
Constructs a new renderer.
AreaXYRenderer(int) - Constructor for class org.jfree.chart.renderer.AreaXYRenderer
Constructs a new renderer.
AreaXYRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.AreaXYRenderer
Constructs a new renderer.
ArrowNeedle - class org.jfree.chart.needle.ArrowNeedle.
A needle in the shape of an arrow.
ArrowNeedle(boolean) - Constructor for class org.jfree.chart.needle.ArrowNeedle
Constructs a new arrow needle.
ASCENDING - Static variable in class org.jfree.data.SortOrder
Ascending order.
attemptFontSelection() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Presents a font selection dialog to the user.
attemptPaintSelection() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Allow the user the opportunity to select a Paint object.
attemptTickLabelFontSelection() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Presents a tick label font selection dialog to the user.
AUTO_RANGE_BOTH_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom reset (both axes) action command.
AUTO_RANGE_HORIZONTAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom reset (horizontal axis only) action command.
AUTO_RANGE_VERTICAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom reset (vertical axis only) action command.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.ValueAxis
Automatically determines the maximum and minimum values on the axis to 'fit' the data.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Rescales the axis to ensure that all data are visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.HorizontalDateAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalNumberAxis
Sets the axis minimum and maximum values so that all the data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Sets the axis minimum and maximum values so that all the data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.VerticalDateAxis
Rescales the axis to ensure that all data is visible.
autoRangeBoth() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on both axes.
autoRangeHorizontal() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the horizontal axis.
autoRangeIncludesZero() - Method in class org.jfree.chart.axis.NumberAxis
Returns the flag that indicates whether or not the automatic axis range (if indeed it is determined automatically) is forced to include zero.
autoRangeStickyZero() - Method in class org.jfree.chart.axis.NumberAxis
Returns a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
autoRangeVertical() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the vertical axis.
Axis - class org.jfree.chart.axis.Axis.
The base class for all axes in JFreeChart.
AXIS_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
The axis gap.
Axis(String) - Constructor for class org.jfree.chart.axis.Axis
Constructs an axis, using default values where necessary.
axisChanged(AxisChangeEvent) - Method in class org.jfree.chart.plot.Plot
Receives notification of a change to one of the plot's axes.
axisChanged(AxisChangeEvent) - Method in class org.jfree.chart.plot.ContourPlot
Receives notification of a change to one of the plot's axes.
axisChanged(AxisChangeEvent) - Method in interface org.jfree.chart.event.AxisChangeListener
Receives notification of an axis change event.
AxisChangeEvent - class org.jfree.chart.event.AxisChangeEvent.
A change event that encapsulates information about a change to an axis.
AxisChangeEvent(Axis) - Constructor for class org.jfree.chart.event.AxisChangeEvent
Creates a new AxisChangeEvent.
AxisChangeListener - interface org.jfree.chart.event.AxisChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to an axis.
AxisConstants - interface org.jfree.chart.axis.AxisConstants.
Useful constants for the Axis class and its subclasses.
AxisNotCompatibleException - exception org.jfree.chart.axis.AxisNotCompatibleException.
An exception that is generated when assigning an axis to a plot *if* the axis is not compatible with the plot type.
AxisNotCompatibleException(String) - Constructor for class org.jfree.chart.axis.AxisNotCompatibleException
Constructs a new exception.
AxisPropertyEditPanel - class org.jfree.chart.ui.AxisPropertyEditPanel.
A panel for editing the properties of an axis.
AxisPropertyEditPanel(Axis) - Constructor for class org.jfree.chart.ui.AxisPropertyEditPanel
Standard constructor: builds a panel for displaying/editing the properties of the specified axis.

B

b - Variable in class org.jfree.chart.ui.ColorPalette
Blue components.
BAR_OUTLINE_WIDTH_THRESHOLD - Static variable in class org.jfree.chart.renderer.BarRenderer
Constant that controls the minimum width before a bar has an outline drawn.
BarRenderer - class org.jfree.chart.renderer.BarRenderer.
A base class for category item renderers that draw bars.
BarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.BarRenderer
Constructs a bar renderer.
BOTTOM - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position (also used for vertical alignment).
BOTTOM - Static variable in interface org.jfree.chart.axis.AxisConstants
Axis location constant.
BOTTOM - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Constant indicating that labels are to be shown below data points
BOTTOM - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Constant indicating that labels are to be shown below data points
buildGrid(int, int, int) - Method in class org.jfree.data.NonGridContourDataset
Builds a regular grid.
BULB - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (in the thermometer bulb).
BULB_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
The bulb diameter.
BULB_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The bulb radius.
BY_KEY - Static variable in class org.jfree.data.KeyedValueComparatorType
An object representing 'by key' sorting.
BY_VALUE - Static variable in class org.jfree.data.KeyedValueComparatorType
An object representing 'by value' sorting.

C

calculateHighestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the highest visible tick on the axis.
calculateHighestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the highest visible tick on the axis.
calculateLabelLocation(Rectangle2D, double, Rectangle2D, Rectangle2D, double, double, double) - Method in class org.jfree.chart.plot.PiePlot
Returns the location for a label, taking into account whether or not the pie section is exploded.
calculateLowestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the lowest visible tick on the axis.
calculateLowestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the lowest visible tick on the axis.
calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the number of visible ticks.
CandlestickRenderer - class org.jfree.chart.renderer.CandlestickRenderer.
A renderer that draws candlesticks on an XYPlot (requires a HighLowDataset).
CandlestickRenderer() - Constructor for class org.jfree.chart.renderer.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double) - Constructor for class org.jfree.chart.renderer.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double, boolean, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.CandlestickRenderer
Creates a new renderer for candlestick charts.
CategoryAnnotation - interface org.jfree.chart.annotations.CategoryAnnotation.
The interface that must be supported by annotations that are to be added to an CategoryPlot.
CategoryAxis - class org.jfree.chart.axis.CategoryAxis.
The base class for axes that display categories.
CategoryAxis(String) - Constructor for class org.jfree.chart.axis.CategoryAxis
Constructs a category axis, using default values where necessary.
CategoryDataset - interface org.jfree.data.CategoryDataset.
The interface for a dataset with one or more series, and values associated with categories.
CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'CategoryDataset' element name.
CategoryDatasetHandler - class org.jfree.data.xml.CategoryDatasetHandler.
A SAX handler for reading a CategoryDataset from an XML file.
CategoryDatasetHandler() - Constructor for class org.jfree.data.xml.CategoryDatasetHandler
Creates a new handler.
CategoryItemEntity - class org.jfree.chart.entity.CategoryItemEntity.
A chart entity that represents one item within a category plot.
CategoryItemEntity(Shape, String, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemEntity(Shape, String, String, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemRenderer - interface org.jfree.chart.renderer.CategoryItemRenderer.
A plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset.
CategoryPlot - class org.jfree.chart.plot.CategoryPlot.
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.CategoryPlot
Constructs a category plot, using default values where necessary.
CategoryPlotConstants - interface org.jfree.chart.plot.CategoryPlotConstants.
Useful constants for the CategoryPlot class.
CategorySeriesHandler - class org.jfree.data.xml.CategorySeriesHandler.
A handler for reading a series for a category dataset.
CategorySeriesHandler(RootHandler) - Constructor for class org.jfree.data.xml.CategorySeriesHandler
Creates a new item handler.
CategoryTextAnnotation - class org.jfree.chart.annotations.CategoryTextAnnotation.
A text annotation that can be placed on a CategoryPlot.
CategoryTextAnnotation(String, Comparable, double) - Constructor for class org.jfree.chart.annotations.CategoryTextAnnotation
Creates a new annotation to be displayed at the given location.
CategoryTextAnnotation(String, Font, Comparable, double) - Constructor for class org.jfree.chart.annotations.CategoryTextAnnotation
Creates a new annotation to be displayed at the given coordinates.
CategoryTextAnnotation(String, Font, Paint, Comparable, double) - Constructor for class org.jfree.chart.annotations.CategoryTextAnnotation
Creates a new annotation to be displayed at the given coordinates.
CategoryToolTipGenerator - interface org.jfree.chart.tooltips.CategoryToolTipGenerator.
Interface for a tool tip generator for plots that use data from a CategoryDataset.
CategoryToPieDataset - class org.jfree.data.CategoryToPieDataset.
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.
CategoryToPieDataset(CategoryDataset, int, int) - Constructor for class org.jfree.data.CategoryToPieDataset
An adaptor class that converts any CategoryDataset into a PieDataset, by taking the values from a single row or column.
CategoryURLGenerator - interface org.jfree.chart.urls.CategoryURLGenerator.
A URL generator for items in a CategoryDataset.
CENTER - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title alignment (horizontal or vertical).
centerRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Centers the axis range about the specified value.
characters(char[], int, int) - Method in class org.jfree.data.xml.ValueHandler
Receives some (or all) of the text in the current element.
characters(char[], int, int) - Method in class org.jfree.data.xml.RootHandler
Receives some (or all) of the text in the current element.
characters(char[], int, int) - Method in class org.jfree.data.xml.KeyHandler
Receives some (or all) of the text in the current element.
chartChanged(ChartChangeEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of changes to the chart, and redraws the chart.
chartChanged(ChartChangeEvent) - Method in interface org.jfree.chart.event.ChartChangeListener
Receives notification of a chart change event.
ChartChangeEvent - class org.jfree.chart.event.ChartChangeEvent.
A change event that encapsulates information about a change to a chart.
ChartChangeEvent(Object) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart, int) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeListener - interface org.jfree.chart.event.ChartChangeListener.
The interface that must be supported by classes that wish to receive notification of chart events.
ChartColor - class org.jfree.chart.ChartColor.
Class to extend the number of Colors available to the charts.
ChartColor(int, int, int) - Constructor for class org.jfree.chart.ChartColor
Creates a Color with an opaque sRGB with red, green and blue values in range 0-255.
ChartDeleter - class org.jfree.chart.servlet.ChartDeleter.
Used for deleting charts from the temporary directory when the users session expires.
ChartDeleter() - Constructor for class org.jfree.chart.servlet.ChartDeleter
Blank constructor.
ChartEntity - class org.jfree.chart.entity.ChartEntity.
A class that captures information about some component of a chart (a bar, line etc).
ChartEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new entity.
ChartEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new entity.
ChartFactory - class org.jfree.chart.ChartFactory.
A collection of utility methods for creating some standard charts with JFreeChart.
ChartFactory() - Constructor for class org.jfree.chart.ChartFactory
 
ChartFrame - class org.jfree.chart.ChartFrame.
A frame for displaying a chart.
ChartFrame(String, JFreeChart) - Constructor for class org.jfree.chart.ChartFrame
Constructs a frame for a chart.
ChartFrame(String, JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartFrame
Constructs a frame for a chart.
chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse click on a chart.
ChartMouseEvent - class org.jfree.chart.ChartMouseEvent.
A mouse event for a chart that is displayed in a ChartPanel.
ChartMouseEvent(JFreeChart, MouseEvent, ChartEntity) - Constructor for class org.jfree.chart.ChartMouseEvent
Constructs a new event.
ChartMouseListener - interface org.jfree.chart.ChartMouseListener.
The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications.
chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse movement on a chart.
ChartPanel - class org.jfree.chart.ChartPanel.
A Swing GUI component for displaying a JFreeChart.
ChartPanel(JFreeChart) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanel(JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a panel containing a chart.
ChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanelConstants - interface org.jfree.chart.ChartPanelConstants.
Useful constants for the ChartPanel class.
chartProgress(ChartProgressEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of a chart progress event.
chartProgress(ChartProgressEvent) - Method in interface org.jfree.chart.event.ChartProgressListener
Receives notification of a chart progress event.
ChartProgressEvent - class org.jfree.chart.event.ChartProgressEvent.
An event that contains information about the drawing progress of a chart.
ChartProgressEvent(Object, JFreeChart, int, int) - Constructor for class org.jfree.chart.event.ChartProgressEvent
Creates a new chart change event.
ChartProgressListener - interface org.jfree.chart.event.ChartProgressListener.
The interface that must be supported by classes that wish to receive notification of chart progress events.
ChartPropertyEditPanel - class org.jfree.chart.ui.ChartPropertyEditPanel.
A panel for editing chart properties (includes subpanels for the title, legend and plot).
ChartPropertyEditPanel(JFreeChart) - Constructor for class org.jfree.chart.ui.ChartPropertyEditPanel
Standard constructor - the property panel is made up of a number of sub-panels that are displayed in the tabbed pane.
ChartRenderingInfo - class org.jfree.chart.ChartRenderingInfo.
A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
ChartRenderingInfo() - Constructor for class org.jfree.chart.ChartRenderingInfo
Constructs a new ChartRenderingInfo structure that can be used to collect information about the dimensions of a rendered chart.
ChartRenderingInfo(EntityCollection) - Constructor for class org.jfree.chart.ChartRenderingInfo
Constructs a new ChartRenderingInfo structure.
ChartUtilities - class org.jfree.chart.ChartUtilities.
Utility methods for JFreeChart.
ChartUtilities() - Constructor for class org.jfree.chart.ChartUtilities
 
clear() - Method in class org.jfree.data.XYSeries
Removes all data pairs from the series.
clear() - Method in class org.jfree.chart.ChartRenderingInfo
Clears the information recorded by this object.
clear() - Method in class org.jfree.chart.entity.StandardEntityCollection
Clears the entities.
clear() - Method in interface org.jfree.chart.entity.EntityCollection
Clears all entities.
clearAnnotations() - Method in class org.jfree.chart.plot.XYPlot
Clears all the annotations.
clearAnnotations() - Method in class org.jfree.chart.plot.ContourPlot
Clears all the annotations.
clearCurrentText() - Method in class org.jfree.data.xml.ValueHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearCurrentText() - Method in class org.jfree.data.xml.KeyHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearDomainMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the domain markers.
clearDomainMarkers() - Method in class org.jfree.chart.plot.ContourPlot
Clears all the domain markers.
clearRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the range markers.
clearRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the range markers for the plot.
clearRangeMarkers() - Method in class org.jfree.chart.plot.ContourPlot
Clears all the range markers.
clearSecondaryRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the secondary range markers.
ClipPath - class org.jfree.chart.ClipPath.
This class would typically be used with the ContourPlot type.
ClipPath() - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[]) - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, boolean) - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, Paint, Paint, Stroke, Composite) - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
CLOCKWISE - Static variable in class org.jfree.chart.plot.PiePlot
A constant indicating the clockwise direction.
clone() - Method in class org.jfree.data.XYSeries
Returns a clone of the series.
clone() - Method in class org.jfree.data.XYDataPair
Returns a clone of this XYDataPair.
clone() - Method in class org.jfree.data.Series
Returns a clone of the series.
clone() - Method in class org.jfree.data.time.TimeSeries
Returns a clone of the time series.
clone() - Method in class org.jfree.data.time.TimeSeriesDataItem
Clones the data pair.
clone() - Method in class org.jfree.data.time.TimePeriodValue
Clones the data pair.
clone() - Method in class org.jfree.chart.AbstractTitle
Returns a clone of the title.
CLOSE - Static variable in class org.jfree.chart.renderer.HighLow
Useful constant for open/close value types.
close() - Method in class org.jfree.data.JDBCXYDataset
Close the database connection
ClusteredXYBarRenderer - class org.jfree.chart.renderer.ClusteredXYBarRenderer.
An extension of VerticalXYBarRenderer that displays bars for different series values at the same x next to each other.
ClusteredXYBarRenderer() - Constructor for class org.jfree.chart.renderer.ClusteredXYBarRenderer
Default constructor.
ClusteredXYBarRenderer(double, boolean) - Constructor for class org.jfree.chart.renderer.ClusteredXYBarRenderer
Constructs a new XY clustered bar renderer.
ColorBarAxis - interface org.jfree.chart.axis.ColorBarAxis.
An interface required for color bar axes.
ColorBarPropertyEditPanel - class org.jfree.chart.ui.ColorBarPropertyEditPanel.
A ColorBarPropertyEditPanel.
ColorBarPropertyEditPanel(NumberAxis) - Constructor for class org.jfree.chart.ui.ColorBarPropertyEditPanel
ColorBarPropertyEditPanel constructor comment.
ColorPalette - class org.jfree.chart.ui.ColorPalette.
Defines palette used in Contour Plots.
ColorPalette() - Constructor for class org.jfree.chart.ui.ColorPalette
Default contructor.
COLUMN - Static variable in class org.jfree.data.CategoryToPieDataset
A constant indicating that data should be extracted from a column.
COLUMN_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
The column diameter.
COLUMN_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The column radius.
CombinationDataset - interface org.jfree.data.CombinationDataset.
Interface that describes the new methods that any combined dataset needs to implement.
combine(Range, Range) - Static method in class org.jfree.data.Range
Creates a new range by combining two existing ranges.
CombinedDataset - class org.jfree.data.CombinedDataset.
This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets together exposing the union of all the series under one Dataset.
CombinedDataset() - Constructor for class org.jfree.data.CombinedDataset
Default constructor for an empty combination.
CombinedDataset(SeriesDataset[]) - Constructor for class org.jfree.data.CombinedDataset
Creates a CombinedDataset initialized with an array of SeriesDatasets.
CombinedXYPlot - class org.jfree.chart.plot.CombinedXYPlot.
An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
CombinedXYPlot(ValueAxis, int) - Constructor for class org.jfree.chart.plot.CombinedXYPlot
Creates a new MultiXYPlot.
compare(Object, Object) - Method in class org.jfree.data.KeyedValueComparator
Compares two KeyedValue instances and returns an int that indicates the relative order of the two objects.
compareTo(Object) - Method in class org.jfree.data.XYDataPair
Returns an integer indicating the order of this data pair object relative to another object.
compareTo(Object) - Method in class org.jfree.data.time.Day
Returns an integer indicating the order of this Day object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Hour
Returns an integer indicating the order of this Hour object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Minute
Returns an integer indicating the order of this Minute object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Month
Returns an integer indicating the order of this Month object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Year
Returns an integer indicating the order of this Year object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns an integer indicating the order of this data pair object relative to another object.
compareTo(Object) - Method in class org.jfree.data.time.FixedMillisecond
Returns an integer indicating the order of this Millisecond object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Second
Returns an integer indicating the order of this Second object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Millisecond
Returns an integer indicating the order of this Millisecond object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Quarter
Returns an integer indicating the order of this Quarter object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.data.time.Week
Returns an integer indicating the order of this Week object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class org.jfree.chart.axis.TickUnit
Compares this tick unit to an arbitrary object.
CompassPlot - class org.jfree.chart.plot.CompassPlot.
A specialised plot that draws a compass to indicate a direction based on the value from a ValueDataset.
CompassPlot() - Constructor for class org.jfree.chart.plot.CompassPlot
Default constructor.
CompassPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.CompassPlot
Constructs a new compass plot.
computeLogCeil(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Returns the smallest (closest to negative infinity) double value that is not less than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
computeLogCeil(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns the smallest (closest to negative infinity) double value that is not less than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
computeLogFloor(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Returns the largest (closest to positive infinity) double value that is not greater than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
computeLogFloor(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns the largest (closest to positive infinity) double value that is not greater than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
configure() - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Configures the axis against the current plot.
configure() - Method in class org.jfree.chart.axis.Axis
Configures the axis to work with the current plot.
configure() - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.HorizontalDateAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.VerticalNumberAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Configures the axis against the current plot.
configure() - Method in class org.jfree.chart.axis.VerticalDateAxis
Configures the axis to work with the specified plot.
contains(double) - Method in class org.jfree.data.Range
Returns true if the range contains the specified value.
ContourDataset - interface org.jfree.data.ContourDataset.
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
ContourEntity - class org.jfree.chart.entity.ContourEntity.
Represents an item on a contour chart.
ContourEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ContourEntity
Constructor for ContourEntity.
ContourEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ContourEntity
Constructor for ContourEntity.
ContourPlot - class org.jfree.chart.plot.ContourPlot.
A class for creating shaded contours.
ContourPlot(ContourDataset, ValueAxis, ValueAxis, NumberAxis) - Constructor for class org.jfree.chart.plot.ContourPlot
Constructs a Contour Plot with the specified axes (other attributes take default values).
ContourPlotUtilities - class org.jfree.chart.plot.ContourPlotUtilities.
Some utility methods for the ContourPlot class.
ContourPlotUtilities() - Constructor for class org.jfree.chart.plot.ContourPlotUtilities
Creates a new instance.
contourRenderer(Graphics2D, Rectangle2D, ChartRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBarAxis, ContourDataset, CrosshairInfo) - Method in class org.jfree.chart.plot.ContourPlot
Fills the plot.
ContourToolTipGenerator - interface org.jfree.chart.tooltips.ContourToolTipGenerator.
Interface for a tooltip generator for plots that use data from a ContourDataset.
ContourValuePlot - interface org.jfree.chart.plot.ContourValuePlot.
An interface defining methods related to contour plots.
createAreaChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createAreaXYChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an XY area plot.
createBubbleChart(String, String, String, XYZDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bubble chart with default settings.
createBufferedImage(int, int) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createCandlestickChart(String, String, String, HighLowDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a candlesticks chart.
createCategoryDataset(String, KeyedValues) - Static method in class org.jfree.data.DatasetUtilities
Creates a CategoryDataset by copying the data from the supplied KeyedValues instance.
createCategoryDataset(String, String, double[][]) - Static method in class org.jfree.data.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array (instances of Double are created to represent the data items).
createCategoryDataset(String, String, Number[][]) - Static method in class org.jfree.data.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array.
createChartPrintJob() - Method in class org.jfree.chart.ChartPanel
Creates a print job for the chart.
createCopy(int, int) - Method in class org.jfree.data.XYSeries
Creates a new series by copying a subset of the data in this time series.
createCopy(int, int) - Method in class org.jfree.data.time.TimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createCopy(RegularTimePeriod, RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createDefaultPaintArray() - Static method in class org.jfree.chart.ChartColor
Convenience method to return an array of Paint objects that represent the pre-defined colors in the Color and ChartColor objects.
createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a Gantt chart using the supplied attributes plus default values where required.
createHighLowChart(String, String, String, HighLowDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a high-low-open-close chart.
createHorizontalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a horizontal bar chart with default settings.
createHorizontalBarChart3D(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a horizontal 3D-effect bar chart with default settings.
createInstance(JFreeChart) - Static method in class org.jfree.chart.Legend
Static factory method that returns a concrete subclass of Legend.
createIntegerTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
Returns a collection of tick units for integer values.
createIntegerTickUnits() - Static method in class org.jfree.chart.axis.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createIntegerTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
Returns a collection of tick units for integer values.
createIntegerTickUnits(Locale) - Static method in class org.jfree.chart.axis.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createLineChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineXYChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
createMovingAverage(TimeSeries, String, int, int) - Static method in class org.jfree.data.MovingAverage
Creates a new TimeSeries containing moving average values for the given series.
createMovingAverage(XYDataset, int, String, long, long) - Static method in class org.jfree.data.MovingAverage
Creates a new XYDataset containing the moving averages of one series in the source dataset.
createMovingAverage(XYDataset, String, long, long) - Static method in class org.jfree.data.MovingAverage
Creates a new XYDataset containing the moving averages of each series in the source dataset.
createNumberArray(double[]) - Static method in class org.jfree.data.DatasetUtilities
Constructs an array of Number objects from an array of double primitives.
createNumberArray(double[]) - Static method in class org.jfree.data.DefaultHighLowDataset
Constructs an array of Number objects from an array of doubles.
createNumberArray2D(double[][]) - Static method in class org.jfree.data.DatasetUtilities
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
createPie3DChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(String, CategoryDataset, int, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a chart containing multiple pie charts, from a TableDataset.
createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
createPieDatasetForColumn(CategoryDataset, Comparable) - Static method in class org.jfree.data.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single column.
createPieDatasetForColumn(CategoryDataset, int) - Static method in class org.jfree.data.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single column.
createPieDatasetForRow(CategoryDataset, Comparable) - Static method in class org.jfree.data.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single row.
createPieDatasetForRow(CategoryDataset, int) - Static method in class org.jfree.data.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single row.
createPointMovingAverage(TimeSeries, String, int) - Static method in class org.jfree.data.MovingAverage
Creates a new TimeSeries containing moving average values for the given series, calculated by number of points (irrespective of the 'age' of those points).
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
Creates a popup menu for the panel.
createScatterPlot(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a scatter plot with default settings.
createSignalChart(String, String, String, SignalsDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a signal chart.
createStackedAreaChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createStackedHorizontalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked horizontal bar chart with default settings.
createStackedVerticalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked vertical bar chart with default settings.
createStackedVerticalBarChart3D(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked vertical bar chart with default settings.
createStandardDateTickUnits() - Static method in class org.jfree.chart.axis.DateAxis
Returns a collection of standard date tick units.
createStandardSeriesShapes() - Static method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Creates an array of standard shapes to display for the items in series on charts.
createStandardTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
Creates the standard tick units.
createStandardTickUnits() - Static method in class org.jfree.chart.axis.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createStandardTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
Creates a collection of standard tick units.
createStandardTickUnits(Locale) - Static method in class org.jfree.chart.axis.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createTempDir() - Static method in class org.jfree.chart.servlet.ServletUtilities
Creates the temporary directory if it does not exist.
createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a time series chart.
createTransformedShape(Shape, double, double) - Method in class org.jfree.chart.renderer.AbstractRenderer
Creates and returns a translated version of a shape.
createVerticalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a vertical bar chart with default settings.
createVerticalBarChart3D(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a vertical 3D-effect bar chart with default settings.
createVerticalXYBarChart(String, String, String, IntervalXYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a vertical XY bar chart.
createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a wind plot with default settings.
createXYStepChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stepped XY plot with default settings.
CRITICAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'critical' range.
CRITICAL_DATA - Static variable in interface org.jfree.data.MeterDataset
A constant representing the 'critical' level.
CRITICAL_TEXT - Static variable in class org.jfree.chart.plot.MeterPlot
The default text for the critical level.
CrosshairInfo - class org.jfree.chart.CrosshairInfo.
Maintains information about crosshairs on a plot.
CrosshairInfo() - Constructor for class org.jfree.chart.CrosshairInfo
Default constructor.
CustomXYToolTipGenerator - class org.jfree.chart.tooltips.CustomXYToolTipGenerator.
A tool tip generator that stores custom tooltips.
CustomXYToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Default constructor.
CustomXYURLGenerator - class org.jfree.chart.urls.CustomXYURLGenerator.
A custom URL generator.
CustomXYURLGenerator() - Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
Default constructor.

D

DARK_BLUE - Static variable in class org.jfree.chart.ChartColor
A dark blue color.
DARK_CYAN - Static variable in class org.jfree.chart.ChartColor
A dark cyan color.
DARK_GREEN - Static variable in class org.jfree.chart.ChartColor
A dark green color.
DARK_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A dark magenta color.
DARK_RED - Static variable in class org.jfree.chart.ChartColor
A dark red color.
DARK_YELLOW - Static variable in class org.jfree.chart.ChartColor
A dark yellow color.
DataPackageResources - class org.jfree.data.resources.DataPackageResources.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de - class org.jfree.data.resources.DataPackageResources_de.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de() - Constructor for class org.jfree.data.resources.DataPackageResources_de
 
DataPackageResources_es - class org.jfree.data.resources.DataPackageResources_es.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_es() - Constructor for class org.jfree.data.resources.DataPackageResources_es
 
DataPackageResources_fr - class org.jfree.data.resources.DataPackageResources_fr.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_fr() - Constructor for class org.jfree.data.resources.DataPackageResources_fr
 
DataPackageResources_pl - class org.jfree.data.resources.DataPackageResources_pl.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_pl() - Constructor for class org.jfree.data.resources.DataPackageResources_pl
 
DataPackageResources() - Constructor for class org.jfree.data.resources.DataPackageResources
 
Dataset - interface org.jfree.data.Dataset.
The base interface for data sets.
datasetChanged(DatasetChangeEvent) - Method in interface org.jfree.data.DatasetChangeListener
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.Plot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.CategoryPlot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.ThermometerPlot
Checks to see if a new value means the axis range needs adjusting.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.chart.plot.ContourPlot
Receives notification of a change to the plot's dataset.
DatasetChangeEvent - class org.jfree.data.DatasetChangeEvent.
A change event that encapsulates information about a change to a dataset.
DatasetChangeEvent(Object, Dataset) - Constructor for class org.jfree.data.DatasetChangeEvent
Constructs a new event.
DatasetChangeListener - interface org.jfree.data.DatasetChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - class org.jfree.data.DatasetGroup.
A class that is used to group datasets.
DatasetGroup() - Constructor for class org.jfree.data.DatasetGroup
Constructs a new DatasetGroup.
DatasetReader - class org.jfree.data.xml.DatasetReader.
A utility class for reading datasets from XML.
DatasetReader() - Constructor for class org.jfree.data.xml.DatasetReader
 
DatasetTags - interface org.jfree.data.xml.DatasetTags.
Constants for the tags that identify the elements in the XML files.
DatasetUtilities - class org.jfree.data.DatasetUtilities.
A collection of useful static methods relating to datasets.
DatasetUtilities() - Constructor for class org.jfree.data.DatasetUtilities
 
DataUtilities - class org.jfree.data.DataUtilities.
Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities).
DataUtilities() - Constructor for class org.jfree.data.DataUtilities
 
DATE_FORMAT - Static variable in class org.jfree.data.time.Day
A standard date formatter.
DATE_FORMAT_LONG - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_MEDIUM - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DATE_FORMAT_SHORT - Static variable in class org.jfree.data.time.Day
A date formatter for the default locale.
DateAxis - class org.jfree.chart.axis.DateAxis.
The base class for axes that display dates.
DateAxis(String) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateRange - class org.jfree.data.DateRange.
An axis range specified in terms of two java.util.Date objects.
DateRange() - Constructor for class org.jfree.data.DateRange
Default constructor.
DateRange(Date, Date) - Constructor for class org.jfree.data.DateRange
Constructs a new DateAxisRange.
DateRange(double, double) - Constructor for class org.jfree.data.DateRange
Constructs a new DateAxisRange.
DateRange(Range) - Constructor for class org.jfree.data.DateRange
Constructs a new DateAxisRange based on another range.
DateTickUnit - class org.jfree.chart.axis.DateTickUnit.
A tick unit for use by subclasses of DateAxis.
DateTickUnit(int, int) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTickUnit(int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTitle - class org.jfree.chart.DateTitle.
A chart title that displays the date.
DateTitle() - Constructor for class org.jfree.chart.DateTitle
Creates a new chart title that displays the current date in the default (LONG) format for the locale, positioned to the bottom right of the chart.
DateTitle(int) - Constructor for class org.jfree.chart.DateTitle
Creates a new chart title that displays the current date with the specified style (for the default locale).
DateTitle(int, Locale, Font, Paint) - Constructor for class org.jfree.chart.DateTitle
Creates a new chart title that displays the current date.
DateTitle(int, Locale, Font, Paint, int, int, int, Spacer) - Constructor for class org.jfree.chart.DateTitle
Creates a new chart title that displays the current date.
dateToString(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Formats a date using the tick unit's formatter.
Day - class org.jfree.data.time.Day.
Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
DAY - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for days.
Day() - Constructor for class org.jfree.data.time.Day
Constructs a Day, based on the system date/time.
Day(Date) - Constructor for class org.jfree.data.time.Day
Constructs a new Day, based on a particular date/time and the default time zone.
Day(Date, TimeZone) - Constructor for class org.jfree.data.time.Day
Constructs a Day, based on a particular date/time and time zone.
Day(int, int, int) - Constructor for class org.jfree.data.time.Day
Constructs a new one day time period.
Day(SerialDate) - Constructor for class org.jfree.data.time.Day
Constructs a new one day time period.
DEFAULT_ANCHOR_DATE - Static variable in class org.jfree.chart.axis.DateAxis
The default anchor date.
DEFAULT_AUTO_RANGE - Static variable in class org.jfree.chart.axis.ValueAxis
The default auto-range value.
DEFAULT_AUTO_RANGE_INCLUDES_ZERO - Static variable in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeIncludesZero flag.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE - Static variable in class org.jfree.chart.axis.ValueAxis
The default minimum auto range.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS - Static variable in class org.jfree.chart.axis.DateAxis
The default minimum auto range size.
DEFAULT_AUTO_RANGE_STICKY_ZERO - Static variable in class org.jfree.chart.axis.NumberAxis
The default value for the autoRangeStickyZero flag.
DEFAULT_AUTO_TICK_UNIT_SELECTION - Static variable in class org.jfree.chart.axis.ValueAxis
The default auto-tick-unit-selection value.
DEFAULT_AXIS_LABEL_FONT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis label font.
DEFAULT_AXIS_LABEL_INSETS - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis label insets.
DEFAULT_AXIS_LABEL_PAINT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis label paint.
DEFAULT_AXIS_MARGIN - Static variable in class org.jfree.chart.axis.CategoryAxis
The default margin for the axis (used for both lower and upper margins).
DEFAULT_AXIS_VISIBLE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis visibility.
DEFAULT_BACKGROUND_ALPHA - Static variable in class org.jfree.chart.plot.Plot
The default background alpha transparency.
DEFAULT_BACKGROUND_IMAGE - Static variable in interface org.jfree.chart.JFreeChartConstants
The default background image.
DEFAULT_BACKGROUND_IMAGE_ALIGNMENT - Static variable in interface org.jfree.chart.JFreeChartConstants
The default background image alignment.
DEFAULT_BACKGROUND_IMAGE_ALPHA - Static variable in interface org.jfree.chart.JFreeChartConstants
The default background image alpha.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.StandardLegend
The default background paint.
DEFAULT_BACKGROUND_PAINT - Static variable in interface org.jfree.chart.JFreeChartConstants
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.Plot
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.MeterPlot
The default background color.
DEFAULT_BORDER_SIZE - Static variable in class org.jfree.chart.plot.MeterPlot
The default border size.
DEFAULT_BUFFER_USED - Static variable in interface org.jfree.chart.ChartPanelConstants
Default setting for buffer usage.
DEFAULT_CATEGORY_MARGIN - Static variable in class org.jfree.chart.axis.CategoryAxis
The default margin between categories (a percentage of the overall axis length).
DEFAULT_CIRCLE_SIZE - Static variable in class org.jfree.chart.plot.MeterPlot
The default circle size.
DEFAULT_COLORBAR_THICKNESS - Static variable in class org.jfree.chart.axis.HorizontalColorBarAxis
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS - Static variable in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS - Static variable in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS - Static variable in class org.jfree.chart.axis.VerticalColorBarAxis
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS_PCT - Static variable in class org.jfree.chart.axis.HorizontalColorBarAxis
The default color bar thickness percentage.
DEFAULT_COLORBAR_THICKNESS_PCT - Static variable in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
The default color bar thickness as a percentage.
DEFAULT_COLORBAR_THICKNESS_PCT - Static variable in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
The default color bar thickness as a percentage.
DEFAULT_COLORBAR_THICKNESS_PCT - Static variable in class org.jfree.chart.axis.VerticalColorBarAxis
The default color bar thickness as a percentage.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair paint.
DEFAULT_CROSSHAIR_STROKE - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair stroke.
DEFAULT_CROSSHAIR_VISIBLE - Static variable in class org.jfree.chart.plot.XYPlot
The default crosshair visibility.
DEFAULT_DATE_RANGE - Static variable in class org.jfree.chart.axis.DateAxis
The default axis range.
DEFAULT_DATE_TICK_UNIT - Static variable in class org.jfree.chart.axis.DateAxis
The default date tick unit.
DEFAULT_DIRECTION - Static variable in class org.jfree.chart.plot.PiePlot
The default direction for the pie chart.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the domain description.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class org.jfree.data.time.TimePeriodValues
Default value for the domain description.
DEFAULT_DOMAIN_GRIDLINES_VISIBLE - Static variable in interface org.jfree.chart.plot.CategoryPlotConstants
The default visibility of the grid lines plotted against the domain axis.
DEFAULT_FONT - Static variable in class org.jfree.chart.TextTitle
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default font.
DEFAULT_FOREGROUND_ALPHA - Static variable in class org.jfree.chart.plot.Plot
The default foreground alpha transparency.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.XYPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in interface org.jfree.chart.plot.CategoryPlotConstants
The default grid line paint.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.XYPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in interface org.jfree.chart.plot.CategoryPlotConstants
The default grid line stroke.
DEFAULT_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
The default panel height.
DEFAULT_HORIZONTAL_ALIGNMENT - Static variable in class org.jfree.chart.AbstractTitle
The default horizontal alignment.
DEFAULT_INNER_GAP - Static variable in class org.jfree.chart.StandardLegend
The default inner gap.
DEFAULT_INSETS - Static variable in class org.jfree.chart.plot.Plot
The default insets.
DEFAULT_INSETS - Static variable in class org.jfree.chart.plot.ContourPlot
The default insets.
DEFAULT_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.PiePlot
The default interior gap.
DEFAULT_INVERTED - Static variable in class org.jfree.chart.axis.ValueAxis
The default inverted flag setting.
DEFAULT_ITEM_FONT - Static variable in class org.jfree.chart.StandardLegend
The default item font.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.BarRenderer
The default item margin percentage.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.CompassPlot
The default label font.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.MeterPlot
The default label font.
DEFAULT_LOWER_BOUND - Static variable in class org.jfree.chart.axis.ValueAxis
The default lower bound for the axis.
DEFAULT_LOWER_BOUND - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default lower bound.
DEFAULT_LOWER_MARGIN - Static variable in class org.jfree.chart.axis.ValueAxis
The default value for the lower margin (0.05 = 5%).
DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_METER_ANGLE - Static variable in class org.jfree.chart.plot.MeterPlot
The default meter angle.
DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW - Static variable in class org.jfree.chart.plot.PiePlot
The default minimum arc angle to draw.
DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_OUTER_GAP - Static variable in class org.jfree.chart.StandardLegend
The default outer gap.
DEFAULT_OUTERGAP - Static variable in class org.jfree.chart.axis.HorizontalColorBarAxis
The default outer gap.
DEFAULT_OUTERGAP - Static variable in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
The default outer gap.
DEFAULT_OUTERGAP - Static variable in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
The default outer gap.
DEFAULT_OUTERGAP - Static variable in class org.jfree.chart.axis.VerticalColorBarAxis
The default outer gap.
DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.StandardLegend
The default outline paint.
DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.Plot
The default outline color.
DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default outline paint.
DEFAULT_OUTLINE_PAINT_SEQUENCE - Static variable in class org.jfree.chart.renderer.DefaultDrawingSupplier
The default outline paint sequence.
DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.StandardLegend
The default outline stroke.
DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.Plot
The default outline stroke.
DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default outline stroke.
DEFAULT_OUTLINE_STROKE_SEQUENCE - Static variable in class org.jfree.chart.renderer.DefaultDrawingSupplier
The default outline stroke sequence.
DEFAULT_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default paint.
DEFAULT_PAINT_SEQUENCE - Static variable in class org.jfree.chart.renderer.DefaultDrawingSupplier
The default fill paint sequence.
DEFAULT_PERCENT_FORMATTER - Static variable in class org.jfree.chart.plot.PiePlot
The default percent label formatter.
DEFAULT_POSITION - Static variable in class org.jfree.chart.AbstractTitle
The default title position.
DEFAULT_RADIUS - Static variable in class org.jfree.chart.plot.PiePlot
The default radius percent (currently 100%).
DEFAULT_RANGE - Static variable in class org.jfree.chart.axis.ValueAxis
The default axis range.
DEFAULT_RANGE_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the range description.
DEFAULT_RANGE_DESCRIPTION - Static variable in class org.jfree.data.time.TimePeriodValues
Default value for the range description.
DEFAULT_RANGE_GRIDLINES_VISIBLE - Static variable in interface org.jfree.chart.plot.CategoryPlotConstants
The default visibility of the grid lines plotted against the range axis.
DEFAULT_SECTION_LABEL_FONT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label font.
DEFAULT_SECTION_LABEL_GAP - Static variable in class org.jfree.chart.plot.PiePlot
The default section label gap (currently 10%).
DEFAULT_SECTION_LABEL_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label paint.
DEFAULT_SECTION_LABEL_TYPE - Static variable in class org.jfree.chart.plot.PiePlot
The default section label type.
DEFAULT_SERIES_LABEL_FONT - Static variable in class org.jfree.chart.plot.PiePlot
The default series label font.
DEFAULT_SERIES_LABEL_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default series label paint.
DEFAULT_SHAPE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default shape.
DEFAULT_SHAPE_SEQUENCE - Static variable in class org.jfree.chart.renderer.DefaultDrawingSupplier
The default shape sequence.
DEFAULT_SHOW_SERIES_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
The default for the show series labels flag
DEFAULT_SPACER - Static variable in class org.jfree.chart.AbstractTitle
Default title spacer.
DEFAULT_START_ANGLE - Static variable in class org.jfree.chart.plot.PiePlot
The default starting angle for the pie chart.
DEFAULT_STROKE - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default stroke.
DEFAULT_STROKE_SEQUENCE - Static variable in class org.jfree.chart.renderer.DefaultDrawingSupplier
The default stroke sequence.
DEFAULT_SYMBOLIC_GRID_LINE_PAINT - Static variable in class org.jfree.chart.axis.HorizontalSymbolicAxis
The default symbolic grid line paint.
DEFAULT_SYMBOLIC_GRID_LINE_PAINT - Static variable in class org.jfree.chart.axis.VerticalSymbolicAxis
The default symbolic grid line paint.
DEFAULT_TEXT_PAINT - Static variable in class org.jfree.chart.TextTitle
The default text color.
DEFAULT_TICK_LABEL_FONT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick label font.
DEFAULT_TICK_LABEL_INSETS - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick label insets.
DEFAULT_TICK_LABEL_PAINT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick label paint.
DEFAULT_TICK_LABELS_VISIBLE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick labels visibility.
DEFAULT_TICK_MARK_INSIDE_LENGTH - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick mark inside length.
DEFAULT_TICK_MARK_OUTSIDE_LENGTH - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick mark outside length.
DEFAULT_TICK_MARK_PAINT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick paint.
DEFAULT_TICK_MARK_STROKE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick stroke.
DEFAULT_TICK_MARKS_VISIBLE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick marks visible.
DEFAULT_TICK_UNIT - Static variable in class org.jfree.chart.axis.NumberAxis
The default tick unit.
DEFAULT_TIME_ZONE - Static variable in class org.jfree.data.time.RegularTimePeriod
The default time zone.
DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.StandardLegend
The default title font.
DEFAULT_TITLE_FONT - Static variable in interface org.jfree.chart.JFreeChartConstants
The default font for titles.
DEFAULT_UPPER_BOUND - Static variable in class org.jfree.chart.axis.ValueAxis
The default upper bound for the axis.
DEFAULT_UPPER_BOUND - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default upper bound.
DEFAULT_UPPER_MARGIN - Static variable in class org.jfree.chart.axis.ValueAxis
The default value for the upper margin (0.05 = 5%).
DEFAULT_VALUE_FORMATTER - Static variable in class org.jfree.chart.plot.PiePlot
The default value label formatter.
DEFAULT_VALUE_LABEL_FONT - Static variable in interface org.jfree.chart.plot.CategoryPlotConstants
The default value label font.
DEFAULT_VERTICAL_ALIGNMENT - Static variable in class org.jfree.chart.AbstractTitle
The default vertical alignment.
DEFAULT_VERTICAL_CATEGORY_LABELS - Static variable in class org.jfree.chart.axis.HorizontalCategoryAxis
The default setting for vertical category labels.
DEFAULT_VERTICAL_LABEL - Static variable in class org.jfree.chart.axis.VerticalCategoryAxis
The default setting for vertical axis label.
DEFAULT_VERTICAL_LABEL - Static variable in class org.jfree.chart.axis.VerticalNumberAxis
The default setting for the vertical-label flag.
DEFAULT_VERTICAL_TICK_LABELS - Static variable in class org.jfree.chart.axis.HorizontalNumberAxis
The default setting for the vertical tick labels flag.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.HorizontalBarRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.VerticalBarRenderer3D
The default wall paint.
DEFAULT_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
The default panel width.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.HorizontalBarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.VerticalBarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.HorizontalBarRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.VerticalBarRenderer3D
The default y-offset for the 3D effect.
DefaultCategoryDataset - class org.jfree.data.DefaultCategoryDataset.
A default implementation of the CategoryDataset interface.
DefaultCategoryDataset() - Constructor for class org.jfree.data.DefaultCategoryDataset
Creates a new (empty) dataset.
DefaultContourDataset - class org.jfree.data.DefaultContourDataset.
A convenience class that provides a default implementation of the ContourDataset interface.
DefaultContourDataset() - Constructor for class org.jfree.data.DefaultContourDataset
Creates a new dataset, initially empty.
DefaultContourDataset(String, Object[], Object[], Object[]) - Constructor for class org.jfree.data.DefaultContourDataset
Constructs a new dataset with the given data.
defaultDisplay(Graphics2D, Shape) - Method in class org.jfree.chart.needle.MeterNeedle
Displays a shape.
DefaultDrawingSupplier - class org.jfree.chart.renderer.DefaultDrawingSupplier.
A default implementation of the DrawingSupplier interface.
DefaultDrawingSupplier() - Constructor for class org.jfree.chart.renderer.DefaultDrawingSupplier
Creates a new supplier, with default sequences for fill paint, outline paint, stroke and shapes.
DefaultDrawingSupplier(Paint[], Paint[], Stroke[], Stroke[], Shape[]) - Constructor for class org.jfree.chart.renderer.DefaultDrawingSupplier
Creates a new supplier.
DefaultHighLowDataset - class org.jfree.data.DefaultHighLowDataset.
A simple implementation of the HighLowDataset.
DefaultHighLowDataset(String, Date[], double[], double[], double[], double[], double[]) - Constructor for class org.jfree.data.DefaultHighLowDataset
Constructs a new high/low/open/close dataset.
DefaultIntervalCategoryDataset - class org.jfree.data.DefaultIntervalCategoryDataset.
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
DefaultIntervalCategoryDataset(Comparable[], Comparable[], Number[][], Number[][]) - Constructor for class org.jfree.data.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series and the supplied objects for the categories.
DefaultIntervalCategoryDataset(double[][], double[][]) - Constructor for class org.jfree.data.DefaultIntervalCategoryDataset
Creates a new dataset.
DefaultIntervalCategoryDataset(Number[][], Number[][]) - Constructor for class org.jfree.data.DefaultIntervalCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultIntervalCategoryDataset(String[], Number[][], Number[][]) - Constructor for class org.jfree.data.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series.
DefaultKeyedValue - class org.jfree.data.DefaultKeyedValue.
A (key, value) pair.
DefaultKeyedValue(Comparable, Number) - Constructor for class org.jfree.data.DefaultKeyedValue
Creates a new (key, value) pair.
DefaultKeyedValueDataset - class org.jfree.data.DefaultKeyedValueDataset.
A default implementation of the KeyedValueDataset interface.
DefaultKeyedValueDataset() - Constructor for class org.jfree.data.DefaultKeyedValueDataset
Constructs a new dataset, initially empty.
DefaultKeyedValueDataset(Comparable, Number) - Constructor for class org.jfree.data.DefaultKeyedValueDataset
Creates a new dataset with the specified initial value.
DefaultKeyedValueDataset(KeyedValue) - Constructor for class org.jfree.data.DefaultKeyedValueDataset
Creates a new dataset that uses the data from a KeyedValue instance.
DefaultKeyedValues - class org.jfree.data.DefaultKeyedValues.
A collection of (key, value) pairs.
DefaultKeyedValues() - Constructor for class org.jfree.data.DefaultKeyedValues
Creates a new collection (initially empty).
DefaultKeyedValues2D - class org.jfree.data.DefaultKeyedValues2D.
A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).
DefaultKeyedValues2D() - Constructor for class org.jfree.data.DefaultKeyedValues2D
Creates a new instance (initially empty).
DefaultKeyedValues2DDataset - class org.jfree.data.DefaultKeyedValues2DDataset.
A default implementation of the KeyedValues2DDataset interface.
DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.DefaultKeyedValues2DDataset
 
DefaultKeyedValuesDataset - class org.jfree.data.DefaultKeyedValuesDataset.
A default implementation of the KeyedValuesDataset interface.
DefaultKeyedValuesDataset() - Constructor for class org.jfree.data.DefaultKeyedValuesDataset
 
DefaultMeterDataset - class org.jfree.data.DefaultMeterDataset.
A default implementation of the MeterDataset interface.
DefaultMeterDataset() - Constructor for class org.jfree.data.DefaultMeterDataset
Default constructor.
DefaultMeterDataset(Number, Number, Number, String) - Constructor for class org.jfree.data.DefaultMeterDataset
Creates a new dataset.
DefaultMeterDataset(Number, Number, Number, String, Number, Number, Number, Number, Number, Number, int) - Constructor for class org.jfree.data.DefaultMeterDataset
Creates a new dataset.
DefaultPieDataset - class org.jfree.data.DefaultPieDataset.
A default implementation of the PieDataset interface.
DefaultPieDataset() - Constructor for class org.jfree.data.DefaultPieDataset
Constructs a new dataset, initially empty.
DefaultPieDataset(KeyedValues) - Constructor for class org.jfree.data.DefaultPieDataset
Creates a new dataset that uses the data from a KeyedValues instance.
DefaultShapeFactory - class org.jfree.chart.DefaultShapeFactory.
Default provider of shapes for indicating data points on a Plot.
DefaultShapeFactory() - Constructor for class org.jfree.chart.DefaultShapeFactory
 
DefaultStatisticalCategoryDataset - class org.jfree.data.DefaultStatisticalCategoryDataset.
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
DefaultStatisticalCategoryDataset() - Constructor for class org.jfree.data.DefaultStatisticalCategoryDataset
Creates a new dataset.
DefaultValueDataset - class org.jfree.data.DefaultValueDataset.
A default implementation of the ValueDataset interface.
DefaultValueDataset() - Constructor for class org.jfree.data.DefaultValueDataset
Constructs a new dataset, initially empty.
DefaultValueDataset(Number) - Constructor for class org.jfree.data.DefaultValueDataset
Creates a new dataset.
DefaultWindDataset - class org.jfree.data.DefaultWindDataset.
A default implementation of the WindDataset interface.
DefaultWindDataset() - Constructor for class org.jfree.data.DefaultWindDataset
Constructs a new, empty, WindDataset.
DefaultWindDataset(List, Object[][][]) - Constructor for class org.jfree.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultWindDataset(Object[][][]) - Constructor for class org.jfree.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultWindDataset(String[], Object[][][]) - Constructor for class org.jfree.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
delete(int, int) - Method in class org.jfree.data.XYSeries
Deletes a range of items from the series.
delete(int, int) - Method in class org.jfree.data.time.TimeSeries
Deletes data from start until end index (end inclusive).
delete(int, int) - Method in class org.jfree.data.time.TimePeriodValues
Deletes data from start until end index (end inclusive).
delete(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Deletes data for the given time period.
DESCENDING - Static variable in class org.jfree.data.SortOrder
Descending order.
DIALTYPE_CHORD - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'chord'.
DIALTYPE_CIRCLE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'circle'.
DIALTYPE_PIE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'pie'.
DISCONTINUOUS - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISCONTINUOUS_LINES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISPLAY_HIGH - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for display high value in subrangeInfo matrix.
DISPLAY_LOW - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for display low value in subrangeInfo matrix.
DisplayChart - class org.jfree.chart.servlet.DisplayChart.
Servlet used for streaming charts to the client browser from the temporary directory.
DisplayChart() - Constructor for class org.jfree.chart.servlet.DisplayChart
Default constructor.
displayPopupMenu(int, int) - Method in class org.jfree.chart.ChartPanel
The idea is to modify the zooming options depending on the type of chart being displayed by the panel.
distance(double, double, double, double) - Method in class org.jfree.data.NonGridContourDataset
Calculates the distance between two points
doAutoRange() - Method in interface org.jfree.chart.axis.ColorBarAxis
This is cheat to make autoAdjustRange public.
doAutoRange() - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
This is cheat to make autoAdjustRange public.
doAutoRange() - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
This is cheat to make autoAdjustRange public.
doAutoRange() - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
This is cheat to make autoAdjustRange public.
doAutoRange() - Method in class org.jfree.chart.axis.VerticalColorBarAxis
This is cheat to make autoAdjustRange public.
DomainInfo - interface org.jfree.data.DomainInfo.
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
doSaveAs() - Method in class org.jfree.chart.ChartPanel
Opens a file chooser and gives the user an opportunity to save the chart in PNG format.
draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Draws the annotation.
draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in interface org.jfree.chart.annotations.CategoryAnnotation
Draws the annotation.
draw(Graphics2D, double, double) - Method in class org.jfree.chart.DrawableLegendItem
Draw the item.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.LegendTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.StandardLegend
Draws the legend on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.JFreeChart
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.TextTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.AbstractTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.Legend
Draws the legend on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.MeterLegend
Draws the legend.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
draw(Graphics2D, Rectangle2D, boolean, boolean) - Method in class org.jfree.chart.StandardLegend
Draws the legend.
draw(Graphics2D, Rectangle2D, boolean, boolean) - Method in class org.jfree.chart.MeterLegend
Draws the legend.
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.Plot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.CompassPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws the XY plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.MeterPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.Pie3DPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.ThermometerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.ContourPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.FastScatterPlot
Draws the fast scatter plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.CombinedXYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, double) - Method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
draw(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
draw(Graphics2D, Rectangle2D, Rectangle2D, double, double) - Method in class org.jfree.chart.axis.HorizontalMarkerAxisBand
Draws the band.
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.Axis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalNumberAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalDateAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
Draws the clip path.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in interface org.jfree.chart.annotations.XYAnnotation
Draws the annotation.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Draws the annotation.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Draws the annotation.
DrawableLegendItem - class org.jfree.chart.DrawableLegendItem.
Represents a single item within a legend.
DrawableLegendItem(LegendItem) - Constructor for class org.jfree.chart.DrawableLegendItem
Create a legend item.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws the background for the plot.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws the background for the plot.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draw the plot background.
drawColorBar(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawColorBar(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawColorBar(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawColorBar(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalShapeRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Draws a grid line against the range axis.
drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Draws a grid line against the domain axis.
drawDomainMarker(Graphics2D, ContourPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.plot.ContourPlot
Draws a vertical line on the chart to represent a 'range marker'.
drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Draws a vertical line on the chart to represent a 'range marker'.
drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Draws a vertical line on the chart to represent a 'range marker'.
drawHorizontal(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.TextTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawHorizontal(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawHorizontalLabel(String, Graphics2D, Rectangle2D, Rectangle2D, int, double) - Method in class org.jfree.chart.axis.Axis
A utility method intended for use by subclasses that are 'horizontal' axes (for example, HorizontalCategoryAxis, HorizontalCategoryAxis3D, HorizontalNumberAxis, HorizontalNumberAxis3D and HorizontalDateAxis).
drawHorizontalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
Utility method for drawing a crosshair on the chart (if required).
drawHorizontalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.ContourPlot
Utility method for drawing a crosshair on the chart (if required).
DRAWING_FINISHED - Static variable in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has finished.
DRAWING_STARTED - Static variable in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has started.
DrawingSupplier - interface org.jfree.chart.renderer.DrawingSupplier.
A supplier of Paint and Stroke objects.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.AreaRenderer
Draw a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.HorizontalShapeRenderer
Draw a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer3D
Draws a stacked bar (with 3D-effect) for a specific item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.StackedAreaRenderer
Draw a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Draw a single data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.VerticalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Draws an item from the dataset.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws a 3D bar to represent one data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, KeyedValues2DDataset, int, int, int) - Method in class org.jfree.chart.renderer.VerticalStatisticalBarRenderer
Draws the bar with its standard deviation line range for a single (series, category) data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, KeyedValues2DDataset, int, int, int) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws a 3D bar to represent one data item.
drawItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, KeyedValues2DDataset, int, int, int) - Method in class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.SignalRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.WindItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.XYBubbleRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.ReverseXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.YIntervalRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.VerticalXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.XYStepRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Called for each item to be plotted.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.HighLowRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, int, CrosshairInfo) - Method in class org.jfree.chart.renderer.XYDotRenderer
Draws the visual representation of a single data item.
drawLabel(Graphics2D, Rectangle2D, Rectangle2D, PieDataset, double, int, double, double) - Method in class org.jfree.chart.plot.PiePlot
Draws the label for one pie section.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.PointerNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.PinNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.PlumNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.ArrowNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.LineNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.LongNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.ShipNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class org.jfree.chart.needle.WindNeedle
Draws the needle.
drawNoDataMessage(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draws a message to state that there is no data to plot.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws the outline for the plot.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws the outline for the plot.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draw the plot outline
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.HorizontalShapeRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Draws a grid line against the range axis.
drawRangeGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Draws a grid line against the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Draws a range marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class org.jfree.chart.renderer.HorizontalShapeRenderer
Draws a vertical line on the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Draws a horizontal line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, ContourPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.plot.ContourPlot
Draws a horizontal line across the chart to represent a 'range marker'.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Draws a horizontal line across the chart to represent a 'range marker'.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Draws a horizontal line across the chart to represent a 'range marker'.
drawSide(Graphics2D, Rectangle2D, Arc2D, Area, Area, Paint, boolean, boolean) - Method in class org.jfree.chart.plot.Pie3DPlot
Draws the side of a pie section.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Draws the symbolic grid lines.
drawTitle(AbstractTitle, Graphics2D, Rectangle2D) - Method in class org.jfree.chart.JFreeChart
Draws a title.
drawVertical(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawVerticalLabel(String, boolean, Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.Axis
A utility method intended for use by subclasses that are 'vertical' axes (for example, VerticalCategoryAxis, VerticalNumberAxis and VerticalDateAxis.
drawVerticalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
Utility method for drawing a crosshair on the chart (if required).
drawVerticalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.ContourPlot
Utility method for drawing a crosshair on the chart (if required).
drawVolume() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.
DynamicTimeSeriesCollection - class org.jfree.data.time.DynamicTimeSeriesCollection.
A dynamic dataset.
DynamicTimeSeriesCollection.ValueSequence - class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence.
A wrapper for a fixed array of float values.
DynamicTimeSeriesCollection.ValueSequence() - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Default constructor:
DynamicTimeSeriesCollection.ValueSequence(int) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Creates a sequence with the specified length.
DynamicTimeSeriesCollection(int, int) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Constructs a dataset with capacity for N series, tied to default timezone.
DynamicTimeSeriesCollection(int, int, RegularTimePeriod) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Creates a new dataset.
DynamicTimeSeriesCollection(int, int, RegularTimePeriod, TimeZone) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Creates a new dataset.
DynamicTimeSeriesCollection(int, int, TimeZone) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Constructs an empty dataset, tied to a specific timezone.

E

EAST - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position.
EAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position EAST.
Effect3D - interface org.jfree.chart.Effect3D.
An interface that should be implemented by renderers that use a 3D effect.
END - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
END - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Useful constant for controlling the x-value returned for a time period.
END - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
endElement(String, String, String) - Method in class org.jfree.data.xml.ItemHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.ValueHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.CategorySeriesHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.CategoryDatasetHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.PieDatasetHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.KeyHandler
The end of an element.
ENTER_LONG - Static variable in interface org.jfree.data.SignalsDataset
Useful constant indicating trade recommendation.
ENTER_SHORT - Static variable in interface org.jfree.data.SignalsDataset
Useful constant indicating trade recommendation.
enterData(int, float) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Enters data into the storage array.
EntityCollection - interface org.jfree.chart.entity.EntityCollection.
Defines the methods that a collection of entities is required to implement.
equals(Object) - Method in class org.jfree.data.XYSeries
Tests this series for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultCategoryDataset
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.DefaultValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.XYSeriesCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValues2D
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValue
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.SortOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.KeyedValueComparatorType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.DefaultPieDataset
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValues
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.time.Day
Tests the equality of this Day object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Hour
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Minute
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Month
Tests the equality of this Month object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeSeries
Tests this time series for equality with another object.
equals(Object) - Method in class org.jfree.data.time.Year
Tests the equality of this Year object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.SimpleTimePeriod
Returns true if this time period is equal to another object, and false otherwise.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
Tests this object for equality with the target object.
equals(Object) - Method in class org.jfree.data.time.FixedMillisecond
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesCollection
Tests this time series collection for equality with another object.
equals(Object) - Method in class org.jfree.data.time.Second
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Millisecond
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.TimePeriodValue
Tests this object for equality with the target object.
equals(Object) - Method in class org.jfree.data.time.Quarter
Tests the equality of this Quarter object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Week
Tests the equality of this Week object to an arbitrary object.
equals(Object) - Method in class org.jfree.chart.StandardLegend
Tests an object for equality with this legend.
equals(Object) - Method in class org.jfree.chart.JFreeChart
Tests this chart for equality with another object.
equals(Object) - Method in class org.jfree.chart.TextTitle
Tests this title for equality with another object.
equals(Object) - Method in class org.jfree.chart.Spacer
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.AbstractTitle
Tests an object for equality with this title.
equals(Object) - Method in class org.jfree.chart.Legend
Tests this legend for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.HorizontalMarkerAxisBand
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.Axis
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.TickUnit
Tests this unit for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryAxis
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.DateTickUnit
Tests this unit for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.Plot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.XYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.PiePlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.ThermometerPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedXYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.PaintTable
Tests this paint table for equality with another object (typically also a paint table).
equals(Object) - Method in class org.jfree.chart.renderer.AbstractRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.ShapeTable
Tests this shape table for equality with another object (typically also a shape table).
equals(Object) - Method in class org.jfree.chart.renderer.StrokeTable
Tests this stroke table for equality with another object (typically also a stroke table).
equals(Object) - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.StandardContourToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.StandardPieToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.HighLowToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.tooltips.StandardXYZToolTipGenerator
Tests if this object is equal to another.
executeQuery(String) - Method in class org.jfree.data.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
EXIT_LONG - Static variable in interface org.jfree.data.SignalsDataset
Useful constant indicating trade recommendation.
EXIT_SHORT - Static variable in interface org.jfree.data.SignalsDataset
Useful constant indicating trade recommendation.

F

FastScatterPlot - class org.jfree.chart.plot.FastScatterPlot.
A fast scatter plot.
FastScatterPlot(float[][], ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new fast scatter plot.
findDomainLimits() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Finds the domain limits.
findMaxValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum value.
fireChartChanged() - Method in class org.jfree.chart.JFreeChart
Sends a default ChartChangeEvent to all registered listeners.
fireDatasetChanged() - Method in class org.jfree.data.AbstractDataset
Notifies all registered listeners that the dataset has changed.
firePropertyChange(String, Object, Object) - Method in class org.jfree.data.Series
Fires a property change event.
firePropertyChanged(String, Object, Object) - Method in class org.jfree.chart.renderer.AbstractRenderer
Notifies registered listeners that a property of the renderer has changed.
fireSeriesChanged() - Method in class org.jfree.data.Series
General method for signalling to registered listeners that the series has been changed.
fireSeriesChanged() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sends a SeriesChangeEvent to all registered listeners.
FIRST_HOUR_IN_DAY - Static variable in class org.jfree.data.time.Hour
Useful constant for the first hour in the day.
FIRST_MILLISECOND_IN_SECOND - Static variable in class org.jfree.data.time.Millisecond
A constant for the first millisecond in a second.
FIRST_MINUTE_IN_HOUR - Static variable in class org.jfree.data.time.Minute
Useful constant for the first minute in a day.
FIRST_MONTH_IN_QUARTER - Static variable in class org.jfree.data.time.Quarter
The first month in each quarter.
FIRST_QUARTER - Static variable in class org.jfree.data.time.Quarter
Constant for quarter 1.
FIRST_SECOND_IN_MINUTE - Static variable in class org.jfree.data.time.Second
Useful constant for the first second in a day.
FIRST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the first week in the year.
FixedMillisecond - class org.jfree.data.time.FixedMillisecond.
Wrapper for a java.util.Date object that allows it to be used as a RegularTimePeriod.
FixedMillisecond() - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond based on the current system time.
FixedMillisecond(Date) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
FixedMillisecond(long) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
formObjectArray(double[]) - Static method in class org.jfree.data.DefaultContourDataset
Creates an object array from an array of doubles.
formObjectArray(double[][]) - Static method in class org.jfree.data.DefaultContourDataset
Creates an object array from an array of doubles.
FULL_DATA - Static variable in interface org.jfree.data.MeterDataset
A constant representing the full data range.
Function2D - interface org.jfree.data.Function2D.
A function of the form y = f(x).

G

g - Variable in class org.jfree.chart.ui.ColorPalette
Green components.
GAP_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
The gap diameter.
GAP_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The gap radius.
GENERAL - Static variable in class org.jfree.chart.event.ChartChangeEvent
Event type indicating a general change to a chart (typically just requires a redraw).
generateClipPath(Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
Generates the clip path.
generateToolTip(CategoryDataset, int, int) - Method in interface org.jfree.chart.tooltips.CategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(ContourDataset, int) - Method in interface org.jfree.chart.tooltips.ContourToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(ContourDataset, int) - Method in class org.jfree.chart.tooltips.StandardContourToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(PieDataset, Comparable, int) - Method in interface org.jfree.chart.tooltips.PieToolTipGenerator
Generates a tool tip text item for a particular category in the dataset.
generateToolTip(PieDataset, Comparable, int) - Method in class org.jfree.chart.tooltips.StandardPieToolTipGenerator
Generates a tool tip text item for one section in a pie chart.
generateToolTip(XYDataset, int, int) - Method in interface org.jfree.chart.tooltips.XYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.tooltips.SymbolicXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.tooltips.HighLowToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(XYZDataset, int, int) - Method in interface org.jfree.chart.tooltips.XYZToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYZDataset, int, int) - Method in class org.jfree.chart.tooltips.StandardXYZToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateURL(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Generates a URL for a particular item within a series.
generateURL(CategoryDataset, int, int) - Method in interface org.jfree.chart.urls.CategoryURLGenerator
Returns a URL for one item in a dataset.
generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
Generates a URL.
generateURL(PieDataset, Comparable, int) - Method in interface org.jfree.chart.urls.PieURLGenerator
Generates a URL for one item in a PieDataset.
generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Generates a URL.
generateURL(XYDataset, int, int) - Method in interface org.jfree.chart.urls.XYURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYZDataset, int, int) - Method in interface org.jfree.chart.urls.XYZURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYZDataset, int, int) - Method in class org.jfree.chart.urls.StandardXYZURLGenerator
Generates a URL for a particular item within a series.
get(int) - Method in class org.jfree.data.TaskSeries
Returns a task from the series.
get(int) - Method in class org.jfree.chart.LegendItemCollection
Returns a legend item from the collection.
getAdjustedHeight(double) - Method in class org.jfree.chart.Spacer
Returns the height after adding the top and bottom spacing amounts.
getAdjustedWidth(double) - Method in class org.jfree.chart.Spacer
Returns the width after adding the left and right spacing amounts.
getAllowNegativesFlag() - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Returns the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
getAllowNegativesFlag() - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
getAlpha() - Method in class org.jfree.chart.Marker
Returns the alpha transparency.
getAnchor() - Method in class org.jfree.chart.Legend
Returns the current anchor of this legend.
getAnchorDate() - Method in class org.jfree.chart.axis.DateAxis
Returns the anchor date for the axis.
getAnchorValue() - Method in class org.jfree.chart.axis.ValueAxis
Returns the anchor value for this axis.
getAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the list of annotations.
getAntiAlias() - Method in class org.jfree.chart.JFreeChart
Returns a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
getAntiAlias() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns the current setting of the anti-alias flag.
getArcBounds(Rectangle2D, Rectangle2D, double, double, double) - Method in class org.jfree.chart.plot.PiePlot
Returns a rectangle that can be used to create a pie section (taking into account the amount by which the pie section is 'exploded').
getArea() - Method in class org.jfree.chart.entity.ChartEntity
Returns the area occupied by the entity (in Java 2D space).
getAutoRangeMinimumSize() - Method in class org.jfree.chart.axis.ValueAxis
Returns the minimum size allowed for the axis range when it is automatically calculated.
getAutoTickIndex() - Method in class org.jfree.chart.axis.ValueAxis
Returns the auto tick index.
getAverage(Number[]) - Static method in class org.jfree.data.Statistics
Returns the average of a set of numbers.
getAxis() - Method in class org.jfree.chart.event.AxisChangeEvent
Returns the axis that generated the event.
getBackgroundAlpha() - Method in class org.jfree.chart.plot.Plot
Returns the alpha transparency of the plot area background.
getBackgroundImage() - Method in class org.jfree.chart.JFreeChart
Returns the chart's background image (possibly null).
getBackgroundImage() - Method in class org.jfree.chart.plot.Plot
Returns the background image that is used to fill the plot's background area.
getBackgroundImageAlignment() - Method in class org.jfree.chart.JFreeChart
Returns the background image alignment.
getBackgroundImageAlignment() - Method in class org.jfree.chart.plot.Plot
Returns the background image alignment.
getBackgroundImageAlpha() - Method in class org.jfree.chart.JFreeChart
Returns the alpha-transparency for the chart's background image.
getBackgroundPaint() - Method in class org.jfree.chart.StandardLegend
Returns the background color for the legend.
getBackgroundPaint() - Method in class org.jfree.chart.JFreeChart
Returns the color/shade used to fill the chart background.
getBackgroundPaint() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current background paint.
getBackgroundPaint() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns the current background paint.
getBackgroundPaint() - Method in class org.jfree.chart.plot.Plot
Returns the background color of the plot area.
getBarWidth() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the bar width.
getBorderType() - Method in class org.jfree.data.DefaultMeterDataset
Returns the border type.
getBorderType() - Method in interface org.jfree.data.MeterDataset
Returns the border type for the data.
getBottomSpace(double) - Method in class org.jfree.chart.Spacer
Returns the amount of space for the bottom of a rectangular area.
getBounds() - Method in class org.jfree.chart.renderer.HighLow
Returns the bounds.
getCalendarField() - Method in class org.jfree.chart.axis.DateTickUnit
Returns a field code that can be used with the Calendar class.
getCandleWidth() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the width of each candle.
getCategories() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
getCategory() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the category.
getCategory(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a category key.
getCategoryCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the number of categories in the dataset.
getCategoryDataset() - Method in class org.jfree.chart.plot.CategoryPlot
A convenience method that returns the dataset for the plot, cast as a CategoryDataset.
getCategoryDataset() - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Returns the category dataset for the plot.
getCategoryEnd(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns the end coordinate for the specified category.
getCategoryEnd(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the end coordinate for the specified category.
getCategoryEnd(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the end coordinate for the specified category.
getCategoryIndex() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the category index.
getCategoryMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category margin.
getCategoryMiddle(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns the middle coordinate for the specified category.
getCategoryMiddle(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the middle coordinate for the specified category.
getCategoryMiddle(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the middle coordinate for the specified category.
getCategoryPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot cast as a CategoryPlot.
getCategoryStart(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns the starting coordinate for the specified category.
getCategoryStart(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the starting coordinate for the specified category.
getCategoryStart(int, int, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the starting coordinate for the specified category.
getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.TickUnits
Returns the tick unit in the collection that is greater than or equal to the specified size.
getCeilingTickUnit(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
getCentralValue() - Method in class org.jfree.data.Range
Returns the central value for the range.
getChart() - Method in class org.jfree.chart.ChartMouseEvent
Returns the chart that the mouse event relates to.
getChart() - Method in class org.jfree.chart.Legend
Returns the chart that this legend belongs to.
getChart() - Method in class org.jfree.chart.ChartPanel
Returns the chart contained in the panel.
getChart() - Method in class org.jfree.chart.event.ChartChangeEvent
Returns the chart that generated the change event.
getChart() - Method in class org.jfree.chart.event.ChartProgressEvent
Returns the chart that generated the change event.
getChartArea() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the area in which the chart was drawn.
getChartPanel() - Method in class org.jfree.chart.ChartFrame
Returns the chart panel for the frame.
getChartRenderingInfo() - Method in class org.jfree.chart.ChartPanel
Returns the chart rendering info from the most recent chart redraw.
getChildPosition(Dataset) - Method in class org.jfree.data.CombinedDataset
Returns the child position.
getClipPath() - Method in class org.jfree.chart.plot.ContourPlot
Returns the clipPath.
getCloseTickLine() - Method in class org.jfree.chart.renderer.HighLow
Returns the line for close tick
getCloseValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the close-value for the specified series and item.
getCloseValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the close-value for the specified series and item.
getCloseValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the close-value for one item in a series.
getCloseValue(int, int) - Method in interface org.jfree.data.HighLowDataset
Returns the y-value for the specified series and item.
getColor(double) - Method in class org.jfree.chart.ui.ColorPalette
Returns the color associated with a value.
getColor(int) - Method in class org.jfree.chart.ui.ColorPalette
Returns a color.
getColorBarValueAxis() - Method in interface org.jfree.chart.plot.ContourValuePlot
Returns the color bar axis.
getColorBarValueAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the colorbar axis.
getColorLinear(double) - Method in class org.jfree.chart.ui.ColorPalette
Returns Color by mapping a given value to a linear palette.
getColorLog(double) - Method in class org.jfree.chart.ui.ColorPalette
Returns Color by mapping a given value to a common log palette.
getColorPalette() - Method in interface org.jfree.chart.axis.ColorBarAxis
Returns the current color palette.
getColorPalette() - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Returns the color palette.
getColorPalette() - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Returns the current ColorPalette.
getColorPalette() - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Returns the current ColorPalette.
getColorPalette() - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Returns current ColorPalette.
getColumnClass(int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the column class in the table model.
getColumnCount() - Method in class org.jfree.data.TimeSeriesTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column count.
getColumnCount() - Method in class org.jfree.data.TaskSeriesCollection
Returns the number of column in the dataset.
getColumnCount() - Method in class org.jfree.data.KeyedObjects2D
Returns the column count.
getColumnCount() - Method in interface org.jfree.data.Values2D
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the number of categories in the dataset.
getColumnCount() - Method in class org.jfree.chart.renderer.PaintTable
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.chart.renderer.ShapeTable
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.chart.renderer.StrokeTable
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the number of columns in the dataset.
getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in interface org.jfree.data.KeyedValues2D
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the column index for a column key.
getColumnIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a column index.
getColumnKey(int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns a column key.
getColumnKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the key for a given column.
getColumnKey(int) - Method in class org.jfree.data.TaskSeriesCollection
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.KeyedObjects2D
Returns the key for a given column.
getColumnKey(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a column key.
getColumnKeys() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the column keys.
getColumnKeys() - Method in interface org.jfree.data.KeyedValues2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.TaskSeriesCollection
Returns a list of the column keys in the dataset.
getColumnKeys() - Method in class org.jfree.data.KeyedObjects2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
getColumnName(int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the name of a column
getCompassFont(int) - Method in class org.jfree.chart.plot.CompassPlot
Returns the font for the compass.
getComposite() - Method in class org.jfree.chart.ClipPath
Returns the composite.
getContents() - Method in class org.jfree.data.resources.DataPackageResources_de
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.data.resources.DataPackageResources_pl
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.data.resources.DataPackageResources
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.data.resources.DataPackageResources_fr
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.data.resources.DataPackageResources_es
Returns the array of strings in the resource bundle.
getContents() - Method in class org.jfree.chart.resources.JFreeChartResources
Returns the array of strings in the resource bundle.
getContourDataRange() - Method in interface org.jfree.chart.plot.ContourValuePlot
Returns the range of data values to be plotted.
getContourDataRange() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range for the Contours.
getContourDataset() - Method in class org.jfree.chart.plot.ContourPlot
A convenience method that returns the dataset for the plot, cast as a ContourDataset.
getCorrelation(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Calculates the correlation between two datasets.
getCount() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the unit count.
getCriticalPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint used to display the 'critical' range.
getCrosshairX() - Method in class org.jfree.chart.CrosshairInfo
Get the x-value for the crosshair point.
getCrosshairY() - Method in class org.jfree.chart.CrosshairInfo
Get the y-value for the crosshair point.
getCumulativePercentages(KeyedValues) - Static method in class org.jfree.data.DataUtilities
Returns a KeyedValues instance that contains the cumulative percentage values for the data in another KeyedValues instance.
getCurrentHandler() - Method in class org.jfree.data.xml.RootHandler
Returns the handler at the top of the stack.
getCurrentText() - Method in class org.jfree.data.xml.ValueHandler
Returns the current text of the textbuffer.
getCurrentText() - Method in class org.jfree.data.xml.KeyHandler
Returns the current text of the textbuffer.
getData() - Method in class org.jfree.chart.plot.CompassPlot
Returns the dataset.
getData() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the dataset cast to ValueDataset (provided for convenience).
getData(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Returns a value from the storage array.
getDataArea() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the area in which the data was plotted.
getDataAreaRatio() - Method in class org.jfree.chart.plot.Plot
Returns the data area ratio.
getDataItem(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns one data item for the series.
getDataPair(int) - Method in class org.jfree.data.XYSeries
Return the data pair with the specified index.
getDataPair(int) - Method in class org.jfree.data.time.TimeSeries
Returns one data pair for the series.
getDataPair(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the data pair for a specific period.
getDataset() - Method in class org.jfree.data.DatasetChangeEvent
Returns the dataset that generated the event.
getDataset() - Method in class org.jfree.data.xml.CategoryDatasetHandler
Returns the dataset.
getDataset() - Method in class org.jfree.data.xml.PieDatasetHandler
Returns the dataset.
getDataset() - Method in class org.jfree.chart.plot.Plot
Returns the primary dataset for the plot.
getDatasetGroup() - Method in class org.jfree.chart.plot.Plot
Returns the dataset group for the plot.
getDateFormat() - Method in class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Returns the date formatter.
getDateFormatOverride() - Method in class org.jfree.chart.axis.DateAxis
Returns the date format override.
getDay() - Method in class org.jfree.data.time.Hour
Returns the day in which this hour falls.
getDayOfMonth() - Method in class org.jfree.data.time.Day
Returns the day of the month.
getDayOfMonth() - Method in class org.jfree.data.time.Hour
Returns the day-of-the-month in which this hour falls.
getDefaultOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the default outline paint.
getDefaultOutlinePaint() - Method in interface org.jfree.chart.renderer.Renderer
Returns the default outline paint.
getDefaultOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default outline paint.
getDefaultOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the default outline stroke.
getDefaultOutlineStroke() - Method in interface org.jfree.chart.renderer.Renderer
Returns the default outline stroke.
getDefaultOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default outline stroke.
getDefaultPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the default paint.
getDefaultPaint() - Method in interface org.jfree.chart.renderer.Renderer
Returns the default paint.
getDefaultPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default paint.
getDefaultShape() - Method in interface org.jfree.chart.renderer.Renderer
Returns the default shape.
getDefaultShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default shape.
getDefaultShapeFilled() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the default value returned by the isShapeFilled(...) method.
getDefaultStroke() - Method in interface org.jfree.chart.renderer.Renderer
Returns the default stroke.
getDefaultStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default stroke.
getDepthFactor() - Method in class org.jfree.chart.plot.Pie3DPlot
The depth factor for the chart.
getDescription() - Method in class org.jfree.data.Task
Returns the task description.
getDescription() - Method in class org.jfree.data.Series
Returns a description of the series.
getDialBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the dial background.
getDialBorderColor() - Method in class org.jfree.chart.plot.MeterPlot
Returns the color of the border for the dial.
getDialType() - Method in class org.jfree.chart.plot.MeterPlot
Returns the type of dial (DIALTYPE_PIE, DIALTYPE_CIRCLE, DIALTYPE_CHORD).
getDirection() - Method in class org.jfree.chart.plot.PiePlot
Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).
getDomainAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the domain axis for the plot.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the domain axis.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis location.
getDomainAxisPropertyEditPanel() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns a reference to the panel for editing the properties of the domain axis.
getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain crosshair color.
getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.ContourPlot
Returns the domain crosshair color.
getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the Stroke used to draw the crosshair (if visible).
getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.ContourPlot
Returns the Stroke used to draw the crosshair (if visible).
getDomainCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain crosshair value.
getDomainCrosshairValue() - Method in class org.jfree.chart.plot.ContourPlot
Returns the domain crosshair value.
getDomainDescription() - Method in class org.jfree.data.time.TimeSeries
Returns the domain description.
getDomainDescription() - Method in class org.jfree.data.time.TimePeriodValues
Returns the domain description.
getDomainExtent(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the range of values in the domain for the dataset.
getDomainGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the grid lines (if any) plotted against the domain axis.
getDomainGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint used to draw grid-lines against the domain axis.
getDomainGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke for the grid-lines (if any) plotted against the domain axis.
getDomainGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke used to draw grid-lines against the domain axis.
getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns a flag that controls whether the domain is treated as 'points in time'.
getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns a flag that controls whether the domain is treated as 'points in time'.
getDomainRange() - Method in interface org.jfree.data.DomainInfo
Returns the range of the values in this dataset's domain.
getDomainRange() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the range of values for the domain.
getDomainRange() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the range of the values in the series domain.
getDomainRange() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the range of the values in the series domain.
getDownPaint() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the paint used to fill candles when the price moves down from open to close.
getDrawBorder() - Method in class org.jfree.chart.plot.CompassPlot
Returns a flag that controls whether or not a border is drawn.
getDrawBorder() - Method in class org.jfree.chart.plot.MeterPlot
Returns a flag that controls whether or not a rectangular border is drawn around the plot area.
getDrawingSupplier() - Method in interface org.jfree.chart.renderer.Renderer
Returns the drawing supplier for the renderer.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the drawing supplier for the renderer.
getDrawPaint() - Method in class org.jfree.chart.ClipPath
Returns the drawPaint.
getDrawStroke() - Method in class org.jfree.chart.ClipPath
Returns the drawStroke.
getDuration() - Method in class org.jfree.data.Task
Returns the duration (actual or estimated) of the task.
getEnd() - Method in interface org.jfree.data.time.TimePeriod
Returns the end date/time.
getEnd() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the end date/time.
getEnd() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the date/time that marks the end of the time period.
getEndValue() - Method in class org.jfree.chart.IntervalMarker
Returns the end value for the interval.
getEndValue(Comparable, Comparable) - Method in interface org.jfree.data.IntervalCategoryDataset
Returns the end value for the interval for a given series and category.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the end value for a task.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(Comparable, Comparable, int) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(Comparable, Comparable, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the end value of a sub-interval for a given item.
getEndValue(int, int) - Method in interface org.jfree.data.IntervalCategoryDataset
Returns the end value for the interval for a given series and category.
getEndValue(int, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the end value for a task.
getEndValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, int, int) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(int, int, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the end value of a sub-interval for a given item.
getEndXValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in interface org.jfree.data.IntervalXYDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the end x-value.
getEndXValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the ending X value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in interface org.jfree.data.IntervalXYDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the end y-value.
getEndYValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the ending Y value for the specified series and item.
getEndZValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the ending Z value for the specified series and item.
getEntity() - Method in class org.jfree.chart.ChartMouseEvent
Returns the chart entity (if any) under the mouse point.
getEntity(double, double) - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns an entity for the specified coordinates.
getEntity(double, double) - Method in interface org.jfree.chart.entity.EntityCollection
Returns an entity whose area contains the specified point.
getEntityCollection() - Method in class org.jfree.chart.ChartRenderingInfo
Returns a collection of entities.
getEntityForPoint(int, int) - Method in class org.jfree.chart.ChartPanel
Returns the chart entity at a given point.
getExplodePercent(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the amount that a section should be 'exploded'.
getFillPaint() - Method in class org.jfree.chart.ClipPath
Returns the fillPaint.
getFillPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the fill paint.
getFirstMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
Returns the first millisecond of the time period.
getFirstMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the first millisecond of the time period, evaluated in the default time zone.
getFirstMillisecond() - Method in class org.jfree.data.time.Millisecond
Returns the first millisecond of the time period.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Day
Returns the first millisecond of the day, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
Returns the first millisecond of the hour.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
Returns the first millisecond of the minute.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Month
Returns the first millisecond of the month, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Year
Returns the first millisecond of the year, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
Returns the first millisecond of the time period.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the first millisecond of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Second
Returns the first millisecond of the minute.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
Returns the first millisecond of the time period.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Quarter
Returns the first millisecond in the Quarter, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Week
Returns the first millisecond of the week, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the first millisecond of the time period, evaluated within a specific time zone.
getFixedAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the fixed auto range.
getFixedDimension() - Method in class org.jfree.chart.axis.Axis
Returns the fixed dimension for the axis.
getFollowDataInSubranges() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
getFont() - Method in class org.jfree.chart.TextTitle
Returns the font used to display the title string.
getFont() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the font for the annotation.
getForegroundAlpha() - Method in class org.jfree.chart.plot.Plot
Returns the alpha-transparency for the plot foreground.
getGap() - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns the space between subplots.
getGapThreshold() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the gap threshold for discontinuous lines.
getGroup() - Method in interface org.jfree.data.Dataset
Returns the dataset group.
getGroup() - Method in class org.jfree.data.AbstractDataset
Returns the dataset group for the dataset.
getGroupPaint() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the paint of the line between the minimum value and the maximum value.
getGroupStroke() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the stroke of the line between the minimum value and the maximum value.
getHeight() - Method in class org.jfree.chart.DrawableLegendItem
Get the height of this item.
getHeight(Graphics2D) - Method in class org.jfree.chart.axis.HorizontalMarkerAxisBand
Returns the height of the band.
getHighlightPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the highlight paint.
getHighValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the high-value for the specified series and item.
getHighValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the high-value for the specified series and item.
getHighValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the high-value for one item in a series.
getHighValue(int, int) - Method in interface org.jfree.data.HighLowDataset
Returns the high-value for the specified series and item.
getHistoryCount() - Method in class org.jfree.data.time.TimeSeries
Returns the history count for the series.
getHorizontalAlignment() - Method in class org.jfree.chart.AbstractTitle
Returns the horizontal alignment of the title.
getHorizontalAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the horizontal axis.
getHorizontalAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the horizontal axis.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.OverlaidXYPlot
Returns the horizontal (x-axis) data range.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Returns the range for the horizontal axis.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Returns the range of data values that will be plotted against the range axis.
getHorizontalDataRange(ValueAxis) - Method in interface org.jfree.chart.plot.HorizontalValuePlot
Returns the range of data values to be plotted along the horizontal axis.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Returns the range for the horizontal axis.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range of data values to be plotted along the horizontal axis.
getHorizontalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns the range for the horizontal axis.
getHorizontalValueAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the horizontal axis.
getHorizontalValueAxis() - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Returns the horizontal axis.
getHorizontalValueAxis() - Method in interface org.jfree.chart.plot.HorizontalValuePlot
Get the value axis.
getHorizontalValueAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the horizontal axis.
getHorizontalValueAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
Get the value axis.
getHour() - Method in class org.jfree.data.time.Hour
Returns the hour.
getHour() - Method in class org.jfree.data.time.Minute
Returns the hour.
getImage() - Method in class org.jfree.chart.ImageTitle
Returns the image for the title.
getImage(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the image used to draw a single data item.
getImageHotspot(Plot, int, int, double, double, Image) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the hotspot of the image used to draw a single data item.
getImageMapAreaTag() - Method in class org.jfree.chart.entity.ChartEntity
Returns an HTML image map tag tag for this entity.
getImageMapAreaTag(boolean) - Method in class org.jfree.chart.entity.ChartEntity
Returns an HTML image map tag tag for this entity.
getIndex() - Method in class org.jfree.chart.entity.ContourEntity
 
getIndex(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.CategoryToPieDataset
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.KeyedObjects
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.DefaultPieDataset
Returns the index for a key.
getIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Returns the index for a given key.
getIndex(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the index of the specified time period.
getInfo() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the chart rendering info.
getInsets() - Method in class org.jfree.chart.plot.Plot
Returns the insets for the plot area.
getInstance(Axis) - Static method in class org.jfree.chart.ui.ColorBarPropertyEditPanel
A static method that returns a panel that is appropriate for the axis type.
getInstance(Axis) - Static method in class org.jfree.chart.ui.AxisPropertyEditPanel
A static method that returns a panel that is appropriate for the axis type.
getInteriorGap() - Method in class org.jfree.chart.plot.PiePlot
Returns the interior gap, measured as a percentage of the available drawing space.
getItem() - Method in class org.jfree.chart.DrawableLegendItem
Returns the legend item.
getItem() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the item index.
getItem(Object) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns an item.
getItemCount() - Method in class org.jfree.data.XYSeries
Returns the number of items in the series.
getItemCount() - Method in class org.jfree.data.TaskSeries
Returns the number of items in the series.
getItemCount() - Method in class org.jfree.data.CategoryToPieDataset
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.KeyedObjects
Returns the number of items (values) in the collection.
getItemCount() - Method in interface org.jfree.data.Values
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the item count.
getItemCount() - Method in class org.jfree.data.DefaultPieDataset
Returns the number of items in the dataset.
getItemCount() - Method in class org.jfree.data.DefaultKeyedValues
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.time.TimeSeries
Returns the number of items in the series.
getItemCount() - Method in class org.jfree.data.time.TimePeriodValues
Returns the number of items in the series.
getItemCount() - Method in class org.jfree.chart.LegendItemCollection
Returns the number of legend items in the collection.
getItemCount(int) - Method in class org.jfree.data.JDBCXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.CombinedDataset
Returns the number of items in a series.
getItemCount(int) - Method in interface org.jfree.data.XYDataset
Returns the number of items in a series.
getItemCount(int) - Method in class org.jfree.data.DefaultContourDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.XYSeriesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.DefaultWindDataset
Returns the number of items in a series.
getItemCount(int) - Method in class org.jfree.data.SubSeriesDataset
Returns the number of items in a series.
getItemCount(int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the number of items in a series.
getItemCount(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the number of items in the specified series.
getItemFont() - Method in class org.jfree.chart.StandardLegend
Returns the series label font.
getItemMargin() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the item margin.
getItemOutlinePaint(int, int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to outline data items as they are drawn.
getItemOutlinePaint(int, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline paint for an item.
getItemOutlinePaint(int, int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to outline an item.
getItemOutlineStroke(int, int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to outline data items.
getItemPaint() - Method in class org.jfree.chart.StandardLegend
Returns the series label color.
getItemPaint(int, int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill data items as they are drawn.
getItemPaint(int, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the paint used to fill an item.
getItemPaint(int, int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to fill an item.
getItemShape(int, int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a shape used to represent a data item.
getItemShape(int, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the shape for an item.
getItemShape(int, int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the shape for an item.
getItemStroke(int, int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to draw data items.
getItemStroke(int, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the stroke for an item.
getItemStroke(int, int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the stroke used to draw an item.
getKey() - Method in class org.jfree.data.KeyedObject
Returns the key.
getKey() - Method in class org.jfree.data.DefaultKeyedValueDataset
Returns the key associated with the value.
getKey() - Method in class org.jfree.data.DefaultKeyedValue
Returns the key.
getKey() - Method in interface org.jfree.data.KeyedValue
Returns the key associated with the value.
getKey(int) - Method in interface org.jfree.data.KeyedValues
Returns the key associated with an item (value).
getKey(int) - Method in class org.jfree.data.CategoryToPieDataset
Returns a key.
getKey(int) - Method in class org.jfree.data.KeyedObjects
Returns a key.
getKey(int) - Method in class org.jfree.data.DefaultPieDataset
Returns the key for an item.
getKey(int) - Method in class org.jfree.data.DefaultKeyedValues
Returns a key.
getKeys() - Method in interface org.jfree.data.KeyedValues
Returns the keys.
getKeys() - Method in class org.jfree.data.CategoryToPieDataset
Returns the keys.
getKeys() - Method in class org.jfree.data.KeyedObjects
Returns the keys.
getKeys() - Method in class org.jfree.data.DefaultPieDataset
Returns the categories in the dataset.
getKeys() - Method in class org.jfree.data.DefaultKeyedValues
Returns the keys.
getKeys() - Method in class org.jfree.chart.plot.PiePlot
Returns a collection of the categories in the dataset.
getLabel() - Method in class org.jfree.chart.LegendItem
Returns the label.
getLabel() - Method in class org.jfree.chart.IntervalMarker
Returns the label for the interval (possibly null).
getLabel() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current axis label.
getLabel() - Method in class org.jfree.chart.axis.Axis
Returns the label for the axis.
getLabelFont() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label font.
getLabelFont() - Method in class org.jfree.chart.axis.Axis
Returns the font for the axis label.
getLabelFont() - Method in class org.jfree.chart.plot.CompassPlot
Returns the label font.
getLabelInsets() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label insets value
getLabelInsets() - Method in class org.jfree.chart.axis.Axis
Returns the insets for the label (that is, the amount of blank space that should be left around the label).
getLabelPaint() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label paint.
getLabelPaint() - Method in class org.jfree.chart.axis.Axis
Returns the color/shade used to draw the axis label.
getLabelPosition() - Method in class org.jfree.chart.DrawableLegendItem
Returns the label position.
getLabelType() - Method in class org.jfree.chart.plot.CompassPlot
Returns the label type.
getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Returns a tick unit that is larger than the supplied unit.
getLastMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
Returns the last millisecond of the time period.
getLastMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the last millisecond of the time period, evaluated in the default time zone.
getLastMillisecond() - Method in class org.jfree.data.time.Millisecond
Returns the last millisecond of the time period.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Day
Returns the last millisecond of the day, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
Returns the last millisecond of the hour.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
Returns the last millisecond of the minute.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Month
Returns the last millisecond of the month, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Year
Returns the last millisecond of the year, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
Returns the last millisecond of the time period.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the last millisecond of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Second
Returns the last millisecond of the second.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
Returns the last millisecond of the time period.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Quarter
Returns the last millisecond of the Quarter, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Week
Returns the last millisecond of the week, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the last millisecond of the time period, evaluated within a specific time zone.
getLeftSpace(double) - Method in class org.jfree.chart.Spacer
Returns the amount of space for the left hand side of a rectangular area.
getLegend() - Method in class org.jfree.chart.JFreeChart
Returns the chart legend.
getLegend() - Method in class org.jfree.chart.event.LegendChangeEvent
Returns the legend that generated the event.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns a legend item for a series from a dataset.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a legend item for a series.
getLegendItemCount() - Method in class org.jfree.data.JDBCXYDataset
Returns the number of items that should be displayed in the legend.
getLegendItemLabels() - Method in class org.jfree.data.JDBCXYDataset
Returns the legend item labels.
getLegendItemLabels() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class org.jfree.chart.plot.CompassPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class org.jfree.chart.plot.MeterPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class org.jfree.chart.plot.ThermometerPlot
Deprecated. use getLegendItems().
getLegendItems() - Method in class org.jfree.chart.plot.OverlaidXYPlot
Returns a collection of legend items for the overlaid plot.
getLegendItems() - Method in class org.jfree.chart.plot.Plot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Returns the legend items (null for this plot).
getLegendItems() - Method in class org.jfree.chart.plot.CompassPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.XYPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.MeterPlot
Returns null.
getLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.PiePlot
Returns a collection of legend items for the pie chart.
getLegendItems() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns a collection of legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Returns the legend items.
getLegendPropertyEditPanel() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns a reference to the legend property sub-panel.
getLegendText() - Method in class org.jfree.chart.MeterLegend
Returns the legend text.
getLength() - Method in class org.jfree.data.Range
Returns the length of the range.
getLevel(int, int) - Method in interface org.jfree.data.SignalsDataset
Returns the level.
getLevel(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the level.
getLine() - Method in class org.jfree.chart.renderer.HighLow
Returns the line.
getLinearFit(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Fits a straight line to a set of (x, y) data, returning the slope and intercept.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jfree.chart.ui.PaletteSample
Returns a list cell renderer for the stroke, so the sample can be displayed in a list or combo.
getListCount() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns the number of URL lists stored by the renderer.
getListCount() - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Returns the number of tool tip lists stored by the renderer.
getLog10TickLabelsFlag() - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns the 'log10TickLabelsFlag' flag; true for "10^n"-style tick labels, false for regular numeric labels.
getLowerBound() - Method in class org.jfree.data.Range
Returns the lower bound for the range.
getLowerBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the lower bound for the thermometer.
getLowerClip() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the lower clip value.
getLowerDate() - Method in class org.jfree.data.DateRange
Returns the lower bound for the axis.
getLowerMargin() - Method in class org.jfree.chart.axis.ValueAxis
Returns the margin (a percentage of the current range) by which the lower bound for the axis is less than the minimum data value.
getLowerMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the lower margin for the axis.
getLowValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the low-value for the specified series and item.
getLowValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the low-value for the specified series and item.
getLowValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the low-value for one item in a series.
getLowValue(int, int) - Method in interface org.jfree.data.HighLowDataset
Returns the low-value for the specified series and item.
getMap() - Method in class org.jfree.data.CombinedDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in interface org.jfree.data.CombinationDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in class org.jfree.data.SubSeriesDataset
Returns a map or indirect indexing form our series into parent's series.
getMarker() - Method in class org.jfree.chart.DrawableLegendItem
Get the marker.
getMarkerBand() - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Returns the (optional) marker band for the axis.
getMarkOffset() - Method in class org.jfree.chart.renderer.SignalRenderer
Returns the mark offset.
getMaxIcone() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the maximum value.
getMaximumAxisValue() - Method in class org.jfree.chart.axis.ValueAxis
Returns the maximum value for the axis.
getMaximumCriticalValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the maximum critical value.
getMaximumCriticalValue() - Method in interface org.jfree.data.MeterDataset
Returns the upper value in the critical range.
getMaximumDate() - Method in class org.jfree.chart.axis.DateAxis
Returns the latest date visible on the axis.
getMaximumDomainValue() - Method in interface org.jfree.data.DomainInfo
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the maximum domain value for the specified dataset.
getMaximumDrawHeight() - Method in class org.jfree.chart.ChartPanel
Returns the maximum drawing height for charts.
getMaximumDrawWidth() - Method in class org.jfree.chart.ChartPanel
Returns the maximum drawing width for charts.
getMaximumItemCount() - Method in class org.jfree.data.XYSeries
Returns the maximum number of items that will be retained in the series.
getMaximumItemCount() - Method in class org.jfree.data.time.TimeSeries
Returns the maximum number of items that will be retained in the series.
getMaximumNormalValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the maximum normal value.
getMaximumNormalValue() - Method in interface org.jfree.data.MeterDataset
Returns the upper value in the normal range.
getMaximumRangeValue() - Method in class org.jfree.data.JDBCXYDataset
Returns the maximum data value in the dataset's range.
getMaximumRangeValue() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the maximum value in the dataset's range (or null if all the values in the range are null).
getMaximumRangeValue() - Method in interface org.jfree.data.RangeInfo
Returns the maximum value in the dataset's range (or null if all the values in the range are null).
getMaximumRangeValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum range value.
getMaximumRangeValue(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the maximum range value for the specified dataset.
getMaximumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the maximum value in the dataset range, assuming that values in each category are "stacked".
getMaximumValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the maximum value.
getMaximumValue() - Method in interface org.jfree.data.MeterDataset
Returns the upper value in the overall range.
getMaximumVerticalDataValue() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the maximum value in either the domain or the range, whichever is displayed against the vertical axis for the particular type of plot implementing this interface.
getMaximumWarningValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the maximum warning value.
getMaximumWarningValue() - Method in interface org.jfree.data.MeterDataset
Returns the upper value in the warning range.
getMaxTickLabelWidth(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.Axis
Returns the maximum width of the ticks in the working list (that is set up by refreshTicks()).
getMaxTickLabelWidth(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the maximum width of the ticks in the working list (that is set up by refreshTicks()).
getMaxZ() - Method in class org.jfree.chart.ui.ColorPalette
Returns the maximum Z value.
getMaxZValue() - Method in class org.jfree.data.DefaultContourDataset
Returns the maximum z-value.
getMaxZValue() - Method in interface org.jfree.data.ContourDataset
Returns the largest Z data value.
getMean() - Method in class org.jfree.data.MeanAndStandardDeviation
Returns the mean.
getMeanValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(Comparable, Comparable) - Method in interface org.jfree.data.StatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(int, int) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(int, int) - Method in interface org.jfree.data.StatisticalCategoryDataset
Returns the mean value for an item.
getMercuryPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the default mercury paint.
getMeterAngle() - Method in class org.jfree.chart.plot.MeterPlot
Returns the meter angle.
getMeterDataset() - Method in class org.jfree.chart.plot.MeterPlot
Returns the dataset for the plot, cast as a MeterDataset.
getMiddleMillisecond() - Method in class org.jfree.data.time.FixedMillisecond
Returns the millisecond closest to the middle of the time period.
getMiddleMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the millisecond closest to the middle of the time period, evaluated in the default time zone.
getMiddleMillisecond(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
Returns the millisecond closest to the middle of the time period.
getMiddleMillisecond(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the millisecond closest to the middle of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getMiddleMillisecond(TimeZone) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the millisecond closest to the middle of the time period, evaluated within a specific time zone.
getMillisecond() - Method in class org.jfree.data.time.Millisecond
Returns the millisecond.
getMinIcon() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the minimum value.
getMinimumArcAngleToDraw() - Method in class org.jfree.chart.plot.PiePlot
Returns the minimum arc angle that will be drawn.
getMinimumAxisValue() - Method in class org.jfree.chart.axis.ValueAxis
Returns the minimum value for the axis.
getMinimumCriticalValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the minimum critical value.
getMinimumCriticalValue() - Method in interface org.jfree.data.MeterDataset
Returns the lower value in the critical range.
getMinimumDate() - Method in class org.jfree.chart.axis.DateAxis
Returns the earliest date visible on the axis.
getMinimumDomainValue() - Method in interface org.jfree.data.DomainInfo
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum domain value for the specified dataset.
getMinimumDrawHeight() - Method in class org.jfree.chart.ChartPanel
Returns the minimum drawing height for charts.
getMinimumDrawWidth() - Method in class org.jfree.chart.ChartPanel
Returns the minimum drawing width for charts.
getMinimumNormalValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the minimum normal value.
getMinimumNormalValue() - Method in interface org.jfree.data.MeterDataset
Returns the lower value in the normal range.
getMinimumRangeValue() - Method in class org.jfree.data.JDBCXYDataset
Returns the minimum data value in the dataset's range.
getMinimumRangeValue() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the minimum value in the dataset's range (or null if all the values in the range are null).
getMinimumRangeValue() - Method in interface org.jfree.data.RangeInfo
Returns the minimum value in the dataset's range (or null if all the values in the range are null).
getMinimumRangeValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the minimum range value.
getMinimumRangeValue(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum range value for the specified dataset.
getMinimumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum value in the dataset range, assuming that values in each category are "stacked".
getMinimumValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the minimum value.
getMinimumValue() - Method in interface org.jfree.data.MeterDataset
Returns the lower value in the overall range.
getMinimumVerticalDataValue() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the minimum value in either the domain or the range, whichever is displayed against the vertical axis for the particular type of plot implementing this interface.
getMinimumWarningValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the minimum warning value.
getMinimumWarningValue() - Method in interface org.jfree.data.MeterDataset
Returns the lower value in the warning range.
getMinute() - Method in class org.jfree.data.time.Minute
Returns the minute.
getMinute() - Method in class org.jfree.data.time.Second
Returns the minute.
getMinZ() - Method in class org.jfree.chart.ui.ColorPalette
Returns the minimum Z value.
getMinZValue() - Method in class org.jfree.data.DefaultContourDataset
Returns the minimum z-value.
getMinZValue() - Method in interface org.jfree.data.ContourDataset
Returns the smallest Z data value.
getMinZValue(double, double, double, double) - Method in class org.jfree.data.DefaultContourDataset
Returns the minimum z-value.
getMissingPaint() - Method in class org.jfree.chart.plot.ContourPlot
Returns the missingPaint.
getMonth() - Method in class org.jfree.data.time.Day
Returns the month.
getMonth() - Method in class org.jfree.data.time.Hour
Returns the month in which this hour falls.
getMonth() - Method in class org.jfree.data.time.Month
Returns the month.
getMovingAverage(Number[], Number[], int) - Static method in class org.jfree.data.Statistics
Returns a data set for a moving average on the data set passed in.
getName() - Method in class org.jfree.data.Series
Returns the name of the series.
getNeedlePaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the needle.
getNewestIndex() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the index of the newest data item.
getNewestTime() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the newest time.
getNextOutlinePaint() - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Returns the next outline paint in the sequence.
getNextOutlinePaint() - Method in interface org.jfree.chart.renderer.DrawingSupplier
Returns the next outline paint in a sequence maintained by the supplier.
getNextOutlineStroke() - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Returns the next outline stroke in the sequence.
getNextOutlineStroke() - Method in interface org.jfree.chart.renderer.DrawingSupplier
Returns the next Stroke object in a sequence maintained by the supplier.
getNextPaint() - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Returns the next paint in the sequence.
getNextPaint() - Method in interface org.jfree.chart.renderer.DrawingSupplier
Returns the next paint in a sequence maintained by the supplier.
getNextShape() - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Returns the next shape in the sequence.
getNextShape() - Method in interface org.jfree.chart.renderer.DrawingSupplier
Returns the next Shape object in a sequence maintained by the supplier.
getNextStroke() - Method in class org.jfree.chart.renderer.DefaultDrawingSupplier
Returns the next stroke in the sequence.
getNextStroke() - Method in interface org.jfree.chart.renderer.DrawingSupplier
Returns the next Stroke object in a sequence maintained by the supplier.
getNextTimePeriod() - Method in class org.jfree.data.time.TimeSeries
Returns a time period that would be the next in sequence on the end of the time series.
getNoDataMessage() - Method in class org.jfree.chart.plot.Plot
Returns the string that is displayed when the dataset is empty or null.
getNoDataMessageFont() - Method in class org.jfree.chart.plot.Plot
Returns the font used to display the 'no data' message.
getNoDataMessagePaint() - Method in class org.jfree.chart.plot.Plot
Returns the paint used to display the 'no data' message.
getNormalPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the 'normal' level.
getNotify() - Method in class org.jfree.chart.AbstractTitle
Returns the flag that indicates whether or not the notification mechanism is enabled.
getNumberFormat() - Method in class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.tooltips.StandardPieToolTipGenerator
Returns the number formatter.
getNumberFormatOverride() - Method in class org.jfree.chart.axis.NumberAxis
Returns the number format override.
getNumericalValue() - Method in class org.jfree.chart.axis.Tick
Returns the numerical value of the tick, or null if the value is not a number.
getObject() - Method in class org.jfree.data.KeyedObject
Returns the object.
getObject(Comparable) - Method in class org.jfree.data.KeyedObjects
Returns the object (possibly null) for a given key.
getObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the object for the given row and column keys.
getObject(int) - Method in class org.jfree.data.KeyedObjects
Returns an object.
getObject(int, int) - Method in class org.jfree.data.KeyedObjects2D
Returns the object for a given row and column.
getObjectIcon() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the values.
getOldestIndex() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the index of the oldest data item.
getOldestTime() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the oldest time.
getOLSRegression(double[][]) - Static method in class org.jfree.data.Regression
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to the data using ordinary least squares regression.
getOLSRegression(XYDataset, int) - Static method in class org.jfree.data.Regression
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to the data using ordinary least squares regression.
getOpenTickLine() - Method in class org.jfree.chart.renderer.HighLow
Returns the line for open tick.
getOpenValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the open-value for the specified series and item.
getOpenValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the open-value for the specified series and item.
getOpenValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the open-value for one item in a series.
getOpenValue(int, int) - Method in interface org.jfree.data.HighLowDataset
Returns the open-value for the specified series and item.
getOppositeAxisLocation(int) - Method in class org.jfree.chart.plot.Plot
Returns the location code for the opposite location to the one specified.
getOtherTabs() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns a reference to the tabbed pane.
getOuterGap() - Method in class org.jfree.chart.StandardLegend
Returns the outer gap for the legend.
getOutlinePaint() - Method in class org.jfree.chart.StandardLegend
Returns the outline color.
getOutlinePaint() - Method in class org.jfree.chart.Marker
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current outline paint.
getOutlinePaint() - Method in class org.jfree.chart.plot.Plot
Returns the color used to draw the outline of the plot area.
getOutlinePaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline paint.
getOutlinePaint(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint used to outline a section of the pie plot.
getOutlineShapes() - Method in class org.jfree.chart.StandardLegend
Returns the flag that indicates whether or not outlines are drawn around shapes.
getOutlineStroke() - Method in class org.jfree.chart.StandardLegend
Returns the outline pen/brush.
getOutlineStroke() - Method in class org.jfree.chart.Marker
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.plot.Plot
Returns the pen/brush used to outline the plot area.
getOutlineStroke() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline stroke.
getOutlineStroke(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the stroke used to outline a section of the pie plot.
getPadding() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the padding for the thermometer.
getPaint() - Method in class org.jfree.chart.TextTitle
Returns the paint used to display the title string.
getPaint() - Method in class org.jfree.chart.LegendItem
Returns the paint.
getPaint() - Method in class org.jfree.chart.Marker
Returns the paint.
getPaint() - Method in class org.jfree.chart.renderer.HighLow
Returns the Paint object used to color the line.
getPaint() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the paint for the annotation.
getPaint(double) - Method in class org.jfree.chart.ui.ColorPalette
Returns Paint by mapping a given value to a either a linear or common log palette as controlled by the value logscale.
getPaint(double) - Method in interface org.jfree.chart.axis.ColorBarAxis
Returns the Paint associated with a value.
getPaint(double) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Returns the Paint associated with a value.
getPaint(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Returns the Paint associated with the value.
getPaint(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Returns the Paint associated with the value.
getPaint(double) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Returns the Paint associated with a value.
getPaint(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint used to fill a section of the pie plot.
getPaint(int, int) - Method in class org.jfree.chart.renderer.PaintTable
Returns the paint object from a particular cell in the table.
getPaint(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the paint used to draw a single data item.
getPalette() - Method in class org.jfree.chart.ui.PaletteSample
Returns the current palette object being displayed.
getPaletteName() - Method in class org.jfree.chart.ui.ColorPalette
Returns the palette name.
getParent() - Method in class org.jfree.data.CombinedDataset
Returns the parent Dataset of this combination.
getParent() - Method in interface org.jfree.data.CombinationDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.data.SubSeriesDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.chart.plot.Plot
Returns the parent plot (or null if this plot is not part of a combined plot).
getPercent() - Method in class org.jfree.chart.event.ChartProgressEvent
 
getPeriod() - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns the time period.
getPeriod() - Method in class org.jfree.data.time.TimePeriodValue
Returns the time period.
getPieDataset() - Method in class org.jfree.chart.plot.PiePlot
Returns the dataset for the plot, cast as a PieDataset.
getPieDatasetTotal(PieDataset) - Static method in class org.jfree.data.DatasetUtilities
Calculates the total of all the values in a PieDataset.
getPieIndex() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the pie index.
getPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot for the chart.
getPlot() - Method in class org.jfree.chart.axis.Axis
Returns the plot that the axis is assigned to.
getPlot() - Method in interface org.jfree.chart.renderer.Renderer
Returns the plot that the renderer has been assigned to.
getPlot() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the plot that this renderer has been assigned to.
getPlot() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the plot that this renderer has been assigned to.
getPlot() - Method in class org.jfree.chart.event.PlotChangeEvent
Returns the plot that generated the event.
getPlotArea() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the area in which the plot (and axes, if any) were drawn.
getPlotArea() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns true if Area is being plotted by the renderer.
getPlotDiscontinuous() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns true if lines should be discontinuous.
getPlotImages() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns true if images are being plotted by the renderer.
getPlotInsets() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current plot insets.
getPlotLines() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns true if lines are being plotted by the renderer.
getPlotLines() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns true if lines are being plotted by the renderer.
getPlotPropertyEditPanel() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns a reference to the plot property sub-panel.
getPlotShapes() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getPlotType() - Method in class org.jfree.chart.plot.OverlaidXYPlot
Returns a string representing the plot type.
getPlotType() - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.Plot
Returns a short string describing the plot type.
getPlotType() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Returns the plot type as a string.
getPlotType() - Method in class org.jfree.chart.plot.CompassPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.XYPlot
Returns the plot type as a string.
getPlotType() - Method in class org.jfree.chart.plot.MeterPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.PiePlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.Pie3DPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.ContourPlot
Returns the plot type as a string.
getPlotType() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns a short string describing the plot type.
getPlotType() - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns a string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Returns a string for the plot type.
getPopupMenu() - Method in class org.jfree.chart.ChartPanel
Returns the popup menu.
getPosition() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the x position type (START, MIDDLE or END).
getPosition() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the position of the x-value returned for a time period (START, MIDDLE, or END).
getPosition() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the position of the x-value returned for a time period (START, MIDDLE, or END).
getPosition() - Method in class org.jfree.chart.AbstractTitle
Returns the relative position of the title---represented by one of four integer constants defined in this class: TOP, BOTTOM, RIGHT or LEFT (or the equivalent NORTH, SOUTH, EAST and WEST).
getPowerRegression(double[][]) - Static method in class org.jfree.data.Regression
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.
getPowerRegression(XYDataset, int) - Static method in class org.jfree.data.Regression
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.
getPreferredHeight(Graphics2D) - Method in class org.jfree.chart.TextTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D) - Method in class org.jfree.chart.AbstractTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D) - Method in class org.jfree.chart.ImageTitle
Returns the preferred height of the title.
getPreferredSize() - Method in class org.jfree.chart.ui.PaletteSample
Returns the preferred size of the component.
getPreferredWidth(Graphics2D) - Method in class org.jfree.chart.TextTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D) - Method in class org.jfree.chart.AbstractTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D) - Method in class org.jfree.chart.ImageTitle
Returns the preferred width of the title.
getPreviousHeight(CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StackedAreaRenderer
Calculates the stacked value of the all series up to, but not including series for the specified category, category.
getPtSizePct() - Method in class org.jfree.chart.plot.ContourPlot
Returns the ptSizePct.
getQuarter() - Method in class org.jfree.data.time.Quarter
Returns the quarter.
getRadius() - Method in class org.jfree.chart.plot.PiePlot
Returns the radius (a percentage of the available space).
getRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the range for the axis.
getRangeAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the range axis.
getRangeAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range axis for the plot.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the range axis.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis location.
getRangeAxisPropertyEditPanel() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns a reference to the panel for editing the properties of the range axis.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the range crosshair color.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range crosshair color.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range crosshair color.
getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the Stroke used to draw the crosshair (if visible).
getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the Stroke used to draw the crosshair (if visible).
getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.ContourPlot
Returns the Stroke used to draw the crosshair (if visible).
getRangeCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
Returns the range crosshair value.
getRangeCrosshairValue() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range crosshair value.
getRangeCrosshairValue() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range crosshair value.
getRangeDescription() - Method in class org.jfree.data.time.TimeSeries
Returns the range description.
getRangeDescription() - Method in class org.jfree.data.time.TimePeriodValues
Returns the range description.
getRangeExtent(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the range of values in the range for the dataset.
getRangeGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the grid lines (if any) plotted against the range axis.
getRangeGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint used to draw the grid-lines against the range axis.
getRangeGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke for the grid lines (if any) plotted against the range axis.
getRangeGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke used to draw the grid-lines against the range axis.
getRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the list of range markers.
getRangeType() - Method in class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Returns the range type.
getRangeType() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the range type for the renderer.
getRangeType() - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer3D
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.StackedAreaRenderer
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the range type for the renderer.
getRangeType() - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer
Returns the range type.
getRectX(double, double, double, int) - Method in class org.jfree.chart.plot.Plot
Adjusts the supplied x-value.
getRectY(double, double, double, int) - Method in class org.jfree.chart.plot.Plot
Adjusts the supplied y-value.
getRenderer() - Method in class org.jfree.chart.plot.XYPlot
Returns the item renderer.
getRenderer() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a reference to the renderer for the plot.
getRightSpace(double) - Method in class org.jfree.chart.Spacer
Returns the amount of space for the right hand side of a rectangular area.
getRootPlot() - Method in class org.jfree.chart.plot.Plot
Returns the root plot.
getRotateX() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the scalar used for determining the rotation x value.
getRotateY() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the scalar used for determining the rotation y value.
getRowCount() - Method in class org.jfree.data.TimeSeriesTableModel
Returns the number of rows in the table model.
getRowCount() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row count.
getRowCount() - Method in class org.jfree.data.TaskSeriesCollection
Returns the number of rows (series) in the collection.
getRowCount() - Method in class org.jfree.data.KeyedObjects2D
Returns the row count.
getRowCount() - Method in interface org.jfree.data.Values2D
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the number of series in the dataset (possibly zero).
getRowCount() - Method in class org.jfree.chart.renderer.PaintTable
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.chart.renderer.ShapeTable
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.chart.renderer.StrokeTable
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the number of rows in the dataset.
getRowIndex(Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in interface org.jfree.data.KeyedValues2D
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the row index for the given row key.
getRowIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a row index.
getRowKey(int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns a row key.
getRowKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the key for a given row.
getRowKey(int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the key for a row.
getRowKey(int) - Method in class org.jfree.data.KeyedObjects2D
Returns the key for a given row.
getRowKey(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getRowKeys() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the row keys.
getRowKeys() - Method in interface org.jfree.data.KeyedValues2D
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.TaskSeriesCollection
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.KeyedObjects2D
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
getScaledDataArea() - Method in class org.jfree.chart.ChartPanel
Returns the data area for the chart (the area inside the axes) with the current scaling applied.
getScaleType() - Method in class org.jfree.chart.renderer.XYBubbleRenderer
Returns the scale type.
getSecond() - Method in class org.jfree.data.time.Second
Returns the second.
getSecond() - Method in class org.jfree.data.time.Millisecond
Returns the second.
getSecondaryCategoryDataset() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the secondary dataset, cast as a CategoryDataset.
getSecondaryDataset() - Method in class org.jfree.chart.plot.Plot
Returns the secondary dataset for the plot.
getSecondaryRangeAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the secondary range axis.
getSecondaryRangeAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the (optional) secondary range axis.
getSecondaryRenderer() - Method in class org.jfree.chart.plot.XYPlot
Returns the secondary item renderer.
getSecondaryRenderer() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the renderer used to draw data items from the secondary dataset.
getSecondaryXYDataset() - Method in class org.jfree.chart.plot.XYPlot
Returns the secondary dataset (possibly null), cast as an XYDataset.
getSectionIndex() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the section index.
getSectionKey() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the section key.
getSectionLabelFont() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label font.
getSectionLabelGap() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label gap, measured as a percentage of the radius.
getSectionLabelPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label paint.
getSectionLabelType() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label type.
getSelectedPalette() - Method in class org.jfree.chart.ui.PaletteChooserPanel
Returns the selected palette.
getSerialDate() - Method in class org.jfree.data.time.Day
Returns the day as a SerialDate.
getSerialIndex() - Method in class org.jfree.data.time.Day
Returns a serial index number for the day.
getSerialIndex() - Method in class org.jfree.data.time.Hour
Returns a serial index number for the hour.
getSerialIndex() - Method in class org.jfree.data.time.Minute
Returns a serial index number for the minute.
getSerialIndex() - Method in class org.jfree.data.time.Month
Returns a serial index number for the month.
getSerialIndex() - Method in class org.jfree.data.time.Year
Returns a serial index number for the year.
getSerialIndex() - Method in class org.jfree.data.time.FixedMillisecond
Returns a serial index number for the millisecond.
getSerialIndex() - Method in class org.jfree.data.time.RegularTimePeriod
Returns a serial index number for the time unit.
getSerialIndex() - Method in class org.jfree.data.time.Second
Returns a serial index number for the minute.
getSerialIndex() - Method in class org.jfree.data.time.Millisecond
Returns a serial index number for the millisecond.
getSerialIndex() - Method in class org.jfree.data.time.Quarter
Returns a serial index number for the quarter.
getSerialIndex() - Method in class org.jfree.data.time.Week
Returns a serial index number for the week.
getSeries() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
getSeries() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the series index.
getSeries() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the series index.
getSeries(int) - Method in class org.jfree.data.XYSeriesCollection
Returns a series.
getSeries(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeries(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns a series.
getSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns a series.
getSeriesCount() - Method in class org.jfree.data.JDBCXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.CombinedDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in interface org.jfree.data.SeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.DefaultContourDataset
Returns the number of series.
getSeriesCount() - Method in class org.jfree.data.XYSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.DefaultWindDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.TaskSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.AbstractSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the number of series in the dataset (possibly zero).
getSeriesCount() - Method in class org.jfree.data.SubSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.DefaultHighLowDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of series in the dataset for this plot.
getSeriesIndex(Object) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a series index.
getSeriesLabelFont() - Method in class org.jfree.chart.plot.PiePlot
Returns the series label font.
getSeriesLabelPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the series label paint.
getSeriesName(int) - Method in class org.jfree.data.JDBCXYDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.CombinedDataset
Returns the name of a series.
getSeriesName(int) - Method in interface org.jfree.data.SeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.DefaultContourDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.XYSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.DefaultWindDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.AbstractSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.SubSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the name of the series stored in this dataset.
getSeriesName(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the name of a series.
getSeriesOutlinePaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the color used to outline an item drawn by the renderer.
getSeriesOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline paint for a series.
getSeriesOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to outline items in a series.
getSeriesOutlineStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to outline the items in a series.
getSeriesPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the color used to fill an item drawn by the renderer.
getSeriesPaint(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the paint used to fill shapes for this renderer.
getSeriesPaint(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to fill items in a series.
getSeriesShape(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a shape used to represent the items in a series.
getSeriesShape(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the shape for a series.
getSeriesShape(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the shape for a series.
getSeriesStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to draw the items in a series.
getSeriesStroke(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the stroke for a series.
getSeriesStroke(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the stroke used to draw items in a series.
getShape() - Method in class org.jfree.chart.LegendItem
Returns the shape used to label the series represented by this legend item.
getShape(int, int) - Method in class org.jfree.chart.renderer.ShapeTable
Returns the shape object from a particular cell in the table.
getShape(int, int, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
Returns a Shape that can be used in plotting data.
getShapeCoords() - Method in class org.jfree.chart.entity.ChartEntity
Returns the shape coordinates as a string.
getShapeHeight() - Method in class org.jfree.chart.renderer.SignalRenderer
Returns the shape height.
getShapeOutlinePaint() - Method in class org.jfree.chart.StandardLegend
Returns the paint used to outline shapes.
getShapeOutlineStroke() - Method in class org.jfree.chart.StandardLegend
Returns the stroke used to outline shapes.
getShapeType() - Method in class org.jfree.chart.entity.ChartEntity
Returns a string describing the entity area.
getShapeWidth() - Method in class org.jfree.chart.renderer.SignalRenderer
Returns the shape width.
getShowSeriesLabels() - Method in class org.jfree.chart.plot.PiePlot
Returns the show series labels flag.
getShowValueLines() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the flag that controls whether not value lines are displayed.
getSize() - Method in class org.jfree.chart.axis.TickUnit
Returns the size of the tick unit.
getSize() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the size.
getSkipCategoryLabelsToFit() - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the flag that determines whether the category labels are to be skipped to avoid overlapping.
getSlope(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Finds the slope of a regression line using least squares.
getSpacer() - Method in class org.jfree.chart.AbstractTitle
Returns the spacer (determines the blank space around the edges) for this title.
getStackedRangeExtent(CategoryDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (as in domain/range), assuming that the series in one category are stacked.
getStandardDeviation() - Method in class org.jfree.data.MeanAndStandardDeviation
Returns the standard deviation.
getStandardTickUnits() - Method in class org.jfree.chart.axis.ValueAxis
Returns the standard tick units for the axis.
getStart() - Method in interface org.jfree.data.time.TimePeriod
Returns the start date/time.
getStart() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the start date/time.
getStart() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the date/time that marks the start of the time period.
getStartAngle() - Method in class org.jfree.chart.plot.PiePlot
Returns the start angle for the first pie section.
getStartValue() - Method in class org.jfree.chart.IntervalMarker
Returns the start value for the interval.
getStartValue(Comparable, Comparable) - Method in interface org.jfree.data.IntervalCategoryDataset
Returns the start value for the interval for a given series and category.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the start value for a task.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(Comparable, Comparable, int) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(Comparable, Comparable, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the start value of a sub-interval for a given item.
getStartValue(int, int) - Method in interface org.jfree.data.IntervalCategoryDataset
Returns the start value for the interval for a given series and category.
getStartValue(int, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the start value for a task.
getStartValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, int, int) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(int, int, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the start value of a sub-interval for a given item.
getStartXValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in interface org.jfree.data.IntervalXYDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the start x-value.
getStartXValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the starting X value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in interface org.jfree.data.IntervalXYDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the start y-value.
getStartYValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the starting Y value for the specified series and item.
getStartZValue(int, int) - Method in interface org.jfree.data.IntervalXYZDataset
Returns the starting Z value for the specified series and item.
getStdDev(Number[]) - Static method in class org.jfree.data.Statistics
Returns the standard deviation of a set of numbers.
getStdDevValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(Comparable, Comparable) - Method in interface org.jfree.data.StatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(int, int) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(int, int) - Method in interface org.jfree.data.StatisticalCategoryDataset
Returns the standard deviation value for an item.
getStroke() - Method in class org.jfree.chart.renderer.HighLow
Returns the Stroke object used to draw the line.
getStroke(int, int) - Method in class org.jfree.chart.renderer.StrokeTable
Returns the stroke object from a particular cell in the table.
getSubHandlers() - Method in class org.jfree.data.xml.RootHandler
Returns the stack of sub handlers.
getSubIntervalCount(Comparable, Comparable) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the number of sub-intervals for a given item.
getSubIntervalCount(Comparable, Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the number of sub-intervals for a given item.
getSubIntervalCount(int, int) - Method in interface org.jfree.data.MultiIntervalCategoryDataset
Returns the number of sub-intervals for a given item.
getSubIntervalCount(int, int) - Method in class org.jfree.data.TaskSeriesCollection
Returns the number of sub-intervals for a given item.
getSubPlots() - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns the list of subplots.
getSubrangePaint(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Gets the paint used for a particular subrange.
getSubtask(int) - Method in class org.jfree.data.Task
Returns a sub-task.
getSubtaskCount() - Method in class org.jfree.data.Task
Returns the sub-task count.
getSubtitle(int) - Method in class org.jfree.chart.JFreeChart
Returns a chart subtitle.
getSubtitleCount() - Method in class org.jfree.chart.JFreeChart
Returns the number of titles for the chart.
getSubtitles() - Method in class org.jfree.chart.JFreeChart
Returns the list of subtitles.
getSuppressChartChangeEvents() - Method in class org.jfree.chart.JFreeChart
Deprecated. Use isNotify() instead.
getSymbolicGridLine(int) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Get the symbolic grid line corresponding to the specified position.
getSymbolicGridLine(int) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Get the symbolic grid line corresponding to the specified position.
getSymbolicGridPaint() - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Returns the symbolic grid line color.
getSymbolicGridPaint() - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Returns the symbolic grid line color.
getSymbolicValue() - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Returns the list of the symbolic values to display.
getSymbolicValue() - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Returns the list of the symbolic values to display.
getTasks() - Method in class org.jfree.data.TaskSeries
Returns the tasks.
getTempXYDataset() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
A convenience method that returns the dataset for the plot, cast as an XYDataset.
getText() - Method in class org.jfree.chart.TextTitle
Returns the title text.
getText() - Method in class org.jfree.chart.axis.Tick
Returns the text version of the tick value.
getText() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the text for the annotation.
getThermometerPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the paint used to draw the thermometer outline.
getThermometerStroke() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the stroke used to draw the thermometer outline.
getTickLabelFont() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the font used to draw the tick labels (if they are showing).
getTickLabelFont() - Method in class org.jfree.chart.axis.Axis
Returns the font used for the tick labels (if showing).
getTickLabelFont() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label font.
getTickLabelInsets() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current tick label insets value
getTickLabelInsets() - Method in class org.jfree.chart.axis.Axis
Returns the insets for the tick labels.
getTickLabelPaint() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current tick label paint.
getTickLabelPaint() - Method in class org.jfree.chart.axis.Axis
Returns the color/shade used for the tick labels.
getTickLabelType() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label type.
getTickMarkInsideLength() - Method in class org.jfree.chart.axis.Axis
Returns the inside length of the tick marks.
getTickMarkOutsideLength() - Method in class org.jfree.chart.axis.Axis
Returns the outside length of the tick marks.
getTickMarkPaint() - Method in class org.jfree.chart.axis.Axis
Returns the paint used to draw tick marks (if they are showing).
getTickMarkStroke() - Method in class org.jfree.chart.axis.Axis
Returns the pen/brush used to draw tick marks (if they are showing).
getTicks() - Method in class org.jfree.chart.axis.Axis
Returns the current list of ticks.
getTickSize() - Method in class org.jfree.chart.renderer.HighLow
Returns the width of the open/close tick.
getTickUnit() - Method in class org.jfree.chart.axis.DateAxis
Returns the tick unit for the axis.
getTickUnit() - Method in class org.jfree.chart.axis.NumberAxis
Returns the tick unit for the axis.
getTickValues() - Method in class org.jfree.chart.ui.ColorPalette
Returns the tick values.
getTime() - Method in class org.jfree.data.time.FixedMillisecond
Returns the date/time.
getTimePeriod(int) - Method in class org.jfree.data.time.TimeSeries
Returns the time period at the specified index.
getTimePeriod(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns the time period at the specified index.
getTimePeriodClass() - Method in class org.jfree.data.time.TimeSeries
Returns the time period class for this series.
getTimePeriods() - Method in class org.jfree.data.time.TimeSeries
Returns a collection of all the time periods in the time series.
getTimePeriodsUniqueToOtherSeries(TimeSeries) - Method in class org.jfree.data.time.TimeSeries
Returns a collection of time periods in the specified series, but not in this series, and therefore unique to the specified series.
getTitle() - Method in class org.jfree.chart.StandardLegend
Gets the title for the legend.
getTitle() - Method in class org.jfree.chart.JFreeChart
Returns the chart title.
getTitle() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the title entered in the panel.
getTitle() - Method in class org.jfree.chart.event.TitleChangeEvent
Returns the title that generated the event.
getTitleFont() - Method in class org.jfree.chart.StandardLegend
Returns the title font.
getTitleFont() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the font selected in the panel.
getTitlePaint() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the paint selected in the panel.
getTitlePropertyEditPanel() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns a reference to the title property sub-panel.
getToolTipCount(int) - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Returns the number of tool tips in a given list.
getToolTipGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the tooltip generator (possibly null).
getToolTipGenerator() - Method in class org.jfree.chart.plot.ContourPlot
Returns the tool tip generator.
getToolTipGenerator() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the tool tip generator.
getToolTipGenerator() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the tool tip generator.
getToolTipGenerator() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the tool tip generator for the renderer (possibly null).
getToolTipGenerator() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the tool tip generator.
getToolTipText() - Method in class org.jfree.chart.entity.ChartEntity
Returns the tool tip text for the entity.
getToolTipText(int, int) - Method in class org.jfree.chart.tooltips.CustomXYToolTipGenerator
Returns the tool tip text for an item.
getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Returns a string for the tooltip.
getTopSpace(double) - Method in class org.jfree.chart.Spacer
Returns the amount of space for the top of a rectangular area.
getTransform() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the transform.
getTrigger() - Method in class org.jfree.chart.ChartMouseEvent
Returns the mouse event that triggered this event.
getType() - Method in class org.jfree.chart.event.ChartChangeEvent
Returns the event type.
getType() - Method in class org.jfree.chart.event.ChartProgressEvent
Returns the event type.
getType(int, int) - Method in interface org.jfree.data.SignalsDataset
Returns the type.
getType(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the type.
getUnit() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the date unit.
getUnits() - Method in class org.jfree.data.DefaultMeterDataset
Returns the measurement units for the data.
getUnits() - Method in interface org.jfree.data.MeterDataset
Returns a string representing the units on the dial.
getUnits() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the unit display type (none/Fahrenheit/Celcius/Kelvin).
getUpPaint() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the paint used to fill candles when the price moves up from open to close.
getUpperBound() - Method in class org.jfree.data.Range
Returns the upper bound for the range.
getUpperBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the upper bound for the thermometer.
getUpperClip() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the upper clip value.
getUpperDate() - Method in class org.jfree.data.DateRange
Returns the upper bound for the axis.
getUpperMargin() - Method in class org.jfree.chart.axis.ValueAxis
Returns the margin (a percentage of the current range) by which the upper bound for the axis exceeds the maximum data value.
getUpperMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the upper margin for the axis.
getURL(int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns the URL for an item.
getURLCount(int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns the number of URLs in a given list.
getURLGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the URL generator (possibly null).
getURLGenerator() - Method in class org.jfree.chart.plot.ContourPlot
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the URL generator for HTML image maps.
getURLText() - Method in class org.jfree.chart.entity.ChartEntity
Returns the URL text for the entity.
getUseSubrangePaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a flag that controls whether or not the mercury color changes for each subrange.
getValue() - Method in class org.jfree.data.DefaultValueDataset
Returns the value.
getValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the value.
getValue() - Method in class org.jfree.data.DefaultKeyedValueDataset
Returns the value.
getValue() - Method in class org.jfree.data.DefaultKeyedValue
Returns the value.
getValue() - Method in interface org.jfree.data.Value
Returns the value.
getValue() - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns the value.
getValue() - Method in class org.jfree.data.time.TimePeriodValue
Returns the value.
getValue() - Method in class org.jfree.chart.Marker
Returns the value.
getValue() - Method in class org.jfree.chart.plot.JThermometer
Returns the value of the thermometer.
getValue(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the value (possibly null) for a given key.
getValue(Comparable) - Method in class org.jfree.data.CategoryToPieDataset
Returns the value (possibly null) for a given key.
getValue(Comparable) - Method in class org.jfree.data.DefaultPieDataset
Returns the data value associated with a key.
getValue(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Returns the value (possibly null) for a given key.
getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Returns the value for a pair of keys.
getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the value for an item.
getValue(Comparable, Comparable) - Method in interface org.jfree.data.KeyedValues2D
Returns the value for a pair of keys.
getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the value for the given row and column keys.
getValue(Comparable, Comparable) - Method in class org.jfree.data.TaskSeriesCollection
Returns the value for an item.
getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(double) - Method in interface org.jfree.data.Function2D
Returns the value of the function ('y') for a given input ('x').
getValue(double) - Method in class org.jfree.data.PowerFunction2D
Returns the value of the function for a given input ('x').
getValue(double) - Method in class org.jfree.data.LineFunction2D
Returns the function value.
getValue(int) - Method in class org.jfree.data.CategoryToPieDataset
Returns a value.
getValue(int) - Method in interface org.jfree.data.Values
Returns a value.
getValue(int) - Method in class org.jfree.data.DefaultPieDataset
Returns a value.
getValue(int) - Method in class org.jfree.data.DefaultKeyedValues
Returns a value.
getValue(int) - Method in class org.jfree.data.time.TimeSeries
Returns the value at the specified index.
getValue(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns the value at the specified index.
getValue(int) - Method in class org.jfree.chart.renderer.HighLow
Returns either OPEN or CLOSE value depending on the valueType.
getValue(int, int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a value from the table.
getValue(int, int) - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the value for an item.
getValue(int, int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the value for a given row and column.
getValue(int, int) - Method in class org.jfree.data.TaskSeriesCollection
/** Returns the value for a task.
getValue(int, int) - Method in interface org.jfree.data.Values2D
Returns a value from the table.
getValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the value for a time period.
getValueAt(int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the data value for a cell in the table model.
getValueFont() - Method in class org.jfree.chart.plot.MeterPlot
Returns the font for the value label.
getValueFont() - Method in class org.jfree.chart.plot.ThermometerPlot
Gets the font used to display the current value.
getValueLabelFont() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the value label font.
getValueLabelFormatter() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the value label formatter.
getValueLabelPaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the value label paint.
getValueLabelsVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag that indicates whether or not the value labels are showing.
getValueLocation() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the value location.
getValuePaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the value label.
getValuePaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Gets the paint used to display the current value.
getValueRange() - Method in class org.jfree.data.JDBCXYDataset
Returns the range of the values in this dataset's range (y-values).
getValueRange() - Method in class org.jfree.data.DefaultStatisticalCategoryDataset
Returns the range of the values in this dataset's range.
getValueRange() - Method in interface org.jfree.data.RangeInfo
Returns the range of the values in this dataset's range.
getValueRange() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the value range.
getVerticalAlignment() - Method in class org.jfree.chart.AbstractTitle
Returns the vertical alignment of the title.
getVerticalAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the vertical axis.
getVerticalAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the vertical axis.
getVerticalCategoryLabels() - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns a flag indicating whether the category labels are drawn 'vertically'.
getVerticalDataRange() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Returns the range for the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.OverlaidXYPlot
Returns the vertical (y-axis) data range.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Returns the range of data values that will be plotted against the range axis.
getVerticalDataRange(ValueAxis) - Method in interface org.jfree.chart.plot.VerticalValuePlot
Returns the range for the data to be plotted against the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Returns the range for the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the vertical data range.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Returns the range for the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range for the data to be plotted against the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedXYPlot
Returns the range for the vertical axis.
getVerticalDataRange(ValueAxis) - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Returns the range of data values that will be plotted against the range axis.
getVerticalTickLabels() - Method in class org.jfree.chart.axis.HorizontalDateAxis
Returns true if the tick labels should be rotated to vertical, and false for standard horizontal labels.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Returns the vertical value axis.
getVerticalValueAxis() - Method in interface org.jfree.chart.plot.VerticalValuePlot
Returns the vertical axis.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the vertical axis.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the vertical value axis.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the vertical axis.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the vertical axis.
getVerticalValueLabels() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true if the value labels should be rotated to vertical, and false for standard horizontal labels.
getVolumeValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the volume value for the specified series and item.
getVolumeValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the volume.
getVolumeValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the volume-value for one item in a series.
getVolumeValue(int, int) - Method in interface org.jfree.data.HighLowDataset
Returns the volume for the specified series and item.
getWallPaint() - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Returns the paint used to highlight the left and bottom wall in the plot background.
getWallPaint() - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Returns the paint used to highlight the left and bottom wall in the plot background.
getWarningPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint used to display the 'warning' range.
getWeek() - Method in class org.jfree.data.time.Week
Returns the week.
getWeight() - Method in class org.jfree.chart.plot.XYPlot
Returns the weight for this plot when it is used as a subplot within a combined plot.
getWidth() - Method in class org.jfree.chart.DrawableLegendItem
Get the width of this item.
getWindDirection(int, int) - Method in class org.jfree.data.DefaultWindDataset
Returns the wind direction for one item within a series.
getWindDirection(int, int) - Method in interface org.jfree.data.WindDataset
Returns the wind direction (should be in the range 0 to 12).
getWindForce(int, int) - Method in class org.jfree.data.DefaultWindDataset
Returns the wind force for one item within a series.
getWindForce(int, int) - Method in interface org.jfree.data.WindDataset
Returns the wind force on the Beaufort scale (0 to 12).
getX() - Method in class org.jfree.data.XYDataPair
Returns the x-value.
getX() - Method in class org.jfree.chart.DrawableLegendItem
Get the x-coordinate for the item's location.
getX() - Method in class org.jfree.chart.axis.Tick
Returns the x-coordinate of the tick label.
getXDate(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the x-value for one item in a series, as a Date.
getXFormat() - Method in class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Returns the number formatter for the x-values.
getXIndices() - Method in class org.jfree.data.DefaultContourDataset
Returns the index of the xvalues.
getXOffset() - Method in interface org.jfree.chart.Effect3D
Returns the x-offset (in Java2D units) for the 3D effect.
getXOffset() - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Returns the x-offset for the 3D effect.
getXOffset() - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Returns the x-offset for the 3D effect.
getXSymbolicValue(Integer) - Method in interface org.jfree.data.XisSymbolic
Returns the symbolic value linked with the specified Integer.
getXSymbolicValue(int, int) - Method in interface org.jfree.data.XisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getXSymbolicValues() - Method in interface org.jfree.data.XisSymbolic
Returns the list of symbolic values.
getXValue() - Method in class org.jfree.chart.ClipPath
Returns the xValue.
getXValue(int) - Method in class org.jfree.data.XYSeries
Returns the x-value at the specified index.
getXValue(int) - Method in class org.jfree.data.DefaultContourDataset
Returns an x value.
getXValue(int, int) - Method in class org.jfree.data.JDBCXYDataset
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the X-value for the specified series and item.
getXValue(int, int) - Method in interface org.jfree.data.XYDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.DefaultContourDataset
Returns the x value for the specified series and index (zero-based indices).
getXValue(int, int) - Method in class org.jfree.data.XYSeriesCollection
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class org.jfree.data.DefaultWindDataset
Returns the x-value for one item within a series.
getXValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the X-value for the specified series and item.
getXValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the x-value for one item in a series.
getXValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the x-value.
getXValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the x-value for the specified series and item.
getXValues() - Method in class org.jfree.data.DefaultContourDataset
Returns the x values.
getXValues() - Method in interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the x data values.
getXYDataset() - Method in class org.jfree.chart.plot.XYPlot
A convenience method that returns the dataset for the plot, cast as an XYDataset.
getXYPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot cast as an XYPlot.
getY() - Method in class org.jfree.data.XYDataPair
Returns the y-value.
getY() - Method in class org.jfree.chart.DrawableLegendItem
Get the y-coordinate for the item's location.
getY() - Method in class org.jfree.chart.axis.Tick
Returns the y-coordinate of the tick label.
getY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the y-value.
getYear() - Method in class org.jfree.data.time.Day
Returns the year.
getYear() - Method in class org.jfree.data.time.Hour
Returns the year in which this hour falls.
getYear() - Method in class org.jfree.data.time.Month
Returns the year in which the month falls.
getYear() - Method in class org.jfree.data.time.Year
Returns the year.
getYear() - Method in class org.jfree.data.time.Quarter
Returns the year.
getYear() - Method in class org.jfree.data.time.Week
Returns the year in which the week falls.
getYearValue() - Method in class org.jfree.data.time.Month
Returns the year in which the month falls.
getYearValue() - Method in class org.jfree.data.time.Week
Returns the year in which the week falls, as an integer value.
getYFormat() - Method in class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Returns the number formatter for the y-values.
getYOffset() - Method in interface org.jfree.chart.Effect3D
Returns the y-offset (in Java2D units) for the 3D effect.
getYOffset() - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Returns the y-offset for the 3D effect.
getYOffset() - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Returns the y-offset for the 3D effect.
getYSymbolicValue(Integer) - Method in interface org.jfree.data.YisSymbolic
Returns the symbolic value linked with the specified Integer.
getYSymbolicValue(int, int) - Method in interface org.jfree.data.YisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getYSymbolicValues() - Method in interface org.jfree.data.YisSymbolic
Returns the list of symbolic values.
getYValue() - Method in class org.jfree.chart.ClipPath
Returns the yValue.
getYValue(int) - Method in class org.jfree.data.XYSeries
Returns the y-value at the specified index.
getYValue(int, int) - Method in class org.jfree.data.JDBCXYDataset
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class org.jfree.data.CombinedDataset
Returns the Y-value for the specified series and item.
getYValue(int, int) - Method in interface org.jfree.data.XYDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class org.jfree.data.DefaultContourDataset
Returns the y value for the specified series and index (zero-based indices).
getYValue(int, int) - Method in class org.jfree.data.XYSeriesCollection
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class org.jfree.data.DefaultWindDataset
Returns the y-value for one item within a series.
getYValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the Y-value for the specified series and item.
getYValue(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the y-value for one item in a series.
getYValue(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the y-value.
getYValue(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the y-value for the specified series and item.
getYValues() - Method in class org.jfree.data.DefaultContourDataset
Returns a Number array containing all y values.
getYValues() - Method in interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the y data values.
getZeroInJava2D() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the zero value in Java2D coordinates.
getZFormat() - Method in class org.jfree.chart.tooltips.StandardXYZToolTipGenerator
Returns the number formatter for the z-values.
getZValue(int, int) - Method in class org.jfree.data.DefaultContourDataset
Returns the z value for the specified series and index (zero-based indices).
getZValue(int, int) - Method in interface org.jfree.data.XYZDataset
Returns the z-value for the specified series and item.
getZValueRange(Range, Range) - Method in class org.jfree.data.DefaultContourDataset
Returns the maximum z-value within visible region of plot.
getZValueRange(Range, Range) - Method in interface org.jfree.data.ContourDataset
Returns the maximum z-value within visible region of plot.
getZValues() - Method in class org.jfree.data.DefaultContourDataset
Returns a Number array containing all z values.
getZValues() - Method in interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the z data values.
GreyPalette - class org.jfree.chart.ui.GreyPalette.
A grey color palette.
GreyPalette() - Constructor for class org.jfree.chart.ui.GreyPalette
Creates a new palette.

H

handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Handles a 'click' on the chart.
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Handles a 'click' on the plot by updating the anchor values.
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.plot.Plot
Handles a 'click' on the plot.
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.plot.ContourPlot
Handles a 'click' on the plot by updating the anchor values...
hasLinkingLines() - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer
Returns a flag to indicate whether or not there are lines between the items.
HighLow - class org.jfree.chart.renderer.HighLow.
Represents one point in the high/low/open/close plot.
HighLow(double, double, double) - Constructor for class org.jfree.chart.renderer.HighLow
Constructs a high-low item, with default values for the open/close and colors.
HighLow(double, double, double, double, double) - Constructor for class org.jfree.chart.renderer.HighLow
Constructs a high-low item, with default values for the colors.
HighLow(double, double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.renderer.HighLow
Constructs a high-low item.
HighLowDataset - interface org.jfree.data.HighLowDataset.
An interface that defines data in the form of (x, high, low, open, close) tuples.
HighLowRenderer - class org.jfree.chart.renderer.HighLowRenderer.
A renderer that draws high/low/open/close markers on an XYPlot (requires a HighLowDataset).
HighLowRenderer() - Constructor for class org.jfree.chart.renderer.HighLowRenderer
The default constructor.
HighLowRenderer(XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.HighLowRenderer
Creates a new renderer with the specified tool tip generator.
HighLowToolTipGenerator - class org.jfree.chart.tooltips.HighLowToolTipGenerator.
A standard tooltip generator for plots that use data from a HighLowDataset.
HighLowToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.HighLowToolTipGenerator
Creates a tool tip generator using the default date format.
HighLowToolTipGenerator(DateFormat) - Constructor for class org.jfree.chart.tooltips.HighLowToolTipGenerator
Creates a tool tip generator using the supplied date formatter.
historyCount - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
The history count.
HORIZONTAL - Static variable in class org.jfree.chart.StandardLegendItemLayout
Useful constant for horizontal orientation.
HORIZONTAL - Static variable in class org.jfree.chart.Legend
Internal value indicating the bit holding the value of interest in the anchor value.
HORIZONTAL - Static variable in class org.jfree.chart.plot.CombinedXYPlot
Constant used to indicate horizontal layout.
HorizontalAxis - interface org.jfree.chart.axis.HorizontalAxis.
An interface that must be supported by all horizontal axes for layout purposes.
HorizontalBarRenderer - class org.jfree.chart.renderer.HorizontalBarRenderer.
A renderer that handles the drawing of bars for a horizontal bar plot.
HorizontalBarRenderer() - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
HorizontalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
HorizontalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
HorizontalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
HorizontalBarRenderer3D - class org.jfree.chart.renderer.HorizontalBarRenderer3D.
A renderer that handles the drawing of 3D bars for a horizontal bar plot.
HorizontalBarRenderer3D() - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer3D
Default constructor.
HorizontalBarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer3D
Creates a new renderer.
HorizontalBarRenderer3D(double, double, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalBarRenderer3D
Constructs a new renderer.
HorizontalCategoryAxis - class org.jfree.chart.axis.HorizontalCategoryAxis.
A horizontal axis that displays categories.
HorizontalCategoryAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalCategoryAxis
Creates a new axis using default attribute values.
HorizontalCategoryAxis3D - class org.jfree.chart.axis.HorizontalCategoryAxis3D.
A horizontal axis that displays categories and has a 3D effect.
HorizontalCategoryAxis3D(String) - Constructor for class org.jfree.chart.axis.HorizontalCategoryAxis3D
Creates a new axis using default attribute values.
HorizontalCategoryPlot - class org.jfree.chart.plot.HorizontalCategoryPlot.
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
HorizontalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.HorizontalCategoryPlot
Constructs a horizontal category plot.
HorizontalColorBarAxis - class org.jfree.chart.axis.HorizontalColorBarAxis.
A horizontal ColorBar.
HorizontalColorBarAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalColorBarAxis
Constructs a horizontal colorbar axis, using default values where necessary.
HorizontalDateAxis - class org.jfree.chart.axis.HorizontalDateAxis.
A horizontal axis that displays dates.
HorizontalDateAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalDateAxis
Constructs a new date axis, using default attribute values where necessary.
HorizontalIntervalBarRenderer - class org.jfree.chart.renderer.HorizontalIntervalBarRenderer.
A renderer that draws horizontal bars representing a data range on a category plot.
HorizontalIntervalBarRenderer() - Constructor for class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
HorizontalIntervalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
HorizontalIntervalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
HorizontalIntervalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalIntervalBarRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
HorizontalLogarithmicAxis - class org.jfree.chart.axis.HorizontalLogarithmicAxis.
A logarithmic value axis, for values displayed horizontally.
HorizontalLogarithmicAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalLogarithmicAxis
Constructs a horizontal logarithmic axis, using default attribute values where necessary.
HorizontalLogarithmicColorBarAxis - class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis.
A horizontal logarithmic ColorBar.
HorizontalLogarithmicColorBarAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Constructor for HorizontalLogarithmicColorBarAxis.
HorizontalMarkerAxisBand - class org.jfree.chart.axis.HorizontalMarkerAxisBand.
A band that can be added to a horizontal axis to display regions.
HorizontalMarkerAxisBand(HorizontalNumberAxis, double, double, double, double, Font) - Constructor for class org.jfree.chart.axis.HorizontalMarkerAxisBand
Constructs a new axis band.
HorizontalNumberAxis - class org.jfree.chart.axis.HorizontalNumberAxis.
A horizontal axis that displays numerical values.
HorizontalNumberAxis(String) - Constructor for class org.jfree.chart.axis.HorizontalNumberAxis
Constructs a horizontal number axis, using default values where necessary.
HorizontalNumberAxis3D - class org.jfree.chart.axis.HorizontalNumberAxis3D.
A horizontal axis that displays numerical values, and has a 3D-effect.
HorizontalNumberAxis3D(String) - Constructor for class org.jfree.chart.axis.HorizontalNumberAxis3D
Constructs a horizontal number axis, using default attribute values where necessary.
HorizontalShapeRenderer - class org.jfree.chart.renderer.HorizontalShapeRenderer.
A renderer that draws shapes for each data item, and lines between data items.
HorizontalShapeRenderer() - Constructor for class org.jfree.chart.renderer.HorizontalShapeRenderer
Constructs a default renderer (draws shapes and lines).
HorizontalShapeRenderer(int) - Constructor for class org.jfree.chart.renderer.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalShapeRenderer(int, int) - Constructor for class org.jfree.chart.renderer.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalShapeRenderer(int, int, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalSymbolicAxis - class org.jfree.chart.axis.HorizontalSymbolicAxis.
A standard linear value axis, for SYMBOLIC values displayed horizontally.
HorizontalSymbolicAxis(String, String[]) - Constructor for class org.jfree.chart.axis.HorizontalSymbolicAxis
Constructs a horizontal symbolic axis, using default attribute values where necessary.
HorizontalValuePlot - interface org.jfree.chart.plot.HorizontalValuePlot.
An interface defining methods for interrogating a plot that displays values along the horizontal axis.
Hour - class org.jfree.data.time.Hour.
Represents an hour in a specific day.
HOUR - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for hours.
Hour() - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour, based on the system date/time.
Hour(Date) - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour, based on the supplied date/time.
Hour(Date, TimeZone) - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour, based on the supplied date/time evaluated in the specified time zone.
Hour(int, Day) - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour.

I

IMAGES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (images only).
ImageTitle - class org.jfree.chart.ImageTitle.
A chart title that displays an image.
ImageTitle(Image) - Constructor for class org.jfree.chart.ImageTitle
Creates a new image title.
ImageTitle(Image, int, int, int) - Constructor for class org.jfree.chart.ImageTitle
Creates a new image title.
ImageTitle(Image, int, int, int, int, int, Spacer) - Constructor for class org.jfree.chart.ImageTitle
Creates a new image title with the given image scaled to the given width and height in the given location.
indexX() - Method in class org.jfree.data.DefaultContourDataset
Returns an int array contain the index into the x values.
indexX(int) - Method in class org.jfree.data.DefaultContourDataset
Given index k, returns the column index containing k.
indexY(int) - Method in class org.jfree.data.DefaultContourDataset
Given index k, return the row index containing k.
indexZ(int, int) - Method in class org.jfree.data.DefaultContourDataset
Given column and row indices, returns the k index.
INFO - Static variable in class org.jfree.chart.JFreeChart
Information about the project.
init() - Method in class org.jfree.chart.servlet.DisplayChart
Init method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer3D
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.BarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.VerticalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.VerticalXYBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Initialises the renderer.
initialize() - Method in class org.jfree.chart.ui.ColorPalette
Called to initialize the palette's color indexes
initialize() - Method in class org.jfree.chart.ui.GreyPalette
Intializes the palette's indices.
initialize() - Method in class org.jfree.chart.ui.RainbowPalette
Intializes the palettes indexes
initialize(Object[], Object[], Object[]) - Method in class org.jfree.data.DefaultContourDataset
 
IntervalCategoryDataset - interface org.jfree.data.IntervalCategoryDataset.
A category dataset that defines a value range for each series/category combination.
IntervalCategoryToolTipGenerator - class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator.
A tooltip generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a new tool tip generator with a default number formatter.
IntervalCategoryToolTipGenerator(DateFormat) - Constructor for class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a tool tip generator with the specified date formatter.
IntervalCategoryToolTipGenerator(NumberFormat) - Constructor for class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a tool tip generator with the specified number formatter.
IntervalMarker - class org.jfree.chart.IntervalMarker.
Represents an interval to be highlighted in some way.
IntervalMarker(double, double) - Constructor for class org.jfree.chart.IntervalMarker
Constructs an interval marker.
IntervalMarker(double, double, String, Paint, Stroke, Paint, float) - Constructor for class org.jfree.chart.IntervalMarker
Constructs an interval marker.
IntervalXYDataset - interface org.jfree.data.IntervalXYDataset.
An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
IntervalXYZDataset - interface org.jfree.data.IntervalXYZDataset.
An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.
invalidateRangeInfo() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Invalidates the range info.
inverse - Variable in class org.jfree.chart.ui.ColorPalette
Inverse palette (ie, min and max colors are reversed).
INVERTED - Static variable in class org.jfree.chart.Legend
Internal value indicating the bit holding the value of interest in the anchor value.
invertPalette() - Method in class org.jfree.chart.ui.ColorPalette
Inverts Palette
isAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns true if the axis range is automatically adjusted to fit the data.
isAutoTickUnitSelection() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
isCellEditable(int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns a flag indicating whether or not the specified cell is editable.
isChartAvailable(String) - Method in class org.jfree.chart.servlet.ChartDeleter
Checks to see if a chart is in the list of charts to be deleted
isCircular() - Method in class org.jfree.chart.plot.PiePlot
Returns a flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
isClip() - Method in class org.jfree.chart.ClipPath
Returns the clip.
isCompatibleColorBarAxis(NumberAxis) - Method in class org.jfree.chart.plot.ContourPlot
Checks the compatibility of a colorbar axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(CategoryAxis) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(CategoryAxis) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.CompassPlot
Returns true if the axis is compatible with the compass plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.ThermometerPlot
Returns true if the axis is compatible with the meter plot.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalNumberAxis3D
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns true if the specified plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.Axis
Returns true if the plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Checks the compatibility of a plot with this type of axis, returning true if the plot is compatible and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Returns true if the specified plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Returns true if the specified plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns true if the specified plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Returns true if the specified plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class org.jfree.chart.axis.VerticalDateAxis
Checks the compatibility of a plot with this type of axis, returning true if the plot is compatible and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class org.jfree.chart.plot.CompassPlot
Returns true if the axis is compatible with the compass plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class org.jfree.chart.plot.ThermometerPlot
Returns true if the axis is compatible with the meter plot.
isDateAxis(int) - Method in class org.jfree.data.DefaultContourDataset
Returns true if axis are dates
isDateAxis(int) - Method in interface org.jfree.data.ContourDataset
Returns true if axis are dates.
isDomainCrosshairLockedOnData() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isDomainCrosshairLockedOnData() - Method in class org.jfree.chart.plot.ContourPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the domain crosshair is visible.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.ContourPlot
Returns a flag indicating whether or not the domain crosshair is visible.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the domain grid-lines are visible.
isDrawLines() - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns true if a line should be drawn from the previous to the current data point, and false otherwise.
isDrawLines() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets whether or not lines are drawn between category points.
isDrawPath() - Method in class org.jfree.chart.ClipPath
Returns the drawPath.
isDrawShapes() - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns true if a shape should be drawn to represent each data point, and false otherwise.
isEmpty(XYDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns true if the dataset is empty, and false otherwise.
isEnforceFileExtensions() - Method in class org.jfree.chart.ChartPanel
Returns true if file extensions should be enforced, and false otherwise.
isFillPath() - Method in class org.jfree.chart.ClipPath
Returns the fillPath.
isGridLinesVisible() - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Returns true if the symbolic grid lines are showing, and false otherwise.
isGridLinesVisible() - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Returns true if the symbolic grid lines are showing, and false otherwise.
isInverse() - Method in class org.jfree.chart.ui.ColorPalette
Returns the inverse flag.
isInverted() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag that controls the direction of values on the axis.
isLogscale() - Method in class org.jfree.chart.ui.ColorPalette
Returns the log-scale flag.
isNotify() - Method in class org.jfree.chart.JFreeChart
Returns a flag that controls whether or not change events are sent to registered listeners.
isOutline() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutlinePaintTableActive() - Method in class org.jfree.chart.plot.PiePlot
Returns true if the lookup table for outline paint objects is being used, and false otherwise.
isOutlinePaintTableActive() - Method in interface org.jfree.chart.renderer.Renderer
Returns true if the outline paint table is being used, and false otherwise.
isOutlinePaintTableActive() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the outline paint table is being used, and false otherwise.
isOutlineStrokeTableActive() - Method in class org.jfree.chart.plot.PiePlot
Returns true if the lookup table for outline stroke objects is being used, and false otherwise.
isOutlineStrokeTableActive() - Method in interface org.jfree.chart.renderer.Renderer
Returns true if the outline stroke table is being used, and false otherwise.
isOutlineStrokeTableActive() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the outline stroke table is being used, and false otherwise.
isPaintTableActive() - Method in class org.jfree.chart.plot.PiePlot
Returns true if the lookup table for paint objects is being used, and false otherwise.
isPaintTableActive() - Method in interface org.jfree.chart.renderer.Renderer
Returns true if the paint table is being used, and false otherwise.
isPaintTableActive() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the paint table is being used, and false otherwise.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.ContourPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.ContourPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis grid is visible, and false otherwise.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the range grid-lines are visible.
isRenderAsPoints() - Method in class org.jfree.chart.plot.ContourPlot
Returns the renderAsPoints.
isShapeFilled(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Is used to determine if a shape is filled when drawn or not
isShapeTableActive() - Method in interface org.jfree.chart.renderer.Renderer
Returns true if the shape table is being used, and false otherwise.
isShapeTableActive() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the shape table is being used, and false otherwise.
isStepped() - Method in class org.jfree.chart.ui.ColorPalette
Returns the 'is-stepped' flag.
isStrokeTableActive() - Method in interface org.jfree.chart.renderer.Renderer
Returns true if the stroke table is being used, and false otherwise.
isStrokeTableActive() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the stroke table is being used, and false otherwise.
isSubplot() - Method in class org.jfree.chart.plot.Plot
Returns true if this plot is part of a combined plot structure.
isTickLabelsVisible() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns a flag that indicates whether or not the tick labels are visible.
isTickLabelsVisible() - Method in class org.jfree.chart.axis.Axis
Returns a flag indicating whether or not the tick labels are visible.
isTickMarksAtStartOfUnit() - Method in class org.jfree.chart.axis.DateAxis
Returns true if the tick marks are displayed at the start of each time unit, and false if they are displayed in the middle of each time unit.
isTickMarksVisible() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current value of the flag that determines whether or not tick marks are visible.
isTickMarksVisible() - Method in class org.jfree.chart.axis.Axis
Returns the flag that indicates whether or not the tick marks are showing.
isTimeSeries - Variable in class org.jfree.data.JDBCXYDataset
 
isValidHorizontalAlignment(int) - Static method in class org.jfree.chart.AbstractTitle
Utility method for checking a horizontal alignment code.
isValidNumber(double) - Static method in class org.jfree.chart.plot.ThermometerPlot
Determine whether a number is valid and finite.
isValidPosition(int) - Method in class org.jfree.chart.TextTitle
Returns true for the positions that are valid for TextTitle (TOP and BOTTOM for now) and false for all other positions.
isValidPosition(int) - Method in class org.jfree.chart.AbstractTitle
Returns true if the title can assume the specified location, and false otherwise.
isValidPosition(int) - Method in class org.jfree.chart.ImageTitle
Returns true for all positions, since an image can be displayed anywhere.
isValidSubHorizontalAxis(Axis) - Method in class org.jfree.chart.plot.CombinedXYPlot
Checks that the horizontal axis for the subplot is valid.
isValidSubVerticalAxis(Axis) - Method in class org.jfree.chart.plot.CombinedXYPlot
Checks that the vertical axis for the subplot is valid.
isValidVerticalAlignment(int) - Static method in class org.jfree.chart.AbstractTitle
Utility method for checking a vertical alignment code.
isValueValid() - Method in class org.jfree.data.DefaultMeterDataset
Returns true if the value is valid, and false otherwise.
isValueValid() - Method in interface org.jfree.data.MeterDataset
Returns true if the value is valid, and false otherwise.
isVerticalLabel() - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns a flag indicating whether or not the axis label is drawn vertically.
isVerticalLabel() - Method in class org.jfree.chart.axis.VerticalNumberAxis
Returns a flag indicating whether or not the axis label is drawn vertically.
isVerticalLabel() - Method in class org.jfree.chart.axis.VerticalDateAxis
Returns a flag indicating whether or not the axis label is drawn vertically.
isVerticalTickLabels() - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Returns a flag indicating whether the tick labels are drawn 'vertically'.
isVisible() - Method in class org.jfree.chart.axis.Axis
Returns true if the axis is visible, and false otherwise.
ITEM_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Item' element name.
ItemHandler - class org.jfree.data.xml.ItemHandler.
A handler for reading key-value items.
ItemHandler(RootHandler, DefaultHandler) - Constructor for class org.jfree.data.xml.ItemHandler
Creates a new item handler.
iterator() - Method in class org.jfree.chart.LegendItemCollection
Returns an iterator that provides access to all the legend items.
iterator() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in interface org.jfree.chart.entity.EntityCollection
Returns an iterator for the entities in the collection.

J

JDBCCategoryDataset - class org.jfree.data.JDBCCategoryDataset.
A CategoryDataset implementation over a database JDBC result set.
JDBCCategoryDataset(Connection) - Constructor for class org.jfree.data.JDBCCategoryDataset
Create a new dataset with the given database connection.
JDBCCategoryDataset(Connection, String) - Constructor for class org.jfree.data.JDBCCategoryDataset
Creates a new dataset with the given database connection, and executes the supplied query to populate the dataset.
JDBCCategoryDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCCategoryDataset
Creates a new dataset with a database connection.
JDBCPieDataset - class org.jfree.data.JDBCPieDataset.
A pie dataset that reads data from a database via JDBC.
JDBCPieDataset(Connection) - Constructor for class org.jfree.data.JDBCPieDataset
Creates a new JDBCPieDataset using a pre-existing database connection.
JDBCPieDataset(Connection, String) - Constructor for class org.jfree.data.JDBCPieDataset
Creates a new JDBCPieDataset using a pre-existing database connection.
JDBCPieDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCPieDataset
Creates a new JDBCPieDataset and establishes a new database connection.
JDBCXYDataset - class org.jfree.data.JDBCXYDataset.
This class provides an chart XYDataset implementation over a database JDBC result set.
JDBCXYDataset(Connection) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new JDBCXYDataset (initially empty) using the specified database connection.
JDBCXYDataset(Connection, String) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new JDBCXYDataset using the specified database connection, and populates it using data obtained with the supplied query.
JDBCXYDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new JDBCXYDataset (initially empty) and establishes a new database connection.
JFreeChart - class org.jfree.chart.JFreeChart.
A chart class implemented using the Java 2D APIs.
JFreeChart(Plot) - Constructor for class org.jfree.chart.JFreeChart
Constructs a chart.
JFreeChart(String, Font, Plot, boolean) - Constructor for class org.jfree.chart.JFreeChart
Constructs a chart.
JFreeChart(String, Plot) - Constructor for class org.jfree.chart.JFreeChart
Creates a new chart.
JFreeChartConstants - interface org.jfree.chart.JFreeChartConstants.
Useful constants relating to the JFreeChart class.
JFreeChartResources - class org.jfree.chart.resources.JFreeChartResources.
Localised resources for JFreeChart.
JFreeChartResources() - Constructor for class org.jfree.chart.resources.JFreeChartResources
 
JThermometer - class org.jfree.chart.plot.JThermometer.
An initial quick and dirty.
JThermometer() - Constructor for class org.jfree.chart.plot.JThermometer
Default constructor.

K

KEY_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Key' element name.
KeyedObject - class org.jfree.data.KeyedObject.
A (key, object) pair.
KeyedObject(Comparable, Object) - Constructor for class org.jfree.data.KeyedObject
Creates a new (key, object) pair.
KeyedObjects - class org.jfree.data.KeyedObjects.
A collection of (key, object) pairs.
KeyedObjects() - Constructor for class org.jfree.data.KeyedObjects
Creates a new collection (initially empty).
KeyedObjects2D - class org.jfree.data.KeyedObjects2D.
A data structure that stores zero, one or many objects, where each object is associated with two keys (a 'row' key and a 'column' key).
KeyedObjects2D() - Constructor for class org.jfree.data.KeyedObjects2D
Creates a new instance (initially empty).
KeyedValue - interface org.jfree.data.KeyedValue.
A (key, value) pair.
KeyedValueComparator - class org.jfree.data.KeyedValueComparator.
A utility class that can compare and order two KeyedValue instances and sort them into ascending or descending order by key or by value.
KeyedValueComparator(KeyedValueComparatorType, SortOrder) - Constructor for class org.jfree.data.KeyedValueComparator
Creates a new comparator.
KeyedValueComparatorType - class org.jfree.data.KeyedValueComparatorType.
Uses to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
KeyedValueDataset - interface org.jfree.data.KeyedValueDataset.
A dataset containing a single value.
KeyedValues - interface org.jfree.data.KeyedValues.
A collection of values where each value is associated with a key.
KeyedValues2D - interface org.jfree.data.KeyedValues2D.
An extension of the Values2D interface where a unique key is associated with the row and column indices.
KeyedValues2DDataset - interface org.jfree.data.KeyedValues2DDataset.
A dataset containing (key, value) data items.
KeyedValuesDataset - interface org.jfree.data.KeyedValuesDataset.
A dataset containing (key, value) data items.
KeyHandler - class org.jfree.data.xml.KeyHandler.
A SAX handler for reading a key.
KeyHandler(RootHandler, ItemHandler) - Constructor for class org.jfree.data.xml.KeyHandler
Creates a new handler.

L

LAST_HOUR_IN_DAY - Static variable in class org.jfree.data.time.Hour
Useful constant for the last hour in the day.
LAST_MILLISECOND_IN_SECOND - Static variable in class org.jfree.data.time.Millisecond
A constant for the last millisecond in a second.
LAST_MINUTE_IN_HOUR - Static variable in class org.jfree.data.time.Minute
Useful constant for the last minute in a day.
LAST_MONTH_IN_QUARTER - Static variable in class org.jfree.data.time.Quarter
The last month in each quarter.
LAST_QUARTER - Static variable in class org.jfree.data.time.Quarter
Constant for quarter 4.
LAST_SECOND_IN_MINUTE - Static variable in class org.jfree.data.time.Second
Useful constant for the last second in a day.
LAST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the last week in the year.
layoutLegendItems(LegendItemCollection) - Method in class org.jfree.chart.StandardLegendItemLayout
Performs a layout on the items in the collection.
layoutLegendItems(LegendItemCollection) - Method in interface org.jfree.chart.LegendItemLayout
Updates the locations of all the legend items in the collection, according to some particular layout algorithm.
LEFT - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position (also used for horizontal alignment).
LEFT - Static variable in interface org.jfree.chart.axis.AxisConstants
Axis location constant.
LEFT - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Constant indicating that labels are to be shown left of data points
LEFT - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Constant indicating that labels are to be shown left of data points
Legend - class org.jfree.chart.Legend.
A chart legend shows the names and visual representations of the series that are plotted in a chart.
Legend() - Constructor for class org.jfree.chart.Legend
Default constructor.
Legend(JFreeChart) - Constructor for class org.jfree.chart.Legend
Creates a new legend.
legendChanged(LegendChangeEvent) - Method in class org.jfree.chart.JFreeChart
Receives notification that the chart legend has changed, and passes this on to registered listeners.
legendChanged(LegendChangeEvent) - Method in interface org.jfree.chart.event.LegendChangeListener
Receives notification of a chart legend change event.
LegendChangeEvent - class org.jfree.chart.event.LegendChangeEvent.
A change event that encapsulates information about a change to a chart legend.
LegendChangeEvent(Legend) - Constructor for class org.jfree.chart.event.LegendChangeEvent
Creates a new LegendChangeEvent.
LegendChangeListener - interface org.jfree.chart.event.LegendChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a chart legend.
LegendItem - class org.jfree.chart.LegendItem.
A legend item.
LegendItem(String, String, Shape, Paint, Paint, Stroke) - Constructor for class org.jfree.chart.LegendItem
Creates a new legend item.
LegendItemCollection - class org.jfree.chart.LegendItemCollection.
A collection of legend items.
LegendItemCollection() - Constructor for class org.jfree.chart.LegendItemCollection
Constructs a new legend item collection, initially empty.
LegendItemLayout - interface org.jfree.chart.LegendItemLayout.
The interface for a legend item layout manager.
LegendTitle - class org.jfree.chart.LegendTitle.
A chart title that displays a legend for the data in the chart.
LegendTitle() - Constructor for class org.jfree.chart.LegendTitle
Constructs a new, empty LegendTitle.
LegendTitle(LegendItemLayout) - Constructor for class org.jfree.chart.LegendTitle
Creates a new legend title.
LIGHT_BLUE - Static variable in class org.jfree.chart.ChartColor
A light blue color.
LIGHT_CYAN - Static variable in class org.jfree.chart.ChartColor
A light cyan color.
LIGHT_GREEN - Static variable in class org.jfree.chart.ChartColor
A light green color.
LIGHT_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A light magenta color.
LIGHT_RED - Static variable in class org.jfree.chart.ChartColor
A light red color.
LIGHT_YELLOW - Static variable in class org.jfree.chart.ChartColor
A light yellow color.
LineAndShapeRenderer - class org.jfree.chart.renderer.LineAndShapeRenderer.
A renderer that draws shapes for each data item, and lines between data items.
LineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.LineAndShapeRenderer
Constructs a default renderer (draws shapes and lines).
LineAndShapeRenderer(int) - Constructor for class org.jfree.chart.renderer.LineAndShapeRenderer
Constructs a renderer of the specified type.
LineAndShapeRenderer(int, int) - Constructor for class org.jfree.chart.renderer.LineAndShapeRenderer
Constructs a renderer of the specified type.
LineAndShapeRenderer(int, int, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.LineAndShapeRenderer
Constructs a renderer of the specified type.
LineFunction2D - class org.jfree.data.LineFunction2D.
A function in the form y = a + bx.
LineFunction2D(double, double) - Constructor for class org.jfree.data.LineFunction2D
Constructs a new line function.
LineNeedle - class org.jfree.chart.needle.LineNeedle.
A needle that is represented by a line.
LineNeedle() - Constructor for class org.jfree.chart.needle.LineNeedle
 
LINES - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Useful constant for specifying the type of rendering (lines only).
LINES - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (lines only).
LINES - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (lines only).
LINES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (lines only).
log10 - Static variable in class org.jfree.chart.ui.ColorPalette
Constant for converting loge to log10.
LOG10_VALUE - Static variable in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Useful constant for log(10).
LOG10_VALUE - Static variable in class org.jfree.chart.axis.VerticalLogarithmicAxis
Useful constant for log(10).
logscale - Variable in class org.jfree.chart.ui.ColorPalette
Logscale?
LongNeedle - class org.jfree.chart.needle.LongNeedle.
A needle that is represented by a long line.
LongNeedle() - Constructor for class org.jfree.chart.needle.LongNeedle
Default constructor.

M

main(String[]) - Static method in class org.jfree.chart.JFreeChart
Prints information about JFreeChart to standard output.
Marker - class org.jfree.chart.Marker.
A constant value that is drawn on a chart as a marker, usually as a horizontal or a vertical line.
Marker(double) - Constructor for class org.jfree.chart.Marker
Constructs a new marker.
Marker(double, Paint) - Constructor for class org.jfree.chart.Marker
Constructs a new marker.
Marker(double, Paint, Stroke, Paint, float) - Constructor for class org.jfree.chart.Marker
Constructs a new marker.
MAX_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.PiePlot
The maximum interior gap (currently 40%).
MAX_RADIUS - Static variable in class org.jfree.chart.plot.PiePlot
The maximum radius (currently 100%).
MAX_SECTION_LABEL_GAP - Static variable in class org.jfree.chart.plot.PiePlot
The maximum interior gap (currently 30%).
MAXIMUM_TICK_COUNT - Static variable in class org.jfree.chart.axis.ValueAxis
The maximum tick count.
maxValue - Variable in class org.jfree.data.JDBCXYDataset
The maximum y value of the returned result set
maxZ - Variable in class org.jfree.chart.ui.ColorPalette
The max z-axis value.
MeanAndStandardDeviation - class org.jfree.data.MeanAndStandardDeviation.
A simple data structure that holds a mean value and a standard deviation value.
MeanAndStandardDeviation(Number, Number) - Constructor for class org.jfree.data.MeanAndStandardDeviation
Creates a new mean and standard deviation record.
MeterDataset - interface org.jfree.data.MeterDataset.
A dataset containing a single value within an overall range.
MeterLegend - class org.jfree.chart.MeterLegend.
A legend for meter plots.
MeterLegend(JFreeChart, String) - Constructor for class org.jfree.chart.MeterLegend
Constructs a new legend.
MeterNeedle - class org.jfree.chart.needle.MeterNeedle.
The base class used to represent the needle on a CompassPlot.
MeterNeedle() - Constructor for class org.jfree.chart.needle.MeterNeedle
Creates a new needle.
MeterNeedle(Paint, Paint, Paint) - Constructor for class org.jfree.chart.needle.MeterNeedle
Creates a new needle.
MeterPlot - class org.jfree.chart.plot.MeterPlot.
A plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').
MeterPlot(MeterDataset) - Constructor for class org.jfree.chart.plot.MeterPlot
Default constructor.
MIDDLE - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
MIDDLE - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Useful constant for controlling the x-value returned for a time period.
MIDDLE - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
MIDDLE - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title alignment (horizontal or vertical).
Millisecond - class org.jfree.data.time.Millisecond.
Represents a millisecond.
MILLISECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for milliseconds.
Millisecond() - Constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond based on the current system time.
Millisecond(Date) - Constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond.
Millisecond(Date, TimeZone) - Constructor for class org.jfree.data.time.Millisecond
Creates a millisecond.
Millisecond(int, Second) - Constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond.
MINIMUM_DRAG_ZOOM_SIZE - Static variable in interface org.jfree.chart.ChartPanelConstants
The minimum size required to perform a zoom on a rectangle
MINIMUM_HEIGHT_TO_DRAW - Static variable in class org.jfree.chart.plot.Plot
The minimum height at which the plot should be drawn.
MINIMUM_WIDTH_TO_DRAW - Static variable in class org.jfree.chart.plot.Plot
The minimum width at which the plot should be drawn.
MinMaxCategoryRenderer - class org.jfree.chart.renderer.MinMaxCategoryRenderer.
Renderer for drawing min max plot.
MinMaxCategoryRenderer() - Constructor for class org.jfree.chart.renderer.MinMaxCategoryRenderer
Default constructor.
Minute - class org.jfree.data.time.Minute.
Represents a minute.
MINUTE - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for minutes.
Minute() - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the system date/time.
Minute(Date) - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the supplied date/time.
Minute(Date, TimeZone) - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the supplied date/time and timezone.
Minute(int, Hour) - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute.
minValue - Variable in class org.jfree.data.JDBCXYDataset
The minimum y value of the returned result set
minZ - Variable in class org.jfree.chart.ui.ColorPalette
The min z-axis value.
Month - class org.jfree.data.time.Month.
Represents a single month.
MONTH - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for months.
Month() - Constructor for class org.jfree.data.time.Month
Constructs a new Month, based on the current system time.
Month(Date) - Constructor for class org.jfree.data.time.Month
Constructs a Month, based on a date/time and the default time zone.
Month(Date, TimeZone) - Constructor for class org.jfree.data.time.Month
Constructs a Month, based on a date/time and a time zone.
Month(int, int) - Constructor for class org.jfree.data.time.Month
Constructs a new month instance.
Month(int, Year) - Constructor for class org.jfree.data.time.Month
Constructs a new month instance.
mouseClicked(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of mouse clicks on the panel.
mouseDragged(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Handles a 'mouse dragged' event.
mouseEntered(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Handles a 'mouse entered' event.
mouseExited(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Handles a 'mouse exited' event.
mouseMoved(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Implementation of the MouseMotionListener's method
mousePressed(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Handles a 'mouse pressed' event.
mouseReleased(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Handles a 'mouse released' event.
MovingAverage - class org.jfree.data.MovingAverage.
A utility class for calculating moving averages of time series data.
MovingAverage() - Constructor for class org.jfree.data.MovingAverage
 
MultiIntervalCategoryDataset - interface org.jfree.data.MultiIntervalCategoryDataset.
An extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals.

N

NAME_AND_PERCENT_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
NAME_AND_VALUE_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
NAME_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating name labels on the pie sections.
NEW_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEvent
Event type indicating that the chart has a new dataset.
next() - Method in class org.jfree.data.time.Day
Returns the day following this one, or null if some limit has been reached.
next() - Method in class org.jfree.data.time.Hour
Returns the hour following this one.
next() - Method in class org.jfree.data.time.Minute
Returns the minute following this one.
next() - Method in class org.jfree.data.time.Month
Returns the month following this one.
next() - Method in class org.jfree.data.time.Year
Returns the year following this one.
next() - Method in class org.jfree.data.time.FixedMillisecond
Returns the millisecond following this one.
next() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the time period following this one, or null if some limit has been reached.
next() - Method in class org.jfree.data.time.Second
Returns the second following this one.
next() - Method in class org.jfree.data.time.Millisecond
Returns the millisecond following this one.
next() - Method in class org.jfree.data.time.Quarter
Returns the quarter following this one.
next() - Method in class org.jfree.data.time.Week
Returns the week following this one.
nextStandardDate(Date, DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Returns the first "standard" date (based on the specified field and units).
NO_LABELS - Static variable in class org.jfree.chart.plot.CompassPlot
A constant for the label type.
NO_LABELS - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for the label type.
NO_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating no labels on the pie sections.
NONE - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (no label).
NonGridContourDataset - class org.jfree.data.NonGridContourDataset.
A convenience class that extends the DefaultContourDataset to acommadate non-grid data.
NonGridContourDataset() - Constructor for class org.jfree.data.NonGridContourDataset
Constructor for NonGridContourDataset.
NonGridContourDataset(String, Object[], Object[], Object[]) - Constructor for class org.jfree.data.NonGridContourDataset
Constructor for NonGridContourDataset.
NonGridContourDataset(String, Object[], Object[], Object[], int, int, int) - Constructor for class org.jfree.data.NonGridContourDataset
Constructor for NonGridContourDataset.
NORMAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'normal' range.
NORMAL_DATA - Static variable in interface org.jfree.data.MeterDataset
A constant representing the 'normal' level.
NORMAL_TEXT - Static variable in class org.jfree.chart.plot.MeterPlot
The default text for the normal level.
NORTH - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position.
NORTH - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position NORTH.
notifyListeners(AxisChangeEvent) - Method in class org.jfree.chart.axis.Axis
Notifies all registered listeners that the axis has changed.
notifyListeners(ChartChangeEvent) - Method in class org.jfree.chart.JFreeChart
Sends a ChartChangeEvent to all registered listeners.
notifyListeners(ChartProgressEvent) - Method in class org.jfree.chart.JFreeChart
Sends a ChartProgressEvent to all registered listeners.
notifyListeners(DatasetChangeEvent) - Method in class org.jfree.data.AbstractDataset
Notifies all registered listeners that the dataset has changed.
notifyListeners(LegendChangeEvent) - Method in class org.jfree.chart.Legend
Notifies all registered listeners that the chart legend has changed in some way.
notifyListeners(PlotChangeEvent) - Method in class org.jfree.chart.plot.Plot
Notifies all registered listeners that the plot has been modified.
notifyListeners(SeriesChangeEvent) - Method in class org.jfree.data.Series
Sends a change event to all registered listeners.
notifyListeners(TitleChangeEvent) - Method in class org.jfree.chart.AbstractTitle
Notifies all registered listeners that the chart title has changed in some way.
NumberAxis - class org.jfree.chart.axis.NumberAxis.
The base class for axes that display numerical data.
NumberAxis(String) - Constructor for class org.jfree.chart.axis.NumberAxis
Constructs a number axis, using default values where necessary.
NumberTickUnit - class org.jfree.chart.axis.NumberTickUnit.
A numerical tick unit.
NumberTickUnit(double) - Constructor for class org.jfree.chart.axis.NumberTickUnit
Creates a new number tick unit.
NumberTickUnit(double, NumberFormat) - Constructor for class org.jfree.chart.axis.NumberTickUnit
Creates a new number tick unit.
numX - Variable in class org.jfree.data.DefaultContourDataset
 
numY - Variable in class org.jfree.data.DefaultContourDataset
 

O

offsetFromNewest(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the actual index to a time offset by "delta" from newestAt.
offsetFromOldest(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
??
OPEN - Static variable in class org.jfree.chart.renderer.HighLow
Useful constant for open/close value types.
org.jfree.chart - package org.jfree.chart
Core classes, including JFreeChart and ChartPanel.
org.jfree.chart.annotations - package org.jfree.chart.annotations
A framework for addings annotations to charts.
org.jfree.chart.axis - package org.jfree.chart.axis
Axis classes and interfaces.
org.jfree.chart.entity - package org.jfree.chart.entity
Classes representing components of (or entities in) a chart.
org.jfree.chart.event - package org.jfree.chart.event
Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component.
org.jfree.chart.needle - package org.jfree.chart.needle
A range of objects that can be used to represent the needle on a CompassPlot.
org.jfree.chart.plot - package org.jfree.chart.plot
Plot classes and related interfaces.
org.jfree.chart.renderer - package org.jfree.chart.renderer
Plug-in renderers for the CategoryPlot and XYPlot classes.
org.jfree.chart.resources - package org.jfree.chart.resources
Localised resources for the JFreeChart class library.
org.jfree.chart.servlet - package org.jfree.chart.servlet
Classes for providing useful servlet and JSP functionality.
org.jfree.chart.tooltips - package org.jfree.chart.tooltips
Classes for adding tooltips to charts.
org.jfree.chart.ui - package org.jfree.chart.ui
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
org.jfree.chart.urls - package org.jfree.chart.urls
Classes for adding URLS to charts for HTML image map generation.
org.jfree.data - package org.jfree.data
Data interfaces and classes.
org.jfree.data.resources - package org.jfree.data.resources
Resource bundles for items that require localisation.
org.jfree.data.time - package org.jfree.data.time
 
org.jfree.data.xml - package org.jfree.data.xml
Support for reading datasets from XML files.
OverlaidVerticalCategoryPlot - class org.jfree.chart.plot.OverlaidVerticalCategoryPlot.
An extension of VerticalCategoryPlot that allows multiple plots to be overlaid in one space, using common axes.
OverlaidVerticalCategoryPlot(CategoryAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Constructs a new overlaid vertical category plot.
OverlaidVerticalCategoryPlot(String, String) - Constructor for class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Constructs a new overlaid vertical category plot.
OverlaidXYPlot - class org.jfree.chart.plot.OverlaidXYPlot.
An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
OverlaidXYPlot(String, String) - Constructor for class org.jfree.chart.plot.OverlaidXYPlot
Constructs a new overlaid XY plot.
OverlaidXYPlot(ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.OverlaidXYPlot
Constructs a new overlaid plot (with no subplots initially).

P

paintComponent(Graphics) - Method in class org.jfree.chart.ChartPanel
Paints the component by drawing the chart to fill the entire component, but allowing for the insets (which will be non-zero if a border has been set for this component).
paintComponent(Graphics) - Method in class org.jfree.chart.ui.PaletteSample
Draws the sample.
PaintTable - class org.jfree.chart.renderer.PaintTable.
A lookup table for Paint objects.
PaintTable() - Constructor for class org.jfree.chart.renderer.PaintTable
Creates a new paint table.
PaletteChooserPanel - class org.jfree.chart.ui.PaletteChooserPanel.
A component for choosing a palette from a list of available palettes.
PaletteChooserPanel(PaletteSample, PaletteSample[]) - Constructor for class org.jfree.chart.ui.PaletteChooserPanel
Constructor.
paletteName - Variable in class org.jfree.chart.ui.ColorPalette
The palette name.
PaletteSample - class org.jfree.chart.ui.PaletteSample.
A panel that displays a palette sample.
PaletteSample(ColorPalette) - Constructor for class org.jfree.chart.ui.PaletteSample
Creates a new sample.
parseDay(String) - Static method in class org.jfree.data.time.Day
Parses the string argument as a day.
parseHour(String) - Static method in class org.jfree.data.time.Hour
Creates an Hour instance by parsing a string.
parseMinute(String) - Static method in class org.jfree.data.time.Minute
Creates a Minute instance by parsing a string.
parseMonth(String) - Static method in class org.jfree.data.time.Month
Parses the string argument as a month.
parseQuarter(String) - Static method in class org.jfree.data.time.Quarter
Parses the string argument as a quarter.
parseSecond(String) - Static method in class org.jfree.data.time.Second
Creates a Minute instance by parsing a string.
parseWeek(String) - Static method in class org.jfree.data.time.Week
Parses the string argument as a week.
parseYear(String) - Static method in class org.jfree.data.time.Year
Parses the string argument as a year.
PER_COLUMN - Static variable in class org.jfree.chart.plot.PiePlot
A useful constant for multiple pie charts.
PER_ROW - Static variable in class org.jfree.chart.plot.PiePlot
A useful constant for multiple pie charts.
PERCENT_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
PeriodMarkerPlot - class org.jfree.chart.plot.PeriodMarkerPlot.
A plot that marks time periods, for use in overlaid plots.
PeriodMarkerPlot(XYDataset, ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.PeriodMarkerPlot
Creates a new period marker plot.
Pie3DPlot - class org.jfree.chart.plot.Pie3DPlot.
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the CategoryDataset interface.
Pie3DPlot(PieDataset) - Constructor for class org.jfree.chart.plot.Pie3DPlot
Creates a 3D pie chart with default attributes.
PieDataset - interface org.jfree.data.PieDataset.
A general purpose dataset where values are associated with keys.
PIEDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'PieDataset' element name.
PieDatasetHandler - class org.jfree.data.xml.PieDatasetHandler.
A SAX handler for reading a PieDataset from an XML file.
PieDatasetHandler() - Constructor for class org.jfree.data.xml.PieDatasetHandler
Default constructor.
PiePlot - class org.jfree.chart.plot.PiePlot.
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
PiePlot(CategoryDataset, int) - Constructor for class org.jfree.chart.plot.PiePlot
Creates a new plot that will draw multiple pie charts, one for each row or column (as requested) in the dataset.
PiePlot(PieDataset) - Constructor for class org.jfree.chart.plot.PiePlot
Creates a pie chart.
PieSectionEntity - class org.jfree.chart.entity.PieSectionEntity.
A chart entity that represents one section within a pie plot.
PieSectionEntity(int, int, Comparable, Shape, String) - Constructor for class org.jfree.chart.entity.PieSectionEntity
Creates a new pie section entity.
PieSectionEntity(int, int, Comparable, Shape, String, String) - Constructor for class org.jfree.chart.entity.PieSectionEntity
Creates a new pie section entity.
PieToolTipGenerator - interface org.jfree.chart.tooltips.PieToolTipGenerator.
Interface for a tooltip generator for plots that use data from a PieDataset.
PieURLGenerator - interface org.jfree.chart.urls.PieURLGenerator.
Interface for a URL generator for plots that use data from a PieDataset.
PinNeedle - class org.jfree.chart.needle.PinNeedle.
A needle that is drawn as a pin shape.
PinNeedle() - Constructor for class org.jfree.chart.needle.PinNeedle
 
Plot - class org.jfree.chart.plot.Plot.
The base class for all plots in JFreeChart.
Plot(Dataset) - Constructor for class org.jfree.chart.plot.Plot
Creates a new plot.
plotChanged(PlotChangeEvent) - Method in class org.jfree.chart.JFreeChart
Receives notification that the plot has changed, and passes this on to registered listeners.
plotChanged(PlotChangeEvent) - Method in interface org.jfree.chart.event.PlotChangeListener
Receives notification of a plot change event.
PlotChangeEvent - class org.jfree.chart.event.PlotChangeEvent.
An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
PlotChangeEvent(Plot) - Constructor for class org.jfree.chart.event.PlotChangeEvent
Creates a new PlotChangeEvent.
PlotChangeListener - interface org.jfree.chart.event.PlotChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a plot.
PlotException - exception org.jfree.chart.plot.PlotException.
A general purpose exception class for plots.
PlotException(String) - Constructor for class org.jfree.chart.plot.PlotException
Constructs a new plot exception.
PlotNotCompatibleException - exception org.jfree.chart.plot.PlotNotCompatibleException.
An exception that is generated when assigning a plot to a chart *if* the plot is not compatible with the chart's current data source.
PlotNotCompatibleException(String) - Constructor for class org.jfree.chart.plot.PlotNotCompatibleException
Constructs a new exception.
PlotPropertyEditPanel - class org.jfree.chart.ui.PlotPropertyEditPanel.
A panel for editing the properties of a Plot.
PlotPropertyEditPanel(Plot) - Constructor for class org.jfree.chart.ui.PlotPropertyEditPanel
Standard constructor - constructs a panel for editing the properties of the specified plot.
PlumNeedle - class org.jfree.chart.needle.PlumNeedle.
A needle for use with the CompassPlot class.
PlumNeedle() - Constructor for class org.jfree.chart.needle.PlumNeedle
 
PointerNeedle - class org.jfree.chart.needle.PointerNeedle.
A needle in the shape of a pointer, for use with the CompassPlot class.
PointerNeedle() - Constructor for class org.jfree.chart.needle.PointerNeedle
 
pointRenderer(Graphics2D, Rectangle2D, ChartRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBarAxis, ContourDataset, CrosshairInfo) - Method in class org.jfree.chart.plot.ContourPlot
Draws the visual representation of a single data item.
pointsInTime - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Storage for the x-values.
popSubHandler() - Method in class org.jfree.data.xml.RootHandler
Pops a sub-handler from the stack.
PowerFunction2D - class org.jfree.data.PowerFunction2D.
A function of the form y = a * x ^ b.
PowerFunction2D(double, double) - Constructor for class org.jfree.data.PowerFunction2D
Creates a new power function.
previous() - Method in class org.jfree.data.time.Day
Returns the day preceding this one.
previous() - Method in class org.jfree.data.time.Hour
Returns the hour preceding this one.
previous() - Method in class org.jfree.data.time.Minute
Returns the minute preceding this one.
previous() - Method in class org.jfree.data.time.Month
Returns the month preceding this one.
previous() - Method in class org.jfree.data.time.Year
Returns the year preceding this one.
previous() - Method in class org.jfree.data.time.FixedMillisecond
Returns the millisecond preceding this one.
previous() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the time period preceding this one, or null if some lower limit has been reached.
previous() - Method in class org.jfree.data.time.Second
Returns the second preceding this one.
previous() - Method in class org.jfree.data.time.Millisecond
Returns the millisecond preceding this one.
previous() - Method in class org.jfree.data.time.Quarter
Returns the quarter preceding this one.
previous() - Method in class org.jfree.data.time.Week
Returns the week preceding this one.
previousStandardDate(Date, DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Returns the previous "standard" date, for a given date and tick unit.
PRINT_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Print action command.
print(Graphics, PageFormat, int) - Method in class org.jfree.chart.ChartPanel
Prints the chart on a single page.
PROPERTIES_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Properties action command.
propertyChange() - Method in class org.jfree.chart.plot.ThermometerPlot
Deprecated. this method is not required and will be removed.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
Notifies all registered listeners of a property change.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.plot.ContourPlot
Notifies all registered listeners of a property change.
pushSubHandler(DefaultHandler) - Method in class org.jfree.data.xml.RootHandler
Pushes a sub-handler onto the stack.

Q

Quarter - class org.jfree.data.time.Quarter.
Defines a quarter (in a given year).
Quarter() - Constructor for class org.jfree.data.time.Quarter
Constructs a new Quarter, based on the current system date/time.
Quarter(Date) - Constructor for class org.jfree.data.time.Quarter
Constructs a new Quarter, based on a date/time and the default time zone.
Quarter(Date, TimeZone) - Constructor for class org.jfree.data.time.Quarter
Constructs a Quarter, based on a date/time and time zone.
Quarter(int, int) - Constructor for class org.jfree.data.time.Quarter
Constructs a new quarter.
Quarter(int, Year) - Constructor for class org.jfree.data.time.Quarter
Constructs a new quarter.

R

r - Variable in class org.jfree.chart.ui.ColorPalette
Red components.
RainbowPalette - class org.jfree.chart.ui.RainbowPalette.
Contains the data to constuct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device.
RainbowPalette() - Constructor for class org.jfree.chart.ui.RainbowPalette
Default constructor.
Range - class org.jfree.data.Range.
Represents the visible range for an axis.
RANGE_HIGH - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for high value in subrangeInfo matrix.
RANGE_LOW - Static variable in class org.jfree.chart.plot.ThermometerPlot
Index for low value in subrangeInfo matrix.
Range(double, double) - Constructor for class org.jfree.data.Range
Constructs a new axis range.
RangeInfo - interface org.jfree.data.RangeInfo.
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
readCategoryDatasetFromXML(File) - Static method in class org.jfree.data.xml.DatasetReader
Reads a CategoryDataset from a file.
readCategoryDatasetFromXML(InputStream) - Static method in class org.jfree.data.xml.DatasetReader
Reads a CategoryDataset from a stream.
readPieDatasetFromXML(File) - Static method in class org.jfree.data.xml.DatasetReader
Reads a PieDataset from an XML file.
readPieDatasetFromXML(InputStream) - Static method in class org.jfree.data.xml.DatasetReader
Reads a PieDataset from a stream.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Creates a temporary list of ticks that can be used when drawing the axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.Axis
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Recalculates the ticks for the date axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Creates a temporary list of ticks that can be used when drawing the axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalDateAxis
Recalculates the ticks for the date axis.
registerChartForDeletion(File, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Adds a ChartDeleter object to the session object with the name JFreeChart_Deleter if there is not already one bound to the session and adds the filename to the list of charts to be deleted.
Regression - class org.jfree.data.Regression.
A utility class for fitting regression curves to data.
Regression() - Constructor for class org.jfree.data.Regression
 
RegularTimePeriod - class org.jfree.data.time.RegularTimePeriod.
An abstract class representing a unit of time.
RegularTimePeriod() - Constructor for class org.jfree.data.time.RegularTimePeriod
 
RELATIVE - Static variable in class org.jfree.chart.Spacer
A constant for 'relative' spacing.
remove(int) - Method in class org.jfree.data.TaskSeriesCollection
Removes a series from the collection.
remove(Task) - Method in class org.jfree.data.TaskSeries
Removes a task from the series.
remove(TaskSeries) - Method in class org.jfree.data.TaskSeriesCollection
Removes a series from the collection.
remove(XYPlot) - Method in class org.jfree.chart.plot.OverlaidXYPlot
Removes a subplot from the overlaid chart.
removeAll() - Method in class org.jfree.data.TaskSeries
 
removeAll() - Method in class org.jfree.data.TaskSeriesCollection
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.XYSeriesCollection
Removes all the series from the collection.
removeChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Deregisters an object for notification of changes to the axis.
removeChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removeChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.Dataset
Deregisters an object for notification of changes to the dataset.
removeChangeListener(DatasetChangeListener) - Method in class org.jfree.data.AbstractDataset
Deregisters an object so that it no longer receives notification of changes to the dataset.
removeChangeListener(LegendChangeListener) - Method in class org.jfree.chart.Legend
Deregisters an object for notification of changes to the legend.
removeChangeListener(PlotChangeListener) - Method in class org.jfree.chart.plot.Plot
Unregisters an object for notification of changes to the plot.
removeChangeListener(SeriesChangeListener) - Method in class org.jfree.data.Series
Deregisters an object, so that it not longer receives notification whenever the series changes.
removeChangeListener(TitleChangeListener) - Method in class org.jfree.chart.AbstractTitle
Unregisters an object for notification of changes to the chart title.
removeChartMouseListener(ChartMouseListener) - Method in class org.jfree.chart.ChartPanel
Removes a listener from the list of objects listening for chart mouse events.
removeColumn(Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a column from the dataset.
removeColumn(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes a column.
removeColumn(int) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a column from the dataset.
removeColumn(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(int) - Method in class org.jfree.data.KeyedObjects2D
Removes a column.
removeObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes an object.
removeProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.Series
Removes a property change listener from the series.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
Removes a property change listener from the renderer.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Removes a property change listener from the renderer.
removeRow(Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a row from the dataset.
removeRow(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeRow(int) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a row from the dataset.
removeRow(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(int) - Method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeSeries(int) - Method in class org.jfree.data.XYSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Removes a series from the collection.
removeSeries(TimePeriodValues) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Removes the specified series from the collection.
removeSeries(TimeSeries) - Method in class org.jfree.data.time.TimeSeriesCollection
Removes the specified series from the collection.
removeSeries(XYSeries) - Method in class org.jfree.data.XYSeriesCollection
Removes a series from the collection.
removeSubtask(Task) - Method in class org.jfree.data.Task
Removes a sub-task from the task.
removeValue(Comparable) - Method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
removeValue(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Removes a value from the collection.
removeValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a value from the dataset.
removeValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a value.
removeValue(int) - Method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
removeValue(int) - Method in class org.jfree.data.DefaultKeyedValues
Removes a value from the collection.
render(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.OverlaidVerticalCategoryPlot
Performs the actual drawing of the data.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.OverlaidXYPlot
Renders the subplots.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.ContourPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.FastScatterPlot
Draws a representation of the data within the dataArea region.
render2(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.VerticalCategoryPlot
Draws a representation of the secondary dataset within the dataArea region, using the current renderer.
render2(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.plot.HorizontalCategoryPlot
Draws a representation of the data in the secondary dataset (if there is one) within the dataArea region, using the current renderer.
render2(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws a representation of the data within the dataArea region, using the current renderer.
Renderer - interface org.jfree.chart.renderer.Renderer.
The base interface for renderers.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in interface org.jfree.chart.axis.HorizontalAxis
Estimates the height required to draw the axis.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis3D
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Estimates the height required for the axis, given a specific drawing area, without any information about the width of the vertical axis.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in interface org.jfree.chart.axis.HorizontalAxis
Estimates the height required to draw the axis, assuming that the vertical axis has already reserved the specified width.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis3D
Returns area in which the axis will be displayed.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Returns area in which the axis will be displayed.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Returns area in which the axis will be displayed.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Returns area in which the axis will be displayed.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Returns area in which the axis will be displayed.
reserveHeight(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Returns the area required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Estimates the height required for the axis, given a specific drawing area, without any information about the width of the vertical axis.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Returns the width of the axis.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Returns the width required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in interface org.jfree.chart.axis.VerticalAxis
Returns the width of the axis.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Returns the axis width.
reserveWidth(Graphics2D, Plot, Rectangle2D, int) - Method in class org.jfree.chart.axis.VerticalDateAxis
Returns the width required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Returns the area required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Returns area in which the axis will be displayed.
reserveWidth(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in interface org.jfree.chart.axis.VerticalAxis
Returns the width of the axis, assuming that the horizontal axis has already reserved the specified height.
reserveWidth(Graphics2D, Plot, Rectangle2D, int, double, int) - Method in class org.jfree.chart.axis.VerticalDateAxis
Returns area in which the axis will be displayed.
resizeRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Increases or decreases the axis range by the specified percentage, about the central value.
resizeRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Increases or decreases the axis range by the specified percentage, about the specified anchor value.
ReverseXYItemRenderer - class org.jfree.chart.renderer.ReverseXYItemRenderer.
This renderer performs exactly the same function as StandardXYItemRenderer, except that it switches the X and Y values (effectively rotating the plot by 90 degrees).
ReverseXYItemRenderer() - Constructor for class org.jfree.chart.renderer.ReverseXYItemRenderer
Constructs a new renderer.
ReverseXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.ReverseXYItemRenderer
Constructs a new renderer.
ReverseXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.ReverseXYItemRenderer
Constructs a new renderer.
ReverseXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.ReverseXYItemRenderer
Constructs a new renderer.
RIGHT - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position (also used for horizontal alignment).
RIGHT - Static variable in interface org.jfree.chart.axis.AxisConstants
Axis location constant.
RIGHT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (right of the thermometer).
RIGHT - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Constant indicating that labels are to be shown right of data points
RIGHT - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Constant indicating that labels are to be shown right of data points
RootHandler - class org.jfree.data.xml.RootHandler.
A SAX handler that delegates work to sub-handlers.
RootHandler() - Constructor for class org.jfree.data.xml.RootHandler
Creates a new handler.
ROW - Static variable in class org.jfree.data.CategoryToPieDataset
A constant indicating that data should be extracted from a row.

S

sampleFunction2D(Function2D, double, double, int, String) - Static method in class org.jfree.data.DatasetUtilities
Creates an XYDataset by sampling the specified function over a fixed range.
SAVE_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Save action command.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
saveChartAsJPEG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory.
saveChartAsPNG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
saveChartAsPNG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory.
SCALE_ON_BOTH_AXES - Static variable in class org.jfree.chart.renderer.XYBubbleRenderer
A useful constant.
SCALE_ON_DOMAIN_AXIS - Static variable in class org.jfree.chart.renderer.XYBubbleRenderer
A useful constant.
SCALE_ON_RANGE_AXIS - Static variable in class org.jfree.chart.renderer.XYBubbleRenderer
A useful constant.
searchReplace(String, String, String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Perform a search/replace operation on a String There are String methods to do this since (JDK 1.4)
Second - class org.jfree.data.time.Second.
Represents a second in a particular day.
SECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for seconds.
Second() - Constructor for class org.jfree.data.time.Second
Constructs a new Second, based on the system date/time.
Second(Date) - Constructor for class org.jfree.data.time.Second
Constructs a second.
Second(Date, TimeZone) - Constructor for class org.jfree.data.time.Second
Creates a new second based on the supplied time and time zone.
Second(int, Minute) - Constructor for class org.jfree.data.time.Second
Constructs a new Second.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
This operation is not supported by the symbolic values.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
This operation is not supported by the symbolic values
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalDateAxis
Selects an appropriate tick value for the axis.
sendTempFile(File, HttpServletResponse) - Static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file to the HTTP response in 1KB chunks
sendTempFile(File, HttpServletResponse, String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file to the HTTP response in 1KB chunks
Series - class org.jfree.data.Series.
Base class representing a data series.
SERIES_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Series' element name.
Series(String) - Constructor for class org.jfree.data.Series
Constructs a series.
Series(String, String) - Constructor for class org.jfree.data.Series
Constructs a series.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.TimeSeriesTableModel
Receives notification that the time series has been changed.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.TaskSeriesCollection
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.AbstractSeriesDataset
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in interface org.jfree.data.SeriesChangeListener
Called when an observed series changes in some way.
SeriesChangeEvent - class org.jfree.data.SeriesChangeEvent.
An event with details of a change to a series.
SeriesChangeEvent(Object) - Constructor for class org.jfree.data.SeriesChangeEvent
Constructs a new event.
SeriesChangeListener - interface org.jfree.data.SeriesChangeListener.
Methods for receiving notification of changes to a data series.
SeriesDataset - interface org.jfree.data.SeriesDataset.
The interface for a dataset consisting of one or many series of data.
SeriesException - exception org.jfree.data.SeriesException.
A general purpose exception class for data series.
SeriesException(String) - Constructor for class org.jfree.data.SeriesException
Constructs a new series exception.
seriesName - Variable in class org.jfree.data.DefaultContourDataset
The series name (this dataset supports only one series).
seriesNameListFromDataArray(Object[][]) - Static method in class org.jfree.data.DefaultWindDataset
Utility method for automatically generating series names.
SeriesShapeFactory - class org.jfree.chart.SeriesShapeFactory.
Provider of shapes for indicating data points on a Plot.
SeriesShapeFactory() - Constructor for class org.jfree.chart.SeriesShapeFactory
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.chart.servlet.DisplayChart
Service method.
ServletUtilities - class org.jfree.chart.servlet.ServletUtilities.
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
 
setAllowNegativesFlag(boolean) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAllowNegativesFlag(boolean) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAnchor(int) - Method in class org.jfree.chart.Legend
Sets the current anchor of this legend.
setAnchorDate(Date) - Method in class org.jfree.chart.axis.DateAxis
Sets the anchor date for the axis.
setAnchoredRange(double) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Redefinition of setAnchoredRange for the symbolicvalues.
setAnchoredRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the axis range so the the anchor value is in the middle of the axis, and the overall range is equal to the value specified.
setAnchoredRange(double) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Redefinition of setAnchoredRange for the symbolicvalues.
setAnchorValue(double) - Method in class org.jfree.chart.axis.DateAxis
Sets the anchor value.
setAnchorValue(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the anchor value for this axis.
setAnchorValueAttribute(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the anchor value, with no other side effects.
setAnchorX(double) - Method in class org.jfree.chart.CrosshairInfo
Set the x-value for the anchor point.
setAnchorY(double) - Method in class org.jfree.chart.CrosshairInfo
Set the y-value for the anchor point.
setAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
setArea(Shape) - Method in class org.jfree.chart.entity.ChartEntity
Sets the area for the entity.
setAutoRange(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
setAutoRange(boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the auto range attribute.
setAutoRangeIncludesZero(boolean) - Method in class org.jfree.chart.axis.NumberAxis
Sets the flag that indicates whether or not the axis range, if automatically calculated, is forced to include zero.
setAutoRangeMinimumSize(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the auto range minimum size, with no other side effects.
setAutoRangeMinimumSize(double, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the minimum size allowed for the axis range when it is automatically calculated.
setAutoRangeStickyZero(boolean) - Method in class org.jfree.chart.axis.NumberAxis
Sets a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
setAutoTickIndex(int) - Method in class org.jfree.chart.axis.ValueAxis
Sets the auto tick index.
setAutoTickUnitSelection(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoTickUnitSelection(boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAxisProperties(Axis) - Method in class org.jfree.chart.ui.ColorBarPropertyEditPanel
Sets the properties of the specified axis to match the properties defined on this panel.
setAxisProperties(Axis) - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Sets the properties of the specified axis to match the properties defined on this panel.
setAxisRange() - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the axis range to the current values in the rangeInfo array.
setAxisRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
Deprecated. use setRange(double, double) method.
setBackground(Color) - Method in class org.jfree.chart.plot.JThermometer
Sets the background color.
setBackgroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
Sets the alpha transparency of the plot area background, and notifies registered listeners that the plot has been modified.
setBackgroundImage(Image) - Method in class org.jfree.chart.JFreeChart
Sets the chart's background image (null permitted).
setBackgroundImage(Image) - Method in class org.jfree.chart.plot.Plot
Sets the background image for the plot.
setBackgroundImageAlignment(int) - Method in class org.jfree.chart.JFreeChart
Sets the background alignment.
setBackgroundImageAlignment(int) - Method in class org.jfree.chart.plot.Plot
Sets the background alignment.
setBackgroundImageAlpha(float) - Method in class org.jfree.chart.JFreeChart
Sets the alpha-transparency for the chart's background image.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the background color of the legend.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.JFreeChart
Sets the color/shade used to fill the chart background.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the background color of the plot area.
setBarWidth(double) - Method in class org.jfree.chart.renderer.BarRenderer
Updates the calculated bar width.
setBorderType(int) - Method in class org.jfree.data.DefaultMeterDataset
Sets the border type.
setBounds(double, double, double, double) - Method in class org.jfree.chart.DrawableLegendItem
Set the bounds of this item.
setCandleWidth(double) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the candle width.
setCategory(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the category.
setCategoryIndex(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the category index.
setCategoryKeys(Comparable[]) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Sets the categories for the dataset.
setCategoryMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the category margin.
setChart(JFreeChart) - Method in class org.jfree.chart.ChartPanel
Sets the chart that is displayed in the panel.
setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartChangeEvent
Sets the chart that generated the change event.
setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartProgressEvent
Sets the chart that generated the change event.
setChartArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the chart was drawn.
setCircular(boolean) - Method in class org.jfree.chart.plot.PiePlot
A flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
setCircularAttribute(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the circular attribute, with no side effects.
setClip(boolean) - Method in class org.jfree.chart.ClipPath
Sets the clip.
setClipPath(ClipPath) - Method in class org.jfree.chart.plot.ContourPlot
Sets the clipPath.
setColorBarAxis(NumberAxis) - Method in class org.jfree.chart.plot.ContourPlot
Sets the colorbar axis for the plot.
setColorPalette(ColorPalette) - Method in interface org.jfree.chart.axis.ColorBarAxis
Sets the current color palette.
setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Sets the color palette.
setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Sets the current ColorPalette.
setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Sets the current ColorPalette.
setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Set the ColorPalette.
setComposite(Composite) - Method in class org.jfree.chart.ClipPath
Sets the composite.
setCriticalPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the 'critical' range.
setCriticalRange(Number, Number) - Method in class org.jfree.data.DefaultMeterDataset
Sets the critical range for the dataset.
setCrosshairDistance(double) - Method in class org.jfree.chart.CrosshairInfo
Sets the distance.
setData(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the data for the chart, replacing any existing data.
setDataArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the data has been plotted.
setDataAreaRatio(double) - Method in class org.jfree.chart.plot.Plot
Sets the data area ratio.
setDataset(Dataset) - Method in class org.jfree.chart.plot.Plot
Sets the primary dataset for the chart, replacing any existing dataset.
setDatasetGroup(DatasetGroup) - Method in class org.jfree.chart.plot.Plot
Sets the dataset group.
setDateFormat(int, Locale) - Method in class org.jfree.chart.DateTitle
Set the format of the date.
setDateFormatOverride(DateFormat) - Method in class org.jfree.chart.axis.DateAxis
Sets the date format override.
setDefaultOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the default outline paint.
setDefaultOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.Renderer
Sets the default outline paint.
setDefaultOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline paint.
setDefaultOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the default outline stroke.
setDefaultOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.Renderer
Sets the default outline stroke.
setDefaultOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline stroke.
setDefaultPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the default paint.
setDefaultPaint(Paint) - Method in interface org.jfree.chart.renderer.Renderer
Sets the default paint.
setDefaultPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default paint.
setDefaultShape(Shape) - Method in interface org.jfree.chart.renderer.Renderer
Sets the default shape.
setDefaultShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default shape.
setDefaultShapeFilled(boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the default shape filled flag.
setDefaultStroke(Stroke) - Method in interface org.jfree.chart.renderer.Renderer
Sets the default stroke.
setDefaultStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default stroke.
setDepthFactor(double) - Method in class org.jfree.chart.plot.Pie3DPlot
Sets the factor of the pie depth from the plot height.
setDescription(String) - Method in class org.jfree.data.Task
Sets the task description.
setDescription(String) - Method in class org.jfree.data.Series
Sets the description of the series.
setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to fill the dial background.
setDialBorderColor(Color) - Method in class org.jfree.chart.plot.MeterPlot
Sets the color for the border of the dial.
setDialType(int) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dial type (background shape).
setDirection(int) - Method in class org.jfree.chart.plot.PiePlot
Sets the direction (use the constants CLOCKWISE or ANTICLOCKWISE).
setDisplayRange(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the display range.
setDisplaySeriesShapes(boolean) - Method in class org.jfree.chart.StandardLegend
Sets a flag that controls whether or not the legend displays the series shapes.
setDisplayToolTips(boolean) - Method in class org.jfree.chart.ChartPanel
Switches chart tooltip generation on or off.
setDomainAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis.
setDomainAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis.
setDomainAxisLocation(int, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis.
setDomainAxisLocation(int, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis.
setDomainCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.
setDomainCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.
setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double) - Method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair is visible.
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair is visible.
setDomainDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the domain description.
setDomainDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
Sets the domain description.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the domain axis.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid-lines (if any) against the domain axis.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the domain axis.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw grid-lines against the domain axis.
setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the domain grid-lines are visible.
setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether or not grid-lines are drawn against the domain axis.
setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDownPaint(Paint) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the paint used to fill candles when the price moves down from open to close.
setDrawBorder(boolean) - Method in class org.jfree.chart.plot.CompassPlot
Sets a flag that controls whether or not a border is drawn.
setDrawBorder(boolean) - Method in class org.jfree.chart.plot.MeterPlot
Sets the flag that controls whether or not a rectangular border is drawn around the plot area.
setDrawingSupplier(DrawingSupplier) - Method in interface org.jfree.chart.renderer.Renderer
Sets the drawing supplier for the renderer.
setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the drawing supplier for the renderer.
setDrawingSupplier(DrawingSupplier) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the drawing supplier.
setDrawLines(boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the flag that controls whether or not lines are drawn between consecutive data points.
setDrawLines(boolean) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets whether or not lines are drawn between category points.
setDrawPaint(Paint) - Method in class org.jfree.chart.ClipPath
Sets the drawPaint.
setDrawPath(boolean) - Method in class org.jfree.chart.ClipPath
Sets the drawPath.
setDrawShapes(boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the flag that controls whether or not a shape should be drawn to represent each data point.
setDrawStroke(Stroke) - Method in class org.jfree.chart.ClipPath
Sets the drawStroke.
setDrawVolume(boolean) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets a flag that controls whether or not volume bars are drawn in the background.
setDuration(TimePeriod) - Method in class org.jfree.data.Task
Sets the task duration (actual or estimated).
setEndValue(int, Object, Number) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Sets the end data value for one category in a series.
setEnforceFileExtensions(boolean) - Method in class org.jfree.chart.ChartPanel
Sets a flag that controls whether or not file extensions are enforced.
setEntityCollection(EntityCollection) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the entity collection.
setExplodePercent(int, double) - Method in class org.jfree.chart.plot.PiePlot
Sets the amount that a pie section should be exploded.
setFillPaint(Paint) - Method in class org.jfree.chart.ClipPath
Sets the fillPaint.
setFillPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the fill paint.
setFillPath(boolean) - Method in class org.jfree.chart.ClipPath
Sets the fillPath.
setFillZoomRectangle(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls how the zoom rectangle is drawn.
setFixedAutoRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the fixed auto range for the axis.
setFixedDimension(double) - Method in class org.jfree.chart.axis.Axis
Sets the fixed dimension for the axis.
setFollowDataInSubranges(boolean) - Method in class org.jfree.chart.plot.JThermometer
Sets the flag that controls whether or not the display range follows the data value.
setFollowDataInSubranges(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
setFont(Font) - Method in class org.jfree.chart.TextTitle
Sets the font used to display the title string.
setForeground(Color) - Method in class org.jfree.chart.plot.JThermometer
Sets the foreground color.
setForegroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
Sets the alpha-transparency for the plot.
setGap(double) - Method in class org.jfree.chart.plot.CombinedXYPlot
Sets the amount of space between subplots.
setGapThreshold(double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines.
setGroup(DatasetGroup) - Method in interface org.jfree.data.Dataset
Sets the dataset group.
setGroup(DatasetGroup) - Method in class org.jfree.data.AbstractDataset
Sets the dataset group for the dataset.
setGroupPaint(Paint) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the paint of the line between the minimum value and the maximum value.
setGroupStroke(Stroke) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the stroke of the line between the minimum value and the maximum value.
setHighlightPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the highlight paint.
setHistoryCount(int) - Method in class org.jfree.data.time.TimeSeries
Sets the number of time units in the 'history' for the series.
setHorizontalAlignment(int) - Method in class org.jfree.chart.AbstractTitle
Sets the horizontal alignment for the title, and notifies any registered listeners of the change.
setHorizontalAxisHeight(double) - Method in class org.jfree.chart.plot.CombinedXYPlot
Sets the height for the horizontal axis of each subplot.
setHorizontalAxisTrace(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls trace lines on the horizontal axis.
setHorizontalZoom(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming on the horizontal axis.
setImage(Image) - Method in class org.jfree.chart.ImageTitle
Sets the image for the title and notifies registered listeners that the title has been modified.
setIndex(int) - Method in class org.jfree.chart.entity.ContourEntity
 
setInfo(ChartRenderingInfo) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the chart rendering info.
setInsets(Insets) - Method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and notifies registered listeners that the plot has been modified.
setInsets(Insets, boolean) - Method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and, if requested, notifies registered listeners that the plot has been modified.
setInteriorGap(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the interior gap.
setInverse(boolean) - Method in class org.jfree.chart.ui.ColorPalette
Sets the inverse flag.
setInverted(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls the direction of values on the axis, and notifies registered listeners that the axis has changed.
setItem(int) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the item index.
setItemFont(Font) - Method in class org.jfree.chart.StandardLegend
Sets the series label font.
setItemMargin(double) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the item margin.
setItemPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the series label color.
setKey(Comparable) - Method in class org.jfree.data.xml.ItemHandler
Sets the key.
setLabel(String) - Method in class org.jfree.chart.axis.Axis
Sets the label for the axis (null permitted).
setLabelFont(Font) - Method in class org.jfree.chart.axis.Axis
Sets the font for the axis label.
setLabelFont(Font) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label font.
setLabelInsets(Insets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the axis label, and notifies registered listeners that the axis has been modified.
setLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the color/shade used to draw the axis label.
setLabelPosition(Point2D) - Method in class org.jfree.chart.DrawableLegendItem
Sets the label position.
setLabelsVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. use setValueLabelsVisible(boolean).
setLabelType(int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label type.
setLegend(Legend) - Method in class org.jfree.chart.JFreeChart
Sets the chart legend.
setLegendText(String) - Method in class org.jfree.chart.MeterLegend
Sets the legend text.
setLinkingLines(boolean) - Method in class org.jfree.chart.renderer.StackedVerticalBarRenderer
Sets or unsets the linking lines between items.
setLog10TickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Sets the 'log10TickLabelsFlag' flag; true for "10^n"-style tick labels, false for regular numeric labels.
setLogscale(boolean) - Method in class org.jfree.chart.ui.ColorPalette
Sets the 'log-scale' flag.
setLowerBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the lower bound for the thermometer.
setLowerMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower margin for the axis, as a percentage of the current range.
setLowerMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the lower margin for the axis.
setMargin(double) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Sets the margin.
setMargin(double) - Method in class org.jfree.chart.renderer.VerticalXYBarRenderer
Sets the percentage amount by which the bars are trimmed.
setMarker(Shape) - Method in class org.jfree.chart.DrawableLegendItem
Set the marker.
setMarkerBand(HorizontalMarkerAxisBand) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Sets the marker band for the axis.
setMarkOffset(double) - Method in class org.jfree.chart.renderer.SignalRenderer
Sets the mark offset.
setMaxIcon(Icon) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the icon used to indicate the maximum value.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the maximum value for the axis.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Sets the maximum axis value.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Sets the maximum axis value.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Sets the maximum axis value.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Sets the maximum axis value.
setMaximumDate(Date) - Method in class org.jfree.chart.axis.DateAxis
Sets the maximum date visible on the axis.
setMaximumDrawHeight(int) - Method in class org.jfree.chart.ChartPanel
Sets the maximum drawing height for the chart on this panel.
setMaximumDrawWidth(int) - Method in class org.jfree.chart.ChartPanel
Sets the maximum drawing width for the chart on this panel.
setMaximumItemCount(int) - Method in class org.jfree.data.XYSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - Method in class org.jfree.data.time.TimeSeries
Sets the maximum number of items that will be retained in the series.
setMaxZ(double) - Method in class org.jfree.chart.ui.ColorPalette
Sets the maximum Z value.
setMercuryPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the default mercury paint.
setMeterAngle(int) - Method in class org.jfree.chart.plot.MeterPlot
Sets the range through which the dial's needle is free to rotate.
setMinIcon(Icon) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the icon used to indicate the minimum value.
setMinimumArcAngleToDraw(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the minimum arc angle that will be drawn.
setMinimumAxisValue(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the minimum value for the axis.
setMinimumAxisValue(double) - Method in class org.jfree.chart.axis.HorizontalColorBarAxis
Sets the minimum axis value.
setMinimumAxisValue(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis
Sets the minimum axis value.
setMinimumAxisValue(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Sets the minimum axis value.
setMinimumAxisValue(double) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Sets the minimum axis value.
setMinimumDate(Date) - Method in class org.jfree.chart.axis.DateAxis
Sets the minimum date visible on the axis.
setMinimumDrawHeight(int) - Method in class org.jfree.chart.ChartPanel
Sets the minimum drawing height for the chart on this panel.
setMinimumDrawWidth(int) - Method in class org.jfree.chart.ChartPanel
Sets the minimum drawing width for the chart on this panel.
setMinZ(double) - Method in class org.jfree.chart.ui.ColorPalette
Sets the minimum Z value.
setMissingPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
Sets the missingPaint.
setMouseZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming.
setMouseZoomable(boolean, boolean) - Method in class org.jfree.chart.ChartPanel
Controls mouse zooming and how the zoom rectangle is displayed
setName(String) - Method in class org.jfree.data.Series
Sets the name of the series.
setNeedlePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the needle.
setNoDataMessage(String) - Method in class org.jfree.chart.plot.Plot
Sets the message that is displayed when the dataset is empty or null.
setNoDataMessageFont(Font) - Method in class org.jfree.chart.plot.Plot
Sets the font used to display the 'no data' message.
setNoDataMessagePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the paint used to display the 'no data' message.
setNormalPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the 'normal' range.
setNormalRange(Number, Number) - Method in class org.jfree.data.DefaultMeterDataset
Sets the normal range for the dataset.
setNotify(boolean) - Method in class org.jfree.chart.JFreeChart
 
setNotify(boolean) - Method in class org.jfree.chart.AbstractTitle
Sets the flag that indicates whether or not the notification mechanism is enabled.
setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.NumberAxis
Sets the number format override.
setObject(Comparable, Object) - Method in class org.jfree.data.KeyedObjects
Replaces an existing object, or adds a new object to the collection.
setObject(Object) - Method in class org.jfree.data.KeyedObject
Sets the object.
setObject(Object, Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Adds or updates an object.
setObjectIcon(Icon) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the icon used to indicate the values.
setOuterGap(Spacer) - Method in class org.jfree.chart.StandardLegend
Sets the outer gap for the legend.
setOutline(boolean) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used to outline a section of the pie.
setOutlinePaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the outline color.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the color of the outline of the plot area, and notifies registered listeners that the Plot has been modified.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.JThermometer
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline paint.
setOutlinePaintTableActive(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not the paint table is active.
setOutlinePaintTableActive(boolean) - Method in interface org.jfree.chart.renderer.Renderer
Sets the flag that controls whether the outline paint table is used or not.
setOutlinePaintTableActive(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether the outline paint table is used or not.
setOutlineShapes(boolean) - Method in class org.jfree.chart.StandardLegend
Sets the flag that controls whether or not outlines are drawn around shapes.
setOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the stroke used to outline a section of the pie.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.StandardLegend
Sets the outline pen/brush.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Plot
Sets the pen/brush used to outline the plot area, and notifies registered listeners that the plot has been modified.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline stroke.
setOutlineStrokeTableActive(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not the outline stroke table is active.
setOutlineStrokeTableActive(boolean) - Method in interface org.jfree.chart.renderer.Renderer
Sets the flag that controls whether the outline stroke table is used or not.
setOutlineStrokeTableActive(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether the outline stroke table is used or not.
setPadding(Spacer) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the padding for the thermometer.
setPaint(int, int, Paint) - Method in class org.jfree.chart.renderer.PaintTable
Sets the paint for a cell in the table.
setPaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used to fill a section of the pie.
setPaint(Paint) - Method in class org.jfree.chart.TextTitle
Sets the paint used to display the title string.
setPaintTableActive(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not the paint table is active.
setPaintTableActive(boolean) - Method in interface org.jfree.chart.renderer.Renderer
Sets the flag that controls whether the paint table is used or not.
setPaintTableActive(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether the paint table is used or not.
setPalette(ColorPalette) - Method in class org.jfree.chart.ui.PaletteSample
Sets the palette object being displayed.
setPaletteName(String) - Method in class org.jfree.chart.ui.ColorPalette
Sets the palette name.
setParent(Plot) - Method in class org.jfree.chart.plot.Plot
Sets the parent plot.
setPercent(int) - Method in class org.jfree.chart.event.ChartProgressEvent
 
setPercentFormat(NumberFormat) - Method in class org.jfree.chart.plot.PiePlot
Sets the format for the value labels.
setPercentFormatString(String) - Method in class org.jfree.chart.plot.PiePlot
Sets the format string for the percent labels.
setPieIndex(int) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the pie index.
setPlot(Plot) - Method in class org.jfree.chart.axis.Axis
Sets a reference to the plot that the axis is assigned to.
setPlot(Plot) - Method in interface org.jfree.chart.renderer.Renderer
Sets the plot that the renderer has been assigned to.
setPlot(Plot) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the plot that this renderer has been assigned to.
setPlot(Plot) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the plot that this renderer is assigned to.
setPlotArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the plot and axes were drawn.
setPlotImages(boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the flag that controls whether or not an image is drawn at each data point.
setPlotLines(boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the flag that controls whether or not a line is plotted between each data point.
setPlotShapes(boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the flag that controls whether or not a shape is plotted at each data point.
setPopupMenu(JPopupMenu) - Method in class org.jfree.chart.ChartPanel
Sets the popup menu for the panel.
setPosition(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the x position type (START, MIDDLE or END).
setPosition(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Sets the position - this controls the x-value that is returned for a particular time period.
setPosition(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Sets the position - this controls the x-value that is returned for a particular time period.
setPosition(int) - Method in class org.jfree.chart.AbstractTitle
Sets the position for the title.
setPtSizePct(double) - Method in class org.jfree.chart.plot.ContourPlot
Sets the ptSizePct.
setRadius(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the radius.
setRange(Date, Date) - Method in class org.jfree.chart.axis.DateAxis
Sets the axis range.
setRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
Sets the axis range.
setRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the axis range.
setRange(double, double) - Method in class org.jfree.chart.plot.JThermometer
Sets the lower and upper bounds for the thermometer.
setRange(double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the lower and upper bounds for the thermometer.
setRange(Number, Number) - Method in class org.jfree.data.DefaultMeterDataset
Sets the range for the dataset.
setRange(Range) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRange(Range) - Method in class org.jfree.chart.axis.DateAxis
Sets the upper and lower bounds for the axis.
setRange(Range) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper and lower bounds for the axis.
setRangeAboutValue(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the axis range, where the new range is 'size' in length, and centered on 'value'.
setRangeAttribute(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range attribute without any other side effects.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets the range axis for the plot.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range axis for the plot.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range axis for the plot.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Sets the range axis for the plot.
setRangeAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the range axis.
setRangeAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis.
setRangeAxisLocation(int, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the range axis.
setRangeAxisLocation(int, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis.
setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the range crosshair value.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the range description.
setRangeDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
Sets the range description.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the range axis.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid lines against the range axis.
setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the range axis.
setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw the grid-lines against the range axis.
setRangeGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the range axis grid lines are visible.
setRangeGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether or not grid-lines are drawn against the range axis.
setRefreshBuffer(boolean) - Method in class org.jfree.chart.ChartPanel
Sets the refresh buffer flag.
setRenderAsPoints(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the renderAsPoints.
setRenderer(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer for the plot.
setRenderer(CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer for the plot.
setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Sets the item renderer, and notifies all listeners of a change to the plot.
setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedXYPlot
Sets the item renderer FOR ALL SUBPLOTS.
setRotateX(double) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the rotateX value.
setRotateY(double) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the rotateY value.
setSecondaryDataset(Dataset) - Method in class org.jfree.chart.plot.Plot
Sets the secondary dataset.
setSecondaryRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets the secondary range axis for the plot.
setSecondaryRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the secondary range axis.
setSecondaryRenderer(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer used to draw data items from the secondary dataset.
setSecondaryRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Sets the secondary item renderer.
setSectionIndex(int) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the section index.
setSectionKey(Comparable) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the section key.
setSectionLabelFont(Font) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label font.
setSectionLabelGap(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label gap percent.
setSectionLabelPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label paint.
setSectionLabelType(int) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label type.
setSeries(int) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the series index.
setSeries(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the series index.
setSeriesKeys(Comparable[]) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Sets the names of the series in the dataset.
setSeriesLabelFont(Font) - Method in class org.jfree.chart.plot.PiePlot
Sets the series label font.
setSeriesLabelPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the series label paint.
setSeriesName(int, String) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the name of a series.
setSeriesName(String) - Method in class org.jfree.data.xml.CategorySeriesHandler
Sets the series name.
setSeriesNames(String[]) - Method in class org.jfree.data.DefaultContourDataset
Sets the names of the series in the data source.
setSeriesNeedle(int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the needle type.
setSeriesNeedle(int, int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the needle for a series.
setSeriesNeedle(int, MeterNeedle) - Method in class org.jfree.chart.plot.CompassPlot
Sets the needle for a series.
setSeriesOutlinePaint(int, int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series outline.
setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series outline paint.
setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series outline (in the primary dataset).
setSeriesOutlineStroke(int, int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke used for a series.
setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series outline stroke.
setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke used for a series (in the primary dataset).
setSeriesPaint(int, int, Paint) - Method in interface org.jfree.chart.renderer.Renderer
Sets the paint for a series.
setSeriesPaint(int, int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series.
setSeriesPaint(int, int, Paint) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the paint for a series.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series paint.
setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.Renderer
Sets the paint for a series in the primary dataset.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series (in the primary dataset).
setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the paint for a series in the primary dataset.
setSeriesShape(int, int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for a series.
setSeriesShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for a series (in the primary dataset).
setSeriesStroke(int, int, Stroke) - Method in interface org.jfree.chart.renderer.Renderer
Sets the stroke used for a series.
setSeriesStroke(int, int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke used for a series.
setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.Renderer
Sets the stroke used for a series (in the primary dataset).
setSeriesStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke used for a series (in the primary dataset).
setShape(int, int, Shape) - Method in class org.jfree.chart.renderer.ShapeTable
Sets the shape for an item.
setShapeHeight(double) - Method in class org.jfree.chart.renderer.SignalRenderer
Sets the shape height.
setShapeOutlinePaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the paint used to outline shapes.
setShapeOutlineStroke(Stroke) - Method in class org.jfree.chart.StandardLegend
Sets the stroke used to outline shapes.
setShapeTableActive(boolean) - Method in interface org.jfree.chart.renderer.Renderer
Sets the flag that controls whether the shape table is used or not.
setShapeTableActive(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether the shape table is used or not.
setShapeWidth(double) - Method in class org.jfree.chart.renderer.SignalRenderer
Sets the shape width.
setShowSeriesLabels(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the show series labels flag.
setShowValueLines(boolean) - Method in class org.jfree.chart.plot.JThermometer
Sets the flag that controls whether or not value lines are displayed.
setShowValueLines(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the display as to whether to show value lines in the output.
setSize(int) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the size.
setSkipCategoryLabelsToFit(boolean) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are to be skipped to avoid overlapping.
setSpacer(Spacer) - Method in class org.jfree.chart.AbstractTitle
Sets the spacer for the title, and notifies registered listeners of the change.
setStandardTickUnits(TickUnits) - Method in class org.jfree.chart.axis.ValueAxis
Sets the collection of tick units for the axis, and notifies registered listeners that the axis has changed.
setStartAngle(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the starting angle.
setStartValue(int, Object, Number) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Sets the start data value for one category in a series.
setStepped(boolean) - Method in class org.jfree.chart.ui.ColorPalette
Sets the stepped flag.
setStroke(int, int, Stroke) - Method in class org.jfree.chart.renderer.StrokeTable
Sets the stroke for an item.
setStrokeTableActive(boolean) - Method in interface org.jfree.chart.renderer.Renderer
Sets the flag that controls whether the stroke table is used or not.
setStrokeTableActive(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether the stroke table is used or not.
setSubrange(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range.
setSubrangeInfo(int, double, double) - Method in class org.jfree.chart.plot.JThermometer
Sets the range.
setSubrangeInfo(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets information for a particular range.
setSubrangeInfo(int, double, double, double, double) - Method in class org.jfree.chart.plot.JThermometer
Sets the range.
setSubrangeInfo(int, double, double, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the subrangeInfo attribute of the ThermometerPlot object
setSubrangePaint(int, Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint to be used for a range.
setSubtitles(List) - Method in class org.jfree.chart.JFreeChart
Sets the title list for the chart (completely replaces any existing titles).
setSuppressChartChangeEvents(boolean) - Method in class org.jfree.chart.JFreeChart
Deprecated. Use setNotify(boolean) instead.
setSymbolicGridLinesVisible(boolean) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Sets the visibility of the symbolic grid lines and notifies registered listeners that the axis has been modified.
setSymbolicGridLinesVisible(boolean) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Sets the visibility of the symbolic grid lines and notifies registered listeners that the axis has been modified.
setText(String) - Method in class org.jfree.chart.TextTitle
Sets the title to the specified text.
setThermometerPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to draw the thermometer outline.
setThermometerStroke(Stroke) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the stroke used to draw the thermometer outline.
setTickLabelFont(Font) - Method in class org.jfree.chart.axis.Axis
Sets the font for the tick labels.
setTickLabelFont(Font) - Method in class org.jfree.chart.plot.MeterPlot
Sets the tick label font and notifies registered listeners that the plot has been changed.
setTickLabelInsets(Insets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the tick labels, and notifies registered listeners that the axis has been modified.
setTickLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the color/shade used to draw tick labels (if they are showing).
setTickLabelsVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets the flag that determines whether or not the tick labels are visible.
setTickLabelType(int) - Method in class org.jfree.chart.plot.MeterPlot
Sets the tick label type.
setTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
Sets the inside length of the tick marks.
setTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.Axis
Sets the outside length of the tick marks.
setTickMarkPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw tick marks (if they are showing).
setTickMarksAtStartOfUnit(boolean) - Method in class org.jfree.chart.axis.DateAxis
Sets the flag that controls whether the tick marks are displayed at the start or the middle of each tick unit.
setTickMarkStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
Sets the pen/brush used to draw tick marks (if they are showing).
setTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets the flag that indicates whether or not the tick marks are showing.
setTickSize(double) - Method in class org.jfree.chart.renderer.HighLow
Sets the width of the open/close tick.
setTickUnit(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Sets the tick unit for the axis.
setTickUnit(DateTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.DateAxis
Sets the tick unit attribute without any other side effects.
setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.NumberAxis
Sets the tick unit for the axis.
setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.NumberAxis
Sets the tick unit for the axis.
setTickValues(double[]) - Method in class org.jfree.chart.ui.ColorPalette
 
setTickValues(List) - Method in class org.jfree.chart.ui.ColorPalette
Store ticks.
setTimeBase(RegularTimePeriod) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Fill the pointsInTime with times using TimePeriod.next(): Will silently return if the time array was already populated.
setTitle(String) - Method in class org.jfree.chart.StandardLegend
Sets the title of the legend.
setTitle(String) - Method in class org.jfree.chart.JFreeChart
Sets the chart title.
setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
Sets the title for the chart.
setTitleFont(Font) - Method in class org.jfree.chart.StandardLegend
Sets the title font.
setTitleProperties(AbstractTitle) - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Sets the properties of the specified title to match the properties defined on this panel.
setToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the tool tip generator.
setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the tool tip generator.
setToolTipGenerator(ContourToolTipGenerator) - Method in class org.jfree.chart.plot.ContourPlot
Sets the tool tip generator.
setToolTipGenerator(PieToolTipGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the tool tip generator.
setToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Sets the tool tip generator.
setToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the tool tip generator for the renderer.
setToolTipText(String) - Method in class org.jfree.chart.entity.ChartEntity
Sets the tool tip text.
setType(int) - Method in class org.jfree.chart.event.ChartChangeEvent
Sets the event type.
setType(int) - Method in class org.jfree.chart.event.ChartProgressEvent
Sets the event type.
setUnits(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the unit type.
setUnits(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the units to be displayed in the thermometer.
setUnits(String) - Method in class org.jfree.data.DefaultMeterDataset
Sets the measurement unit description.
setUnits(String) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the unit type.
setUpPaint(Paint) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the paint used to fill candles when the price moves up from open to close.
setUpperBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the upper bound for the thermometer.
setUpperMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper margin for the axis, as a percentage of the current range.
setUpperMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the upper margin for the axis.
setupSmallLogFlag() - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Sets up flag for log axis processing.
setupSmallLogFlag() - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Sets up flag for log axis processing.
setURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the URL generator.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.plot.ContourPlot
Sets the URL generator for HTML image maps.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the URL generator for HTML image maps.
setURLText(String) - Method in class org.jfree.chart.entity.ChartEntity
Sets the URL text.
setUseSubrangePaint(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range colour change option.
setValue(Comparable, double) - Method in class org.jfree.data.DefaultPieDataset
Sets the data value for a key.
setValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValueDataset
Sets the value for the dataset.
setValue(Comparable, Number) - Method in class org.jfree.data.DefaultPieDataset
Sets the data value for a key.
setValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
setValue(double) - Method in class org.jfree.data.DefaultMeterDataset
Sets the value.
setValue(double) - Method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(double, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(int, double) - Method in class org.jfree.chart.renderer.HighLow
Sets either OPEN or Close value depending on the valueType.
setValue(Number) - Method in class org.jfree.data.DefaultValueDataset
Sets the value.
setValue(Number) - Method in class org.jfree.data.DefaultMeterDataset
Sets the value for the dataset.
setValue(Number) - Method in class org.jfree.data.DefaultKeyedValue
Sets the value.
setValue(Number) - Method in class org.jfree.data.xml.ItemHandler
Sets the value.
setValue(Number) - Method in class org.jfree.data.time.TimeSeriesDataItem
Sets the value for this data pair.
setValue(Number) - Method in class org.jfree.data.time.TimePeriodValue
Sets the value for this data item.
setValue(Number) - Method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Adds or updates a value.
setValueAt(Object, int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Updates the time series.
setValueFont(Font) - Method in class org.jfree.chart.plot.MeterPlot
Sets the font used to display the value label.
setValueFont(Font) - Method in class org.jfree.chart.plot.JThermometer
Sets the value font.
setValueFont(Font) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the font used to display the current value.
setValueFormat(DecimalFormat) - Method in class org.jfree.chart.plot.JThermometer
Sets the value format for the thermometer.
setValueFormat(NumberFormat) - Method in class org.jfree.chart.plot.PiePlot
Sets the format for the value labels.
setValueFormat(NumberFormat) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the formatter for the value label.
setValueFormatString(String) - Method in class org.jfree.chart.plot.PiePlot
Sets the format string for the value labels.
setValueLabelFont(Font) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the value label font.
setValueLabelFormatString(String) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the format string for the value labels.
setValueLabelPaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the value label paint.
setValueLabelsVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that indicates whether or not the value labels are showing.
setValueLocation(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the location at which the temperature value is displayed.
setValueLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the current value is displayed.
setValuePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the value label.
setValuePaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to display the current value.
setVerticalAlignment(int) - Method in class org.jfree.chart.AbstractTitle
Sets the vertical alignment for the title, and notifies any registered listeners of the change.
setVerticalAxisTrace(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls trace lines on the vertical axis.
setVerticalAxisWidth(double) - Method in class org.jfree.chart.plot.CombinedXYPlot
Sets the width for the vertical axis of each subplot.
setVerticalCategoryLabels(boolean) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are drawn 'vertically'.
setVerticalLabel(boolean) - Method in class org.jfree.chart.axis.VerticalCategoryAxis
Sets a flag indicating whether or not the axis label is drawn vertically.
setVerticalLabel(boolean) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Sets a flag indicating whether or not the axis label is drawn vertically.
setVerticalLabel(boolean) - Method in class org.jfree.chart.axis.VerticalDateAxis
Sets a flag indicating whether or not the axis label is drawn vertically.
setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Sets the flag that determines whether the tick labels are drawn 'vertically'.
setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Sets the flag that controls whether the tick labels are displayed vertically (that is, rotated 90 degrees from horizontal).
setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are drawn 'vertically'.
setVerticalValueLabels(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that determines the orientation of the value labels.
setVerticalZoom(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis is drawn on the chart.
setWallPaint(Paint) - Method in class org.jfree.chart.renderer.HorizontalBarRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWallPaint(Paint) - Method in class org.jfree.chart.renderer.VerticalBarRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWarningPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the 'warning' range.
setWarningRange(Number, Number) - Method in class org.jfree.data.DefaultMeterDataset
Sets the warning range for the dataset.
setWeight(int) - Method in class org.jfree.chart.plot.XYPlot
Sets the weight for the plot.
setX(double) - Method in class org.jfree.chart.DrawableLegendItem
Set the x-coordinate for the item's location.
setXValue(double[]) - Method in class org.jfree.chart.ClipPath
Sets the xValue.
setXYItemRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedXYPlot
Deprecated. use setRenderer(...) method.
setY(double) - Method in class org.jfree.chart.DrawableLegendItem
Set the y-coordinate for the item's location.
setY(Number) - Method in class org.jfree.data.XYDataPair
Sets the y-value for this data pair.
setYValue(double[]) - Method in class org.jfree.chart.ClipPath
Sets the yValue.
ShapeFactory - interface org.jfree.chart.ShapeFactory.
Interface to be implemented by classes which provide shapes for indicating data points on a Plot.
SHAPES - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (shapes only).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (shapes and lines).
ShapeTable - class org.jfree.chart.renderer.ShapeTable.
A lookup table for Shape objects.
ShapeTable() - Constructor for class org.jfree.chart.renderer.ShapeTable
Creates a new shape table.
ShipNeedle - class org.jfree.chart.needle.ShipNeedle.
A needle in the shape of a ship, for use with the CompassPlot class.
ShipNeedle() - Constructor for class org.jfree.chart.needle.ShipNeedle
 
SignalRenderer - class org.jfree.chart.renderer.SignalRenderer.
A renderer that draws signals on an XY plot (requires a SignalsDataset).
SignalRenderer() - Constructor for class org.jfree.chart.renderer.SignalRenderer
Creates a new renderer.
SignalsDataset - interface org.jfree.data.SignalsDataset.
An interface that adds signal information to an XYDataset.
SimpleTimePeriod - class org.jfree.data.time.SimpleTimePeriod.
An arbitrary period of time, measured to millisecond precision using java.util.Date.
SimpleTimePeriod(Date, Date) - Constructor for class org.jfree.data.time.SimpleTimePeriod
Creates a new time allocation.
SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.VerticalLogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
sortByKeys(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by key.
sortByValues(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by value.
SortOrder - class org.jfree.data.SortOrder.
Used to indicate sorting order (ascending or descending).
SOUTH - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position.
SOUTH - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position SOUTH.
Spacer - class org.jfree.chart.Spacer.
Represents an amount of blank space inside (or sometimes outside) a rectangle.
Spacer(int, double, double, double, double) - Constructor for class org.jfree.chart.Spacer
Creates a new Spacer object.
STACKED - Static variable in interface org.jfree.chart.renderer.CategoryItemRenderer
A constant for the range type (STACKED).
StackedAreaRenderer - class org.jfree.chart.renderer.StackedAreaRenderer.
A category item renderer that draws stacked area charts.
StackedAreaRenderer() - Constructor for class org.jfree.chart.renderer.StackedAreaRenderer
Creates a new renderer.
StackedAreaRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedAreaRenderer
Creates a new renderer.
StackedHorizontalBarRenderer - class org.jfree.chart.renderer.StackedHorizontalBarRenderer.
A renderer that handles the drawing of "stacked" bars for a horizontal bar plot.
StackedHorizontalBarRenderer() - Constructor for class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
StackedHorizontalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
StackedHorizontalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
StackedHorizontalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedHorizontalBarRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
StackedVerticalBarRenderer - class org.jfree.chart.renderer.StackedVerticalBarRenderer.
A bar renderer that draws stacked bars for a vertical bar plot.
StackedVerticalBarRenderer() - Constructor for class org.jfree.chart.renderer.StackedVerticalBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
StackedVerticalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.StackedVerticalBarRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
StackedVerticalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedVerticalBarRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
StackedVerticalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedVerticalBarRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
StackedVerticalBarRenderer3D - class org.jfree.chart.renderer.StackedVerticalBarRenderer3D.
Renders vertical stacked bars with 3D-effect.
StackedVerticalBarRenderer3D(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedVerticalBarRenderer3D
Constructs a new renderer.
STANDARD - Static variable in interface org.jfree.chart.renderer.CategoryItemRenderer
A constant for the range type (STANDARD).
StandardCategoryToolTipGenerator - class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator.
A standard tooltip generator for plots that use data from a CategoryDataset.
StandardCategoryToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Creates a new tool tip generator with a default number formatter.
StandardCategoryToolTipGenerator(DateFormat) - Constructor for class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Creates a tool tip generator with the specified date formatter.
StandardCategoryToolTipGenerator(NumberFormat) - Constructor for class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator
Creates a tool tip generator with the specified number formatter.
StandardCategoryURLGenerator - class org.jfree.chart.urls.StandardCategoryURLGenerator.
A URL generator.
StandardCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Blank constructor
StandardCategoryURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Constructor that overrides default prefix to the URL.
StandardCategoryURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Constructor that overrides all the defaults.
StandardContourToolTipGenerator - class org.jfree.chart.tooltips.StandardContourToolTipGenerator.
A standard tooltip generator for plots that use data from an ContourDataset.
StandardContourToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.StandardContourToolTipGenerator
 
StandardEntityCollection - class org.jfree.chart.entity.StandardEntityCollection.
A default implementation of the EntityCollection interface.
StandardEntityCollection() - Constructor for class org.jfree.chart.entity.StandardEntityCollection
Constructs a new entity collection (initially empty).
StandardLegend - class org.jfree.chart.StandardLegend.
A chart legend shows the names and visual representations of the series that are plotted in a chart.
StandardLegend(JFreeChart) - Constructor for class org.jfree.chart.StandardLegend
Constructs a new legend with default settings.
StandardLegendItemLayout - class org.jfree.chart.StandardLegendItemLayout.
A class for arranging legend items.
StandardLegendItemLayout(int, double) - Constructor for class org.jfree.chart.StandardLegendItemLayout
Constructs a new layout class for legend items.
StandardPieToolTipGenerator - class org.jfree.chart.tooltips.StandardPieToolTipGenerator.
A standard tool tip generator for plots that use data from a PieDataset.
StandardPieToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.StandardPieToolTipGenerator
Creates a tool tip generator with a default number formatter.
StandardPieToolTipGenerator(NumberFormat) - Constructor for class org.jfree.chart.tooltips.StandardPieToolTipGenerator
Creates a tool tip generator with the specified number formatter.
StandardPieURLGenerator - class org.jfree.chart.urls.StandardPieURLGenerator.
A URL generator.
StandardPieURLGenerator() - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Default constructor.
StandardPieURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardPieURLGenerator(String, String) - Constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardXYItemRenderer - class org.jfree.chart.renderer.StandardXYItemRenderer.
Standard item renderer for an XYPlot.
StandardXYItemRenderer() - Constructor for class org.jfree.chart.renderer.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.StandardXYItemRenderer
Constructs a new renderer.
StandardXYToolTipGenerator - class org.jfree.chart.tooltips.StandardXYToolTipGenerator.
A standard tool tip generator for plots that use data from an XYDataset.
StandardXYToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYToolTipGenerator(NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.tooltips.StandardXYToolTipGenerator
Cnstructs a tool tip generator using the specified number formatters.
StandardXYURLGenerator - class org.jfree.chart.urls.StandardXYURLGenerator.
A URL generator.
StandardXYURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Blank constructor
StandardXYURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Constructor that overrides default prefix to the URL.
StandardXYURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Constructor that overrides all the defaults
StandardXYZToolTipGenerator - class org.jfree.chart.tooltips.StandardXYZToolTipGenerator.
A standard tool tip generator for use with XYZDataset data.
StandardXYZToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.StandardXYZToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYZToolTipGenerator(NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.tooltips.StandardXYZToolTipGenerator
Cnstructs a tool tip generator using the specified number formatters.
StandardXYZURLGenerator - class org.jfree.chart.urls.StandardXYZURLGenerator.
A URL generator.
StandardXYZURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYZURLGenerator
 
START - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
START - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Useful constant for controlling the x-value returned for a time period.
START - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.ItemHandler
The start of an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.ValueHandler
The start of an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategorySeriesHandler
The start of an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategoryDatasetHandler
The start of an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.PieDatasetHandler
Starts an element.
startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.KeyHandler
The start of an element.
StatisticalCategoryDataset - interface org.jfree.data.StatisticalCategoryDataset.
A category dataset that defines a median and standard deviation value for each item.
Statistics - class org.jfree.data.Statistics.
A utility class that provides some simple statistical functions.
Statistics() - Constructor for class org.jfree.data.Statistics
 
stepped - Variable in class org.jfree.chart.ui.ColorPalette
Controls whether palette colors are stepped (not continuous).
StrokeTable - class org.jfree.chart.renderer.StrokeTable.
A lookup table for Stroke objects.
StrokeTable() - Constructor for class org.jfree.chart.renderer.StrokeTable
Creates a new stroke table.
SubSeriesDataset - class org.jfree.data.SubSeriesDataset.
This class will create a Dataset with one or more series from another SeriesDataset.
SubSeriesDataset(SeriesDataset, int) - Constructor for class org.jfree.data.SubSeriesDataset
Creates a SubSeriesDataset using one series from parent.
SubSeriesDataset(SeriesDataset, int[]) - Constructor for class org.jfree.data.SubSeriesDataset
Creates a SubSeriesDataset using one or more series from parent.
switchedLog10(double) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.
switchedLog10(double) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.
SymbolicTickUnit - class org.jfree.chart.axis.SymbolicTickUnit.
A symbolic tick unit.
SymbolicTickUnit(double, String[]) - Constructor for class org.jfree.chart.axis.SymbolicTickUnit
Creates a new symbolic tick unit.
SymbolicXYToolTipGenerator - class org.jfree.chart.tooltips.SymbolicXYToolTipGenerator.
A standard tooltip generator for plots that use data from an XYDataset.
SymbolicXYToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.SymbolicXYToolTipGenerator
 

T

Task - class org.jfree.data.Task.
A simple representation of a task.
Task(String, TimePeriod) - Constructor for class org.jfree.data.Task
Creates a new task.
TaskSeries - class org.jfree.data.TaskSeries.
A series that contains zero, one or many Task objects.
TaskSeries(String) - Constructor for class org.jfree.data.TaskSeries
Constructs a new series with the specified name.
TaskSeriesCollection - class org.jfree.data.TaskSeriesCollection.
A collection of TaskSeries objects.
TaskSeriesCollection() - Constructor for class org.jfree.data.TaskSeriesCollection
Default constructor.
TextAnnotation - class org.jfree.chart.annotations.TextAnnotation.
A base class for text annotations.
TextAnnotation(String, Font, Paint) - Constructor for class org.jfree.chart.annotations.TextAnnotation
Creates a text annotation.
TextTitle - class org.jfree.chart.TextTitle.
A standard chart title.
TextTitle(String) - Constructor for class org.jfree.chart.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font) - Constructor for class org.jfree.chart.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, int) - Constructor for class org.jfree.chart.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, Paint) - Constructor for class org.jfree.chart.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, Paint, int, int, int, Spacer) - Constructor for class org.jfree.chart.TextTitle
Constructs a TextTitle with the specified properties.
ThermometerPlot - class org.jfree.chart.plot.ThermometerPlot.
A plot that displays a single value in a thermometer type display.
ThermometerPlot() - Constructor for class org.jfree.chart.plot.ThermometerPlot
Creates a new thermometer plot.
ThermometerPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.ThermometerPlot
Creates a new thermometer plot, using default attributes where necessary.
Tick - class org.jfree.chart.axis.Tick.
Represents the dimensions of a tick on an axis (used during the process of drawing a chart, but not retained).
Tick(Object, String, float, float) - Constructor for class org.jfree.chart.axis.Tick
Standard constructor: creates a Tick with the specified properties.
Tick(String, float, float) - Constructor for class org.jfree.chart.axis.Tick
Standard constructor: creates a Tick with the specified properties.
tickLabelWidth(Graphics2D, String) - Method in class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Returns the tick label width.
tickLabelWidth(Graphics2D, String) - Method in class org.jfree.chart.axis.VerticalColorBarAxis
Returns the tick label width.
TickUnit - class org.jfree.chart.axis.TickUnit.
Base class representing a tick unit.
TickUnit(double) - Constructor for class org.jfree.chart.axis.TickUnit
Constructs a new tick unit.
TickUnits - class org.jfree.chart.axis.TickUnits.
A collection of tick units.
TickUnits() - Constructor for class org.jfree.chart.axis.TickUnits
Constructs a new collection of tick units.
tickValues - Variable in class org.jfree.chart.ui.ColorPalette
Tick values are stored for use with stepped palette.
TimePeriod - interface org.jfree.data.time.TimePeriod.
A period of time measured to millisecond precision using java.util.Date.
TimePeriodFormatException - exception org.jfree.data.time.TimePeriodFormatException.
An exception that indicates an invalid format in a string representing a time period.
TimePeriodFormatException(String) - Constructor for class org.jfree.data.time.TimePeriodFormatException
Creates a new exception.
TimePeriodValue - class org.jfree.data.time.TimePeriodValue.
Represents a time period and an associated value.
TimePeriodValue(TimePeriod, double) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data pair.
TimePeriodValue(TimePeriod, Number) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data item.
TimePeriodValues - class org.jfree.data.time.TimePeriodValues.
 
TimePeriodValues(String) - Constructor for class org.jfree.data.time.TimePeriodValues
Creates a new (empty) collection of time period values.
TimePeriodValues(String, String, String) - Constructor for class org.jfree.data.time.TimePeriodValues
Creates a new time series that contains no data.
TimePeriodValuesCollection - class org.jfree.data.time.TimePeriodValuesCollection.
A collection of TimePeriodValues objects.
TimePeriodValuesCollection() - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs an empty dataset, tied to the default timezone.
TimePeriodValuesCollection(TimePeriodValues) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs a dataset containing a single series (more can be added), tied to the default timezone.
TimePeriodValuesCollection(TimePeriodValues, TimeZone) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs a dataset containing a single series (more can be added), tied to a specific timezone.
TimePeriodValuesCollection(TimeZone) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs an empty dataset, tied to a specific timezone.
TimeSeries - class org.jfree.data.time.TimeSeries.
Represents a sequence of zero or more data items in the form (period, value).
TimeSeries(String) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new (empty) time series.
TimeSeries(String, Class) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new (empty) time series.
TimeSeries(String, String, String, Class) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new time series that contains no data.
TimeSeriesCollection - class org.jfree.data.time.TimeSeriesCollection.
A collection of time series objects.
TimeSeriesCollection() - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs an empty dataset, tied to the default timezone.
TimeSeriesCollection(TimeSeries) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to the default timezone.
TimeSeriesCollection(TimeSeries, TimeZone) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to a specific timezone.
TimeSeriesCollection(TimeZone) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs an empty dataset, tied to a specific timezone.
TimeSeriesDataItem - class org.jfree.data.time.TimeSeriesDataItem.
Represents one data item in a time series.
TimeSeriesDataItem(RegularTimePeriod, double) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data pair.
TimeSeriesDataItem(RegularTimePeriod, Number) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data pair.
TimeSeriesTableModel - class org.jfree.data.TimeSeriesTableModel.
Wrapper around a time series to convert it to a table model for use in a JTable.
TimeSeriesTableModel() - Constructor for class org.jfree.data.TimeSeriesTableModel
Default constructor.
TimeSeriesTableModel(TimeSeries) - Constructor for class org.jfree.data.TimeSeriesTableModel
Constructs a table model for a time series.
TimeSeriesTableModel(TimeSeries, boolean) - Constructor for class org.jfree.data.TimeSeriesTableModel
Creates a table model based on a time series.
TimeSeriesToolTipGenerator - class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator.
A standard tool tip generator for time series plots.
TimeSeriesToolTipGenerator() - Constructor for class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Default constructor.
TimeSeriesToolTipGenerator(DateFormat, NumberFormat) - Constructor for class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Constructs a new tooltip generator using the specified number formats.
TimeSeriesToolTipGenerator(String, String) - Constructor for class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator
Creates a tool tip generator with the specified date and number format strings.
TimeSeriesURLGenerator - class org.jfree.chart.urls.TimeSeriesURLGenerator.
A URL generator.
TimeSeriesURLGenerator() - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Blank constructor
TimeSeriesURLGenerator(DateFormat, String, String, String) - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Construct TimeSeriesURLGenerator overriding defaults
titleChanged(TitleChangeEvent) - Method in class org.jfree.chart.JFreeChart
Receives notification that a chart title has changed, and passes this on to registered listeners.
titleChanged(TitleChangeEvent) - Method in interface org.jfree.chart.event.TitleChangeListener
Receives notification of a chart title change event.
TitleChangeEvent - class org.jfree.chart.event.TitleChangeEvent.
A change event that encapsulates information about a change to a chart title.
TitleChangeEvent(AbstractTitle) - Constructor for class org.jfree.chart.event.TitleChangeEvent
Default constructor.
TitleChangeListener - interface org.jfree.chart.event.TitleChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a chart title.
TitlePropertyEditPanel - class org.jfree.chart.ui.TitlePropertyEditPanel.
A panel for editing the properties of a chart title.
TitlePropertyEditPanel(AbstractTitle) - Constructor for class org.jfree.chart.ui.TitlePropertyEditPanel
Standard constructor: builds a panel for displaying/editing the properties of the specified title.
ToolTipGenerator - interface org.jfree.chart.tooltips.ToolTipGenerator.
Base interface for a tooltip generator.
TOP - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position (also used for vertical alignment).
TOP - Static variable in interface org.jfree.chart.axis.AxisConstants
Axis location constant.
TOP - Static variable in class org.jfree.chart.renderer.LineAndShapeRenderer
Constant indicating that labels are to be shown above data points
TOP - Static variable in class org.jfree.chart.renderer.HorizontalShapeRenderer
Constant indicating that labels are to be shown above data points
toString() - Method in class org.jfree.data.SortOrder
Returns a string representing the object.
toString() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a string representing the object.
toString() - Method in class org.jfree.data.time.Day
Returns a string representing the day.
toString() - Method in class org.jfree.data.time.Month
Returns a string representing the month (e.g.
toString() - Method in class org.jfree.data.time.Year
Returns a string representing the year..
toString() - Method in class org.jfree.data.time.Millisecond
Returns a string representation of the millisecond.
toString() - Method in class org.jfree.data.time.Quarter
Returns a string representing the quarter (e.g.
toString() - Method in class org.jfree.data.time.Week
Returns a string representing the week (e.g.
toString() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns a string representing the entity.
toString() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns a string representing this object.
translateDateToJava2D(Date, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Translates a date to Java2D coordinates, based on the range displayed by this axis for the specified data area.
translateDateToJava2D(Date, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalDateAxis
Translates a date to Java2D coordinates, based on the range displayed by this axis for the specified data area.
translateGet(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Re-map an index, for use in retrieving data.
translateJava2DToScreen(Point2D) - Method in class org.jfree.chart.ChartPanel
Translates a Java2D point on the chart to a screen location.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified plotArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.ValueAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Translates the Java2D (horizontal) coordinate back to the corresponding data value.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalDateAxis
Translates the Java2D (vertical) coordinate back to the corresponding data value.
translateScreenToJava2D(Point) - Method in class org.jfree.chart.ChartPanel
Translates a screen location to a Java2D point.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalLogarithmicAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified plotArea.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalLogarithmicAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified plot area.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.ValueAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalNumberAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.HorizontalDateAxis
Translates the data value to the display coordinates (Java 2D User Space) of the chart.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalNumberAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class org.jfree.chart.axis.VerticalDateAxis
Translates the data value to the display coordinates (Java 2D User Space) of the chart.
trim(Rectangle2D) - Method in class org.jfree.chart.Spacer
Calculates the margins and trims them from the supplied area.

U

UNITS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The unit strings.
UNITS_CELCIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Celcius'.
UNITS_FAHRENHEIT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Fahrenheit'.
UNITS_KELVIN - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'Kelvin'.
UNITS_NONE - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for unit type 'None'.
update(int, Number) - Method in class org.jfree.data.XYSeries
Updates the value of an item in the series.
update(int, Number) - Method in class org.jfree.data.time.TimeSeries
Updates (changes) the value of a data pair.
update(int, Number) - Method in class org.jfree.data.time.TimePeriodValues
Updates (changes) the value of a data item.
update(RegularTimePeriod, Number) - Method in class org.jfree.data.time.TimeSeries
Updates (changes) the value for a time period.
updateChartProperties(JFreeChart) - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Updates the properties of a chart to match the properties defined on the panel.
updateCrosshairPoint(double, double) - Method in class org.jfree.chart.CrosshairInfo
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairX(double) - Method in class org.jfree.chart.CrosshairInfo
Evaluates an x-value and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairY(double) - Method in class org.jfree.chart.CrosshairInfo
Evaluates a y-value and if it is the closest to the anchor point it becomes the new crosshair point.
UPDATED_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEvent
Event type indicating that the chart's data source has been modified.
updatePlotProperties(Plot) - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Updates the plot properties to match the properties defined on the panel.
updateValue(Number) - Method in class org.jfree.data.DefaultKeyedValueDataset
Updates the value.
URLGenerator - interface org.jfree.chart.urls.URLGenerator.
Base interface for URL generators.

V

Value - interface org.jfree.data.Value.
A general purpose interface for accessing a value.
VALUE_AND_PERCENT_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
VALUE_LABELS - Static variable in class org.jfree.chart.plot.CompassPlot
A constant for the label type.
VALUE_LABELS - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for the label type.
VALUE_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating value labels on the pie sections.
VALUE_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Value' element name.
ValueAxis - class org.jfree.chart.axis.ValueAxis.
The base class for axes that display value data, where values are measured using the double primitive.
ValueAxis(String, TickUnits) - Constructor for class org.jfree.chart.axis.ValueAxis
Constructs a value axis.
valueBound(HttpSessionBindingEvent) - Method in class org.jfree.chart.servlet.ChartDeleter
Binding this object to the session has no additional effects.
ValueDataset - interface org.jfree.data.ValueDataset.
An interface for a dataset that returns a single value.
ValueHandler - class org.jfree.data.xml.ValueHandler.
A handler for reading a 'Value' element.
ValueHandler(RootHandler, ItemHandler) - Constructor for class org.jfree.data.xml.ValueHandler
Creates a new value handler.
valueHistory - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
An array for storing the objects that represent each series.
Values - interface org.jfree.data.Values.
An interface through which (single-dimension) data values can be accessed.
Values2D - interface org.jfree.data.Values2D.
A general purpose interface that can be used to access a table of values.
valueToString(double) - Method in class org.jfree.chart.axis.HorizontalSymbolicAxis
Converts a value to a string, using the list of symbolic values.
valueToString(double) - Method in class org.jfree.chart.axis.VerticalSymbolicAxis
Converts a value to a string, using the list of symbolic values.
valueToString(double) - Method in class org.jfree.chart.axis.NumberTickUnit
Converts a value to a string.
valueToString(double) - Method in class org.jfree.chart.axis.SymbolicTickUnit
Converts a value to a string, using the list of symbolic values.
valueToString(double) - Method in class org.jfree.chart.axis.TickUnit
Converts the supplied value to a string.
valueToString(double) - Method in class org.jfree.chart.axis.DateTickUnit
Formats a value.
valueUnbound(HttpSessionBindingEvent) - Method in class org.jfree.chart.servlet.ChartDeleter
When this object is unbound from the session (including upon session expiry) the files that have been added to the ArrayList are iterated and deleted.
VERTICAL - Static variable in class org.jfree.chart.StandardLegendItemLayout
Useful constant for vertical orientation.
VERTICAL - Static variable in class org.jfree.chart.plot.CombinedXYPlot
Constant used to indicate vertical layout.
VerticalAxis - interface org.jfree.chart.axis.VerticalAxis.
An interface that must be supported by all vertical axes for layout purposes.
VerticalBarRenderer - class org.jfree.chart.renderer.VerticalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot.
VerticalBarRenderer() - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
VerticalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer
Creates a new renderer with the specified tooltip generator but no URL generator.
VerticalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer
Creates a new renderer with the specified tooltip generator and URL generator.
VerticalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer
Creates a new renderer with the specified URL generator but no tooltip generator.
VerticalBarRenderer3D - class org.jfree.chart.renderer.VerticalBarRenderer3D.
A renderer for vertical bars with a 3D effect.
VerticalBarRenderer3D() - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer3D
Default constructor, creates a renderer with a ten pixel '3D effect'.
VerticalBarRenderer3D(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer3D
Constructs a new renderer.
VerticalBarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer3D
Constructs a new renderer with the specified '3D effect'.
VerticalBarRenderer3D(double, double, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalBarRenderer3D
Constructs a new renderer.
VerticalCategoryAxis - class org.jfree.chart.axis.VerticalCategoryAxis.
A vertical axis that displays categories, used for horizontal bar charts.
VerticalCategoryAxis(String) - Constructor for class org.jfree.chart.axis.VerticalCategoryAxis
Constructs a new axis, using default attributes where necessary.
VerticalCategoryPlot - class org.jfree.chart.plot.VerticalCategoryPlot.
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
VerticalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.VerticalCategoryPlot
Constructs a new vertical category plot, using default attributes where necessary.
VerticalColorBarAxis - class org.jfree.chart.axis.VerticalColorBarAxis.
A vertical ColorBar.
VerticalColorBarAxis(String) - Constructor for class org.jfree.chart.axis.VerticalColorBarAxis
Constructs a vertical colorbar, using default values where necessary.
VerticalDateAxis - class org.jfree.chart.axis.VerticalDateAxis.
A vertical axis that displays dates.
VerticalDateAxis(String) - Constructor for class org.jfree.chart.axis.VerticalDateAxis
Constructs a new date axis, using default attribute values where necessary.
VerticalIntervalBarRenderer - class org.jfree.chart.renderer.VerticalIntervalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot where each bar has a high and low value.
VerticalIntervalBarRenderer() - Constructor for class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalLogarithmicAxis - class org.jfree.chart.axis.VerticalLogarithmicAxis.
A logarithmic value axis, for values displayed vertically.
VerticalLogarithmicAxis(String) - Constructor for class org.jfree.chart.axis.VerticalLogarithmicAxis
Constructs a vertical logarithmic axis, using default values where necessary.
VerticalLogarithmicColorBarAxis - class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis.
A vertical ColorBar.
VerticalLogarithmicColorBarAxis(String) - Constructor for class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis
Constructor for VerticalLogarithmicColorBarAxis.
VerticalNumberAxis - class org.jfree.chart.axis.VerticalNumberAxis.
A standard linear value axis, for values displayed vertically.
VerticalNumberAxis(String) - Constructor for class org.jfree.chart.axis.VerticalNumberAxis
Constructs a vertical number axis, using default attribute values where necessary.
VerticalNumberAxis3D - class org.jfree.chart.axis.VerticalNumberAxis3D.
A standard linear value axis, for values displayed vertically.
VerticalNumberAxis3D(String) - Constructor for class org.jfree.chart.axis.VerticalNumberAxis3D
Constructs a VerticalNumberAxis3D, with the specified label and default attributes.
VerticalStatisticalBarRenderer - class org.jfree.chart.renderer.VerticalStatisticalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot where each bar has a mean value and a standard deviation vertical line.
VerticalStatisticalBarRenderer() - Constructor for class org.jfree.chart.renderer.VerticalStatisticalBarRenderer
Creates a new renderer with no tool tip or URL generator.
VerticalStatisticalBarRenderer(CategoryToolTipGenerator) - Constructor for class org.jfree.chart.renderer.VerticalStatisticalBarRenderer
Creates a new renderer with the specified tool tip generator.
VerticalStatisticalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalStatisticalBarRenderer
Creates a new renderer with the specified tool tip generator.
VerticalStatisticalBarRenderer(CategoryURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalStatisticalBarRenderer
Creates a new renderer with the specified URL generator.
VerticalSymbolicAxis - class org.jfree.chart.axis.VerticalSymbolicAxis.
A standard linear value axis, for SYMBOLIC values displayed vertically.
VerticalSymbolicAxis(String, String[]) - Constructor for class org.jfree.chart.axis.VerticalSymbolicAxis
Constructs a vertical symbolic axis, using default attribute values where necessary.
VerticalValuePlot - interface org.jfree.chart.plot.VerticalValuePlot.
An interface defining methods for interrogating a plot that displays values along the vertical axis.
VerticalXYBarRenderer - class org.jfree.chart.renderer.VerticalXYBarRenderer.
A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
VerticalXYBarRenderer() - Constructor for class org.jfree.chart.renderer.VerticalXYBarRenderer
The default constructor.
VerticalXYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.VerticalXYBarRenderer
Constructs a new renderer.
VerticalXYBarRenderer(double, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.VerticalXYBarRenderer
Constructs a new renderer.
VERY_DARK_BLUE - Static variable in class org.jfree.chart.ChartColor
A very dark blue color.
VERY_DARK_CYAN - Static variable in class org.jfree.chart.ChartColor
A very dark cyan color.
VERY_DARK_GREEN - Static variable in class org.jfree.chart.ChartColor
A very dark green color.
VERY_DARK_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A very dark magenta/purple color.
VERY_DARK_RED - Static variable in class org.jfree.chart.ChartColor
A very dark red color.
VERY_DARK_YELLOW - Static variable in class org.jfree.chart.ChartColor
A very dark yellow color.
VERY_LIGHT_BLUE - Static variable in class org.jfree.chart.ChartColor
A very light blue color.
VERY_LIGHT_CYAN - Static variable in class org.jfree.chart.ChartColor
Aa very light cyan color.
VERY_LIGHT_GREEN - Static variable in class org.jfree.chart.ChartColor
A very light green color.
VERY_LIGHT_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A very light magenta color.
VERY_LIGHT_RED - Static variable in class org.jfree.chart.ChartColor
A very light red color.
VERY_LIGHT_YELLOW - Static variable in class org.jfree.chart.ChartColor
A very light yellow color.
visibleRange(ContourDataset, Range, Range) - Static method in class org.jfree.chart.plot.ContourPlotUtilities
Returns the visible z-range.
visibleRange(ContourDataset, Range, Range) - Method in class org.jfree.chart.plot.ContourPlot
Returns the visible z-range.

W

WARNING - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'warning' range.
WARNING_DATA - Static variable in interface org.jfree.data.MeterDataset
A constant representing the 'warning' level.
WARNING_TEXT - Static variable in class org.jfree.chart.plot.MeterPlot
The default text for the warning level.
Week - class org.jfree.data.time.Week.
Represents a week within a particular year.
Week() - Constructor for class org.jfree.data.time.Week
Constructs a Week, based on the system date/time.
Week(Date) - Constructor for class org.jfree.data.time.Week
Constructs a time period representing a week.
Week(Date, TimeZone) - Constructor for class org.jfree.data.time.Week
Constructs a Week, based on a date/time and a time zone.
Week(int, int) - Constructor for class org.jfree.data.time.Week
Constructs a time period representing the week in the specified year.
Week(int, Year) - Constructor for class org.jfree.data.time.Week
Constructs a time period representing the week in the specified year.
WEST - Static variable in class org.jfree.chart.AbstractTitle
Useful constant for the title position.
WEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position WEST.
WindDataset - interface org.jfree.data.WindDataset.
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
WindItemRenderer - class org.jfree.chart.renderer.WindItemRenderer.
A specialised renderer for displaying wind intensity/direction data.
WindItemRenderer() - Constructor for class org.jfree.chart.renderer.WindItemRenderer
Creates a new renderer.
WindItemRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.WindItemRenderer
Creates a new renderer.
WindNeedle - class org.jfree.chart.needle.WindNeedle.
A needle that indicates wind direction, for use with the CompassPlot class.
WindNeedle() - Constructor for class org.jfree.chart.needle.WindNeedle
Default constructor.
WORKING_CALENDAR - Static variable in class org.jfree.data.time.RegularTimePeriod
A working calendar (recycle to avoid unnecessary object creation).
workingCalendar - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
A working calendar (to recycle)
wrapOffset(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
??
writeBufferedImageAsJPEG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes the BufferedImage to the output stream in JPEG format.
writeBufferedImageAsJPEG(OutputStream, float, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes the BufferedImage to the output stream in JPEG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes the BufferedImage to the output stream in PNG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the BufferedImage to the output stream in PNG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeImageMap(PrintWriter, String, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes an image map to the output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.ChartUtilities
Writes an image map to the output stream.
writeScaledChartAsPNG(OutputStream, JFreeChart, int, int, int, int) - Static method in class org.jfree.chart.ChartUtilities
 

X

xIndex - Variable in class org.jfree.data.DefaultContourDataset
The index for the start of each column in the data.
XisSymbolic - interface org.jfree.data.XisSymbolic.
Represent a data set where X is a symbolic values.
xValues - Variable in class org.jfree.data.DefaultContourDataset
Storage for the x values.
XYAnnotation - interface org.jfree.chart.annotations.XYAnnotation.
The interface that must be supported by annotations that are to be added to an XYPlot.
XYBubbleRenderer - class org.jfree.chart.renderer.XYBubbleRenderer.
A renderer that draws a circle at each data point.
XYBubbleRenderer() - Constructor for class org.jfree.chart.renderer.XYBubbleRenderer
Constructs a new renderer.
XYBubbleRenderer(int, XYZToolTipGenerator, XYZURLGenerator) - Constructor for class org.jfree.chart.renderer.XYBubbleRenderer
Constructs a new renderer.
XYDataPair - class org.jfree.data.XYDataPair.
Represents one (x, y) data item for an xy-series.
XYDataPair(double, double) - Constructor for class org.jfree.data.XYDataPair
Constructs a new data pair.
XYDataPair(Number, Number) - Constructor for class org.jfree.data.XYDataPair
Constructs a new data pair.
XYDataset - interface org.jfree.data.XYDataset.
An interface through which data in the form of (x, y) pairs can be accessed.
XYDotRenderer - class org.jfree.chart.renderer.XYDotRenderer.
A renderer that draws a small dot at each data point.
XYDotRenderer() - Constructor for class org.jfree.chart.renderer.XYDotRenderer
Constructs a new renderer.
XYItemEntity - class org.jfree.chart.entity.XYItemEntity.
A chart entity that represents one item within an XY plot.
XYItemEntity(Shape, String, int, int) - Constructor for class org.jfree.chart.entity.XYItemEntity
Creates a new entity.
XYItemEntity(Shape, String, String, int, int) - Constructor for class org.jfree.chart.entity.XYItemEntity
Creates a new entity.
XYItemRenderer - interface org.jfree.chart.renderer.XYItemRenderer.
Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYLineAnnotation - class org.jfree.chart.annotations.XYLineAnnotation.
A text annotation that can be placed on an XYPlot.
XYLineAnnotation(double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYLineAnnotation
Creates a new annotation to be displayed at the given coordinates.
XYPlot - class org.jfree.chart.plot.XYPlot.
A general class for plotting data in the form of (x, y) pairs.
XYPlot(XYDataset, ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.XYPlot
Constructs an XYPlot with the specified axes (other attributes take default values).
XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class org.jfree.chart.plot.XYPlot
Constructs an XYPlot with the specified axes and renderer (other attributes take default values).
XYSeries - class org.jfree.data.XYSeries.
Represents a sequence of zero or more data pairs in the form (x, y).
XYSeries(String) - Constructor for class org.jfree.data.XYSeries
Constructs a new xy-series that contains no data.
XYSeries(String, boolean) - Constructor for class org.jfree.data.XYSeries
Constructs a new xy-series that contains no data.
XYSeriesCollection - class org.jfree.data.XYSeriesCollection.
Represents a collection of XY series that can be used as a dataset.
XYSeriesCollection() - Constructor for class org.jfree.data.XYSeriesCollection
Constructs an empty dataset.
XYSeriesCollection(XYSeries) - Constructor for class org.jfree.data.XYSeriesCollection
Constructs a dataset and populates it with a single time series.
XYStepRenderer - class org.jfree.chart.renderer.XYStepRenderer.
Line/Step item renderer for an XYPlot.
XYStepRenderer() - Constructor for class org.jfree.chart.renderer.XYStepRenderer
Constructs a new renderer with no tooltip or URL generation.
XYStepRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.XYStepRenderer
Constructs a new renderer.
XYTextAnnotation - class org.jfree.chart.annotations.XYTextAnnotation.
A text annotation that can be placed on an XYPlot.
XYTextAnnotation(String, double, double) - Constructor for class org.jfree.chart.annotations.XYTextAnnotation
Creates a new annotation to be displayed at the given coordinates.
XYTextAnnotation(String, Font, double, double) - Constructor for class org.jfree.chart.annotations.XYTextAnnotation
Creates a new annotation to be displayed at the given coordinates.
XYTextAnnotation(String, Font, Paint, double, double) - Constructor for class org.jfree.chart.annotations.XYTextAnnotation
Creates a new annotation to be displayed at the given coordinates.
XYToolTipGenerator - interface org.jfree.chart.tooltips.XYToolTipGenerator.
Interface for a tooltip generator for plots that use data from an XYDataset.
XYURLGenerator - interface org.jfree.chart.urls.XYURLGenerator.
Interface for a URL generator for plots that uses data from an XYDataset.
XYZDataset - interface org.jfree.data.XYZDataset.
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
XYZToolTipGenerator - interface org.jfree.chart.tooltips.XYZToolTipGenerator.
Interface for a tooltip generator for plots that use data from an XYZDataset.
XYZURLGenerator - interface org.jfree.chart.urls.XYZURLGenerator.
Interface for a URL generator for plots that uses data from an XYZDataset.

Y

Year - class org.jfree.data.time.Year.
Represents a year in the range 1900 to 9999.
YEAR - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for years.
Year() - Constructor for class org.jfree.data.time.Year
Creates a new Year, based on the current system date/time.
Year(Date) - Constructor for class org.jfree.data.time.Year
Creates a new Year, based on a particular instant in time, using the default time zone.
Year(Date, TimeZone) - Constructor for class org.jfree.data.time.Year
Constructs a year, based on a particular instant in time and a time zone.
Year(int) - Constructor for class org.jfree.data.time.Year
Creates a time period representing a single year.
YIntervalRenderer - class org.jfree.chart.renderer.YIntervalRenderer.
A renderer that draws a vertical line connecting the start and end Y values.
YIntervalRenderer() - Constructor for class org.jfree.chart.renderer.YIntervalRenderer
The default constructor.
YIntervalRenderer(XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.YIntervalRenderer
Creates a new renderer with the specified tool tip generator.
YisSymbolic - interface org.jfree.data.YisSymbolic.
Represent a data set where Y is a symbolic values.
yValues - Variable in class org.jfree.data.DefaultContourDataset
Storage for the y values.

Z

ZERO - Static variable in class org.jfree.chart.plot.Plot
Useful constant representing zero.
ZOOM_IN_BOTH_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom in (both axes) action command.
ZOOM_IN_HORIZONTAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom in (horizontal axis only) action command.
ZOOM_IN_VERTICAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom in (vertical axis only) action command.
ZOOM_OUT_BOTH_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom out (both axes) action command.
ZOOM_OUT_HORIZONTAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom out (horizontal axis only) action command.
ZOOM_OUT_VERTICAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Zoom out (vertical axis only) action command.
zoom(double) - Method in class org.jfree.chart.plot.Plot
Performs a zoom on the plot.
zoom(double) - Method in class org.jfree.chart.plot.PeriodMarkerPlot
A zoom method that does nothing.
zoom(double) - Method in class org.jfree.chart.plot.CompassPlot
No zooming is implemented for compass plot, so this method is empty.
zoom(double) - Method in class org.jfree.chart.plot.XYPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - Method in class org.jfree.chart.plot.MeterPlot
A zoom method that does nothing.
zoom(double) - Method in class org.jfree.chart.plot.CategoryPlot
Zooms (in or out) on the plot's value axis.
zoom(double) - Method in class org.jfree.chart.plot.PiePlot
A zoom method that does nothing.
zoom(double) - Method in class org.jfree.chart.plot.ThermometerPlot
A zoom method that does nothing.
zoom(double) - Method in class org.jfree.chart.plot.ContourPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - Method in class org.jfree.chart.plot.CombinedXYPlot
A zoom method that (currently) does nothing.
zoom(Rectangle2D) - Method in class org.jfree.chart.ChartPanel
Zooms in on a selected region.
zoomInBoth(double, double) - Method in class org.jfree.chart.ChartPanel
Zooms in on an anchor point (measured in Java2D coordinates).
zoomInHorizontal(double) - Method in class org.jfree.chart.ChartPanel
Decreases the range on the horizontal axis, centered about a Java2D x coordinate.
zoomInVertical(double) - Method in class org.jfree.chart.ChartPanel
Decreases the range on the vertical axis, centered about a Java2D y coordinate.
zoomOutBoth(double, double) - Method in class org.jfree.chart.ChartPanel
Zooms out on an anchor point (measured in Java2D coordinates).
zoomOutHorizontal(double) - Method in class org.jfree.chart.ChartPanel
Increases the range on the horizontal axis, centered about a Java2D x coordinate.
zoomOutVertical(double) - Method in class org.jfree.chart.ChartPanel
Increases the range on the vertical axis, centered about a Java2D y coordinate.
zValues - Variable in class org.jfree.data.DefaultContourDataset
Storage for the z values.

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