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.
ANTICLOCKWISE - Static variable in class org.jfree.chart.plot.PiePlot
A constant representing the anti-clockwise direction.
AREA - Static variable in class org.jfree.chart.renderer.AreaXYRenderer
Useful constant for specifying the type of rendering (area only).
AREA - Static variable in class org.jfree.chart.renderer.XYAreaRenderer
Useful constant for specifying the type of rendering (area only).
AREA - Static variable in class org.jfree.chart.renderer.XYStepAreaRenderer
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).
AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.XYAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.XYStepAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
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.
AXIS_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
The axis gap.
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.
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.
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
Deprecated. Use default constructor then set tooltip generator.
AbstractXYItemRenderer(XYURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Deprecated. Use default constructor then set URL generator.
AbstractXYItemRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.AbstractXYItemRenderer
Deprecated. Use default constructor then set URL generator.
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.
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.
Axis - class org.jfree.chart.axis.Axis.
The base class for all axes in JFreeChart.
Axis(String) - Constructor for class org.jfree.chart.axis.Axis
Constructs an axis, using default values where necessary.
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.
AxisCollection - class org.jfree.chart.axis.AxisCollection.
A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart.
AxisCollection() - Constructor for class org.jfree.chart.axis.AxisCollection
Creates a new empty collection.
AxisConstants - interface org.jfree.chart.axis.AxisConstants.
Useful constants for the Axis class and its subclasses.
AxisLocation - class org.jfree.chart.axis.AxisLocation.
Used to indicate the location of an axis on a 2D plot, subject to the plot orientation.
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.
AxisSpace - class org.jfree.chart.axis.AxisSpace.
A record that contains the space required at each edge of a plot.
AxisSpace() - Constructor for class org.jfree.chart.axis.AxisSpace
Creates a new axis space record.
AxisState - class org.jfree.chart.axis.AxisState.
Instances of this class are used to carry state information for an axis during the drawing process.
AxisState() - Constructor for class org.jfree.chart.axis.AxisState
Creates a new axis state.
AxisState(double) - Constructor for class org.jfree.chart.axis.AxisState
Creates a new axis state.
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.AxisPropertyEditPanel
Handles user interaction with the property 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.PlotPropertyEditPanel
Handles user actions generated within the panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Handles button clicks by passing control to an appropriate handler method.
add(LegendItem) - Method in class org.jfree.chart.LegendItemCollection
Adds a legend item to the collection.
add(Axis, RectangleEdge) - Method in class org.jfree.chart.axis.AxisCollection
Adds an axis to the collection.
add(double, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
Adds some space to the edge corresponding to the specified axis location.
add(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Adds a tick unit to the collection.
add(CategoryPlot, int) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Adds a subplot to the combined chart.
add(XYPlot) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Adds a subplot, with a default 'weight' of 1.
add(XYPlot, int) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Adds a subplot with a particular weight (greater than or equal to one).
add(CategoryPlot, int) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Adds a subplot.
add(XYPlot) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Adds a subplot, with a default 'weight' of 1.
add(XYPlot, int) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Adds a subplot with a particular weight (greater than or equal to one).
add(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Adds an outlier to the list.
add(Outlier) - Method in class org.jfree.chart.renderer.OutlierListCollection
Appends the specified element as a new OutlierList to the end of this list if it does not overlap an outlier in an existing list.
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(XYDataItem) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(XYDataItem, boolean) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(double, double) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(double, double, boolean) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(double, Number) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(double, Number, boolean) - Method in class org.jfree.data.XYSeries
Adds a data item to the series.
add(Number, Number) - Method in class org.jfree.data.XYSeries
Adds new data to the series.
add(Number, Number, boolean) - Method in class org.jfree.data.XYSeries
Adds new data to the series.
add(Task) - Method in class org.jfree.data.gantt.TaskSeries
Adds a task to the series.
add(TaskSeries) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Adds a series to the dataset.
add(List, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Adds a list of values relating to one Box and Whisker entity to the table.
add(BoxAndWhiskerItem, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Adds a list of values relating to one Box and Whisker entity to the table.
add(Date, BoxAndWhiskerItem) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Adds an item to the dataset.
add(double, double, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Adds a mean and standard deviation to the table.
add(TimePeriodValue) - Method in class org.jfree.data.time.TimePeriodValues
Adds a data item to the series.
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(TimeSeriesDataItem) - Method in class org.jfree.data.time.TimeSeries
Adds a data item 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.
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(CategoryAnnotation) - Method in class org.jfree.chart.plot.CategoryPlot
Adds an annotation to the plot.
addAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.ContourPlot
Adds an annotation to the plot.
addAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.XYPlot
Adds an annotation to the plot.
addBaseTimelineException(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment relative to the baseTimeline as an exception.
addBaseTimelineException(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment relative to the baseTimeline as an exception.
addBaseTimelineExclusions(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds all excluded segments from the BaseTimeline as exceptions to our timeline.
addChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of changes to the chart.
addChangeListener(LegendChangeListener) - Method in class org.jfree.chart.Legend
Registers an object for notification of changes to the legend.
addChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Registers an object for notification of changes to the axis.
addChangeListener(PlotChangeListener) - Method in class org.jfree.chart.plot.Plot
Registers an object for notification of changes to the plot.
addChangeListener(RendererChangeListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
Registers an object for notification of changes to the renderer.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Adds a change listener.
addChangeListener(DatasetChangeListener) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
addChangeListener(TitleChangeListener) - Method in class org.jfree.chart.title.Title
Registers an object for notification of changes to the title.
addChangeListener(DatasetChangeListener) - Method in class org.jfree.data.AbstractDataset
Registers an object to receive notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.Dataset
Registers an object for notification of changes to the dataset.
addChangeListener(SeriesChangeListener) - Method in class org.jfree.data.Series
Registers an object with this series, to receive notification whenever the series changes.
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.ContourPlot
Adds a marker for the domain axis.
addDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the domain axis.
addDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the domain axis.
addEntity(ChartEntity) - Method in interface org.jfree.chart.entity.EntityCollection
Adds an entity to the collection.
addEntity(ChartEntity) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds an entity.
addException(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment as an exception.
addException(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment range as an exception.
addException(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment as an exception.
addExceptions(List) - Method in class org.jfree.chart.axis.SegmentedTimeline
Adds a list of dates as segment exceptions.
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.title.LegendTitle
Adds a legend item to the LegendTitle.
addMarker(IntervalMarker) - Method in class org.jfree.chart.axis.MarkerAxisBand
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.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.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.Series
Adds a property change listener to the series.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display against the range axis.
addRangeMarker(Marker, Layer) - 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.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the range axis.
addRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the range axis.
addSecondaryDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a secondary marker for the domain axis.
addSecondaryDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a secondary marker for the domain axis.
addSecondaryRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. Use addSecondaryRangeMarker(int, Marker, Layer).
addSecondaryRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display against the secondary range axis.
addSecondaryRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Adds a secondary marker for the range axis.
addSecondaryRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a secondary marker for the range axis.
addSeries(XYSeries) - Method in class org.jfree.data.DefaultTableXYDataset
Adds a series to the collection.
addSeries(String, double[], int) - Method in class org.jfree.data.HistogramDataset
Adds a series.
addSeries(MatrixSeries) - Method in class org.jfree.data.MatrixSeriesCollection
Adds a series to the collection.
addSeries(XYSeries) - Method in class org.jfree.data.XYSeriesCollection
Adds a series to the collection.
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.
addSubLabel(Comparable, String) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Adds a sublabel for a category.
addSubitle(Title) - Method in class org.jfree.chart.plot.JThermometer
Adds a subtitle to the chart.
addSubplotInfo(PlotRenderingInfo) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Adds the info for a subplot.
addSubtask(Task) - Method in class org.jfree.data.gantt.Task
Adds a sub-task to the task.
addSubtitle(Title) - 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.labels.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(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds a value to the table.
addValue(double, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds a value to the table.
addValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Adds a new value to the collection, or updates an existing value.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Adds a value to the table.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.WaferMapDataset
Sets a value in the dataset.
addValue(int, int, int) - Method in class org.jfree.data.WaferMapDataset
Adds a value to the dataset.
addValue(int, int, float) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adds a value to a series.
adjustedLog10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
advanceLinePaint - Variable in class org.jfree.chart.axis.CyclicNumberAxis
The advance line paint.
advanceLineStroke - Variable in class org.jfree.chart.axis.CyclicNumberAxis
The advance line stroke.
advanceLineVisible - Variable in class org.jfree.chart.axis.CyclicNumberAxis
A flag that controls whether or not the advance line is visible.
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.
after(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if this segment is wholly after another segment.
ageHistoryCountItems() - Method in class org.jfree.data.time.TimeSeries
age items in the series.
ageHistoryCountItems(long) - Method in class org.jfree.data.time.TimeSeries
age items in the series.
allowNegativesFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true to allow negative values in data.
appendData(float[]) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Appends new data.
appendData(float[], int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Appends data at specified index, for loading up with data from file(s).
area - Variable in class org.jfree.chart.renderer.XYAreaRendererState
Working storage for the area under one series.
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.
autoAdjustRange() - Method in class org.jfree.chart.axis.ColorBar
Rescales the axis to ensure that all data are visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.DateAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.LogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.NumberAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class org.jfree.chart.axis.SymbolicAxis
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.
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.
axisChanged(AxisChangeEvent) - Method in interface org.jfree.chart.event.AxisChangeListener
Receives notification of an axis change event.
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 class org.jfree.chart.plot.Plot
Receives notification of a change to one of the plot's axes.

B

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.
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.title.Title
Useful constant for the title position (also used for vertical alignment).
BOTTOM_LEFT - Static variable in class org.jfree.chart.MarkerLabelPosition
Bottom/left.
BOTTOM_OR_LEFT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or left.
BOTTOM_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or right.
BOTTOM_RIGHT - Static variable in class org.jfree.chart.MarkerLabelPosition
Bottom/right.
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.
BarRenderer - class org.jfree.chart.renderer.BarRenderer.
A CategoryItemRenderer that draws individual data items as bars.
BarRenderer() - Constructor for class org.jfree.chart.renderer.BarRenderer
Creates a new bar renderer with default settings.
BarRenderer3D - class org.jfree.chart.renderer.BarRenderer3D.
A renderer for bars with a 3D effect, for use with the CategoryPlot class.
BarRenderer3D() - Constructor for class org.jfree.chart.renderer.BarRenderer3D
Default constructor, creates a renderer with a ten pixel '3D effect'.
BarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.BarRenderer3D
Constructs a new renderer with the specified '3D effect'.
BoxAndWhiskerCalculator - class org.jfree.data.statistics.BoxAndWhiskerCalculator.
A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values...all from an arbitrary list of Number objects.
BoxAndWhiskerCalculator() - Constructor for class org.jfree.data.statistics.BoxAndWhiskerCalculator
 
BoxAndWhiskerCategoryDataset - interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset.
A category dataset that defines various medians, outliers and an average value for each item.
BoxAndWhiskerItem - class org.jfree.data.statistics.BoxAndWhiskerItem.
Represents one data item within a box-and-whisker dataset.
BoxAndWhiskerItem(Number, Number, Number, Number, Number, Number, Number, Number, List) - Constructor for class org.jfree.data.statistics.BoxAndWhiskerItem
Creates a new box-and-whisker item.
BoxAndWhiskerRenderer - class org.jfree.chart.renderer.BoxAndWhiskerRenderer.
A box-and-whisker renderer.
BoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Default constructor.
BoxAndWhiskerToolTipGenerator - class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator.
A standard tooltip generator for plots that use data from a BoxAndWhiskerXYDataset.
BoxAndWhiskerToolTipGenerator() - Constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a tool tip generator using the default date format.
BoxAndWhiskerToolTipGenerator(DateFormat) - Constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a tool tip generator using the supplied date formatter.
BoxAndWhiskerXYDataset - interface org.jfree.data.statistics.BoxAndWhiskerXYDataset.
An interface that defines data in the form of (x, max, min, average, median) tuples.
b - Variable in class org.jfree.chart.ui.ColorPalette
Blue components.
before(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if this segment is wholly before another segment.
boundMappedToLastCycle - Variable in class org.jfree.chart.axis.CyclicNumberAxis
??.
buildGrid(int, int, int) - Method in class org.jfree.data.NonGridContourDataset
Builds a regular grid.

C

CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'CategoryDataset' element name.
CENTER - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
Center.
CENTER - Static variable in class org.jfree.chart.title.Title
Useful constant for the title alignment (horizontal or vertical).
CHORD - Static variable in class org.jfree.chart.plot.DialShape
Chord.
CIRCLE - Static variable in class org.jfree.chart.plot.DialShape
Circle.
CLOCKWISE - Static variable in class org.jfree.chart.plot.PiePlot
A constant indicating the clockwise direction.
CLOSE - Static variable in class org.jfree.chart.renderer.HighLow
Useful constant for open/close value types.
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.
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.
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.
CategoryAnchor - class org.jfree.chart.axis.CategoryAnchor.
Used to indicate one of three positions within a category: START, MIDDLE and END.
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.
An axis that displays categories.
CategoryAxis(String) - Constructor for class org.jfree.chart.axis.CategoryAxis
Constructs a category axis, using default values where necessary.
CategoryAxis3D - class org.jfree.chart.axis.CategoryAxis3D.
An axis that displays categories and has a 3D effect.
CategoryAxis3D() - Constructor for class org.jfree.chart.axis.CategoryAxis3D
Creates a new axis.
CategoryAxis3D(String) - Constructor for class org.jfree.chart.axis.CategoryAxis3D
Creates a new axis using default attribute values.
CategoryDataset - interface org.jfree.data.CategoryDataset.
The interface for a dataset with one or more series, and values associated with categories.
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
Deprecated. Use alternative constructor.
CategoryItemEntity(Shape, String, String, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Deprecated. Use alternative constructor.
CategoryItemEntity(Shape, String, String, CategoryDataset, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemLabelGenerator - interface org.jfree.chart.labels.CategoryItemLabelGenerator.
Interface for a label (including tooltips) generator for plots that use data from a CategoryDataset.
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.
CategoryItemRendererState - class org.jfree.chart.renderer.CategoryItemRendererState.
An object that retains temporary state information for a CategoryItemRenderer.
CategoryItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.CategoryItemRendererState
Creates a new object for recording temporary state information for a renderer.
CategoryLabelPosition - class org.jfree.chart.axis.CategoryLabelPosition.
The attributes that control the position of the labels for the categories on a CategoryAxis.
CategoryLabelPosition() - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new position record with default settings.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new position record.
CategoryLabelPositions - class org.jfree.chart.axis.CategoryLabelPositions.
Records the label positions for a category axis.
CategoryLabelPositions() - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
Default constructor.
CategoryLabelPositions(CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition) - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
Creates a new position specification.
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() - Constructor for class org.jfree.chart.plot.CategoryPlot
Default constructor.
CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.CategoryPlot
Creates a new plot.
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.
CategoryTick - class org.jfree.chart.axis.CategoryTick.
A tick for a CategoryAxis.
CategoryTick(Comparable, TextBlock, TextBlockAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CategoryTick
Creates a new tick.
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.
CategoryURLGeneratorTable - class org.jfree.chart.renderer.CategoryURLGeneratorTable.
Deprecated. This class is no longer being used in JFreeChart and will be removed before version 1.0.0 is released.
CategoryURLGeneratorTable() - Constructor for class org.jfree.chart.renderer.CategoryURLGeneratorTable
Deprecated. Creates a new URL generator table.
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) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new chart entity.
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.
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.
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.
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.
ClipPath - class org.jfree.chart.ClipPath.
This class would typically be used with a ContourPlot.
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.
ClusteredXYBarRenderer - class org.jfree.chart.renderer.ClusteredXYBarRenderer.
An extension of XYBarRenderer 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.
ColorBar - class org.jfree.chart.axis.ColorBar.
A color bar.
ColorBar(String) - Constructor for class org.jfree.chart.axis.ColorBar
Constructs a horizontal colorbar axis, using default values where necessary.
ColorBarPropertyEditPanel - class org.jfree.chart.ui.ColorBarPropertyEditPanel.
A ColorBarPropertyEditPanel.
ColorBarPropertyEditPanel(ColorBar) - Constructor for class org.jfree.chart.ui.ColorBarPropertyEditPanel
Creates a new edit panel for a color bar.
ColorPalette - class org.jfree.chart.ui.ColorPalette.
Defines palette used in Contour Plots.
ColorPalette() - Constructor for class org.jfree.chart.ui.ColorPalette
Default contructor.
CombinationDataset - interface org.jfree.data.CombinationDataset.
Interface that describes the new methods that any combined dataset needs to implement.
CombinedDataset - class org.jfree.data.CombinedDataset.
This class can combine instances of XYDataset, HighLowDataset and IntervalXYDataset 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.
CombinedDomainCategoryPlot - class org.jfree.chart.plot.CombinedDomainCategoryPlot.
A combined category plot where the domain axis is shared.
CombinedDomainCategoryPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
Default constructor.
CombinedDomainCategoryPlot(CategoryAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
Creates a new plot.
CombinedDomainXYPlot - class org.jfree.chart.plot.CombinedDomainXYPlot.
An extension of XYPlot that contains multiple subplots that share a common domain axis.
CombinedDomainXYPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
Default constructor.
CombinedDomainXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
Creates a new combined plot that shares a domain axis among multiple subplots.
CombinedRangeCategoryPlot - class org.jfree.chart.plot.CombinedRangeCategoryPlot.
A combined category plot where the range axis is shared.
CombinedRangeCategoryPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
Creates a new plot.
CombinedRangeXYPlot - class org.jfree.chart.plot.CombinedRangeXYPlot.
An extension of XYPlot that contains multiple subplots that share a common range axis.
CombinedRangeXYPlot() - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
Default constructor.
CombinedRangeXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
Creates a new plot.
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.
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, ColorBar) - 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
 
ContourToolTipGenerator - interface org.jfree.chart.labels.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.
CrosshairInfo - class org.jfree.chart.CrosshairInfo.
Maintains information about crosshairs on a plot.
CrosshairInfo() - Constructor for class org.jfree.chart.CrosshairInfo
Default constructor.
CrosshairInfo(boolean) - Constructor for class org.jfree.chart.CrosshairInfo
Creates a new info object.
CustomXYToolTipGenerator - class org.jfree.chart.labels.CustomXYToolTipGenerator.
A tool tip generator that stores custom tooltips.
CustomXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.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.
CyclicNumberAxis - class org.jfree.chart.axis.CyclicNumberAxis.
This class extends NumberAxis and handles cycling.
CyclicNumberAxis(double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a CycleNumberAxis with the given period.
CyclicNumberAxis(double, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a CycleNumberAxis with the given period and offset.
CyclicNumberAxis(double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a named CycleNumberAxis with the given period.
CyclicNumberAxis(double, double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a named CycleNumberAxis with the given period and offset.
CyclicNumberAxis.CycleBoundTick - class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick.
A special Number tick that also hold information about the cycle bound mapping for this tick.
CyclicNumberAxis.CycleBoundTick(boolean, Number, String, float, float, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
Creates a new tick.
CyclicXYItemRenderer - class org.jfree.chart.renderer.CyclicXYItemRenderer.
The Cyclic XY item renderer is specially designed to handle cyclic axis.
CyclicXYItemRenderer() - Constructor for class org.jfree.chart.renderer.CyclicXYItemRenderer
Overloaded contructor.
CyclicXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.CyclicXYItemRenderer
Overloaded contructor.
CyclicXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.CyclicXYItemRenderer
Overloaded contructor.
CyclicXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.CyclicXYItemRenderer
Overloaded contructor.
CyclicXYItemRenderer.OverwriteDataSet - class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet.
A dataset to hold the interpolated points when drawing new lines.
CyclicXYItemRenderer.OverwriteDataSet(double[], double[], XYDataset) - Constructor for class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Creates a new dataset.
calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
 
calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Calculates the anchor point for a tick label.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Calculates the axis space required.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for the axes.
calculateBarL0L1(double) - Method in class org.jfree.chart.renderer.BarRenderer
Calculates the coordinates for the length of a single bar.
calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.BarRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.LevelRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarWidth(CategoryPlot, Rectangle2D, Integer, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.BarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, Integer, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, Integer, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.StackedBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, Integer, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.StackedBarRenderer3D
Calculates the bar width and stores it in the renderer state.
calculateBoxAndWhiskerStatistics(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the statistics required for a BoxAndWhiskerItem.
calculateCategoryGapSize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Calculates the size (width or height, depending on the location of the axis) of a category gap.
calculateCategorySize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Calculates the size (width or height, depending on the location of the axis) of a category.
calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the domain axis/axes.
calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for the domain axis/axes.
calculateHighestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the highest visible tick on the axis.
calculateHighestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the highest visible tick on the axis.
calculateItemWidth(CategoryPlot, Rectangle2D, Integer, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.LevelRenderer
Calculates the bar width and stores it in the renderer state.
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(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the lowest visible tick on the axis.
calculateLowestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the lowest visible tick on the axis.
calculateMean(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Returns the mean of a list of numbers.
calculateMedian(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the median for a list of values (Number objects) that are in ascending order.
calculateMedian(List, int, int) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the median for a sublist within a list of values (Number objects) that are in ascending order.
calculateQ1(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the first quartile for a list of numbers in ascending order.
calculateQ3(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the third quartile for a list of numbers in ascending order.
calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the range axis/axes.
calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for the range axis/axes.
calculateSegmentNumber(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Calculates the segment number for a given millisecond.
calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.BarRenderer
Calculates the available space for each series.
calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.LevelRenderer
Calculates the available space for each series.
calculateTextBlockHeight(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
A utility method for determining the height of a text block.
calculateTextBlockWidth(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
A utility method for determining the width of a text block.
calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the number of visible ticks.
centerRange(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Centers the range about the given value.
centerRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Centers the axis range about the specified value.
changeTickFontSize(int) - Method in class org.jfree.chart.plot.JThermometer
Increases or decreases the tick font size.
characters(char[], int, int) - Method in class org.jfree.data.xml.KeyHandler
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.ValueHandler
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.
chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse click on a chart.
chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse movement on a chart.
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.
clear() - Method in class org.jfree.chart.ChartRenderingInfo
Clears the information recorded by this object.
clear() - Method in interface org.jfree.chart.entity.EntityCollection
Clears all entities.
clear() - Method in class org.jfree.chart.entity.StandardEntityCollection
Clears the entities.
clear() - Method in class org.jfree.data.XYSeries
Removes all data items from the series.
clearAnnotations() - Method in class org.jfree.chart.plot.ContourPlot
Clears all the annotations.
clearAnnotations() - Method in class org.jfree.chart.plot.XYPlot
Clears all the annotations.
clearCurrentText() - Method in class org.jfree.data.xml.KeyHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearCurrentText() - Method in class org.jfree.data.xml.ValueHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearDomainMarkers() - Method in class org.jfree.chart.plot.ContourPlot
Clears all the domain markers.
clearDomainMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the domain 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.
clearRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the range markers.
clearSecondaryDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the secondary domain axes from the plot.
clearSecondaryDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the secondary domain axes from the plot.
clearSecondaryRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the secondary range axes from the plot.
clearSecondaryRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the secondary range axes from the plot.
clearSecondaryRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. Use clearSecondaryRangeMarkers(int).
clearSecondaryRangeMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the secondary range markers for the plot.
clearSecondaryRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
Deprecated. Use clearSecondaryRangeMarkers(int).
clearSecondaryRangeMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
Clears the (foreground and background) range markers for a particular secondary range axis.
clone() - Method in class org.jfree.chart.ClipPath
Returns a clone of the object (a deeper clone than default to avoid bugs when setting values in cloned object).
clone() - Method in class org.jfree.chart.IntervalMarker
Returns a clone of the marker.
clone() - Method in class org.jfree.chart.JFreeChart
Clones the object, and takes care of listeners.
clone() - Method in class org.jfree.chart.Legend
Clones the legend, and takes care of listeners.
clone() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYLineAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.axis.Axis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.AxisSpace
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.CategoryAxis
Creates a clone of the axis.
clone() - Method in class org.jfree.chart.axis.CategoryAxis3D
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.ColorBar
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.DateAxis
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.NumberAxis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a clone of the timeline.
clone() - Method in class org.jfree.chart.axis.Tick
Clone the object values too if possible
clone() - Method in class org.jfree.chart.axis.TickUnits
Returns a clone of the collection.
clone() - Method in class org.jfree.chart.axis.ValueAxis
Returns a clone of the object.
clone() - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.HighLowToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.SymbolicXYToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CompassPlot
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.plot.ContourPlot
Extends plot cloning to this plot type
clone() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns a clone.
clone() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.MeterPlot
Correct cloning support, management of deeper copies and listeners
clone() - Method in class org.jfree.chart.plot.PiePlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.Plot
Creates a clone of the plot.
clone() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.XYPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.AreaRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.HighLowRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.SignalRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.WindItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYBubbleRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYDotRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.XYStepRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.YIntervalRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.title.Title
Returns a clone of the title.
clone() - Method in class org.jfree.chart.ui.ColorPalette
Returns a clone of the palette.
clone() - Method in interface org.jfree.chart.urls.CategoryURLGenerator
Returns an independent copy of the URL generator.
clone() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Returns an independent copy of the URL generator.
clone() - Method in class org.jfree.data.AbstractDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.DatasetGroup
Clones the group.
clone() - Method in class org.jfree.data.DefaultKeyedValue
Returns a clone.
clone() - Method in class org.jfree.data.DefaultKeyedValueDataset
Creates a clone of the dataset.
clone() - Method in class org.jfree.data.DefaultKeyedValues
Returns a clone.
clone() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns a clone.
clone() - Method in class org.jfree.data.DefaultPieDataset
Returns a clone.
clone() - Method in class org.jfree.data.Series
Returns a clone of the series.
clone() - Method in class org.jfree.data.XYDataItem
Returns a clone of this object.
clone() - Method in class org.jfree.data.XYSeries
Returns a clone of the series.
clone() - Method in class org.jfree.data.time.TimePeriodValue
Clones the data pair.
clone() - Method in class org.jfree.data.time.TimePeriodValues
Returns a clone of the collection.
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.
close() - Method in class org.jfree.data.JDBCPieDataset
Close the database connection
close() - Method in class org.jfree.data.JDBCXYDataset
Close the database connection
combine(Range, Range) - Static method in class org.jfree.data.Range
Creates a new range by combining two existing ranges.
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.chart.axis.SegmentedTimeline.Segment
Will compare this Segment with another Segment (from Comparable interface).
compareTo(Object) - Method in class org.jfree.chart.axis.TickUnit
Compares this tick unit to an arbitrary object.
compareTo(Object) - Method in class org.jfree.chart.renderer.Outlier
Compares this object with the specified object for order, based on the outlier's point.
compareTo(Object) - Method in class org.jfree.data.OHLCDataItem
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jfree.data.XYDataItem
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.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.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.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.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.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.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.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.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.data.time.Year
Returns an integer indicating the order of this Year object relative to the specified object: negative == before, zero == same, positive == after.
computeLogCeil(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
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.LogarithmicAxis
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.Axis
Configures the axis to work with the current plot.
configure() - Method in class org.jfree.chart.axis.CategoryAxis
Configures the axis against the current plot.
configure(ContourPlot) - Method in class org.jfree.chart.axis.ColorBar
Configures the color bar.
configure() - Method in class org.jfree.chart.axis.DateAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.NumberAxis
Configures the axis to work with the specified plot.
configureSecondaryDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the secondary domain axes.
configureSecondaryDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the secondary domain axes.
configureSecondaryRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the secondary range axes.
configureSecondaryRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the secondary range axes.
contained(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if this segment is contained in an interval.
contains(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if a particular millisecond is contained in this segment.
contains(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if an interval is contained in this segment.
contains(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if a segment is contained in this segment.
contains(double) - Method in class org.jfree.data.Range
Returns true if the range contains the specified value.
containsDomainRange(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(Date, Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(long, long) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(Date, Date) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a range of dates are contained in the timeline.
containsDomainValue(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a value is contained in the timeline.
containsDomainValue(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a value is contained in the timeline.
containsDomainValue(long) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a value is contained in the timeline values.
containsDomainValue(Date) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a date is contained in the timeline values.
contourRenderer(Graphics2D, Rectangle2D, PlotRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBar, ContourDataset, CrosshairInfo) - Method in class org.jfree.chart.plot.ContourPlot
Fills the plot.
copy() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns a copy of ourselves or null if there was an exception during cloning.
createAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createAreaXYChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Deprecated. Use createXYAreaChart(...).
createBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart.
createBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart with a 3D effect.
createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerXYDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a box and whisker chart.
createBubbleChart(String, String, String, XYZDataset, PlotOrientation, 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, 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.
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, KeyedValues) - Static method in class org.jfree.data.DatasetUtilities
Creates a CategoryDataset by copying the data from the supplied KeyedValues instance.
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.TimePeriodValues
Creates a new instance by copying a subset of the data in this collection.
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.
createDownRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Creates a new instance where the category labels angled downwards by the specified amount.
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.
createHighLowChart(String, String, String, HighLowDataset, Timeline, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a high-low-open-close chart with a special timeline.
createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a histogram.
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(Locale) - 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.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
Creates a label.
createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Overrides the default behaviour by adding the sublabel to the text block that is used for the category label.
createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineXYChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Deprecated. Use createXYLineChart(...).
createMovingAverage(TimeSeriesCollection, String, int, int) - Static method in class org.jfree.data.MovingAverage
Creates a new TimeSeriesCollection containing a moving average series for each series in the source collection.
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, 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.
createMovingAverage(XYDataset, String, double, double) - Static method in class org.jfree.data.MovingAverage
Creates a new XYDataset containing the moving averages of each series in the source dataset.
createMovingAverage(XYDataset, int, String, long, long) - Static method in class org.jfree.data.MovingAverage
Deprecated. Use similar method with 'double' parameters.
createMovingAverage(XYDataset, int, String, double, double) - Static method in class org.jfree.data.MovingAverage
Creates a new XYSeries containing the moving averages of one 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
Deprecated. Use createPieChart3D(...).
createPieChart(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.
createPieChart3D(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a 3D pie chart using the specified dataset.
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, PlotOrientation, 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, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createStackedAreaXYChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked XY area plot.
createStackedBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked bar chart with default settings.
createStackedBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked bar chart with a 3D effect and 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.plot.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(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
Creates a collection of 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.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.
createUpRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Creates a new instance where the category labels angled upwards by the specified amount.
createWaferMapChart(String, WaferMapDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a wafer map chart.
createWaterfallChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a waterfall chart.
createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a wind plot with default settings.
createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart using an XYDataset.
createXYBarChart(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of an XY bar chart.
createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
createXYStepAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a filled stepped XY plot with default settings.
createXYStepChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stepped XY plot with default settings.
cursorDown(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor down by the specified number of Java 2D units.
cursorLeft(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor left by the specified number of Java 2D units.
cursorRight(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor right by the specified number of Java 2D units.
cursorUp(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor up by the specified number of Java 2D units.

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.
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.
DAY - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for days.
DAY_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a day segment size in ms.
DEFAULT_ADVANCE_LINE_PAINT - Static variable in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line paint.
DEFAULT_ADVANCE_LINE_STROKE - Static variable in class org.jfree.chart.axis.CyclicNumberAxis
The default axis line stroke.
DEFAULT_ANCHOR_DATE - Static variable in class org.jfree.chart.axis.DateAxis
The default anchor date.
DEFAULT_ARROW_LENGTH - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow length (in Java2D units).
DEFAULT_ARROW_WIDTH - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default arrow width (in Java2D units).
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_LINE_PAINT - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis line paint.
DEFAULT_AXIS_LINE_PAINT - Static variable in class org.jfree.chart.axis.ValueAxis
The default axis line paint.
DEFAULT_AXIS_LINE_STROKE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default axis line stroke.
DEFAULT_AXIS_LINE_STROKE - Static variable in class org.jfree.chart.axis.ValueAxis
The default axis line stroke.
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 interface org.jfree.chart.JFreeChartConstants
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.StandardLegend
The default background paint.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.MeterPlot
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.Plot
The default background color.
DEFAULT_BASE_RADIUS - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default base radius (in Java2D units).
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.ColorBar
The default color bar thickness.
DEFAULT_COLORBAR_THICKNESS_PERCENT - Static variable in class org.jfree.chart.axis.ColorBar
The default color bar thickness percentage.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default crosshair paint.
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.WaferMapPlot
The default crosshair stroke.
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.WaferMapPlot
The default crosshair visibility.
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.TimePeriodValues
Default value for the domain description.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the domain description.
DEFAULT_DOMAIN_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the domain axis.
DEFAULT_FONT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.title.TextTitle
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.CategoryPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.XYPlot
The default grid line paint.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.WaferMapPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.XYPlot
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.title.Title
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.ContourPlot
The default insets.
DEFAULT_INSETS - Static variable in class org.jfree.chart.plot.Plot
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_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.LevelRenderer
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_LABEL_OFFSET - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default label offset (in Java2D units).
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_OUTERGAP - Static variable in class org.jfree.chart.axis.ColorBar
The default outer gap.
DEFAULT_OUTER_GAP - Static variable in class org.jfree.chart.StandardLegend
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.plot.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.plot.DefaultDrawingSupplier
The default outline stroke sequence.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default paint.
DEFAULT_PAINT_SEQUENCE - Static variable in class org.jfree.chart.plot.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.title.Title
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.TimePeriodValues
Default value for the range description.
DEFAULT_RANGE_DESCRIPTION - Static variable in class org.jfree.data.time.TimeSeries
Default value for the range description.
DEFAULT_RANGE_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart.plot.CategoryPlot
The default visibility of the grid lines plotted against the range axis.
DEFAULT_ROTATION_ANCHOR - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANGLE - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default rotation angle.
DEFAULT_SCALE_FACTOR - Static variable in class org.jfree.data.NormalizedMatrixSeries
The default scale factor.
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.plot.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.title.Title
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.plot.DefaultDrawingSupplier
The default stroke sequence.
DEFAULT_SYMBOLIC_GRID_LINE_PAINT - Static variable in class org.jfree.chart.axis.SymbolicAxis
The default symbolic grid line paint.
DEFAULT_TEXT_ANCHOR - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default text anchor.
DEFAULT_TEXT_PAINT - Static variable in class org.jfree.chart.title.TextTitle
The default text color.
DEFAULT_TICK_LABELS_VISIBLE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick labels visibility.
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_MARKS_VISIBLE - Static variable in interface org.jfree.chart.axis.AxisConstants
The default tick marks visible.
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_UNIT - Static variable in class org.jfree.chart.axis.NumberAxis
The default tick unit.
DEFAULT_TIME_ZONE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
This is the default time zone where the application is running.
DEFAULT_TIME_ZONE - Static variable in class org.jfree.data.time.RegularTimePeriod
The default time zone.
DEFAULT_TIP_RADIUS - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default tip radius (in Java2D units).
DEFAULT_TITLE_FONT - Static variable in interface org.jfree.chart.JFreeChartConstants
The default font for titles.
DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.StandardLegend
The default title font.
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 class org.jfree.chart.plot.CategoryPlot
The default value label font.
DEFAULT_VALUE_LABEL_FONT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default value label font.
DEFAULT_VALUE_LABEL_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default value label paint.
DEFAULT_VERTICAL_ALIGNMENT - Static variable in class org.jfree.chart.title.Title
The default vertical alignment.
DEFAULT_VERTICAL_TICK_LABELS - Static variable in class org.jfree.chart.axis.NumberAxis
The default setting for the vertical tick labels flag.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.BarRenderer3D
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.BarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.BarRenderer3D
The default y-offset for the 3D effect.
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.
DOWN_45 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
DOWN_45 category label positions.
DOWN_90 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
DOWN_90 category label positions.
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.
DataPackageResources - class org.jfree.data.resources.DataPackageResources.
A resource bundle that stores all the items that might need localisation.
DataPackageResources() - Constructor for class org.jfree.data.resources.DataPackageResources
 
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_ru - class org.jfree.data.resources.DataPackageResources_ru.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_ru() - Constructor for class org.jfree.data.resources.DataPackageResources_ru
 
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
 
Dataset - interface org.jfree.data.Dataset.
The base interface for data sets.
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
 
DatasetRenderingOrder - class org.jfree.chart.plot.DatasetRenderingOrder.
Used to indicate the rendering order for datasets in a CategoryPlot or an XYPlot.
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
To prevent instantiation.
DateAxis - class org.jfree.chart.axis.DateAxis.
The base class for axes that display dates.
DateAxis() - Constructor for class org.jfree.chart.axis.DateAxis
Default constructor.
DateAxis(String) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateAxis(String, Timeline) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateRange - class org.jfree.data.DateRange.
A 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 range.
DateRange(double, double) - Constructor for class org.jfree.data.DateRange
Constructs a new range.
DateRange(Range) - Constructor for class org.jfree.data.DateRange
Constructs a new range based on another range.
DateTick - class org.jfree.chart.axis.DateTick.
A tick used by the DateAxis class.
DateTick(Date, String, float, float, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.DateTick
Creates a new date tick.
DateTickMarkPosition - class org.jfree.chart.axis.DateTickMarkPosition.
Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
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.
DateTickUnit(int, int, int, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new unit.
DateTitle - class org.jfree.chart.title.DateTitle.
A chart title that displays the date.
DateTitle() - Constructor for class org.jfree.chart.title.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.title.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.title.DateTitle
Creates a new chart title that displays the current date.
DateTitle(int, Locale, Font, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, Spacer) - Constructor for class org.jfree.chart.title.DateTitle
Creates a new chart title that displays the current date.
Day - class org.jfree.data.time.Day.
Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
Day() - Constructor for class org.jfree.data.time.Day
Constructs a Day, based on the system date/time.
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.
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.
DefaultBoxAndWhiskerCategoryDataset - class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset.
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
DefaultBoxAndWhiskerCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Creates a new dataset.
DefaultBoxAndWhiskerXYDataset - class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset.
A simple implementation of the BoxAndWhiskerXYDataset.
DefaultBoxAndWhiskerXYDataset(String) - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Constructs a new box and whisker dataset.
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.
DefaultCategoryItemRenderer - class org.jfree.chart.renderer.DefaultCategoryItemRenderer.
A default renderer for the CategoryPlot class.
DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.DefaultCategoryItemRenderer
 
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.
DefaultDrawingSupplier - class org.jfree.chart.plot.DefaultDrawingSupplier.
A default implementation of the DrawingSupplier interface.
DefaultDrawingSupplier() - Constructor for class org.jfree.chart.plot.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.plot.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(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.
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.
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.
Deprecated. No longer used. Shapes are supplied by the DrawingSupplier if necessary.
DefaultShapeFactory() - Constructor for class org.jfree.chart.DefaultShapeFactory
Deprecated.  
DefaultStatisticalCategoryDataset - class org.jfree.data.statistics.DefaultStatisticalCategoryDataset.
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
DefaultStatisticalCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Creates a new dataset.
DefaultTableXYDataset - class org.jfree.data.DefaultTableXYDataset.
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
DefaultTableXYDataset() - Constructor for class org.jfree.data.DefaultTableXYDataset
Creates a new empty dataset.
DefaultTableXYDataset(XYSeries) - Constructor for class org.jfree.data.DefaultTableXYDataset
Constructs a dataset and populates it with a single time series.
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(double) - Constructor for class org.jfree.data.DefaultValueDataset
Creates a new dataset.
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(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.
DefaultWindDataset(List, Object[][][]) - Constructor for class org.jfree.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultXYItemRenderer - class org.jfree.chart.renderer.DefaultXYItemRenderer.
A default renderer for the XYPlot class.
DefaultXYItemRenderer() - Constructor for class org.jfree.chart.renderer.DefaultXYItemRenderer
 
DialShape - class org.jfree.chart.plot.DialShape.
Used to indicate the background shape for a MeterPlot.
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.
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.
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.
DrawingSupplier - interface org.jfree.chart.plot.DrawingSupplier.
A supplier of Paint and Stroke objects.
DynamicDriveToolTipTagFragmentGenerator - class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator.
Generates tooltips using the Dynamic Drive DHTML Tip Message library (http://www.dynamicdrive.com).
DynamicDriveToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
Blank constructor.
DynamicDriveToolTipTagFragmentGenerator(String, int) - Constructor for class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
Creates a new generator with specific title and style settings.
DynamicTimeSeriesCollection - class org.jfree.data.time.DynamicTimeSeriesCollection.
A dynamic dataset.
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, TimeZone) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection
Constructs an empty dataset, tied to a specific 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.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.
data - Variable in class org.jfree.data.XYSeries
Storage for the data items in the series.
data - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Storage for the data.
data - Variable in class org.jfree.data.time.TimeSeries
The list of data pairs in the series.
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.ContourPlot
Receives notification of a change to the plot's dataset.
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.ThermometerPlot
Checks to see if a new value means the axis range needs adjusting.
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.data.CategoryToPieDataset
Passes the DatasetChangeEvent through.
datasetChanged(DatasetChangeEvent) - Method in interface org.jfree.data.DatasetChangeListener
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.XYDatasetTableModel
Notify listeners that the underlying dataset has changed.
dateToString(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Formats a date using the tick unit's formatter.
dec(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by a number of segments.
dec() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Decrements the internal attributes of this segment by one segment.
defaultDisplay(Graphics2D, Shape) - Method in class org.jfree.chart.needle.MeterNeedle
Displays a shape.
delegateSet - Variable in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
 
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.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.
delete(int, int) - Method in class org.jfree.data.time.TimeSeries
Deletes data from start until end index (end inclusive).
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.
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, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
Draws the clip path.
draw(Graphics2D, double, double) - Method in class org.jfree.chart.DrawableLegendItem
Draw the item.
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, 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, Point2D, 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.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.MeterLegend
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.StandardLegend
Draws the legend on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, boolean, boolean, ChartRenderingInfo) - Method in class org.jfree.chart.StandardLegend
Draws the legend.
draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in interface org.jfree.chart.annotations.CategoryAnnotation
Draws the annotation.
draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in interface org.jfree.chart.annotations.XYAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYImageAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Draws the annotation.
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - 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, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ColorBar
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Draws the axis.
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, double, double) - Method in class org.jfree.chart.axis.MarkerAxisBand
Draws the band.
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolicAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.needle.MeterNeedle
Draws the needle.
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, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Draws the plot within the specified area on a graphics device.
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Draws the plot within the specified area on a graphics device.
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - 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.PeriodMarkerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - 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, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.Plot
Implement later to make use of anchor.
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - 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, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.WaferMapPlot
Draws the wafermap view.
draw(Graphics2D, Rectangle2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws the plot within the specified area on a graphics device.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.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.title.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.title.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.title.Title
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawAnnotations(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the annotations...
drawAnnotations(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws the annotations for the plot.
drawArc(Graphics2D, Rectangle2D, double, double, Paint) - Method in class org.jfree.chart.plot.MeterPlot
Draws an arc.
drawArc(Graphics2D, Rectangle2D, double, double, Paint, int) - Method in class org.jfree.chart.plot.MeterPlot
Draws an arc.
drawArcFor(Graphics2D, Rectangle2D, ValueDataset, int) - Method in class org.jfree.chart.plot.MeterPlot
Draws a colored range (arc) for one level.
drawAxes(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
A utility method for drawing the plot's axes.
drawAxes(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
A utility method for drawing the axes.
drawAxisLine(Graphics2D, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.Axis
Draws an axis line at the current cursor position and edge.
drawAxisLine(Graphics2D, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Draws an axis line at the current cursor position and edge.
drawBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draw the plot background.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.BarRenderer3D
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.
drawCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.CategoryAxis
Draws the category labels when the axis is 'horizontal'.
drawColorBar(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ColorBar
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
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.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.BarRenderer3D
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.
drawDomainGridlines(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the gridlines for the plot.
drawDomainGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot, if they are visible.
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'.
drawDomainMarkers(Graphics2D, Rectangle2D, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the domain markers (if any) for the specified layer.
drawDomainTickBands(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the domain tick bands, if any.
drawHorizontal(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.ImageTitle
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.title.TextTitle
Draws a horizontal title.
drawHorizontalItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Draws the visual representation of a single data item when the plot has a horizontal orientation.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Draws the bar for a single (series, category) data item.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StatisticalBarRenderer
Draws an item for a plot with a horizontal orientation.
drawHorizontalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Draws the visual representation of a single data item.
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).
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).
drawInterval(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, IntervalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.IntervalBarRenderer
Draws a single interval.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.AreaRenderer
Draw a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.BarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.BarRenderer3D
Draws a 3D bar to represent one data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Draw a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Draws a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.GanttRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.HighLowRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.IntervalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Draws the bar for one item in the dataset.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.LevelRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Draw a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.SignalRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StackedAreaRenderer
Draw a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StackedBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StackedBarRenderer3D
Draws a stacked bar (with 3D-effect) for a specific item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StatisticalBarRenderer
Draws the bar with its standard deviation line range for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.WindItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYBubbleRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYDotRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Called for each item to be plotted.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYStepRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.YIntervalRenderer
Draws the visual representation of a single data item.
drawItemLabel(Graphics2D, PlotOrientation, CategoryDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws an item label.
drawItemLabel(Graphics2D, CategoryDataset, int, int, CategoryPlot, CategoryItemLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.BarRenderer
Draws an item label.
drawLabel(String, Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.Axis
Draws the axis label.
drawLabel(Graphics2D, Rectangle2D, Rectangle2D, PieDataset, double, int, double, double) - Method in class org.jfree.chart.plot.PiePlot
Draws the label for one pie section.
drawMultiplePies(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
Draws a plot containing multiple pies.
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.LongNeedle
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.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.PointerNeedle
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, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draw the plot outline
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.BarRenderer3D
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.
drawPie(Graphics2D, Rectangle2D, PlotRenderingInfo, int, PieDataset, String) - Method in class org.jfree.chart.plot.PiePlot
Draws the pie.
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.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.BarRenderer3D
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.
drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the gridlines for the plot.
drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot, if they are visible.
drawRangeLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Utility method for drawing a line perpendicular to the range axis (used for crosshairs).
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, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Draws a marker for the range axis.
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, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.BarRenderer3D
Draws a range 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, Shape) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Draws a horizontal line across the chart to represent the 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'.
drawRangeMarkers(Graphics2D, Rectangle2D, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the range markers (if any) for the specified layer.
drawRangeMarkers(Graphics2D, Rectangle2D, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the range markers (if any) for the specified layer.
drawRangeTickBands(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the range tick bands, if any.
drawSecondaryDomainMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the secondary domain markers (if any) for an axis and layer.
drawSecondaryRangeMarkers(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. Use drawSecondaryRangeMarkers(g2, dataArea, int, Layer).
drawSecondaryRangeMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the secondary range markers (if any) for an axis and layer.
drawSecondaryRangeMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the secondary range markers (if any) for an axis and layer.
drawSide(Graphics2D, Rectangle2D, Arc2D, Area, Area, Paint, Paint, boolean, boolean) - Method in class org.jfree.chart.plot.Pie3DPlot
Draws the side of a pie section.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, List) - Method in class org.jfree.chart.axis.SymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLinesHorizontal(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLinesVertical(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolicAxis
Draws the symbolic grid lines.
drawTask(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.GanttRenderer
Draws a single task.
drawTasks(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.GanttRenderer
Draws the tasks/subtasks for one item.
drawTick(Graphics2D, Rectangle2D, double) - Method in class org.jfree.chart.plot.MeterPlot
Draws a tick.
drawTick(Graphics2D, Rectangle2D, double, boolean, Paint) - Method in class org.jfree.chart.plot.MeterPlot
Draws a tick.
drawTick(Graphics2D, Rectangle2D, double, boolean, Paint, boolean, String) - Method in class org.jfree.chart.plot.MeterPlot
Draws a tick on the chart (also handles a special case [curValue=true] that draws the value in the middle of the dial).
drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
 
drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Draws the axis line, tick marks and tick mark labels.
drawTicks(Graphics2D, Rectangle2D, double, double) - Method in class org.jfree.chart.plot.MeterPlot
Draws the ticks.
drawTitle(Title, Graphics2D, Rectangle2D) - Method in class org.jfree.chart.JFreeChart
Draws a title.
drawVertical(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawVertical(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.TextTitle
Draws a horizontal title.
drawVerticalItem(Graphics2D, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Draws the visual representation of a single data item when the plot has a vertical orientation.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Draws the bar for a single (series, category) data item.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.StatisticalBarRenderer
Draws an item for a plot with a vertical orientation.
drawVerticalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo, int) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Draws the visual representation of a single data item.
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).
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).
drawVolume() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.

E

EAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position EAST.
EAST - Static variable in class org.jfree.chart.title.Title
Useful constant for the title position.
END - Static variable in class org.jfree.chart.axis.CategoryAnchor
End of period.
END - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
End of period.
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.TimePeriodAnchor
End of period.
END - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Deprecated. Replaced by TimePeriodAnchor.END.
END - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
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.
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.
Effect3D - interface org.jfree.chart.Effect3D.
An interface that should be implemented by renderers that use a 3D effect.
EntityCollection - interface org.jfree.chart.entity.EntityCollection.
Defines the methods that a collection of entities is required to implement.
ExtendedCategoryAxis - class org.jfree.chart.axis.ExtendedCategoryAxis.
An extended version of the CategoryAxis class that supports sublabels on the axis.
ExtendedCategoryAxis(String) - Constructor for class org.jfree.chart.axis.ExtendedCategoryAxis
Creates a new axis.
encodeAsPNG(BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Encodes the BufferedImage to PNG format.
encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Encodes the BufferedImage to PNG format.
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.CategorySeriesHandler
The end of an element.
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.KeyHandler
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.ValueHandler
The end of an element.
ensureAtLeast(AxisSpace) - Method in class org.jfree.chart.axis.AxisSpace
Ensures that this object reserves at least as much space as another.
ensureAtLeast(double, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
Ensures there is a minimum amount of space at the edge corresponding to the specified axis location.
enterData(int, float) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Enters data into the storage array.
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.Legend
Tests this legend for equality with another object.
equals(Object) - Method in class org.jfree.chart.Marker
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.MarkerLabelPosition
Returns true if this object is equal to the specified object, and false otherwise.
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.StandardLegend
Tests an object for equality with this legend.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.annotations.TextAnnotation
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Tests this annotation for equality with an object.
equals(Object) - Method in class org.jfree.chart.annotations.XYImageAnnotation
Tests this annotation for equality with an object.
equals(Object) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Tests this annotation for equality with an object.
equals(Object) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Tests this annotation for equality with an 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.AxisLocation
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.AxisSpace
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryAnchor
Returns true if this object is equal to the specified object, and false otherwise.
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.CategoryLabelPosition
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.ColorBar
Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Tests the axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.DateAxis
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.DateTickMarkPosition
Returns true if this object is equal to the specified object, and false otherwise.
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.axis.MarkerAxisBand
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.NumberAxis
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Tests an object (usually another Segment) for equality with this segment.
equals(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if we are equal to the parameter
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.TickUnits
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.ValueAxis
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.HighLowToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardContourToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.SymbolicXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.needle.ArrowNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.LineNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.LongNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.MeterNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PinNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PlumNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PointerNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.ShipNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.WindNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.plot.CategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.CompassPlot
Tests an object for equality with this plot.
equals(Object) - Method in class org.jfree.chart.plot.DatasetRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.DialShape
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.FastScatterPlot
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.plot.MeterPlot
Tests an object for equality with this plot.
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.Plot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.PlotOrientation
Returns true if this object is equal to the specified object, and false otherwise.
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.XYPlot
Tests this plot 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.renderer.AbstractRenderer
Tests this renderer for equality with another object.
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.BarRenderer
Tests an object for equality with this instance.
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.CategoryURLGeneratorTable
Deprecated. Tests this paint table for equality with another object (typically another label generator table).
equals(Object) - Method in class org.jfree.chart.renderer.ItemLabelAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.renderer.ItemLabelAnchorTable
Deprecated. Tests this font table for equality with another object (typically also a font table).
equals(Object) - Method in class org.jfree.chart.renderer.ItemLabelPosition
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.LevelRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.RangeType
Returns true if this object is equal to the specified object, and false otherwise.
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.WaterfallBarRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.title.TextTitle
Tests this title for equality with another object.
equals(Object) - Method in class org.jfree.chart.title.Title
Tests an object for equality with this title.
equals(Object) - Method in class org.jfree.chart.ui.ColorPalette
Tests an object for equality with this instance.
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.StandardCategoryURLGenerator
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.data.DefaultCategoryDataset
Tests if this object is equal to another.
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.DefaultKeyedValueDataset
Tests this dataset for equality with an arbitrary object.
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.DefaultKeyedValues2D
Tests if this object is equal to another.
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.DefaultTableXYDataset
Tests this collection for equality with an arbitrary object.
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.KeyedValueComparatorType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.MatrixSeriesCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.Range
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.data.Series
Tests the series for equality with another object.
equals(Object) - Method in class org.jfree.data.XYDataItem
Tests if this object is equal to another.
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.XYSeriesCollection
Tests this collection for equality with an arbitrary object.
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.FixedMillisecond
Tests the equality of this object against 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.Millisecond
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.Quarter
Tests the equality of this Quarter object to an arbitrary 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.SimpleTimePeriod
Returns true if this time period is equal to another object, and false otherwise.
equals(Object) - Method in class org.jfree.data.time.TimePeriodAnchor
Returns true if this object is equal to the specified object, and false otherwise.
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.TimePeriodValues
Tests the series for equality with another object.
equals(Object) - Method in class org.jfree.data.time.TimeSeries
Tests the series for equality with another 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.TimeSeriesDataItem
Tests this object for equality with the target 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.data.time.Year
Tests the equality of this Year object to an arbitrary object.
estimateMaximumTickLabelHeight(Graphics2D) - Method in class org.jfree.chart.axis.NumberAxis
Estimates the maximum tick label height.
estimateMaximumTickLabelWidth(Graphics2D, TickUnit) - Method in class org.jfree.chart.axis.NumberAxis
Estimates the maximum width of the tick labels, assuming the specified tick unit is used.
executeQuery(String) - Method in class org.jfree.data.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(Connection, 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.
executeQuery(Connection, String) - Method in class org.jfree.data.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the provided database connection.
expTickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "1e#"-style tick labels.
expand(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Expands an area by the amount of space represented by this object.

F

FIFTEEN_MINUTE_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a 15-minute segment size in ms.
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_MONDAY_AFTER_1900 - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Utility constant that defines the startTime as the first monday after 1/1/1970.
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.
FREQUENCY - Static variable in class org.jfree.data.HistogramDataset
A constant to indicate a frequency histogram, also the default.
FULL_DATA - Static variable in interface org.jfree.data.MeterDataset
A constant representing the full data range.
FastScatterPlot - class org.jfree.chart.plot.FastScatterPlot.
A fast scatter plot.
FastScatterPlot() - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates an empty plot.
FastScatterPlot(float[][], ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new fast scatter plot.
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(long) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
FixedMillisecond(Date) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
Function2D - interface org.jfree.data.Function2D.
A function of the form y = f(x).
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Fills a band between two values on the axis.
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Fills a band between two values on the axis.
fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Fills a band between two values on the range axis.
fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Fills a band between two values on the range axis.
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.
findMaximumTickLabelHeight(List, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.ValueAxis
A utility method for determining the height of the tallest tick label.
findMaximumTickLabelWidth(List, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.ValueAxis
A utility method for determining the width of the widest tick label.
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.
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.

G

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).
GanttCategoryDataset - interface org.jfree.data.gantt.GanttCategoryDataset.
An extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals.
GanttRenderer - class org.jfree.chart.renderer.GanttRenderer.
A renderer for simple Gantt charts.
GanttRenderer() - Constructor for class org.jfree.chart.renderer.GanttRenderer
Creates a new renderer.
GreyPalette - class org.jfree.chart.ui.GreyPalette.
A grey color palette.
GreyPalette() - Constructor for class org.jfree.chart.ui.GreyPalette
Creates a new palette.
g - Variable in class org.jfree.chart.ui.ColorPalette
Green components.
generateClipPath(Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
Generates the clip path.
generateItemLabel(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Generates a label for an item in the dataset.
generateItemLabel(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Generates a value label for an item in the dataset.
generateItemLabel(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Generates a value label for an item in the dataset.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(ContourDataset, int) - Method in interface org.jfree.chart.labels.ContourToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.HighLowToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Generates a tooltip text item for a particular data item.
generateToolTip(PieDataset, Comparable, int) - Method in interface org.jfree.chart.labels.PieItemLabelGenerator
Generates a tool tip text item for a particular category in the dataset.
generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(ContourDataset, int) - Method in class org.jfree.chart.labels.StandardContourToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(PieDataset, Comparable, int) - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Generates a tool tip text item for one section in a pie chart.
generateToolTip(PieDataset, Comparable, int) - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. Generates a tool tip text item for one section in a pie chart.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYZDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.SymbolicXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in interface org.jfree.chart.labels.XYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYZDataset, int, int) - Method in interface org.jfree.chart.labels.XYZToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
Generates a tooltip string to go in an HTML image map.
generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
Generates a tooltip string to go in an HTML image map.
generateToolTipFragment(String) - Method in class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
Generates a tooltip string to go in an HTML image map.
generateToolTipFragment(String) - Method in interface org.jfree.chart.imagemap.ToolTipTagFragmentGenerator
Generates a tooltip string to go in an HTML image map.
generateURL(CategoryDataset, int, int) - Method in interface org.jfree.chart.urls.CategoryURLGenerator
Returns a URL for one item in a dataset.
generateURL(XYDataset, int, int) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
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(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Generates a URL for a particular item within a series.
generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
Generates a URL.
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 class org.jfree.chart.urls.StandardXYZURLGenerator
Generates a URL for a particular item within a series.
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 interface org.jfree.chart.urls.XYURLGenerator
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.
generateURLFragment(String) - Method in class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
Generates a URL string to go in an HTML image map.
generateURLFragment(String) - Method in interface org.jfree.chart.imagemap.URLTagFragmentGenerator
Generates a URL string to go in an HTML image map.
get(int) - Method in class org.jfree.chart.LegendItemCollection
Returns a legend item from the collection.
get(int) - Method in class org.jfree.chart.axis.TickUnits
Returns the tickunit on the given position.
get(int, int) - Method in class org.jfree.data.MatrixSeries
Returns the value of the specified item in this matrix series.
get(int) - Method in class org.jfree.data.gantt.TaskSeries
Returns a task from the series.
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.
getAdvanceLinePaint() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
getAdvanceLineStroke() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
getAllowDuplicateXValues() - Method in class org.jfree.data.XYSeries
Returns whether duplicate X-Values are allowed.
getAllowNegativesFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
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.
getAnchor(int, int) - Method in class org.jfree.chart.renderer.ItemLabelAnchorTable
Deprecated. Returns the ItemLabelAnchor object from a particular cell in the table.
getAnchorValue() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the anchor value.
getAngle() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the angle of the arrow.
getAngle() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the angle of rotation for the label.
getAngle() - Method in class org.jfree.chart.axis.Tick
Returns the angle.
getAngle() - Method in class org.jfree.chart.renderer.ItemLabelPosition
Returns the angle of rotation for the label.
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).
getArrowLength() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the arrow length.
getArrowPaint() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the paint used for the arrow.
getArrowStroke() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the stroke used to draw the arrow line.
getArrowWidth() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the arrow width.
getArtifactPaint() - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Returns the paint used to color the median and average markers.
getArtifactPaint() - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Returns the paint used to paint the various artifacts such as outliers, farout symbol, median line and the averages ellipse.
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.
getAutoWidthFactor() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the factor by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.
getAutoWidthGap() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the amount of space to leave on the left and right of each candle when automatically calculating widths.
getAutoWidthMethod() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the method of automatically calculating the candle width.
getAverage(Number[]) - Static method in class org.jfree.data.Statistics
Deprecated. Returns the average of a set of numbers.
getAverage(Number[]) - Static method in class org.jfree.data.statistics.Statistics
Returns the average of a set of numbers.
getAveragedOutlier() - Method in class org.jfree.chart.renderer.OutlierList
Returns the averaged outlier.
getAxesAtBottom() - Method in class org.jfree.chart.axis.AxisCollection
Returns a list of the axes (if any) that need to be drawn at the bottom of the plot area.
getAxesAtLeft() - Method in class org.jfree.chart.axis.AxisCollection
Returns a list of the axes (if any) that need to be drawn at the left of the plot area.
getAxesAtRight() - Method in class org.jfree.chart.axis.AxisCollection
Returns a list of the axes (if any) that need to be drawn at the right of the plot area.
getAxesAtTop() - Method in class org.jfree.chart.axis.AxisCollection
Returns a list of the axes (if any) that need to be drawn at the top of the plot area.
getAxis() - Method in class org.jfree.chart.axis.ColorBar
Returns the axis.
getAxis() - Method in class org.jfree.chart.event.AxisChangeEvent
Returns the axis that generated the event.
getAxisLinePaint() - Method in class org.jfree.chart.axis.Axis
Returns the paint used to draw the axis line.
getAxisLineStroke() - Method in class org.jfree.chart.axis.Axis
Returns the stroke used to draw the axis line.
getAxisOffset() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the axis offset.
getAxisOffset() - Method in class org.jfree.chart.plot.XYPlot
Returns the axis offset.
getAxisocation() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the axis location.
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.JFreeChart
Returns the color/shade used to fill the chart background.
getBackgroundPaint() - Method in class org.jfree.chart.StandardLegend
Returns the background color for the legend.
getBackgroundPaint() - Method in class org.jfree.chart.plot.Plot
Returns the background color of the plot area.
getBackgroundPaint() - Method in class org.jfree.chart.title.TextTitle
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns the current background paint.
getBackgroundPaint() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current background paint.
getBarWidth() - Method in class org.jfree.chart.renderer.CategoryItemRendererState
Returns the bar width.
getBaseItemLabelAnchor() - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getBasePositiveItemLabelPosition/getBaseNegativeItemLabelPosition.
getBaseItemLabelAnchor() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use getBaseItemLabelPosition.
getBaseItemLabelAngle() - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getBasePositiveItemLabelPosition/getBaseNegativeItemLabelPosition.
getBaseItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label font.
getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base item label font.
getBaseItemLabelGenerator() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the base item label generator.
getBaseItemLabelGenerator() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base item label generator.
getBaseItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label paint.
getBaseItemLabelRotationAnchor() - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getBasePositiveItemLabelRotationAnchor/ getBaseNegativeItemLabelRotationAnchor.
getBaseItemLabelTextAnchor() - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getBasePositiveItemLabelTextAnchor/getBaseNegativeItemLabelTextAnchor.
getBaseItemLabelTextAnchor() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setBaseItemLabelPosition.
getBaseItemLabelsVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base setting for item label visibility.
getBaseItemURLGenerator() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the base item URL generator.
getBaseItemURLGenerator() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base item URL generator.
getBaseNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base negative item label position.
getBaseOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base outline paint.
getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base outline paint.
getBaseOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base outline stroke.
getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base outline stroke.
getBasePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base paint.
getBasePaint() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base paint.
getBasePositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base positive item label position.
getBaseRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the base radius.
getBaseShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base shape.
getBaseShape() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base shape.
getBaseStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base stroke.
getBaseStroke() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the base stroke.
getBaseStroke() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the base stroke.
getBaseTimeline() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns our baseTimeline, or null if none.
getBorderPaint() - Method in class org.jfree.chart.JFreeChart
Returns the paint used to draw the chart border (if visible).
getBorderStroke() - Method in class org.jfree.chart.JFreeChart
Returns the stroke used to draw the chart border (if visible).
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.
getBottom() - Method in class org.jfree.chart.axis.AxisSpace
Returns the bottom space.
getBottomCategoryLabelPosition() - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.BOTTOM).
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.
getBoxWidth() - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Returns the box width.
getBoxWidth() - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Returns the width of each box.
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.chart.plot.CategoryPlot
Returns a list of the categories for the plot.
getCategories() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns an unmodifiable list of the categories contained in all the subplots.
getCategories() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
getCategory() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns the category.
getCategory() - Method in class org.jfree.chart.axis.CategoryTick
Returns the category.
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.
getCategoryAnchor() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns the category anchor point.
getCategoryAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the item label anchor.
getCategoryCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the number of categories in the dataset.
getCategoryEnd(int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the end coordinate for the specified category.
getCategoryIndex() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the category index.
getCategoryJava2DCoordinate(CategoryAnchor, int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the Java 2D coordinate for a category.
getCategoryLabelPositionOffset() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the offset between the axis and the category labels (before label positioning is taken into account).
getCategoryLabelPositions() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category label position specification (this contains label positioning info for all four possible axis locations).
getCategoryMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category margin.
getCategoryMiddle(int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
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, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the starting coordinate for the specified category.
getCeilingTickUnit(TickUnit) - Method in class org.jfree.chart.axis.StandardTickUnitSource
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.StandardTickUnitSource
Returns the tick unit in the collection that is greater than or equal to the specified size.
getCeilingTickUnit(TickUnit) - Method in interface org.jfree.chart.axis.TickUnitSource
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
getCeilingTickUnit(double) - Method in interface org.jfree.chart.axis.TickUnitSource
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.
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.
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.ChartPanel
Returns the chart contained in the panel.
getChart() - Method in class org.jfree.chart.Legend
Returns the chart that this legend belongs to.
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.
getChipColor(Number) - Method in class org.jfree.chart.renderer.WaferMapRenderer
Returns the paint for a given chip value.
getChipSpace() - Method in class org.jfree.data.WaferMapDataset
Returns the space to draw between chips.
getChipValue(int, int) - Method in class org.jfree.data.WaferMapDataset
Returns the data value for a chip.
getChipValue(Comparable, Comparable) - Method in class org.jfree.data.WaferMapDataset
Returns the value for a given chip x and y or null.
getClipPath() - Method in class org.jfree.chart.plot.ContourPlot
Returns the clipPath.
getClose() - Method in class org.jfree.data.OHLCDataItem
Returns the close value.
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.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.
getCloseValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the close value.
getCloseValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the close-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.
getColorBar() - Method in class org.jfree.chart.plot.ContourPlot
Returns the colorbar.
getColorBarLocation() - Method in class org.jfree.chart.plot.ContourPlot
Returns the color bar location.
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 class org.jfree.chart.axis.ColorBar
Returns the color palette.
getColumnClass(int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the column class in the table model.
getColumnCount() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the number of columns in the dataset.
getColumnCount() - Method in class org.jfree.data.DefaultCategoryDataset
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.data.DefaultKeyedValues2D
Returns the column count.
getColumnCount() - Method in class org.jfree.data.KeyedObjects2D
Returns the column count.
getColumnCount() - Method in class org.jfree.data.TimeSeriesTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in interface org.jfree.data.Values2D
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.XYDatasetTableModel
Gets the number of columns in the model.
getColumnCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of column in the dataset.
getColumnCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the number of columns in the table.
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.DefaultIntervalCategoryDataset
Returns a column index.
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.KeyedObjects2D
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.gantt.TaskSeriesCollection
Returns the column index for a column key.
getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the column index for a given key.
getColumnKey(int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
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.KeyedObjects2D
Returns the key for a given column.
getColumnKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns a column key.
getColumnKeys() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
getColumnKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.KeyedObjects2D
Returns the column keys.
getColumnKeys() - Method in interface org.jfree.data.KeyedValues2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a list of the column keys in the dataset.
getColumnKeys() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the column keys.
getColumnName(int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the name of a column
getColumnName(int) - Method in class org.jfree.data.XYDatasetTableModel
Returns the column name.
getColumnRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the order in which the columns are rendered.
getColumnsCount() - Method in class org.jfree.data.MatrixSeries
Returns the number of columns in this matrix series.
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.chart.resources.JFreeChartResources
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_de
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.data.resources.DataPackageResources_fr
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_ru
Returns the array of strings in the resource bundle.
getContourDataRange() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range for the Contours.
getContourDataRange() - Method in interface org.jfree.chart.plot.ContourValuePlot
Returns the range of data values to be plotted.
getContourDataset() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Use the getDataset() method instead.
getCorrelation(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Deprecated. Calculates the correlation between two datasets.
getCorrelation(Number[], Number[]) - Static method in class org.jfree.data.statistics.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.
getCriticalRange() - Method in class org.jfree.chart.plot.MeterPlot
Returns the critical range for the dial.
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.
getCumulativeRangeExtent(CategoryDataset) - Static method in class org.jfree.data.DatasetUtilities
Calculates the range of values for a dataset where each item is the running total of the items for the current series.
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.KeyHandler
Returns the current text of the textbuffer.
getCurrentText() - Method in class org.jfree.data.xml.ValueHandler
Returns the current text of the textbuffer.
getCursor() - Method in class org.jfree.chart.axis.AxisState
Returns the cursor position.
getCycleBound() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is defined as the higest value x such that "offset + period * i = x", with i and integer and x < range.getUpperBound() This is the value which is at both ends of the axis : x...up|low...x The values from x to up are the valued in the current cycle.
getData() - Method in class org.jfree.chart.plot.CompassPlot
Returns the dataset.
getData() - Method in class org.jfree.chart.plot.ThermometerPlot
Deprecated. Use getDataset() instead.
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.plot.PlotRenderingInfo
Returns the plot's data area (in Java2D space).
getDataAreaRatio() - Method in class org.jfree.chart.plot.Plot
Returns the data area ratio.
getDataItem(int) - Method in class org.jfree.data.XYSeries
Return the data item with the specified index.
getDataItem(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns one data item for the series.
getDataItem(int) - Method in class org.jfree.data.time.TimeSeries
Returns one data item for the series.
getDataItem(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the data item for a specific period.
getDataPair(int) - Method in class org.jfree.data.XYSeries
Deprecated. Use getDataItem(index).
getDataPair(int) - Method in class org.jfree.data.time.TimeSeries
Deprecated. Use getDataItem(int).
getDataPair(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Deprecated. Use getDataItem(RegularTimePeriod).
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range of data values that will be plotted against the range axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns the range for the axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns the range for the axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns the range for the axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Returns the range for an axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range of data values to be plotted along the axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the data range.
getDataRange(ValueAxis) - Method in interface org.jfree.chart.plot.ValueAxisPlot
Returns the data range that should apply for the specified axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Returns the range for the specified axis.
getDataset() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the datset this entity refers to.
getDataset() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the datset this entity refers to.
getDataset() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the dataset this entity refers to.
getDataset() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the primary dataset for the plot.
getDataset() - Method in class org.jfree.chart.plot.ContourPlot
Returns the primary dataset for the plot.
getDataset() - Method in class org.jfree.chart.plot.MeterPlot
Returns the primary dataset for the plot.
getDataset() - Method in class org.jfree.chart.plot.PiePlot
Returns the dataset.
getDataset() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the primary dataset for the plot.
getDataset() - Method in class org.jfree.chart.plot.WaferMapPlot
Returns the dataset
getDataset() - Method in class org.jfree.chart.plot.XYPlot
Returns the primary dataset for the plot.
getDataset(CategoryPlot, Integer) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a dataset for a plot.
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.
getDatasetGroup() - Method in class org.jfree.chart.plot.Plot
Returns the dataset group for the plot.
getDatasetRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the dataset rendering order.
getDate() - Method in class org.jfree.chart.axis.DateTick
Returns the date.
getDate() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns a Date that represents the reference point for this segment.
getDate(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Converts a millisecond value into a Date object.
getDate() - Method in class org.jfree.data.OHLCDataItem
Returns the date.
getDateFormat() - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.labels.TimeSeriesToolTipGenerator
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
Deprecated. Use getSectionOutlinePaint.
getDefaultOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getSectionOutlineStroke.
getDefaultPaint() - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getSectionPaint().
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns the default 'shape filled' attribute.
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the default 'shape filled' attribute.
getDepthFactor() - Method in class org.jfree.chart.plot.Pie3DPlot
The depth factor for the chart.
getDescription() - Method in class org.jfree.data.Series
Returns a description of the series.
getDescription() - Method in class org.jfree.data.gantt.Task
Returns the task description.
getDialBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the dial background.
getDialOutlinePaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the dial outline paint.
getDialShape() - Method in class org.jfree.chart.plot.MeterPlot
Returns the dial shape.
getDialType() - Method in class org.jfree.chart.plot.MeterPlot
Deprecated. Use getDialShape().
getDirection() - Method in class org.jfree.chart.plot.PiePlot
Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).
getDisplaySeriesLines() - Method in class org.jfree.chart.StandardLegend
Returns a flag that controls whether or not the legend displays the series line stroke.
getDisplaySeriesShapes() - Method in class org.jfree.chart.StandardLegend
Returns a flag that controls whether or not the legend displays the series shapes.
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.
getDomainAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis for the plot.
getDomainAxis(CategoryPlot, Integer) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a domain axis for a plot.
getDomainAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis edge.
getDomainAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for the domain axis (taking into account the plot's orientation.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis location.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the domain axis.
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.ContourPlot
Returns the domain crosshair color.
getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain crosshair color.
getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.ContourPlot
Returns the Stroke used to draw the crosshair (if visible).
getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the Stroke used to draw the crosshair (if visible).
getDomainCrosshairValue() - Method in class org.jfree.chart.plot.ContourPlot
Returns the domain crosshair value.
getDomainCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain crosshair value.
getDomainDescription() - Method in class org.jfree.data.time.TimePeriodValues
Returns the domain description.
getDomainDescription() - Method in class org.jfree.data.time.TimeSeries
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.CategoryPlot
Returns the paint used to draw grid-lines against the domain axis.
getDomainGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the grid lines (if any) plotted against the domain axis.
getDomainGridlinePosition() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the position used for the domain gridlines.
getDomainGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke 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.
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'.
getDomainMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns the list of domain markers (read only) for the specified layer.
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.
getDomainTickBandPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint used for the domain tick bands.
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.
getDrawPaint() - Method in class org.jfree.chart.ClipPath
Returns the drawPaint.
getDrawSharedDomainAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether or not the shared domain axis is drawn for each subplot.
getDrawStroke() - Method in class org.jfree.chart.ClipPath
Returns the drawStroke.
getDrawingSupplier() - Method in class org.jfree.chart.plot.Plot
Returns the drawing supplier for the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Returns the drawing supplier from the plot.
getDuration() - Method in class org.jfree.data.gantt.Task
Returns the duration (actual or estimated) of the task.
getEnd() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the date/time that marks the end of the time period.
getEnd() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the end date/time.
getEnd() - Method in interface org.jfree.data.time.TimePeriod
Returns the end date/time.
getEndValue() - Method in class org.jfree.chart.IntervalMarker
Returns the end value for the interval.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, int) - 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 interface org.jfree.data.IntervalCategoryDataset
Returns the end value for the interval for a given series and category.
getEndValue(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the end value for a task.
getEndValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the end value for a task.
getEndValue(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the end value of a sub-interval for a given item.
getEndValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.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 class org.jfree.data.HistogramDataset
Returns the end value for a bin.
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 class org.jfree.data.HistogramDataset
Returns the Y value for a bin.
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 interface org.jfree.chart.entity.EntityCollection
Returns an entity whose area contains the specified point.
getEntity(double, double) - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns an entity for the specified coordinates.
getEntityCollection() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the collection of entities maintained by this instance.
getEntityForPoint(int, int) - Method in class org.jfree.chart.ChartPanel
Returns the chart entity at a given point.
getExceptionSegmentCount(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the number of exception segments wholly contained in the (fromDomainValue, toDomainValue) interval.
getExceptionSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a list of all the exception segments.
getExpTickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'expTickLabelsFlag' flag.
getExplodePercent(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the amount that a section should be 'exploded'.
getExtractType() - Method in class org.jfree.chart.plot.PiePlot
Returns the data extraction type if this plot uses a category plot.
getFaroutCoefficient() - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the value used as the farout coefficient.
getFaroutCoefficient() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the value used as the farout coefficient.
getFillPaint() - Method in class org.jfree.chart.ClipPath
Returns the fillPaint.
getFillPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the fill paint.
getFirstBarPaint() - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Returns the paint used to draw the first bar.
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() - 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.FixedMillisecond
Returns the first millisecond of the time period.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
Returns the first millisecond of the hour.
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.Millisecond
Returns the first millisecond of the time period.
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.Quarter
Returns the first millisecond in the Quarter, evaluated using the supplied calendar (which determines the time zone).
getFirstMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the first millisecond of the time period, evaluated in the default 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.
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.Week
Returns the first millisecond of the week, 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).
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.
getFixedDomainAxisSpace() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the fixed domain axis space.
getFixedDomainAxisSpace() - Method in class org.jfree.chart.plot.XYPlot
Returns the fixed domain axis space.
getFixedRangeAxisSpace() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the fixed range axis space.
getFixedRangeAxisSpace() - Method in class org.jfree.chart.plot.XYPlot
Returns the fixed range axis space.
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.annotations.TextAnnotation
Returns the font for the annotation.
getFont() - Method in class org.jfree.chart.title.TextTitle
Returns the font used to display the title string.
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.CombinedDomainXYPlot
Returns the space between subplots.
getGap() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns the space between subplots.
getGapThreshold() - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the gap threshold for discontinuous lines.
getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the gradient paint transformer (an object used to transform gradient paint objects to fit each bar.
getGroup() - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the dataset group.
getGroup() - Method in class org.jfree.data.AbstractDataset
Returns the dataset group for the dataset.
getGroup() - Method in interface org.jfree.data.Dataset
Returns the dataset group.
getGroupPaint() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the paint of the line between the minimum value and the maximum value.
getGroupSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the number of segments in a segment group.
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.MarkerAxisBand
Returns the height of the band.
getHigh() - Method in class org.jfree.data.OHLCDataItem
Returns the high value.
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.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.
getHighValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the high value.
getHighValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the high-value for the specified series and item.
getHighlightPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the highlight paint.
getHistoryCount() - Method in class org.jfree.data.time.TimeSeries
Returns the history count for the series.
getHorizontalAlignment() - Method in class org.jfree.chart.title.Title
Returns the horizontal alignment of the title.
getHorizontalOpposite(ItemLabelAnchor) - Static method in class org.jfree.chart.renderer.ItemLabelAnchor
Deprecated. Renderer now has positive and negative item label anchors.
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(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the image used to draw a single data item.
getImage() - Method in class org.jfree.chart.title.ImageTitle
Returns the image for the title.
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.
getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Creates an image map and returns the String version of it.
getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
Creates an image map and returns the String version of it.
getImageMapAreaTag(ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - 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.axis.SegmentedTimeline.Segment
Deprecated. Use getMillisecond().
getIndex() - Method in class org.jfree.chart.entity.ContourEntity
Returns the index.
getIndex(Comparable) - Method in class org.jfree.data.CategoryToPieDataset
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
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.KeyedObjects
Returns the index for a given key.
getIndex(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the index for a given key.
getIndex(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the index for the item (if any) that corresponds to a time period.
getInfo() - Method in class org.jfree.chart.renderer.RendererState
Returns the plot rendering info.
getInnerGap() - Method in class org.jfree.chart.StandardLegend
Returns the inner gap for the legend.
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.AxisPropertyEditPanel
A static method that returns a panel that is appropriate for the axis type.
getInstance(ColorBar) - Static method in class org.jfree.chart.ui.ColorBarPropertyEditPanel
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.
getItem(int) - Method in class org.jfree.data.MatrixSeries
Return the matrix item at the specified index.
getItem(int) - Method in class org.jfree.data.NormalizedMatrixSeries
Returns an item.
getItemColumn(int) - Method in class org.jfree.data.MatrixSeries
Returns the column of the specified item.
getItemCount() - Method in class org.jfree.chart.LegendItemCollection
Returns the number of legend items in the collection.
getItemCount(int) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the number of items for the given series.
getItemCount() - Method in class org.jfree.chart.renderer.OutlierList
Returns the number of outliers in the list.
getItemCount() - Method in class org.jfree.data.CategoryToPieDataset
Returns the number of items (values) in the collection.
getItemCount(int) - Method in class org.jfree.data.CombinedDataset
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.DefaultHighLowDataset
Returns the number of items in the specified series.
getItemCount() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the item count.
getItemCount() - Method in class org.jfree.data.DefaultKeyedValues
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.DefaultPieDataset
Returns the number of items in the dataset.
getItemCount() - Method in class org.jfree.data.DefaultTableXYDataset
Returns the number of X points in the Dataset.
getItemCount(int) - Method in class org.jfree.data.DefaultTableXYDataset
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.HistogramDataset
Returns the number of data items for a series.
getItemCount(int) - Method in class org.jfree.data.JDBCXYDataset
Returns the number of items in the specified series.
getItemCount() - Method in class org.jfree.data.KeyedObjects
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.MatrixSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.MatrixSeriesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.OHLCDataset
Returns the item count for the specified series.
getItemCount(int) - Method in class org.jfree.data.SubSeriesDataset
Returns the number of items in a series.
getItemCount() - Method in interface org.jfree.data.TableXYDataset
Returns the number of items every series.
getItemCount() - Method in interface org.jfree.data.Values
Returns the number of items (values) in the collection.
getItemCount(int) - Method in interface org.jfree.data.XYDataset
Returns the number of items in a series.
getItemCount() - Method in class org.jfree.data.XYSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.XYSeriesCollection
Returns the number of items in the specified series.
getItemCount() - Method in class org.jfree.data.gantt.TaskSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
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() - Method in class org.jfree.data.time.TimePeriodValues
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the number of items in the specified series.
getItemCount() - Method in class org.jfree.data.time.TimeSeries
Returns the number of items in the 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.
getItemLabelAnchor(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getPositiveItemLabelAnchor.
getItemLabelAnchor(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use getItemLabelPosition.
getItemLabelAnchor() - Method in class org.jfree.chart.renderer.ItemLabelPosition
Returns the item label anchor.
getItemLabelAnchorOffset() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the item label anchor offset.
getItemLabelAngle(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getPositiveItemLabelPosition/getNegativeItemLabelPosition.
getItemLabelFont(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the font for an item label.
getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the item label font for an item.
getItemLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the label generator.
getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the label generator for a data item.
getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the item label generator for an item.
getItemLabelPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw an item label.
getItemLabelRotationAnchor(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getPositiveItemLabelRotationAnchor/getNegativeItemLabelRotationAnchor.
getItemLabelTextAnchor(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getPositiveItemLabelTextAnchor/getNegativeItemLabelTextAnchor.
getItemLabelTextAnchor(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use getItemLabelPosition.
getItemMargin() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the item margin.
getItemMargin() - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Returns the item margin.
getItemMargin() - Method in class org.jfree.chart.renderer.LevelRenderer
Returns the item margin.
getItemOutlinePaint(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) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline paint for an item.
getItemOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to outline an item.
getItemOutlineStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to outline data items.
getItemOutlineStroke(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline stroke for an item.
getItemPaint() - Method in class org.jfree.chart.StandardLegend
Returns the series label color.
getItemPaint(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) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the paint used to fill an item.
getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to fill an item.
getItemRow(int) - Method in class org.jfree.data.MatrixSeries
Returns the row of the specified item.
getItemShape(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a shape used to represent a data item.
getItemShape(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the shape for an item.
getItemShape(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the shape for an item.
getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is filled.
getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the flag used to control whether or not the shape for an item is filled.
getItemStroke(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to draw data items.
getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the stroke for an item.
getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the stroke for an item.
getItemURLGenerator(int, int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the URL generator for a data item.
getItemURLGenerator(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the URL generator for an item.
getItems() - Method in class org.jfree.data.XYSeries
Returns the list of data items for the series (the list contains XYDataItem objects and is unmodifiable).
getItems() - Method in class org.jfree.data.time.TimeSeries
Returns the list of data items for the series (the list contains TimeSeriesDataItem objects and is unmodifiable).
getKey(int) - Method in class org.jfree.data.CategoryToPieDataset
Returns a key.
getKey() - Method in class org.jfree.data.DefaultKeyedValue
Returns the key.
getKey() - Method in class org.jfree.data.DefaultKeyedValueDataset
Returns the key associated with the value, or null if the dataset has no data item.
getKey(int) - Method in class org.jfree.data.DefaultKeyedValues
Returns a key.
getKey(int) - Method in class org.jfree.data.DefaultPieDataset
Returns the key for an item.
getKey() - Method in class org.jfree.data.KeyedObject
Returns the key.
getKey(int) - Method in class org.jfree.data.KeyedObjects
Returns a 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() - Method in class org.jfree.data.xml.ItemHandler
Returns the key that has been read by the handler, or null.
getKeys() - Method in class org.jfree.chart.plot.PiePlot
Returns a collection of the section keys (or categories) in the dataset.
getKeys() - Method in class org.jfree.data.CategoryToPieDataset
Returns the keys.
getKeys() - Method in class org.jfree.data.DefaultKeyedValues
Returns the keys.
getKeys() - Method in class org.jfree.data.DefaultPieDataset
Returns the categories in the dataset.
getKeys() - Method in class org.jfree.data.KeyedObjects
Returns the keys.
getKeys() - Method in interface org.jfree.data.KeyedValues
Returns the keys.
getLabel() - Method in class org.jfree.chart.IntervalMarker
Returns the label for the interval (possibly null).
getLabel() - Method in class org.jfree.chart.LegendItem
Returns the label.
getLabel() - Method in class org.jfree.chart.Marker
Returns the label (if null no label is displayed).
getLabel() - Method in class org.jfree.chart.axis.Axis
Returns the label for the axis.
getLabel() - Method in class org.jfree.chart.axis.CategoryTick
Returns the label.
getLabel() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current axis label.
getLabelAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the text block anchor.
getLabelAnchor() - Method in class org.jfree.chart.axis.CategoryTick
Returns the label anchor.
getLabelAngle() - Method in class org.jfree.chart.axis.Axis
Returns the angle of the axis label.
getLabelEnclosure(Graphics2D, RectangleEdge) - Method in class org.jfree.chart.axis.Axis
Returns a rectangle that encloses the axis label.
getLabelFont() - Method in class org.jfree.chart.Marker
Returns the 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.
getLabelFont() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label font.
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).
getLabelInsets() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label insets value
getLabelOffset() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the label offset.
getLabelPaint() - Method in class org.jfree.chart.Marker
Returns the label paint.
getLabelPaint() - Method in class org.jfree.chart.axis.Axis
Returns the color/shade used to draw the axis label.
getLabelPaint() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label paint.
getLabelPosition() - Method in class org.jfree.chart.DrawableLegendItem
Returns the label position.
getLabelPosition() - Method in class org.jfree.chart.Marker
Returns the label position.
getLabelPosition(RectangleEdge) - Method in class org.jfree.chart.axis.CategoryLabelPositions
Returns the category label position specification for an axis at the given location.
getLabelType() - Method in class org.jfree.chart.plot.CompassPlot
Returns the label type.
getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.StandardTickUnitSource
Returns a tick unit that is larger than the supplied unit.
getLargerTickUnit(TickUnit) - Method in interface org.jfree.chart.axis.TickUnitSource
Returns a tick unit that is larger than the supplied unit.
getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Returns a tick unit that is larger than the supplied unit.
getLastBarPaint() - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Returns the paint used to draw the last bar.
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() - 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.FixedMillisecond
Returns the last millisecond of the time period.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Hour
Returns the last millisecond of the hour.
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.Millisecond
Returns the last millisecond of the time period.
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.Quarter
Returns the last millisecond of the Quarter, evaluated using the supplied calendar (which determines the time zone).
getLastMillisecond() - Method in class org.jfree.data.time.RegularTimePeriod
Returns the last millisecond of the time period, evaluated in the default 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.
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.Week
Returns the last millisecond of the week, 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).
getLeft() - Method in class org.jfree.chart.axis.AxisSpace
Returns the left space.
getLeftCategoryLabelPosition() - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.LEFT).
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.
getLegendCollection() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Builds the list of legend entries.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a legend item for a series.
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.
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.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().
getLegendItemLabels() - Method in class org.jfree.data.JDBCXYDataset
Returns the legend item labels.
getLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns a collection of legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns a collection of legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns a collection of legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns a collection of legend items for the 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.MeterPlot
Returns null.
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.PiePlot
Returns a collection of legend items for the pie chart.
getLegendItems() - Method in class org.jfree.chart.plot.Plot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.WaferMapPlot
Return the legend items from the renderer.
getLegendItems() - Method in class org.jfree.chart.plot.XYPlot
Returns the legend items for the plot.
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.DrawableLegendItem
Returns the list.
getLine() - Method in class org.jfree.chart.renderer.HighLow
Returns the line.
getLineStroke() - Method in class org.jfree.chart.DrawableLegendItem
Returns the stroke used to render the line for this series.
getLinearFit(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Deprecated. Fits a straight line to a set of (x, y) data, returning the slope and intercept.
getLinearFit(Number[], Number[]) - Static method in class org.jfree.data.statistics.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.labels.CustomXYToolTipGenerator
Returns the number of tool tip lists stored by the renderer.
getListCount() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns the number of URL lists stored by the renderer.
getLog10TickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'log10TickLabelsFlag' flag.
getLow() - Method in class org.jfree.data.OHLCDataItem
Returns the low value.
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.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.
getLowValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the low value.
getLowValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the low-value for the specified series and item.
getLowerBound() - Method in class org.jfree.chart.axis.ValueAxis
Returns the lower bound of the axis range.
getLowerBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the lower bound for the thermometer.
getLowerBound() - Method in class org.jfree.data.Range
Returns the lower bound for the range.
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 range.
getLowerMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the lower margin 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.
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.CombinedDataset
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.
getMarkOffset() - Method in class org.jfree.chart.renderer.SignalRenderer
Returns the mark offset.
getMarker() - Method in class org.jfree.chart.DrawableLegendItem
Get the marker.
getMarkerBand() - Method in class org.jfree.chart.axis.NumberAxis
Returns the (optional) marker band for the axis.
getMax() - Method in class org.jfree.chart.axis.AxisState
Returns the maximum width/height.
getMaxBarWidth() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the maximum bar width, as a percentage of the available drawing space.
getMaxCandleWidthInMilliseconds() - Method in class org.jfree.chart.renderer.CandlestickRenderer
Returns the maximum width (in milliseconds) of each candle.
getMaxCategoryLabelWidthRatio() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category label width ratio.
getMaxChipX() - Method in class org.jfree.data.WaferMapDataset
Returns the wafer x-dimension.
getMaxChipY() - Method in class org.jfree.data.WaferMapDataset
Returns the number of chips in the y-dimension.
getMaxEndIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the maximum end milliseconds.
getMaxIcone() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the maximum value.
getMaxItemWidth() - Method in class org.jfree.chart.renderer.LevelRenderer
Returns the maximum width, as a percentage of the available drawing space.
getMaxMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the maximum middle milliseconds.
getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum outlier (non-farout) for an item.
getMaxOutlier(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum outlier (non-farout) for an item.
getMaxOutlier() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the maximum outlier.
getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum outlier (non farout) value for an item.
getMaxOutlier(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum outlier (non farout) value for an item.
getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum regular (non-outlier) value for an item.
getMaxRegularValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum regular (non-outlier) value for an item.
getMaxRegularValue() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the maximum regular value.
getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the max-value for the specified series and item.
getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum regular (non outlier) value for an item.
getMaxRegularValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum regular (non outlier) value for an item.
getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the max-value for the specified series and item.
getMaxStartIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the maximum start milliseconds.
getMaxValue() - Method in class org.jfree.data.WaferMapDataset
Returns the maximum value stored in the dataset.
getMaxZ() - Method in class org.jfree.chart.ui.ColorPalette
Returns the maximum Z value.
getMaxZValue() - Method in interface org.jfree.data.ContourDataset
Returns the largest Z data value.
getMaxZValue() - Method in class org.jfree.data.DefaultContourDataset
Returns the maximum z-value.
getMaximumAxisValue() - Method in class org.jfree.chart.axis.ValueAxis
Deprecated. Use getUpperBound().
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(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the maximum domain value for the specified dataset.
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).
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(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the maximum range value for the specified dataset.
getMaximumRangeValue() - Method in class org.jfree.data.JDBCXYDataset
Returns the maximum data value in the dataset's range.
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.statistics.DefaultBoxAndWhiskerCategoryDataset
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.statistics.DefaultBoxAndWhiskerXYDataset
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.statistics.DefaultStatisticalCategoryDataset
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.
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.
getMean() - Method in class org.jfree.data.MeanAndStandardDeviation
Returns the mean.
getMean() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the mean.
getMeanValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the mean value for an item.
getMeanValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the average value for an item.
getMeanValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the mean for the specified series and item.
getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the mean value for an item.
getMeanValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the mean value for an item.
getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the mean for the specified series and item.
getMeanValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(int, int) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
Returns the mean value for an item.
getMedian() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the median.
getMedianValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the median value for an item.
getMedianValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the median value for an item.
getMedianValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the median-value for the specified series and item.
getMedianValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the median value for an item.
getMedianValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the median value for an item.
getMedianValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the median-value for the specified series and 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.
getMiddleMillisecond() - 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.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(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.
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).
getMillisecond() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns the millisecond used to reference this segment (always between the segmentStart and segmentEnd).
getMillisecond() - Method in class org.jfree.data.time.Millisecond
Returns the millisecond.
getMinEndIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the minimum end milliseconds.
getMinIcon() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the minimum value.
getMinMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the minimum middle milliseconds.
getMinOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the minimum outlier (non-farout) for an item.
getMinOutlier(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the minimum outlier (non-farout) for an item.
getMinOutlier() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the minimum outlier.
getMinOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the minimum value which is not a farout.
getMinOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the minimum outlier (non farout) value for an item.
getMinOutlier(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the minimum outlier (non farout) value for an item.
getMinOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the minimum value which is not a farout.
getMinRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the minimum regular (non-outlier) value for an item.
getMinRegularValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the minimum regular (non-outlier) value for an item.
getMinRegularValue() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the minimum regular value.
getMinRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the min-value for the specified series and item.
getMinRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the minimum regular (non outlier) value for an item.
getMinRegularValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the minimum regular (non outlier) value for an item.
getMinRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the min-value for the specified series and item.
getMinStartIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the minimum start milliseconds.
getMinValue() - Method in class org.jfree.data.WaferMapDataset
Returns the minimum value stored in the dataset.
getMinZ() - Method in class org.jfree.chart.ui.ColorPalette
Returns the minimum Z value.
getMinZValue() - Method in interface org.jfree.data.ContourDataset
Returns the smallest Z data value.
getMinZValue() - Method in class org.jfree.data.DefaultContourDataset
Returns the minimum z-value.
getMinZValue(double, double, double, double) - Method in class org.jfree.data.DefaultContourDataset
Returns the minimum z-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
Deprecated. Use getLowerBound().
getMinimumBarLength() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the minimum bar length.
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(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum domain value for the specified dataset.
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).
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(Dataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum range value for the specified dataset.
getMinimumRangeValue() - Method in class org.jfree.data.JDBCXYDataset
Returns the minimum data value in the dataset's range.
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.statistics.DefaultBoxAndWhiskerCategoryDataset
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.statistics.DefaultBoxAndWhiskerXYDataset
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.statistics.DefaultStatisticalCategoryDataset
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.
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.
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
Deprecated. Returns a data set for a moving average on the data set passed in.
getMovingAverage(Number[], Number[], int) - Static method in class org.jfree.data.statistics.Statistics
Returns a data set for a moving average on the data set passed in.
getMultiDataset() - Method in class org.jfree.chart.plot.PiePlot
Returns the dataset for multiple pies.
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.
getNegativeBarPaint() - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Returns the paint used to draw bars with negative values.
getNegativeItemLabelPosition(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position.
getNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the negative item label position.
getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the negative item label position.
getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the fallback position for negative item labels that don't fit within a bar.
getNegativePaint() - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Returns the paint used to highlight negative differences.
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.plot.DefaultDrawingSupplier
Returns the next outline paint in the sequence.
getNextOutlinePaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
Returns the next outline paint in a sequence maintained by the supplier.
getNextOutlineStroke() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns the next outline stroke in the sequence.
getNextOutlineStroke() - Method in interface org.jfree.chart.plot.DrawingSupplier
Returns the next Stroke object in a sequence maintained by the supplier.
getNextPaint() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns the next paint in the sequence.
getNextPaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
Returns the next paint in a sequence maintained by the supplier.
getNextShape() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns the next shape in the sequence.
getNextShape() - Method in interface org.jfree.chart.plot.DrawingSupplier
Returns the next Shape object in a sequence maintained by the supplier.
getNextStroke() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns the next stroke in the sequence.
getNextStroke() - Method in interface org.jfree.chart.plot.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.
getNormalRange() - Method in class org.jfree.chart.plot.MeterPlot
Returns the normal range for the dial.
getNotify() - Method in class org.jfree.chart.title.Title
Returns the flag that indicates whether or not the notification mechanism is enabled.
getNotify() - Method in class org.jfree.data.Series
Returns the flag that controls whether or not change events are sent to registered listeners.
getNumber() - Method in class org.jfree.chart.axis.NumberTick
Returns the number.
getNumberFormat() - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Returns the number formatter.
getNumberFormatOverride() - Method in class org.jfree.chart.axis.NumberAxis
Returns the number format override.
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.
getObject() - Method in class org.jfree.data.KeyedObject
Returns the object.
getObject(int) - Method in class org.jfree.data.KeyedObjects
Returns an object.
getObject(Comparable) - Method in class org.jfree.data.KeyedObjects
Returns the object (possibly null) for a given key.
getObject(int, int) - Method in class org.jfree.data.KeyedObjects2D
Returns the object for a given row and column.
getObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the object for the given row and column keys.
getObjectIcon() - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Gets the icon used to indicate the values.
getOffset() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
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.
getOpen() - Method in class org.jfree.data.OHLCDataItem
Returns the open value.
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.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.
getOpenValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the open value.
getOpenValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the open-value for the specified series and item.
getOrientation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the orientation of the plot.
getOrientation() - Method in class org.jfree.chart.plot.XYPlot
Returns the orientation of the plot.
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.
getOutlierCoefficient() - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the value used as the outlier coefficient.
getOutlierCoefficient() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the value used as the outlier coefficient.
getOutliers(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns a list of outlier values for an item.
getOutliers(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns a list of outlier values for an item.
getOutliers() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns a list of outliers.
getOutliers(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns an array of outliers for the specified series and item.
getOutliers(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a list of outlier values for an item.
getOutliers(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a list of outlier values for an item.
getOutliers(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns an array of outliers for the specified series and item.
getOutlinePaint() - Method in class org.jfree.chart.Marker
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.StandardLegend
Returns the outline color.
getOutlinePaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline paint.
getOutlinePaint(int) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getSectionOutlinePaint.
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.ui.PlotPropertyEditPanel
Returns the current outline paint.
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.Marker
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.StandardLegend
Returns the outline pen/brush.
getOutlineStroke() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline stroke.
getOutlineStroke(int) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getSectionOutlineStroke.
getOutlineStroke() - Method in class org.jfree.chart.plot.Plot
Returns the stroke used to outline the plot area.
getOutlineStroke() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current outline stroke.
getOwner() - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns the owner.
getPadding() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the padding for the thermometer.
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.annotations.TextAnnotation
Returns the paint for the annotation.
getPaint(double) - Method in class org.jfree.chart.axis.ColorBar
Returns the Paint associated with a value.
getPaint() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the paint used to plot data points.
getPaint(int) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getSectionPaint(int).
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.renderer.XYBoxAndWhiskerRenderer
Returns the paint used to fill boxes.
getPaint() - Method in class org.jfree.chart.title.TextTitle
Returns the paint used to display the title string.
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.
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.chart.plot.Plot
Returns the parent plot (or null if this plot is not part of a combined plot).
getParent() - Method in interface org.jfree.data.CombinationDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.data.CombinedDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.data.SubSeriesDataset
Returns the parent Dataset of this combination.
getPassCount() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the number of passes through the data that the renderer requires in order to draw the chart.
getPassCount() - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Returns the number of passes required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Returns the number of passes required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Returns 2, the number of passes required by the renderer.
getPassCount() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the number of passes through the data required by the renderer.
getPercent() - Method in class org.jfree.chart.event.ChartProgressEvent
Returns the percentage complete.
getPercentComplete(int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the percent complete for a given item.
getPercentComplete(Comparable, Comparable) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the percent complete for a given item.
getPercentComplete(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the percentage complete value of a sub-interval for a given item.
getPercentComplete(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the percentage complete value of a sub-interval for a given item.
getPercentComplete() - Method in class org.jfree.data.gantt.Task
Returns the percentage complete for this task.
getPercentComplete(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the percent complete for a given item.
getPercentComplete(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the percent complete for a given item.
getPercentComplete(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the percentage complete value of a sub-interval for a given item.
getPercentComplete(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the percentage complete value of a sub-interval for a given item.
getPeriod() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
getPeriod() - Method in class org.jfree.data.time.TimePeriodValue
Returns the time period.
getPeriod() - Method in class org.jfree.data.time.TimeSeriesDataItem
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 class org.jfree.chart.event.PlotChangeEvent
Returns the plot that generated the event.
getPlot() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the plot that the renderer is currently assigned to.
getPlot() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the plot that the renderer is assigned to.
getPlot() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the plot that the renderer has been assigned to.
getPlot() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Returns the plot.
getPlot() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the plot that this renderer has been assigned to.
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.plot.PlotRenderingInfo
Returns the plot area (in Java2D space).
getPlotArea() - Method in class org.jfree.chart.renderer.AreaXYRenderer
Returns true if Area is being plotted by the renderer.
getPlotArea() - Method in class org.jfree.chart.renderer.XYAreaRenderer
Returns true if Area is being plotted by the renderer.
getPlotArea() - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
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.
getPlotInfo() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the rendering info for the chart's plot.
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.
getPlotLines() - Method in class org.jfree.chart.renderer.XYAreaRenderer
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.
getPlotShapes() - Method in class org.jfree.chart.renderer.XYAreaRenderer
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Returns true if shapes are being plotted by the renderer.
getPlotType() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns a string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns a string describing the type of plot.
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.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.MeterPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.PeriodMarkerPlot
Returns the plot type as a string.
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.PiePlot
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.ThermometerPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.WaferMapPlot
Returns the plot type as a string.
getPlotType() - Method in class org.jfree.chart.plot.XYPlot
Returns the plot type as a string.
getPoint() - Method in class org.jfree.chart.renderer.Outlier
Returns the xy coordinates of the bounding box containing the outlier ellipse.
getPopupMenu() - Method in class org.jfree.chart.ChartPanel
Returns the popup menu.
getPosition() - Method in class org.jfree.chart.title.Title
Returns the relative position of the title.
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
Deprecated. Use getXPosition().
getPosition() - Method in class org.jfree.data.time.TimeSeriesCollection
Deprecated. Use getXPosition().
getPositiveBarPaint() - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Returns the paint used to draw bars with positive values.
getPositiveItemLabelPosition(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the positive item label position.
getPositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the positive item label position.
getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the positive item label position.
getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.BarRenderer
Returns the fallback position for positive item labels that don't fit within a bar.
getPositivePaint() - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Returns the paint used to highlight positive differences.
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, float) - Method in class org.jfree.chart.title.ImageTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D, float) - Method in class org.jfree.chart.title.TextTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D, float) - Method in class org.jfree.chart.title.Title
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, float) - Method in class org.jfree.chart.title.ImageTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D, float) - Method in class org.jfree.chart.title.TextTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D, float) - Method in class org.jfree.chart.title.Title
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.
getPreviousHeight(XYDataset, int, int) - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Calculates the stacked value of the all series up to, but not including series for the specified category, category.
getPreviousHeight(XYDataset, int, int) - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
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.
getQ1() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the first quartile.
getQ1Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the q1median value for an item.
getQ1Value(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the q1median value for an item.
getQ1Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the Q1 median-value for the specified series and item.
getQ1Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the first quartile value.
getQ1Value(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the first quartile value.
getQ1Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the Q1 median-value for the specified series and item.
getQ3() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the third quartile.
getQ3Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the q3median value for an item.
getQ3Value(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the q3median value for an item.
getQ3Value(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the Q3 median-value for the specified series and item.
getQ3Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the third quartile value.
getQ3Value(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the third quartile value.
getQ3Value(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the Q3 median-value for the specified series and item.
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).
getRadius() - Method in class org.jfree.chart.renderer.Outlier
Returns the radius of the outlier ellipse.
getRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the range for the axis.
getRange() - Method in class org.jfree.chart.plot.MeterPlot
Returns the overall range for the dial.
getRangeAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis for the plot.
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.
getRangeAxis() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the range axis.
getRangeAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the range axis for the plot.
getRangeAxis(CategoryPlot, Integer) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a range axis for a plot.
getRangeAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis edge.
getRangeAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for the range axis.
getRangeAxisForSecondaryDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis for a secondary dataset.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis location.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the range axis.
getRangeAxisPropertyEditPanel() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns a reference to the panel for editing the properties of the range axis.
getRangeBase() - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Returns the value on the range axis which defines the 'lower' border of the area.
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.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the range crosshair color.
getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the pen-style (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).
getRangeCrosshairStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the Stroke used to draw the crosshair (if visible).
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.
getRangeCrosshairValue() - Method in class org.jfree.chart.plot.XYPlot
Returns the range crosshair value.
getRangeDescription() - Method in class org.jfree.data.time.TimePeriodValues
Returns the range description.
getRangeDescription() - Method in class org.jfree.data.time.TimeSeries
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.CategoryPlot
Returns the paint used to draw the grid-lines against the range axis.
getRangeGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint 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.
getRangeGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke for the grid lines (if any) plotted against the range axis.
getRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. Use getRangeMarkers(Layer).
getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the list of range markers (read only) for the specified layer.
getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns the list of range markers (read only) for the specified layer.
getRangeTickBandPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint used for the range tick bands.
getRangeType() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the range type for the renderer.
getRangeType() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the range type for the renderer.
getRangeType() - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the range type for the renderer.
getRangeType() - Method in class org.jfree.chart.renderer.StackedAreaRenderer
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.StackedBarRenderer
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.StackedBarRenderer3D
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Returns the range type.
getRangeType() - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Returns the range type.
getRangeType() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the range type for the renderer.
getRectX(double, double, double, RectangleEdge) - Method in class org.jfree.chart.plot.Plot
Adjusts the supplied x-value.
getRectY(double, double, double, RectangleEdge) - Method in class org.jfree.chart.plot.Plot
Adjusts the supplied y-value.
getRenderer() - Method in class org.jfree.chart.event.RendererChangeEvent
Returns the renderer that generated the event.
getRenderer() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a reference to the renderer for the plot.
getRenderer() - Method in class org.jfree.chart.plot.XYPlot
Returns the item renderer.
getRenderingHints() - Method in class org.jfree.chart.JFreeChart
Returns the collection of rendering hints for the chart.
getRight() - Method in class org.jfree.chart.axis.AxisSpace
Returns the right space.
getRightCategoryLabelPosition() - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.RIGHT).
getRightSpace(double) - Method in class org.jfree.chart.Spacer
Returns the amount of space for the right hand side of a rectangular area.
getRollCount() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the roll count.
getRollUnit() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the roll unit.
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.
getRotationAnchor() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the rotation anchor.
getRotationAnchor() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the rotation anchor point.
getRotationAnchor() - Method in class org.jfree.chart.axis.Tick
Returns the rotation anchor.
getRotationAnchor() - Method in class org.jfree.chart.renderer.ItemLabelPosition
Returns the rotation anchor point.
getRotationAngle() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the rotation angle.
getRowCount() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the number of rows in the dataset.
getRowCount() - Method in class org.jfree.data.DefaultCategoryDataset
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.data.DefaultKeyedValues2D
Returns the row count.
getRowCount() - Method in class org.jfree.data.KeyedObjects2D
Returns the row count.
getRowCount() - Method in class org.jfree.data.MatrixSeries
Returns the number of rows in this matrix series.
getRowCount() - Method in class org.jfree.data.TimeSeriesTableModel
Returns the number of rows in the table model.
getRowCount() - Method in interface org.jfree.data.Values2D
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.XYDatasetTableModel
Returns the number of rows.
getRowCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of rows (series) in the collection.
getRowCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the number of rows in the table.
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.DefaultIntervalCategoryDataset
Returns a row index.
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.KeyedObjects2D
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.gantt.TaskSeriesCollection
Returns the row index for the given row key.
getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the row index for a given key.
getRowKey(int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getRowKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the key for a given row.
getRowKey(int) - Method in class org.jfree.data.KeyedObjects2D
Returns the key for a given row.
getRowKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the key for a row.
getRowKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns a row key.
getRowKeys() - Method in class org.jfree.data.DefaultCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
getRowKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.KeyedObjects2D
Returns the row keys.
getRowKeys() - Method in interface org.jfree.data.KeyedValues2D
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the row keys.
getRowRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the order in which the rows should be rendered.
getScaleFactor() - Method in class org.jfree.data.NormalizedMatrixSeries
Returns the factor that multiplies each item in this series when observed using getItem mehtod.
getScaleType() - Method in class org.jfree.chart.renderer.XYBubbleRenderer
Returns the scale type.
getScaleX() - Method in class org.jfree.chart.ChartPanel
Returns the X scale factor for the chart.
getScaleY() - Method in class org.jfree.chart.ChartPanel
Returns the Y scale factory for the chart.
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.
getSecond() - Method in class org.jfree.data.time.Millisecond
Returns the second.
getSecond() - Method in class org.jfree.data.time.Second
Returns the second.
getSecondaryDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns one of the secondary datasets.
getSecondaryDataset(int) - Method in class org.jfree.chart.plot.XYPlot
Returns one of the secondary datasets.
getSecondaryDatasetCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of secondary datasets.
getSecondaryDomainAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a secondary domain axis.
getSecondaryDomainAxis(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a secondary domain axis.
getSecondaryDomainAxisCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of secondary domain axes.
getSecondaryDomainAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the edge for a secondary domain axis.
getSecondaryDomainAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for a secondary domain axis.
getSecondaryDomainAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the location for a secondary domain axis.
getSecondaryDomainAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the location for a secondary domain axis.
getSecondaryDomainAxisMappedToDataset(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis for a secondary dataset.
getSecondaryDomainMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns a collection of secondary domain markers for a particular axis and layer.
getSecondaryRangeAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a secondary range axis.
getSecondaryRangeAxis(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a secondary range axis.
getSecondaryRangeAxisCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of secondary range axes.
getSecondaryRangeAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the edge for a secondary range axis.
getSecondaryRangeAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for a secondary range axis.
getSecondaryRangeAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the location for a secondary range axis.
getSecondaryRangeAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the location for a secondary range axis.
getSecondaryRangeAxisMappedToDataset(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the range axis for a secondary dataset.
getSecondaryRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Deprecated. Use getSecondaryRangeMarkers(int, Layer), and note that it returns a Collection rather than a List.
getSecondaryRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a collection of secondary range markers for a particular axis and layer.
getSecondaryRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns a collection of secondary range markers for a particular axis and layer.
getSecondaryRenderer(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a secondary renderer.
getSecondaryRenderer(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a secondary renderer.
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.
getSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the outline paint for ALL sections in the plot.
getSectionOutlinePaint(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint used to outline a section of the pie plot.
getSectionOutlinePaintListAutoFill() - Method in class org.jfree.chart.plot.PiePlot
Returns a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
getSectionOutlineStroke(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the stroke used to outline a section of the pie plot.
getSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the outline stroke for ALL sections in the plot.
getSectionOutlineStrokeListAutoFill() - Method in class org.jfree.chart.plot.PiePlot
Returns a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
getSectionPaint(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint used to fill a section of the pie plot.
getSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for ALL sections in the plot.
getSectionPaintListAutoFill() - Method in class org.jfree.chart.plot.PiePlot
Returns a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
getSegment(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a segment that contains a domainValue.
getSegment(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a segment that contains a date.
getSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns always one (the number of segments contained in this segment).
getSegmentCount() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns the number of segments contained in this range.
getSegmentEnd() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Gets the end of this segment in ms.
getSegmentNumber() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns the segment number of this segment.
getSegmentSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the size of one segment in ms.
getSegmentStart() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Gets the start of this segment in ms.
getSegmentsExcluded() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the number of segments excluded per segment group.
getSegmentsExcludedSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the size in milliseconds of the segments excluded per segment group.
getSegmentsGroupSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the size in milliseconds of a segment group.
getSegmentsIncluded() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the number of segments included per segment group.
getSegmentsIncludedSize() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the size in ms of the segments included per segment group.
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.FixedMillisecond
Returns a serial index number for the millisecond.
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.Millisecond
Returns a serial index number for the millisecond.
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.Quarter
Returns a serial index number for the quarter.
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.Week
Returns a serial index number for the week.
getSerialIndex() - Method in class org.jfree.data.time.Year
Returns a serial index number for the year.
getSeries() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the series index.
getSeries() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the series index.
getSeries(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeries() - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
getSeries(int) - Method in class org.jfree.data.DefaultTableXYDataset
Returns a series.
getSeries(int) - Method in class org.jfree.data.MatrixSeriesCollection
Returns the series having the specified index.
getSeries() - Method in class org.jfree.data.XYSeriesCollection
Returns a list of all the series in the collection.
getSeries(int) - Method in class org.jfree.data.XYSeriesCollection
Returns a series.
getSeries(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns a series.
getSeries() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns a list of all the series in the collection.
getSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns a series.
getSeries(String) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the series with the specified name, or null if there is no such series.
getSeriesBarWidth(int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Returns the bar width for a series.
getSeriesCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of series in the primary dataset for this plot.
getSeriesCount() - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.AbstractSeriesDataset
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 class org.jfree.data.DefaultContourDataset
Returns the number of series.
getSeriesCount() - Method in class org.jfree.data.DefaultHighLowDataset
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.DefaultTableXYDataset
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.HistogramDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.JDBCXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.MatrixSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.OHLCDataset
Returns the series count.
getSeriesCount() - Method in interface org.jfree.data.SeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.SubSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.XYSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
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.
getSeriesIndex() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns the series index.
getSeriesIndex(Object) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns a series index.
getSeriesItemLabelAnchor(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getSeriesPositiveItemLabelPosition().
getSeriesItemLabelAnchor(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use getSeriesItemLabelPosition.
getSeriesItemLabelAngle(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getSeriesPositiveItemLabelPosition/getSeriesNegativeItemLabelPosition.
getSeriesItemLabelFont(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the font for all the item labels in a series.
getSeriesItemLabelFont(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use getSeriesItemLabelPosition.
getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the label generator for a series.
getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw the item labels for a series.
getSeriesItemLabelRotationAnchor(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getSeriesPositiveItemLabelRotationAnchor/ getSeriesNegativeItemLabelRotationAnchor.
getSeriesItemLabelTextAnchor(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use getSeriesPositiveItemLabelTextAnchor/getSeriesNegativeItemLabelTextAnchor.
getSeriesItemLabelTextAnchor(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. User getSeriesItemLabelPosition.
getSeriesItemURLGenerator(int) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns the URL generator for a series.
getSeriesItemURLGenerator(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the item URL generator for a series.
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.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the name of the given series.
getSeriesName(int) - Method in class org.jfree.data.AbstractSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.CombinedDataset
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.DefaultHighLowDataset
Returns the name of the series stored in this dataset.
getSeriesName(int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.DefaultTableXYDataset
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.HistogramDataset
Returns the name for a series.
getSeriesName(int) - Method in class org.jfree.data.JDBCXYDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.MatrixSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.OHLCDataset
Returns the series name.
getSeriesName(int) - Method in interface org.jfree.data.SeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.SubSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.XYSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
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.
getSeriesNegativeItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for all labels in a series.
getSeriesOutlinePaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the color used to outline an item drawn by the renderer.
getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline paint for a series.
getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to outline items in a series.
getSeriesOutlineStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to outline the items in a series.
getSeriesOutlineStroke(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the outline stroke for a series.
getSeriesPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the paint used to fill shapes for this renderer.
getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the paint used to fill items in a series.
getSeriesPositiveItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the positive item label position for all labels in a series.
getSeriesRunningTotal() - Method in class org.jfree.chart.renderer.CategoryItemRendererState
Returns the series running total.
getSeriesShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a shape used to represent the items in a series.
getSeriesShape(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the shape for a series.
getSeriesShape(int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the shape for a series.
getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns the flag used to control whether or not the shapes for a series are filled.
getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Returns the flag used to control whether or not the shapes for a series are filled.
getSeriesStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to draw the items in a series.
getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Returns the stroke for a series.
getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the stroke for a series.
getShape(int, int, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
Deprecated. Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
Deprecated. Returns a Shape that can be used in plotting data.
getShape() - Method in class org.jfree.chart.LegendItem
Returns the shape used to label the series represented by this legend item.
getShape(int, int, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
Deprecated. Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
Deprecated. Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
Deprecated. Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
Deprecated. 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.
getShapePaint() - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Returns the Paint used for rendering shapes, or null if using series Paints
getShapePaint() - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Returns the Paint used for rendering shapes, or null if using series Paints
getShapeScaleX() - Method in class org.jfree.chart.StandardLegend
Returns the x scale factor for shapes displayed in the legend.
getShapeScaleY() - Method in class org.jfree.chart.StandardLegend
Returns the y scale factor for shapes displayed in the legend.
getShapeStroke() - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Returns the Stroke used for rendering shapes, or null if using series Strokes.
getShapeStroke() - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Returns the Stroke used for rendering shapes, or null if using series Strokes.
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.
getShapesFilled() - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Returns the flag that controls whether or not shapes are filled for ALL series.
getSharedAxisStates() - Method in class org.jfree.chart.plot.PlotState
Returns a map containing the shared axis states.
getShowAxisLocation() - Method in class org.jfree.chart.plot.JThermometer
Returns the location for the axis.
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.CategoryAxis
Deprecated. No longer supported.
getSlope(Number[], Number[]) - Static method in class org.jfree.data.Statistics
Deprecated. Finds the slope of a regression line using least squares.
getSlope(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
Finds the slope of a regression line using least squares.
getSpacer() - Method in class org.jfree.chart.title.Title
Returns the spacer which determines the blank space around the edges of the 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.
getStackedRangeExtent(TableXYDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns the minimum and maximum values for the dataset's range, assuming that the series 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 class org.jfree.data.time.RegularTimePeriod
Returns the date/time that marks the start of the time period.
getStart() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the start date/time.
getStart() - Method in interface org.jfree.data.time.TimePeriod
Returns the start date/time.
getStartAngle() - Method in class org.jfree.chart.plot.PiePlot
Returns the start angle for the first pie section.
getStartTime() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the start time for the timeline.
getStartValue() - Method in class org.jfree.chart.IntervalMarker
Returns the start value for the interval.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, int) - 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 interface org.jfree.data.IntervalCategoryDataset
Returns the start value for the interval for a given series and category.
getStartValue(int, int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(Comparable, Comparable, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the start value for a task.
getStartValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the start value for a task.
getStartValue(int, int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the start value of a sub-interval for a given item.
getStartValue(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.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 class org.jfree.data.HistogramDataset
Returns the start value for a bin.
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 class org.jfree.data.HistogramDataset
Returns the Y value for a bin.
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
Deprecated. Returns the standard deviation of a set of numbers.
getStdDev(Number[]) - Static method in class org.jfree.data.statistics.Statistics
Returns the standard deviation of a set of numbers.
getStdDevValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(int, int) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
Returns the standard deviation value for an item.
getStdDevValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.StatisticalCategoryDataset
Returns the standard deviation value for an item.
getStrictValuesFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'strictValuesFlag' flag; if true and 'allowNegativesFlag' is false then this axis will throw a runtime exception if any of its values are less than or equal to zero; if false then the axis will adjust for values less than or equal to zero as needed.
getStroke() - Method in class org.jfree.chart.LegendItem
Returns the stroke used to render the shape for this series.
getStroke() - Method in class org.jfree.chart.renderer.HighLow
Returns the Stroke object used to draw the line.
getSubHandlers() - Method in class org.jfree.data.xml.RootHandler
Returns the stack of sub handlers.
getSubIntervalCount(int, int) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the number of sub-intervals for a given item.
getSubIntervalCount(Comparable, Comparable) - Method in interface org.jfree.data.gantt.GanttCategoryDataset
Returns the number of sub-intervals for a given item.
getSubIntervalCount(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of sub-intervals for a given item.
getSubIntervalCount(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of sub-intervals for a given item.
getSubLabelFont() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Returns the font for the sublabels.
getSubplotInfo(int) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns the info for a subplot.
getSubplots() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns the list of subplots.
getSubplots() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns the list of subplots.
getSubplots() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns the list of subplots.
getSubplots() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
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.gantt.Task
Returns a sub-task.
getSubtaskCount() - Method in class org.jfree.data.gantt.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.
getSurroundingItems(int, long) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the indices of the two data items surrounding a particular millisecond value.
getSymbolCount() - Method in class org.jfree.chart.axis.SymbolicTickUnit
Returns the number of symbols in this unit.
getSymbolicGridLine(int) - Method in class org.jfree.chart.axis.SymbolicAxis
Get the symbolic grid line corresponding to the specified position.
getSymbolicGridPaint() - Method in class org.jfree.chart.axis.SymbolicAxis
Returns the symbolic grid line color.
getSymbolicValue() - Method in class org.jfree.chart.axis.SymbolicAxis
Returns the list of the symbolic values to display.
getTasks() - Method in class org.jfree.data.gantt.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.annotations.TextAnnotation
Returns the text for the annotation.
getText() - Method in class org.jfree.chart.axis.Tick
Returns the text version of the tick value.
getText() - Method in class org.jfree.chart.title.TextTitle
Returns the title text.
getTextAnchor() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the text anchor.
getTextAnchor() - Method in class org.jfree.chart.axis.Tick
Returns the text anchor.
getTextAnchor() - Method in class org.jfree.chart.renderer.ItemLabelPosition
Returns the text anchor.
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.axis.Axis
Returns the font used for the tick labels (if showing).
getTickLabelFont() - Method in class org.jfree.chart.plot.JThermometer
Returns the tick label font.
getTickLabelFont() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label font.
getTickLabelFont() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the font used to draw the tick labels (if they are showing).
getTickLabelInsets() - Method in class org.jfree.chart.axis.Axis
Returns the insets for the tick labels.
getTickLabelInsets() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current tick label insets value
getTickLabelPaint() - Method in class org.jfree.chart.axis.Axis
Returns the color/shade used for the tick labels.
getTickLabelPaint() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current tick label paint.
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).
getTickMarkPosition() - Method in class org.jfree.chart.axis.DateAxis
Returns the tick mark position (start, middle or end of the time period).
getTickMarkStroke() - Method in class org.jfree.chart.axis.Axis
Returns the pen/brush used to draw tick marks (if they are showing).
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.
getTicks() - Method in class org.jfree.chart.axis.AxisState
Returns the list of ticks.
getTime(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Special method that handles conversion between the Default Time Zone and a UTC time zone with no DST.
getTime() - Method in class org.jfree.data.time.FixedMillisecond
Returns the date/time.
getTimePeriod(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns the time period at the specified index.
getTimePeriod(int) - Method in class org.jfree.data.time.TimeSeries
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.
getTimeline() - Method in class org.jfree.chart.axis.DateAxis
Returns the underlying timeline used by this axis.
getTipRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the tip radius.
getTitle() - Method in class org.jfree.chart.JFreeChart
Returns the chart title.
getTitle() - Method in class org.jfree.chart.StandardLegend
Gets the title for the legend.
getTitle() - Method in class org.jfree.chart.event.TitleChangeEvent
Returns the title that generated the event.
getTitle() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the title entered in the panel.
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
Deprecated. returns null, until the title panel is implemented properly.
getToolTipCount(int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Returns the number of tool tips in a given list.
getToolTipGenerator() - Method in class org.jfree.chart.plot.ContourPlot
Returns the tool tip generator.
getToolTipGenerator() - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use getItemLabelGenerator().
getToolTipGenerator() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the tool tip generator.
getToolTipGenerator() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the tool tip generator for the renderer (possibly null).
getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Returns a string for the tooltip.
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.labels.CustomXYToolTipGenerator
Returns the tool tip text for an item.
getTop() - Method in class org.jfree.chart.axis.AxisSpace
Returns the top space.
getTopCategoryLabelPosition() - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.TOP).
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.
getTranspose() - Method in class org.jfree.data.JDBCCategoryDataset
Returns a flag that controls whether or not the table values are transposed when added to the dataset.
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() - Method in class org.jfree.data.HistogramDataset
Returns the histogram 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.
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.ContourPlot
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the URL generator (possibly null).
getURLGenerator() - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator(int, int) - Method in class org.jfree.chart.renderer.CategoryURLGeneratorTable
Deprecated. Returns the URL generator object from a particular cell in the table.
getURLGenerator() - Method in interface org.jfree.chart.renderer.XYItemRenderer
Returns the URL generator for HTML image maps.
getURLText() - Method in class org.jfree.chart.entity.ChartEntity
Returns the URL text for the entity.
getUniqueValueCount() - Method in class org.jfree.data.WaferMapDataset
Returns the number of unique values.
getUniqueValues() - Method in class org.jfree.data.WaferMapDataset
Returns the set of unique values.
getUnit() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the date unit.
getUnits() - Method in class org.jfree.chart.plot.MeterPlot
Returns the units for the dial.
getUnits() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the unit display type (none/Fahrenheit/Celcius/Kelvin).
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.
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.chart.axis.ValueAxis
Returns the upper bound for the axis range.
getUpperBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the upper bound for the thermometer.
getUpperBound() - Method in class org.jfree.data.Range
Returns the upper bound for the range.
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 range.
getUpperMargin() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the upper margin 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.
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.chart.Marker
Returns the value.
getValue() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns the value that the annotation attaches to.
getValue() - Method in class org.jfree.chart.axis.ValueTick
Returns the value.
getValue() - Method in class org.jfree.chart.plot.JThermometer
Returns the value of the thermometer.
getValue(int) - Method in class org.jfree.chart.renderer.HighLow
Returns either OPEN or CLOSE value depending on the valueType.
getValue(int) - Method in class org.jfree.data.CategoryToPieDataset
Returns a value.
getValue(Comparable) - Method in class org.jfree.data.CategoryToPieDataset
Returns the value (possibly null) for a given key.
getValue(int, int) - Method in class org.jfree.data.DefaultCategoryDataset
Returns a value from the table.
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.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(int, int) - Method in class org.jfree.data.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue() - Method in class org.jfree.data.DefaultKeyedValue
Returns the value.
getValue() - Method in class org.jfree.data.DefaultKeyedValueDataset
Returns the value.
getValue(int) - Method in class org.jfree.data.DefaultKeyedValues
Returns a value.
getValue(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Returns the value (possibly null) for a given key.
getValue(int, int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the value for a given row and column.
getValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the value for the given row and column keys.
getValue() - Method in class org.jfree.data.DefaultMeterDataset
Returns the value.
getValue(int) - Method in class org.jfree.data.DefaultPieDataset
Returns a value.
getValue(Comparable) - Method in class org.jfree.data.DefaultPieDataset
Returns the data value associated with a key.
getValue() - Method in class org.jfree.data.DefaultValueDataset
Returns the value.
getValue(double) - Method in interface org.jfree.data.Function2D
Returns the value of the function ('y') for a given input ('x').
getValue(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the value (possibly null) for a given key.
getValue(Comparable, Comparable) - Method in interface org.jfree.data.KeyedValues2D
Returns the value for a pair of keys.
getValue(double) - Method in class org.jfree.data.LineFunction2D
Returns the function value.
getValue(double) - Method in class org.jfree.data.PowerFunction2D
Returns the value of the function for a given input ('x').
getValue() - Method in interface org.jfree.data.Value
Returns the value.
getValue(int) - Method in interface org.jfree.data.Values
Returns a value.
getValue(int, int) - Method in interface org.jfree.data.Values2D
Returns a value from the table.
getValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the value for an item.
getValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
/** Returns the value for a task.
getValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the value for an item.
getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the value for an item.
getValue(int, int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the value for an item.
getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the value for an item.
getValue() - Method in class org.jfree.data.time.TimePeriodValue
Returns the value.
getValue(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns the value at the specified index.
getValue(int) - Method in class org.jfree.data.time.TimeSeries
Returns the value at the specified index.
getValue(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the value for a time period.
getValue() - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns the value.
getValue() - Method in class org.jfree.data.xml.ItemHandler
Returns the key that has been read by the handler, or null.
getValueAt(int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns the data value for a cell in the table model.
getValueAt(int, int) - Method in class org.jfree.data.XYDatasetTableModel
Returns a value of the specified cell.
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.
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 interface org.jfree.data.RangeInfo
Returns the range of the values in this dataset's range.
getValueRange() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the range of the values in this dataset's range.
getValueRange() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the range of the values in this dataset's range.
getValueRange() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
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.title.Title
Returns the vertical alignment of the title.
getVerticalOpposite(ItemLabelAnchor) - Static method in class org.jfree.chart.renderer.ItemLabelAnchor
Deprecated. Renderer now has positive and negative item label positions.
getVerticalValueAxis() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the vertical value axis.
getVolume() - Method in class org.jfree.data.OHLCDataItem
Returns the volume.
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.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.
getVolumeValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the trading volume.
getVolumeValue(int, int) - Method in class org.jfree.data.SubSeriesDataset
Returns the volume.
getWallPaint() - Method in class org.jfree.chart.renderer.BarRenderer3D
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.
getWarningRange() - Method in class org.jfree.chart.plot.MeterPlot
Returns the warning range for the dial.
getWeek() - Method in class org.jfree.data.time.Week
Returns the week.
getWeight() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the weight for this plot when it is used as a subplot within a combined plot.
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.chart.DrawableLegendItem
Get the x-coordinate for the item's location.
getX() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the x coordinate for the text anchor point (measured against the domain axis).
getX() - Method in class org.jfree.chart.renderer.Outlier
Returns the x coordinate of the bounding box containing the outlier ellipse.
getX() - Method in class org.jfree.data.XYDataItem
Returns the x-value.
getXDate(int, int) - Method in class org.jfree.data.DefaultHighLowDataset
Returns the x-value for one item in a series, as a Date.
getXDate(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the x-value for a data item as a date.
getXDate(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the x-value for one item in a series, as a Date.
getXFormat() - Method in class org.jfree.chart.labels.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.BarRenderer3D
Returns the x-offset for the 3D effect.
getXPosition() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the position of the X value within each time period.
getXPosition() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the position within each time period that is used for the X value when the collection is used as an XYDataset.
getXSymbolicValue(int, int) - Method in interface org.jfree.data.XisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getXSymbolicValue(Integer) - Method in interface org.jfree.data.XisSymbolic
Returns the symbolic value linked with the specified Integer.
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, int) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the x-value.
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 class org.jfree.data.DefaultContourDataset
Returns the x value for the specified series and index (zero-based indices).
getXValue(int) - Method in class org.jfree.data.DefaultContourDataset
Returns an x value.
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.DefaultTableXYDataset
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.HistogramDataset
Returns the X value for a bin.
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.MatrixSeriesCollection
Returns the j index value of the specified Mij matrix item in the specified matrix series.
getXValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the x-value for a data item.
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 interface org.jfree.data.XYDataset
Returns the x-value for an item within a series.
getXValue(int) - Method in class org.jfree.data.XYSeries
Returns the x-value at the specified index.
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.statistics.DefaultBoxAndWhiskerXYDataset
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 interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the x data values.
getXValues() - Method in class org.jfree.data.DefaultContourDataset
Returns the x values.
getXYPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot cast as an XYPlot.
getY() - Method in class org.jfree.chart.DrawableLegendItem
Get the y-coordinate for the item's location.
getY() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the y coordinate for the text anchor point (measured against the range axis).
getY() - Method in class org.jfree.chart.renderer.Outlier
Returns the y coordinate of the bounding box containing the outlier ellipse.
getY() - Method in class org.jfree.data.XYDataItem
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the y-value.
getYFormat() - Method in class org.jfree.chart.labels.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.BarRenderer3D
Returns the y-offset for the 3D effect.
getYSymbolicValue(int, int) - Method in interface org.jfree.data.YisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getYSymbolicValue(Integer) - Method in interface org.jfree.data.YisSymbolic
Returns the symbolic value linked with the specified Integer.
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, int) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Returns the y-value.
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 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.DefaultHighLowDataset
Returns the y-value for one item in a series.
getYValue(int, int) - Method in class org.jfree.data.DefaultTableXYDataset
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.HistogramDataset
Returns the Y value for a bin.
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.MatrixSeriesCollection
Returns the i index value of the specified Mij matrix item in the specified matrix series.
getYValue(int, int) - Method in class org.jfree.data.OHLCDataset
Returns the y-value.
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 interface org.jfree.data.XYDataset
Returns the y-value for an item within a series.
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.XYSeriesCollection
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
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 interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the y data values.
getYValues() - Method in class org.jfree.data.DefaultContourDataset
Returns a Number array containing all y values.
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.Quarter
Returns the year.
getYear() - Method in class org.jfree.data.time.Week
Returns the year in which the week falls.
getYear() - Method in class org.jfree.data.time.Year
Returns the year.
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.
getZFormat() - Method in class org.jfree.chart.labels.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 class org.jfree.data.MatrixSeriesCollection
Returns the Mij item value of the specified Mij matrix item in the specified matrix series.
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 interface org.jfree.data.ContourDataset
Returns the maximum z-value within visible region of plot.
getZValueRange(Range, Range) - Method in class org.jfree.data.DefaultContourDataset
Returns the maximum z-value within visible region of plot.
getZValues() - Method in interface org.jfree.data.ContourDataset
Returns the array of Numbers representing the z data values.
getZValues() - Method in class org.jfree.data.DefaultContourDataset
Returns a Number array containing all z values.

H

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.StandardLegendItemLayout
Useful constant for horizontal orientation.
HORIZONTAL - Static variable in class org.jfree.chart.plot.PlotOrientation
For a plot where the range axis is horizontal.
HOUR - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for hours.
HOUR_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a one hour segment size in ms.
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
Deprecated. Use default constructor then set tooltip generator.
HighLowToolTipGenerator - class org.jfree.chart.labels.HighLowToolTipGenerator.
A standard tooltip generator for plots that use data from a HighLowDataset.
HighLowToolTipGenerator() - Constructor for class org.jfree.chart.labels.HighLowToolTipGenerator
Creates a tool tip generator using the default date format.
HighLowToolTipGenerator(DateFormat) - Constructor for class org.jfree.chart.labels.HighLowToolTipGenerator
Creates a tool tip generator using the supplied date formatter.
HistogramDataset - class org.jfree.data.HistogramDataset.
A dataset that can be used for creating histograms.
HistogramDataset() - Constructor for class org.jfree.data.HistogramDataset
 
Hour - class org.jfree.data.time.Hour.
Represents an hour in a specific day.
Hour() - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour, based on the system date/time.
Hour(int, Day) - Constructor for class org.jfree.data.time.Hour
Constructs a new Hour.
Hour(int, int, int, int) - Constructor for class org.jfree.data.time.Hour
Creates a new hour.
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.
handleClick(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Handles a 'click' on the chart.
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
Handles a 'click' on the plot by updating the anchor value.
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Handles a 'click' on the plot.
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Handles a 'click' on the plot by updating the anchor value.
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.ContourPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.Plot
Handles a 'click' on the plot.
handleClick(int, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
Handles a 'click' on the plot by updating the anchor values...
hashCode() - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Returns a hash code for the renderer.
hashCode() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a hashcode for the renderer.
hashCode() - Method in class org.jfree.data.time.Day
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.FixedMillisecond
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Hour
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Millisecond
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Minute
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Month
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Quarter
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Second
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Week
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.data.time.Year
Returns a hash code for this object instance.
historyCount - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
The history count.

I

IMAGES - Static variable in class org.jfree.chart.renderer.StandardXYItemRenderer
Constant for the type of rendering (images only).
INFO - Static variable in class org.jfree.chart.JFreeChart
Information about the project.
INSIDE1 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE1.
INSIDE10 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE10.
INSIDE11 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE11.
INSIDE12 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE12.
INSIDE2 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE2.
INSIDE3 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE3.
INSIDE4 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE4.
INSIDE5 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE5.
INSIDE6 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE6.
INSIDE7 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE7.
INSIDE8 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE8.
INSIDE9 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
INSIDE9.
INVERTED - Static variable in class org.jfree.chart.Legend
Internal value indicating the bit holding the value of interest in the anchor value.
ITEM_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Item' element name.
ImageTitle - class org.jfree.chart.title.ImageTitle.
A chart title that displays an image.
ImageTitle(Image) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title.
ImageTitle(Image, RectangleEdge, HorizontalAlignment, VerticalAlignment) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title.
ImageTitle(Image, int, int, RectangleEdge, HorizontalAlignment, VerticalAlignment, Spacer) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title with the given image scaled to the given width and height in the given location.
IntervalBarRenderer - class org.jfree.chart.renderer.IntervalBarRenderer.
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.
IntervalBarRenderer() - Constructor for class org.jfree.chart.renderer.IntervalBarRenderer
Constructs a new renderer.
IntervalCategoryDataset - interface org.jfree.data.IntervalCategoryDataset.
A category dataset that defines a value range for each series/category combination.
IntervalCategoryItemLabelGenerator - class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator.
A label/tooltip generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new label generator with a default number formatter.
IntervalCategoryItemLabelGenerator(NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new label generator with the specified number formatter.
IntervalCategoryItemLabelGenerator(DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a tool tip generator with the specified date 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.
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.
ItemLabelAnchor - class org.jfree.chart.renderer.ItemLabelAnchor.
An enumeration of the positions that a value label can take, relative to an item in a CategoryPlot.
ItemLabelAnchorTable - class org.jfree.chart.renderer.ItemLabelAnchorTable.
Deprecated. This class is longer used in JFreeChart and will be removed prior to the release of JFreeChart 1.0.0.
ItemLabelAnchorTable() - Constructor for class org.jfree.chart.renderer.ItemLabelAnchorTable
Deprecated. Creates a new item label anchor table.
ItemLabelPosition - class org.jfree.chart.renderer.ItemLabelPosition.
The attributes that control the position of the label for each data item on a chart.
ItemLabelPosition() - Constructor for class org.jfree.chart.renderer.ItemLabelPosition
Creates a new position record with default settings.
ItemLabelPosition(ItemLabelAnchor, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.renderer.ItemLabelPosition
Creates a new position record.
inExceptionSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an exception segment.
inExcludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an excluded segment.
inExcludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns true if we are an excluded segment.
inIncludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an included segment and we are not an exception.
inIncludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns true if all Segments of this SegmentRenge are an included segment and are not an exception.
inc(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Increments the internal attributes of this segment by a number of segments.
inc() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Increments the internal attributes of this segment by one segment.
inc(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Not implemented for SegmentRange.
incrementValue(double, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds the specified value to an existing value in the dataset (if the existing value is null, it is treated as if it were 0.0).
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.
init() - Method in class org.jfree.chart.servlet.DisplayChart
Init method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Initialises the renderer and returns a state object that will be used for the remainder of the drawing process for a single chart.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem(...) method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.BarRenderer
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).
initialise(Graphics2D, Rectangle2D, CategoryPlot, Integer, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.LevelRenderer
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.XYAreaRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem(...) method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.XYBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.XYDifferenceRenderer
Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
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
Initialises the dataset.
intersect(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns a segment that is the intersection of this segment and the interval.
intersect(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns a segment that is the intersection of this segment and the interval.
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).
invertPalette() - Method in class org.jfree.chart.ui.ColorPalette
Inverts Palette
isAdvanceLineVisible() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
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.
isAxisLineVisible() - Method in class org.jfree.chart.axis.Axis
A flag that controls whether or not the axis line is drawn.
isBorderVisible() - Method in class org.jfree.chart.JFreeChart
Returns a flag that controls whether or not a border is drawn around the outside of the chart.
isBoundMappedToLastCycle() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound can be associated either with the current or with the last cycle.
isCellEditable(int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Returns a flag indicating whether or not the specified cell is editable.
isCellEditable(int, int) - Method in class org.jfree.data.XYDatasetTableModel
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.
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.
isDateAxis(int) - Method in interface org.jfree.data.ContourDataset
Returns true if axis are dates.
isDateAxis(int) - Method in class org.jfree.data.DefaultContourDataset
Returns true if axis are dates.
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.
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.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.ContourPlot
Returns a flag indicating whether or not the domain crosshair is visible.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the domain crosshair is visible.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the domain grid-lines are visible.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDrawBarOutline() - Method in class org.jfree.chart.renderer.BarRenderer
Returns a flag that controls whether or not bar outlines are drawn.
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.
isEmptyOrNull(XYDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(PieDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(CategoryDataset) - Static method in class org.jfree.data.DatasetUtilities
Returns true if the dataset is empty (or null), 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.SymbolicAxis
Returns true if the symbolic grid lines are showing, and false otherwise.
isHiddenValue(long) - Method in class org.jfree.chart.axis.DateAxis
Returns true if the axis hides this value, and false otherwise.
isHighFarOut() - Method in class org.jfree.chart.renderer.OutlierListCollection
A flag to indicate the presence of one or more far out values at the top end of the range.
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.
isItemLabelVisible(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if an item label is visible, and false otherwise.
isLogscale() - Method in class org.jfree.chart.ui.ColorPalette
Returns the log-scale flag.
isLowFarOut() - Method in class org.jfree.chart.renderer.OutlierListCollection
A flag to indicate the presence of one or more far out values at the bottom end of the range.
isMaxValue(Number) - Method in class org.jfree.data.WaferMapDataset
Tests to see if the passed value is larger than the stored maxvalue.
isMinValue(Number) - Method in class org.jfree.data.WaferMapDataset
Tests to see if the passed value is smaller than the stored minvalue.
isMultiple() - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the list contains multiple outliers, and false otherwise.
isNegativeArrowVisible() - Method in class org.jfree.chart.axis.ValueAxis
A flag that controls whether or not the axis line has a negative arrow.
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.
isOutline() - Method in class org.jfree.chart.renderer.XYAreaRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutline() - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOverlapped(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the outlier overlaps, and false otherwise.
isPositiveArrowVisible() - Method in class org.jfree.chart.axis.ValueAxis
A flag that controls whether or not the axis line has a positive arrow.
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.
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.
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.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the range grid-lines are visible.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis grid is visible, and false otherwise.
isRenderAsPoints() - Method in class org.jfree.chart.plot.ContourPlot
Returns the renderAsPoints.
isSeriesItemLabelsVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the item labels for a series area visible, and false otherwise.
isStepped() - Method in class org.jfree.chart.ui.ColorPalette
Returns the 'is-stepped' flag.
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.axis.Axis
Returns a flag indicating whether or not the tick labels are visible.
isTickLabelsVisible() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns a flag that indicates whether or not the tick labels are visible.
isTickMarksVisible() - Method in class org.jfree.chart.axis.Axis
Returns the flag that indicates whether or not the tick marks are showing.
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.
isTimeSeries() - Method in class org.jfree.data.JDBCXYDataset
Returns true if the dataset represents time series data, and false otherwise.
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.title.ImageTitle
Returns true for all positions, since an image can be displayed anywhere.
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.
isVerticalCategoryLabels() - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use the get/setXXXCategoryLabelPosition methods.
isVerticalTickLabels() - Method in class org.jfree.chart.axis.ValueAxis
Returns true if the tick labels should be rotated (to vertical), and false otherwise.
isVisible() - Method in class org.jfree.chart.axis.Axis
Returns true if the axis is visible, and false otherwise.
iterator() - Method in class org.jfree.chart.LegendItemCollection
Returns an iterator that provides access to all the legend items.
iterator() - Method in interface org.jfree.chart.entity.EntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in class org.jfree.chart.renderer.OutlierListCollection
Returns an iterator for the outlier lists.

J

JDBCCategoryDataset - class org.jfree.data.JDBCCategoryDataset.
A CategoryDataset implementation over a database JDBC result set.
JDBCCategoryDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCCategoryDataset
Creates a new dataset with a database connection.
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.
JDBCPieDataset - class org.jfree.data.JDBCPieDataset.
A PieDataset that reads data from a database via JDBC.
JDBCPieDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCPieDataset
Creates a new JDBCPieDataset and establishes a new database connection.
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.
JDBCXYDataset - class org.jfree.data.JDBCXYDataset.
This class provides an XYDataset implementation over a database JDBC result set.
JDBCXYDataset(String, String, String, String) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new dataset (initially empty) and establishes a new database connection.
JDBCXYDataset(Connection) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new dataset (initially empty) using the specified database connection.
JDBCXYDataset(Connection, String) - Constructor for class org.jfree.data.JDBCXYDataset
Creates a new dataset using the specified database connection, and populates it using data obtained with the supplied query.
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, Plot) - Constructor for class org.jfree.chart.JFreeChart
Creates a new chart.
JFreeChart(String, Font, Plot, boolean) - Constructor for class org.jfree.chart.JFreeChart
Constructs a 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.
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.
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.

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.
LEFT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (left of the thermometer).
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.title.Title
Useful constant for the title position (also used for horizontal alignment).
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.
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.LineAndShapeRenderer
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).
LINES - Static variable in class org.jfree.chart.renderer.XYAreaRenderer
Useful constant for specifying the type of rendering (lines only).
LOG10_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
Useful constant for log(10).
LayeredBarRenderer - class org.jfree.chart.renderer.LayeredBarRenderer.
A CategoryItemRenderer that represents data using bars which are superimposed.
LayeredBarRenderer() - Constructor for class org.jfree.chart.renderer.LayeredBarRenderer
Default constructor.
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
Deprecated. use the default constructor instead and let JFreeChart manage the chart reference
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.
LegendItemEntity - class org.jfree.chart.entity.LegendItemEntity.
An entity that represents an item within a legend.
LegendItemEntity(Shape) - Constructor for class org.jfree.chart.entity.LegendItemEntity
Creates a legend item entity.
LegendItemLayout - interface org.jfree.chart.LegendItemLayout.
The interface for a legend item layout manager.
LegendTitle - class org.jfree.chart.title.LegendTitle.
A chart title that displays a legend for the data in the chart.
LegendTitle() - Constructor for class org.jfree.chart.title.LegendTitle
Constructs a new, empty LegendTitle.
LegendTitle(LegendItemLayout) - Constructor for class org.jfree.chart.title.LegendTitle
Creates a new legend title.
LevelRenderer - class org.jfree.chart.renderer.LevelRenderer.
A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.
LevelRenderer() - Constructor for class org.jfree.chart.renderer.LevelRenderer
Creates a new renderer with default settings.
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.
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
 
LogarithmicAxis - class org.jfree.chart.axis.LogarithmicAxis.
A numerical axis that uses a logarithmic scale.
LogarithmicAxis(String) - Constructor for class org.jfree.chart.axis.LogarithmicAxis
Creates a new axis.
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.
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.
layoutLegendItems(LegendItemCollection) - Method in class org.jfree.chart.StandardLegendItemLayout
Performs a layout on the items in the collection.
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.
limitPieDataset(PieDataset, double) - Static method in class org.jfree.data.DatasetUtilities
Creates an "Other" slice for percentages below the percent threshold.
limitPieDataset(PieDataset, double, int) - Static method in class org.jfree.data.DatasetUtilities
Create an "Other" slice for percentages below the percent threshold providing there are more slices below the percent threshold than specified in the slice threshold.
limitPieDataset(PieDataset, double, int, String) - Static method in class org.jfree.data.DatasetUtilities
Create an Other slice with a given label for percentages below the percent threshold providing there are more slices below the percent threshold than specified in the slice threshold.
line - Variable in class org.jfree.chart.renderer.XYAreaRendererState
Working line that can be recycled.
localizationResources - Static variable in class org.jfree.chart.ChartPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.CategoryPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.CombinedRangeXYPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.CompassPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.ContourPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.FastScatterPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.MeterPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.PeriodMarkerPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.PiePlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.ThermometerPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.WaferMapPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.XYPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.AxisPropertyEditPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.ChartPropertyEditPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.ColorBarPropertyEditPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.PlotPropertyEditPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.TitlePropertyEditPanel
The resourceBundle for the localization.
log10 - Static variable in class org.jfree.chart.ui.ColorPalette
Constant for converting loge to log10.
log10TickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "10^n"-style tick labels.
logscale - Variable in class org.jfree.chart.ui.ColorPalette
Logscale?

M

MAXIMUM_TICK_COUNT - Static variable in class org.jfree.chart.axis.ValueAxis
The maximum tick count.
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%).
MIDDLE - Static variable in class org.jfree.chart.axis.CategoryAnchor
Middle of period.
MIDDLE - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
Middle of period.
MIDDLE - Static variable in class org.jfree.chart.title.Title
Useful constant for the title alignment (horizontal or vertical).
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.TimePeriodAnchor
Middle of period.
MIDDLE - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Deprecated. Replaced by TimePeriodAnchor.MIDDLE.
MIDDLE - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
MILLISECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for milliseconds.
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.
MINUTE - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for minutes.
MINUTE_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a one-minute segment size in ms.
MONTH - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for months.
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.
MarkerAxisBand - class org.jfree.chart.axis.MarkerAxisBand.
A band that can be added to a number axis to display regions.
MarkerAxisBand(NumberAxis, double, double, double, double, Font) - Constructor for class org.jfree.chart.axis.MarkerAxisBand
Constructs a new axis band.
MarkerLabelPosition - class org.jfree.chart.MarkerLabelPosition.
Used to indicate the position of a label relative to a marker.
MatrixSeries - class org.jfree.data.MatrixSeries.
Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
MatrixSeries(String, int, int) - Constructor for class org.jfree.data.MatrixSeries
Constructs a new matrix series.
MatrixSeriesCollection - class org.jfree.data.MatrixSeriesCollection.
Represents a collection of MatrixSeries that can be used as a dataset.
MatrixSeriesCollection() - Constructor for class org.jfree.data.MatrixSeriesCollection
Constructs an empty dataset.
MatrixSeriesCollection(MatrixSeries) - Constructor for class org.jfree.data.MatrixSeriesCollection
Constructs a dataset and populates it with a single matrix series.
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() - Constructor for class org.jfree.chart.MeterLegend
The default constructor; sets an empty legend text.
MeterLegend(String) - Constructor for class org.jfree.chart.MeterLegend
Constructs a new legend.
MeterLegend(JFreeChart, String) - Constructor for class org.jfree.chart.MeterLegend
Deprecated. use the default constructor instead and let JFreeChart manage the chart reference
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(ValueDataset) - Constructor for class org.jfree.chart.plot.MeterPlot
Default constructor.
Millisecond - class org.jfree.data.time.Millisecond.
Represents a millisecond.
Millisecond() - Constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond based on the current system time.
Millisecond(int, Second) - Constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond.
Millisecond(int, int, int, int, int, int, int) - Constructor for class org.jfree.data.time.Millisecond
Creates a new millisecond.
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.
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() - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the system date/time.
Minute(int, Hour) - Constructor for class org.jfree.data.time.Minute
Constructs a new Minute.
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, int, int, int, int) - Constructor for class org.jfree.data.time.Minute
Creates a new minute.
Month - class org.jfree.data.time.Month.
Represents a single month.
Month() - Constructor for class org.jfree.data.time.Month
Constructs a new Month, based on the current system time.
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.
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.
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
 
m_data - Variable in class org.jfree.data.MatrixSeries
Series matrix values
main(String[]) - Static method in class org.jfree.chart.JFreeChart
Prints information about JFreeChart to standard output.
makeTickLabel(double, boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Converts the given value to a tick label string.
makeTickLabel(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Converts the given value to a tick label string.
mapSecondaryDatasetToDomainAxis(int, Integer) - Method in class org.jfree.chart.plot.CategoryPlot
Maps a secondary dataset to a particular domain axis.
mapSecondaryDatasetToDomainAxis(int, Integer) - Method in class org.jfree.chart.plot.XYPlot
Maps a secondary dataset to a particular domain axis.
mapSecondaryDatasetToRangeAxis(int, Integer) - Method in class org.jfree.chart.plot.CategoryPlot
Maps a secondary dataset to a particular range axis.
mapSecondaryDatasetToRangeAxis(int, Integer) - Method in class org.jfree.chart.plot.XYPlot
Maps a secondary dataset to a particular range axis.
mapToLastCycle - Variable in class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
Map to last cycle.
maxZ - Variable in class org.jfree.chart.ui.ColorPalette
The max z-axis value.
millisecond - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
A reference point within the segment.
minZ - Variable in class org.jfree.chart.ui.ColorPalette
The min z-axis value.
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.
moveIndexToEnd() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Moves the index of this segment to the end of the segment.
moveIndexToStart() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Moves the index of this segment to the beginning if the segment.

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.
NONE - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (no label).
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.Legend
Constant anchor value for legend position NORTH.
NORTH - Static variable in class org.jfree.chart.title.Title
Useful constant for the title position.
NO_DST_TIME_ZONE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Utility TimeZone object that has no DST and an offset equal to the default TimeZone.
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.
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
Default constructor.
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.
NormalizedMatrixSeries - class org.jfree.data.NormalizedMatrixSeries.
Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
NormalizedMatrixSeries(String, int, int) - Constructor for class org.jfree.data.NormalizedMatrixSeries
Constructor for NormalizedMatrixSeries.
NotOutlierException - exception org.jfree.chart.renderer.NotOutlierException.
An exception that is generated by the Outlier, OutlierList and OutlierListCollection classes.
NotOutlierException(String) - Constructor for class org.jfree.chart.renderer.NotOutlierException
Creates a new exception.
NumberAxis - class org.jfree.chart.axis.NumberAxis.
An axis for displaying numerical data.
NumberAxis() - Constructor for class org.jfree.chart.axis.NumberAxis
Default constructor.
NumberAxis(String) - Constructor for class org.jfree.chart.axis.NumberAxis
Constructs a number axis, using default values where necessary.
NumberAxis3D - class org.jfree.chart.axis.NumberAxis3D.
A standard linear value axis, for values displayed vertically.
NumberAxis3D() - Constructor for class org.jfree.chart.axis.NumberAxis3D
Default constructor.
NumberAxis3D(String) - Constructor for class org.jfree.chart.axis.NumberAxis3D
Constructs a new axis.
NumberTick - class org.jfree.chart.axis.NumberTick.
A numerical tick.
NumberTick(Number, String, float, float, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.NumberTick
Creates a new tick.
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.
newFifteenMinuteTimeline() - Static method in class org.jfree.chart.axis.SegmentedTimeline
Factory method to create a 15-min, 9:00 AM thought 4:00 PM, Monday through Friday SegmentedTimeline.
newMondayThroughFridayTimeline() - Static method in class org.jfree.chart.axis.SegmentedTimeline
Factory method to create a Monday through Friday SegmentedTimeline.
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.FixedMillisecond
Returns the millisecond following this one.
next() - Method in class org.jfree.data.time.Hour
Returns the hour 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.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.Quarter
Returns the quarter 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.Week
Returns the week following this one.
next() - Method in class org.jfree.data.time.Year
Returns the year 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).
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(LegendChangeEvent) - Method in class org.jfree.chart.Legend
Notifies all registered listeners that the chart legend has changed in some way.
notifyListeners(AxisChangeEvent) - Method in class org.jfree.chart.axis.Axis
Notifies all registered listeners that the axis has changed.
notifyListeners(PlotChangeEvent) - Method in class org.jfree.chart.plot.Plot
Notifies all registered listeners that the plot has been modified.
notifyListeners(RendererChangeEvent) - Method in class org.jfree.chart.renderer.AbstractRenderer
Notifies all registered listeners that the renderer has been modified.
notifyListeners(TitleChangeEvent) - Method in class org.jfree.chart.title.Title
Notifies all registered listeners that the chart title has changed in some way.
notifyListeners(DatasetChangeEvent) - Method in class org.jfree.data.AbstractDataset
Notifies all registered listeners that the dataset has changed.
notifyListeners(SeriesChangeEvent) - Method in class org.jfree.data.Series
Sends a change event to all registered listeners.
numberFormatterObj - Variable in class org.jfree.chart.axis.LogarithmicAxis
Number formatter for generating numeric strings.

O

OHLCDataItem - class org.jfree.data.OHLCDataItem.
Represents a single (open-high-low-close) data item in an OHLCDataset.
OHLCDataItem(Date, double, double, double, double, double) - Constructor for class org.jfree.data.OHLCDataItem
Creates a new item.
OHLCDataset - class org.jfree.data.OHLCDataset.
A simple implementation of the HighLowDataset interface.
OHLCDataset(String, OHLCDataItem[]) - Constructor for class org.jfree.data.OHLCDataset
Creates a new dataset.
OPEN - Static variable in class org.jfree.chart.renderer.HighLow
Useful constant for open/close value types.
OUTSIDE1 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE1.
OUTSIDE10 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE10.
OUTSIDE11 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE11.
OUTSIDE12 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE12.
OUTSIDE2 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE2.
OUTSIDE3 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE3.
OUTSIDE4 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE4.
OUTSIDE5 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE5.
OUTSIDE6 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE6.
OUTSIDE7 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE7.
OUTSIDE8 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE8.
OUTSIDE9 - Static variable in class org.jfree.chart.renderer.ItemLabelAnchor
OUTSIDE9.
Outlier - class org.jfree.chart.renderer.Outlier.
Represents one outlier in the box and whisker plot.
Outlier(double, double, double) - Constructor for class org.jfree.chart.renderer.Outlier
Constructs an outlier item consisting of a point and the radius of the outlier ellipse
OutlierList - class org.jfree.chart.renderer.OutlierList.
A collection of outliers for a single entity in a box and whisker plot.
OutlierList(Outlier) - Constructor for class org.jfree.chart.renderer.OutlierList
Creates a new list containing a single outlier.
OutlierListCollection - class org.jfree.chart.renderer.OutlierListCollection.
A collection of outlier lists for a box and whisker plot.
OutlierListCollection() - Constructor for class org.jfree.chart.renderer.OutlierListCollection
Creates a new empty collection.
OverLIBToolTipTagFragmentGenerator - class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator.
Generates tooltips using the OverLIB library (http://www.bosrup.com/web/overlib/).
OverLIBToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
 
offset - Variable in class org.jfree.chart.axis.CyclicNumberAxis
The offset.
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
??
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.imagemap - package org.jfree.chart.imagemap
Classes for image maps.
org.jfree.chart.labels - package org.jfree.chart.labels
Classes for adding tooltips to charts.
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.title - package org.jfree.chart.title
Classes used to display chart titles and subtitles.
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.gantt - package org.jfree.data.gantt
Data interfaces and classes for Gantt charts.
org.jfree.data.resources - package org.jfree.data.resources
Resource bundles for items that require localisation.
org.jfree.data.statistics - package org.jfree.data.statistics
Classes for representing statistical data.
org.jfree.data.time - package org.jfree.data.time
Interfaces and classes for time-related data.
org.jfree.data.xml - package org.jfree.data.xml
Support for reading datasets from XML files.
overlaps(Outlier) - Method in class org.jfree.chart.renderer.Outlier
Returns a true if outlier is overlapped and false if it is not.

P

PERCENT_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
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.
PIE - Static variable in class org.jfree.chart.plot.DialShape
Pie.
PIEDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'PieDataset' element name.
POSITION_INDEX - Static variable in class org.jfree.chart.renderer.WaferMapRenderer
default multivalue paint calculation
PRINT_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Print action command.
PROPERTIES_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Properties action command.
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.
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.
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 PieDataset 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.
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.
PieItemLabelGenerator - interface org.jfree.chart.labels.PieItemLabelGenerator.
Interface for a label generator for plots that use data from a PieDataset.
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() - Constructor for class org.jfree.chart.plot.PiePlot
Creates a new plot.
PiePlot(PieDataset) - Constructor for class org.jfree.chart.plot.PiePlot
Creates a pie chart.
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.
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
Deprecated. Use alternative constructor.
PieSectionEntity(int, int, Comparable, Shape, String, String) - Constructor for class org.jfree.chart.entity.PieSectionEntity
Deprecated. Use alternative constructor.
PieSectionEntity(Shape, PieDataset, int, int, Comparable, String, String) - Constructor for class org.jfree.chart.entity.PieSectionEntity
Creates a new pie section entity.
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() - Constructor for class org.jfree.chart.plot.Plot
Creates a new plot.
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.
PlotOrientation - class org.jfree.chart.plot.PlotOrientation.
Used to indicate the orientation (horizontal or vertical) of a 2D plot.
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.
PlotRenderingInfo - class org.jfree.chart.plot.PlotRenderingInfo.
Stores information about the dimensions of a plot and its subplots.
PlotRenderingInfo(ChartRenderingInfo) - Constructor for class org.jfree.chart.plot.PlotRenderingInfo
Default constructor.
PlotState - class org.jfree.chart.plot.PlotState.
Records information about the state of a plot during the drawing process.
PlotState() - Constructor for class org.jfree.chart.plot.PlotState
Creates a new state object.
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
 
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.
pArea - Variable in class org.jfree.chart.renderer.XYStepAreaRenderer
Area of the complete series
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.
paletteName - Variable in class org.jfree.chart.ui.ColorPalette
The palette name.
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.
period - Variable in class org.jfree.chart.axis.CyclicNumberAxis
The period.
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.
plotChanged(PlotChangeEvent) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Receives a PlotChangeEvent and responds by notifying all listeners.
plotChanged(PlotChangeEvent) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Receives a PlotChangeEvent and responds by notifying all listeners.
plotChanged(PlotChangeEvent) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Receives a PlotChangeEvent and responds by notifying all listeners.
plotChanged(PlotChangeEvent) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Receives a PlotChangeEvent and responds by notifying all listeners.
pointRenderer(Graphics2D, Rectangle2D, PlotRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBar, 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.
previous() - Method in class org.jfree.data.time.Day
Returns the day 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.Hour
Returns the hour 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.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.Quarter
Returns the quarter 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.Week
Returns the week preceding this one.
previous() - Method in class org.jfree.data.time.Year
Returns the year 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(Graphics, PageFormat, int) - Method in class org.jfree.chart.ChartPanel
Prints the chart on a single page.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.plot.ContourPlot
Notifies all registered listeners of a property change.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.plot.WaferMapPlot
Notifies all registered listeners of a property change.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
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(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.
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.

R

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.
RELATIVE - Static variable in class org.jfree.chart.Spacer
A constant for 'relative' spacing.
RELATIVE_FREQUENCY - Static variable in class org.jfree.data.HistogramDataset
A constant to indicate a relative frequency histogram.
REVERSE - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
The reverse order renders the primary dataset first.
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.title.Title
Useful constant for the title position (also used for horizontal alignment).
ROW - Static variable in class org.jfree.data.CategoryToPieDataset
A constant indicating that data should be extracted from a row.
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(double, double) - Constructor for class org.jfree.data.Range
Created a new 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.
RangeType - class org.jfree.chart.renderer.RangeType.
An enumeration of the 'range types' for a renderer.
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
 
RendererChangeEvent - class org.jfree.chart.event.RendererChangeEvent.
An event that can be forwarded to any RendererChangeListener to signal a change to a plot.
RendererChangeEvent(Object) - Constructor for class org.jfree.chart.event.RendererChangeEvent
Creates a new event.
RendererChangeListener - interface org.jfree.chart.event.RendererChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a renderer.
RendererState - class org.jfree.chart.renderer.RendererState.
Represents the current state of a renderer.
RendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.RendererState
Creates a new state object.
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.
r - Variable in class org.jfree.chart.ui.ColorPalette
Red components.
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.
refreshHorizontalTicks(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Builds a list of ticks for the axis.
refreshHorizontalTicks(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - 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, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Creates a temporary list of ticks that can be used when drawing the axis.
refreshTicks(Graphics2D, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, AxisState, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksHorizontal(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Recalculates the ticks for the date axis.
refreshTicksHorizontal(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksHorizontal(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksVertical(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Recalculates the ticks for the date axis.
refreshTicksVertical(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksVertical(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshVerticalTicks(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Builds a list of ticks for the axis.
refreshVerticalTicks(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
registerChart(JFreeChart) - Method in class org.jfree.chart.Legend
Internal maintenace method to update the reference to the central JFreeChart object.
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.
remove(CategoryPlot) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Removes a subplot from the combined chart.
remove(XYPlot) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Removes a subplot from the combined chart.
remove(CategoryPlot) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Removes a subplot from the combined chart.
remove(XYPlot) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Removes a subplot from the combined chart.
remove(Task) - Method in class org.jfree.data.gantt.TaskSeries
Removes a task from the series.
remove(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection.
remove(TaskSeries) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection.
removeAll() - Method in class org.jfree.data.gantt.TaskSeries
Removes all tasks.
removeAll() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.DefaultTableXYDataset
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.MatrixSeriesCollection
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.XYSeriesCollection
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.time.TimeSeriesCollection
Removes all the series from the collection.
removeChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removeChangeListener(LegendChangeListener) - Method in class org.jfree.chart.Legend
Deregisters an object for notification of changes to the legend.
removeChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Deregisters an object for notification of changes to the axis.
removeChangeListener(PlotChangeListener) - Method in class org.jfree.chart.plot.Plot
Unregisters an object for notification of changes to the plot.
removeChangeListener(RendererChangeListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
Unregisters an object for notification of changes to the renderer.
removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Removes a change listener.
removeChangeListener(DatasetChangeListener) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
removeChangeListener(TitleChangeListener) - Method in class org.jfree.chart.title.Title
Unregisters an object for notification of changes to the chart title.
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(DatasetChangeListener) - Method in interface org.jfree.data.Dataset
Deregisters an object for notification of changes to the dataset.
removeChangeListener(SeriesChangeListener) - Method in class org.jfree.data.Series
Deregisters an object, so that it not longer receives notification whenever the series changes.
removeChartMouseListener(ChartMouseListener) - Method in class org.jfree.chart.ChartPanel
Removes a listener from the list of objects listening for chart mouse events.
removeColumn(int) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a column from the dataset.
removeColumn(Comparable) - 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(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(int) - Method in class org.jfree.data.KeyedObjects2D
Removes a column.
removeColumn(Comparable) - 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.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.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.Series
Removes a property change listener from the series.
removeRow(int) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a row from the dataset.
removeRow(Comparable) - 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(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(int) - Method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeRow(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeSeries(XYSeries) - Method in class org.jfree.data.DefaultTableXYDataset
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.DefaultTableXYDataset
Removes a series from the collection.
removeSeries(MatrixSeries) - Method in class org.jfree.data.MatrixSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.MatrixSeriesCollection
Removes a series from the collection.
removeSeries(XYSeries) - Method in class org.jfree.data.XYSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.XYSeriesCollection
Removes a series from the collection.
removeSeries(TimePeriodValues) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Removes the specified series from the collection.
removeSeries(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Removes a series from the collection.
removeSeries(TimeSeries) - Method in class org.jfree.data.time.TimeSeriesCollection
Removes the specified series from the collection.
removeSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Removes a series from the collection.
removeSubtask(Task) - Method in class org.jfree.data.gantt.Task
Removes a sub-task from the task.
removeValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Removes a value from the dataset.
removeValue(int) - Method in class org.jfree.data.DefaultKeyedValues
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.DefaultKeyedValues2D
Removes a value.
removeValue(int) - Method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
removeValue(Comparable) - Method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
render(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, PlotRenderingInfo, 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, PlotRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.FastScatterPlot
Draws a representation of the data within the dataArea region.
render(Graphics2D, Rectangle2D, PlotRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render2(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a representation of the data in the secondary dataset(s) within the dataArea region, using the current renderer.
render2(Graphics2D, Rectangle2D, PlotRenderingInfo, CrosshairInfo) - Method in class org.jfree.chart.plot.XYPlot
Draws a representation of the data within the dataArea region, using the current renderer.
rendererChanged(RendererChangeEvent) - Method in interface org.jfree.chart.event.RendererChangeListener
Receives notification of a renderer change event.
rendererChanged(RendererChangeEvent) - Method in class org.jfree.chart.plot.CategoryPlot
Receives notification of a renderer change event.
renderingHints - Variable in class org.jfree.chart.JFreeChart
Rendering hints that will be used for chart drawing.
replaceBottomPosition(CategoryLabelPositions, CategoryLabelPosition) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Returns a new instance based on an existing instance but with the bottom position changed.
replaceLeftPosition(CategoryLabelPositions, CategoryLabelPosition) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Returns a new instance based on an existing instance but with the left position changed.
replaceRightPosition(CategoryLabelPositions, CategoryLabelPosition) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Returns a new instance based on an existing instance but with the right position changed.
replaceTopPosition(CategoryLabelPositions, CategoryLabelPosition) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Returns a new instance based on an existing instance but with the top position changed.
reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.Axis
Estimates the space (height or width) required to draw the axis.
reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.CategoryAxis
Estimates the space required for the axis, given a specific drawing area.
reserveSpace(Graphics2D, Plot, Rectangle2D, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.ColorBar
Reserves the space required to draw the color bar.
reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Reserve some space on each axis side because we draw a centered label at each extremity.
reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.ValueAxis
Returns the space required to draw the axis.
reserved(Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
Calculates the reserved area.
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.
resolveDomainAxisLocation(AxisLocation, PlotOrientation) - Static method in class org.jfree.chart.plot.Plot
Resolves a domain axis location for a given plot orientation.
resolveRangeAxisLocation(AxisLocation, PlotOrientation) - Static method in class org.jfree.chart.plot.Plot
Resolves a domain axis location for a given plot orientation.
rollDate(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Rolls the date forward by the amount specified by the roll unit and count.

S

SAVE_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
Save action command.
SCALE_AREA_TO_1 - Static variable in class org.jfree.data.HistogramDataset
A constant to indicate a histogram where the total area is scaled to 1.
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.
SECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for seconds.
SERIES_CUMULATIVE - Static variable in class org.jfree.chart.renderer.RangeType
The overall range is determined by looking at the running total within each series.
SERIES_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Series' element name.
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.LineAndShapeRenderer
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 - Static variable in class org.jfree.chart.renderer.XYAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.XYStepAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
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.LineAndShapeRenderer
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).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.XYAreaRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
SOUTH - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position SOUTH.
SOUTH - Static variable in class org.jfree.chart.title.Title
Useful constant for the title position.
STACKED - Static variable in class org.jfree.chart.renderer.RangeType
The overall range is determined by looking at the sums of the values within each category.
STANDARD - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
STANDARD category label positions.
STANDARD - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
The standard order is to render the primary dataset last.
STANDARD - Static variable in class org.jfree.chart.renderer.RangeType
The overall range is determined by looking at the individual values.
START - Static variable in class org.jfree.chart.axis.CategoryAnchor
Start of period.
START - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
Start of period.
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.TimePeriodAnchor
Start of period.
START - Static variable in class org.jfree.data.time.TimePeriodValuesCollection
Deprecated. Replaced by TimePeriodAnchor.START.
START - Static variable in class org.jfree.data.time.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
Second - class org.jfree.data.time.Second.
Represents a second in a particular day.
Second() - Constructor for class org.jfree.data.time.Second
Constructs a new Second, based on the system date/time.
Second(int, Minute) - Constructor for class org.jfree.data.time.Second
Constructs a new Second.
Second(int, int, int, int, int, int) - Constructor for class org.jfree.data.time.Second
Creates a new second.
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.
SegmentedTimeline - class org.jfree.chart.axis.SegmentedTimeline.
A Timeline that implements a "segmented" timeline with included, excluded and exception segments.
SegmentedTimeline(long, int, int) - Constructor for class org.jfree.chart.axis.SegmentedTimeline
Constructs a new segmented timeline, optionaly using another segmented timeline as its base.
SegmentedTimeline.BaseTimelineSegmentRange - class org.jfree.chart.axis.SegmentedTimeline.BaseTimelineSegmentRange.
Special SegmentRange that came from the BaseTimeline.
SegmentedTimeline.BaseTimelineSegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.BaseTimelineSegmentRange
Constructor.
SegmentedTimeline.Segment - class org.jfree.chart.axis.SegmentedTimeline.Segment.
Internal class to represent a valid segment for this timeline.
SegmentedTimeline.Segment() - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Protected constructor only used by sub-classes.
SegmentedTimeline.Segment(long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Creates a segment for a given point in time.
SegmentedTimeline.SegmentRange - class org.jfree.chart.axis.SegmentedTimeline.SegmentRange.
Private internal class to represent a range of segments.
SegmentedTimeline.SegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Creates a SegmentRange between a start and end domain values.
Series - class org.jfree.data.Series.
Base class representing a data series.
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.
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.
SeriesShapeFactory - class org.jfree.chart.SeriesShapeFactory.
Deprecated. No longer used. Shapes are supplied by the DrawingSupplier class.
SeriesShapeFactory() - Constructor for class org.jfree.chart.SeriesShapeFactory
Deprecated.  
ServletUtilities - class org.jfree.chart.servlet.ServletUtilities.
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
 
ShapeFactory - interface org.jfree.chart.ShapeFactory.
Deprecated. This interface is no longer used, shapes are obtained from the DrawingSupplier.
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 XYPlot.
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.
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.
StackedAreaRenderer - class org.jfree.chart.renderer.StackedAreaRenderer.
A renderer that draws stacked area charts for a CategoryPlot.
StackedAreaRenderer() - Constructor for class org.jfree.chart.renderer.StackedAreaRenderer
Creates a new renderer.
StackedAreaXYRenderer - class org.jfree.chart.renderer.StackedAreaXYRenderer.
A stacked area renderer for the XYPlot class.
StackedAreaXYRenderer() - Constructor for class org.jfree.chart.renderer.StackedAreaXYRenderer
Creates a new renderer.
StackedAreaXYRenderer(int) - Constructor for class org.jfree.chart.renderer.StackedAreaXYRenderer
Constructs a new renderer.
StackedAreaXYRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedAreaXYRenderer
Constructs a new renderer.
StackedBarRenderer - class org.jfree.chart.renderer.StackedBarRenderer.
A stacked bar renderer for use with the CategoryPlot class.
StackedBarRenderer() - Constructor for class org.jfree.chart.renderer.StackedBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
StackedBarRenderer3D - class org.jfree.chart.renderer.StackedBarRenderer3D.
Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
StackedBarRenderer3D() - Constructor for class org.jfree.chart.renderer.StackedBarRenderer3D
Creates a new renderer with no tool tip generator and no URL generator.
StackedBarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.StackedBarRenderer3D
Constructs a new renderer with the specified '3D effect'.
StackedXYAreaRenderer - class org.jfree.chart.renderer.StackedXYAreaRenderer.
A stacked area renderer for the XYPlot class.
StackedXYAreaRenderer() - Constructor for class org.jfree.chart.renderer.StackedXYAreaRenderer
Creates a new renderer.
StackedXYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.StackedXYAreaRenderer
Constructs a new renderer.
StackedXYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.StackedXYAreaRenderer
Constructs a new renderer.
StandardCategoryItemLabelGenerator - class org.jfree.chart.labels.StandardCategoryItemLabelGenerator.
A standard tooltip generator for plots that use data from a CategoryDataset.
StandardCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new tool tip generator with a default number formatter.
StandardCategoryItemLabelGenerator(NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a tool tip generator with the specified number formatter.
StandardCategoryItemLabelGenerator(NumberFormat, boolean) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a label generator with the specified number formatter.
StandardCategoryItemLabelGenerator(DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a label generator with the specified date formatter.
StandardCategoryItemLabelGenerator(DateFormat, boolean) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a label generator with the specified date 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.labels.StandardContourToolTipGenerator.
A standard tooltip generator for plots that use data from an ContourDataset.
StandardContourToolTipGenerator() - Constructor for class org.jfree.chart.labels.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() - Constructor for class org.jfree.chart.StandardLegend
Constructs a new legend with default settings.
StandardLegend(JFreeChart) - Constructor for class org.jfree.chart.StandardLegend
Deprecated. use the default constructor instead and let JFreeChart manage the chart reference
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.
StandardPieItemLabelGenerator - class org.jfree.chart.labels.StandardPieItemLabelGenerator.
A standard item label generator for plots that use data from a PieDataset.
StandardPieItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardPieItemLabelGenerator
Creates an item label generator with a default number formatter.
StandardPieItemLabelGenerator(NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieItemLabelGenerator
Creates an item label generator with the specified number formatter.
StandardPieToolTipGenerator - class org.jfree.chart.labels.StandardPieToolTipGenerator.
Deprecated. Use StandardPieItemLabelGenerator.
StandardPieToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. Creates a tool tip generator with a default number formatter.
StandardPieToolTipGenerator(NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Deprecated. 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.
StandardTickUnitSource - class org.jfree.chart.axis.StandardTickUnitSource.
A source that can used by the NumberAxis class to obtain a suitable TickUnit.
StandardTickUnitSource() - Constructor for class org.jfree.chart.axis.StandardTickUnitSource
 
StandardToolTipTagFragmentGenerator - class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator.
Generates tooltips using the HTML title attribute for image map area tags.
StandardToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
 
StandardURLTagFragmentGenerator - class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator.
Generates URLs using the HTML href attribute for image map area tags.
StandardURLTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
 
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.labels.StandardXYToolTipGenerator.
A standard tool tip generator for plots that use data from an XYDataset.
StandardXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYToolTipGenerator(NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.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.labels.StandardXYZToolTipGenerator.
A standard tool tip generator for use with XYZDataset data.
StandardXYZToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYZToolTipGenerator(NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.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
 
StatisticalBarRenderer - class org.jfree.chart.renderer.StatisticalBarRenderer.
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.
StatisticalBarRenderer() - Constructor for class org.jfree.chart.renderer.StatisticalBarRenderer
Default constructor.
StatisticalCategoryDataset - interface org.jfree.data.statistics.StatisticalCategoryDataset.
A category dataset that defines a median and standard deviation value for each item.
Statistics - class org.jfree.data.Statistics.
Deprecated. Use org.jfree.data.statistics.Statistics instead.
Statistics() - Constructor for class org.jfree.data.Statistics
Deprecated.  
Statistics - class org.jfree.data.statistics.Statistics.
A utility class that provides some simple statistical functions.
Statistics() - Constructor for class org.jfree.data.statistics.Statistics
 
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 or more series from parent.
SubSeriesDataset(SeriesDataset, int) - Constructor for class org.jfree.data.SubSeriesDataset
Creates a SubSeriesDataset using one series from parent.
SymbolicAxis - class org.jfree.chart.axis.SymbolicAxis.
A standard linear value axis, for SYMBOLIC values.
SymbolicAxis(String, String[]) - Constructor for class org.jfree.chart.axis.SymbolicAxis
Constructs a symbolic axis, using default attribute values where necessary.
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.labels.SymbolicXYToolTipGenerator.
A standard tooltip generator for plots that use data from an XYDataset.
SymbolicXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.SymbolicXYToolTipGenerator
 
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.
saveChartAsJPEG(File, 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) - 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(File, float, 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, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory.
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.
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, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory.
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.
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)
segmentEnd - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment end.
segmentNumber - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment number.
segmentStart - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment start.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.SymbolicAxis
This operation is not supported by the symbolic values.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
 
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
 
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
sendTempFile(String, HttpServletResponse) - Static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file in the temporary directory to the HTTP response in 1KB chunks
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
seriesBarWidthList - Variable in class org.jfree.chart.renderer.LayeredBarRenderer
A list of the width of each series bar.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.AbstractSeriesDataset
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.DefaultTableXYDataset
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.
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.gantt.TaskSeriesCollection
Called when a series belonging to the dataset changes.
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.
service(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.chart.servlet.DisplayChart
Service method.
setAdvanceLinePaint(Paint) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAdvanceLineStroke(Stroke) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAdvanceLineVisible(boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAllowNegativesFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAnchor(Point2D) - Method in class org.jfree.chart.CrosshairInfo
Sets the anchor point.
setAnchor(int) - Method in class org.jfree.chart.Legend
Sets the current anchor of this legend.
setAnchor(int, int, ItemLabelAnchor) - Method in class org.jfree.chart.renderer.ItemLabelAnchorTable
Deprecated. Sets the anchor for a cell in the table.
setAnchorValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value.
setAnchorValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value.
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.
setAngle(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the angle.
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.
setArrowLength(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow length.
setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the paint used for the arrow.
setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the stroke used to draw the arrow line.
setArrowWidth(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow width.
setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Sets the paint used to color the median and average markers.
setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Sets the paint used to paint the various artifacts such as outliers, farout symbol, median line and the averages ellipse.
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, boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
This function is nearly useless since the auto range is fixed for this class to the period The period is extended if necessary to fit the minimum size.
setAutoRangeMinimumSize(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the auto range minimum size and sends an AxisChangeEvent to all registered listeners.
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.
setAutoWidthFactor(double) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the factor by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.
setAutoWidthGap(double) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the amount of space to leave on the left and right of each candle when automatically calculating widths.
setAutoWidthMethod(int) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the method of automatically calculating the candle width.
setAveragedOutlier(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Sets the averaged outlier.
setAxis(ValueAxis) - Method in class org.jfree.chart.axis.ColorBar
Sets the axis.
setAxisLinePaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw the axis line.
setAxisLineStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
Sets the stroke used to draw the axis line.
setAxisLineVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis line is visible.
setAxisLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the axis is displayed with reference to the bulb.
setAxisOffset(Spacer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the axis offsets (gap between the data area and the axes).
setAxisOffset(Spacer) - Method in class org.jfree.chart.plot.XYPlot
Sets the axis offsets (gap between the data area and the axes).
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.
setAxisProperties(ColorBar) - Method in class org.jfree.chart.ui.ColorBarPropertyEditPanel
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.
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.JFreeChart
Sets the color/shade used to fill the chart background.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the background color of the legend.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the background color of the plot area.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the background paint.
setBarWidth(double) - Method in class org.jfree.chart.renderer.CategoryItemRendererState
Sets the bar width.
setBaseAngle(Number) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setBasePositiveItemLabelPosition/setBaseNegativeItemLabelPosition.
setBaseItemLabelAnchor(ItemLabelAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setBasePositiveItemLabelPosition/setBaseNegativeItemLabelPosition.
setBaseItemLabelAnchor(ItemLabelAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setBaseItemLabelPosition.
setBaseItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font.
setBaseItemLabelFont(Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base item label font.
setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the base item label generator.
setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base item label generator.
setBaseItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint.
setBaseItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint.
setBaseItemLabelRotationAnchor(TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setBasePositiveItemLabelPosition.
setBaseItemLabelTextAnchor(TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setBasePositiveItemLabelTextAnchor/setBaseNegativeItemLabelTextAnchor.
setBaseItemLabelTextAnchor(TextAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setBaseItemLabelPosition.
setBaseItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the base item URL generator.
setBaseItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base item URL generator.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base negative item label position.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint.
setBaseOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base outline paint.
setBaseOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke.
setBaseOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base outline stroke.
setBasePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base paint.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the base radius.
setBaseShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape.
setBaseShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base shape.
setBaseStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke.
setBaseStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the base stroke.
setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the base stroke.
setBaseTimeline(SegmentedTimeline) - Method in class org.jfree.chart.axis.SegmentedTimeline
Sets the base timeline.
setBorderPaint(Paint) - Method in class org.jfree.chart.JFreeChart
Sets the paint used to draw the chart border (if visible).
setBorderStroke(Stroke) - Method in class org.jfree.chart.JFreeChart
Sets the stroke used to draw the chart border (if visible).
setBorderType(int) - Method in class org.jfree.data.DefaultMeterDataset
Sets the border type.
setBorderVisible(boolean) - Method in class org.jfree.chart.JFreeChart
Sets a flag that controls whether or not a border is drawn around the outside of the chart.
setBottom(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the bottom space.
setBottomCategoryLabelPosition(CategoryLabelPosition) - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use setCategoryLabelPositions(...).
setBoundMappedToLastCycle(boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound can be associated either with the current or with the last cycle.
setBounds(double, double, double, double) - Method in class org.jfree.chart.DrawableLegendItem
Set the bounds of this item.
setBoxWidth(double) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Sets the box width.
setBoxWidth(double) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Sets the box width.
setCandleWidth(double) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the candle width.
setCategory(Comparable) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the category that the annotation attaches to.
setCategory(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the category.
setCategoryAnchor(CategoryAnchor) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the category anchor point.
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.
setCategoryLabelPositionOffset(int) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the offset between the axis and the category labels (before label positioning is taken into account).
setCategoryLabelPositions(CategoryLabelPositions) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the category label position specification for the axis.
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.
setChipSpace(double) - Method in class org.jfree.data.WaferMapDataset
Sets the space to draw between chips.
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(ColorBar) - Method in class org.jfree.chart.plot.ContourPlot
Sets the colorbar for the plot.
setColorBarLocation(RectangleEdge) - Method in class org.jfree.chart.plot.ContourPlot
Sets the color bar location.
setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.ColorBar
Sets the color palette.
setColumnRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the order in which the columns should be rendered.
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(Range) - Method in class org.jfree.chart.plot.MeterPlot
Sets the critical range for the dial.
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.
setCrosshairX(double) - Method in class org.jfree.chart.CrosshairInfo
Sets the x coordinate for the crosshair.
setCrosshairY(double) - Method in class org.jfree.chart.CrosshairInfo
Sets the y coordinate for the crosshair.
setCursor(double) - Method in class org.jfree.chart.axis.AxisState
Sets the cursor position.
setData(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
Deprecated. Use setDataset(...) instead.
setDataArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the data area.
setDataAreaRatio(double) - Method in class org.jfree.chart.plot.Plot
Sets the data area ratio.
setDataset(CategoryDataset) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the datset this entity refers to.
setDataset(PieDataset) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the datset this entity refers to.
setDataset(XYDataset) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the dataset this entity refers to.
setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(ContourDataset) - Method in class org.jfree.chart.plot.ContourPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(ValueDataset) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(PieDataset) - Method in class org.jfree.chart.plot.PiePlot
Sets the dataset.
setDataset(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDatasetGroup(DatasetGroup) - Method in class org.jfree.chart.plot.Plot
Sets the dataset group.
setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the rendering order.
setDateFormat(int, Locale) - Method in class org.jfree.chart.title.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
Deprecated. Use setSectionOutlinePaint(paint).
setDefaultOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setSectionOutlineStroke.
setDefaultPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setSectionPaint(Paint).
setDefaultShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesFilled(boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the default 'shapes filled' flag.
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.Series
Sets the description of the series.
setDescription(String) - Method in class org.jfree.data.gantt.Task
Sets the task description.
setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to fill the dial background.
setDialOutlinePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dial outline paint.
setDialShape(DialShape) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dial shape.
setDialType(int) - Method in class org.jfree.chart.plot.MeterPlot
Deprecated. Use setDialShape(...).
setDirection(Rotation) - 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.
setDisplaySeriesLines(boolean) - Method in class org.jfree.chart.StandardLegend
Sets a flag that controls whether or not the legend displays the series line stroke.
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.ContourPlot
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.
setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis.
setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis.
setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis.
setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis (TOP, BOTTOM, LEFT or RIGHT).
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.
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.
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.
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.
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.
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.
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.ContourPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair is visible.
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair is visible.
setDomainDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
Sets the domain description.
setDomainDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the domain description.
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.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the domain axis.
setDomainGridlinePosition(CategoryAnchor) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the position used for the domain gridlines.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw grid-lines 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.
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.
setDomainGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the domain grid-lines are visible.
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.
setDomainTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the domain tick bands.
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.
setDrawBarOutline(boolean) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the flag that controls whether or not bar outlines are drawn.
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.
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.
setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.plot.Plot
Sets the drawing supplier for the plot.
setDuration(TimePeriod) - Method in class org.jfree.data.gantt.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.
setExceptionSegments(List) - Method in class org.jfree.chart.axis.SegmentedTimeline
Sets the exception segments list.
setExpTickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'expTickLabelsFlag' flag.
setExplodePercent(int, double) - Method in class org.jfree.chart.plot.PiePlot
Sets the amount that a pie section should be exploded.
setExtractType(int) - Method in class org.jfree.chart.plot.PiePlot
Defines the data extraction type if this plot uses a category plot.
setFaroutCoefficient(double) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Sets the value used as the farouts coefficient.
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.
setFirstBarPaint(Paint) - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Sets the paint that will be used to draw the first bar.
setFixedAutoRange(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The auto range is fixed for this class to the period by default.
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.
setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the fixed domain axis space.
setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed domain axis space.
setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the space (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the fixed range axis space.
setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed range axis space.
setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Sets the size (width or height, depending on the orientation of the plot) for the range axis of each subplot.
setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
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.annotations.TextAnnotation
Sets the font for the annotation.
setFont(Font) - Method in class org.jfree.chart.title.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.CombinedDomainXYPlot
Sets the amount of space between subplots.
setGap(double) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the amount of space between subplots.
setGapThreshold(double) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGroup(DatasetGroup) - Method in class org.jfree.chart.renderer.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
setGroup(DatasetGroup) - Method in class org.jfree.data.AbstractDataset
Sets the dataset group for the dataset.
setGroup(DatasetGroup) - Method in interface org.jfree.data.Dataset
Sets the dataset group.
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.
setHighFarOut(boolean) - Method in class org.jfree.chart.renderer.OutlierListCollection
Sets the flag that indicates the presence of one or more far out values at the top end of the range.
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(HorizontalAlignment) - Method in class org.jfree.chart.title.Title
Sets the horizontal alignment for the title, and notifies any registered listeners of the change.
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.title.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
Sets the index.
setInnerGap(Spacer) - Method in class org.jfree.chart.StandardLegend
Sets the inner gap for the legend.
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.
setItemLabelAnchor(ItemLabelAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setPositiveItemLabelPosition/setNegativeItemLabelPosition.
setItemLabelAnchor(ItemLabelAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setItemLabelPosition.
setItemLabelAnchorOffset(double) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the item label anchor offset.
setItemLabelAngle(Number) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setPositiveItemLabelPosition/setNegativeItemLabelPosition.
setItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for ALL series (optional).
setItemLabelFont(Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item label font for ALL series.
setItemLabelGenerator(PieItemLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the label generator (used for generating tool-tips).
setItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the item label generator for ALL series.
setItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item label generator for ALL series.
setItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for ALL series.
setItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelRotationAnchor(TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setPositiveItemLabelRotationAnchor/setNegativeItemLabelRotationAnchor.
setItemLabelTextAnchor(TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setPositiveItemLabelTextAnchor/setNegativeItemLabelTextAnchor.
setItemLabelTextAnchor(TextAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setItemLabelPosition.
setItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for ALL series.
setItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for ALL series (optional).
setItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of item labels for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemMargin(double) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the item margin.
setItemMargin(double) - Method in class org.jfree.chart.renderer.BoxAndWhiskerRenderer
Sets the item margin.
setItemMargin(double) - Method in class org.jfree.chart.renderer.LevelRenderer
Sets the item margin.
setItemPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the series label color.
setItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the item URL generator for ALL series.
setItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item URL generator for ALL series.
setKey(Comparable) - Method in class org.jfree.data.xml.ItemHandler
Sets the key.
setLabel(String) - Method in class org.jfree.chart.Marker
Sets the label (if null no label is displayed).
setLabel(String) - Method in class org.jfree.chart.axis.Axis
Sets the label for the axis (null permitted).
setLabelAngle(double) - Method in class org.jfree.chart.axis.Axis
Sets the angle for the label.
setLabelFont(Font) - Method in class org.jfree.chart.Marker
Sets the label font.
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.
setLabelOffset(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the label offset (from the arrow base, continuing in a straight line, in Java2D units).
setLabelPaint(Paint) - Method in class org.jfree.chart.Marker
Sets the label paint.
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.
setLabelPosition(MarkerLabelPosition) - Method in class org.jfree.chart.Marker
Sets the label position.
setLabelType(int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label type.
setLastBarPaint(Paint) - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Sets the paint that will be used to draw the last bar.
setLeft(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the left space.
setLeftCategoryLabelPosition(CategoryLabelPosition) - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use setCategoryLabelPositions(...).
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.
setLine(Line2D) - Method in class org.jfree.chart.DrawableLegendItem
Sets the line used to label this series.
setLineStroke(Stroke) - Method in class org.jfree.chart.DrawableLegendItem
Sets the line stroke used to render the line for this series.
setLog10TickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'log10TickLabelsFlag' flag.
setLogscale(boolean) - Method in class org.jfree.chart.ui.ColorPalette
Sets the 'log-scale' flag.
setLowFarOut(boolean) - Method in class org.jfree.chart.renderer.OutlierListCollection
Sets the flag that indicates the presence of one or more far out values at the bottom end of the range.
setLowerBound(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower bound for the axis range.
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.CategoryAxis
Sets the lower margin for the axis.
setLowerMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower margin for the axis, as a percentage of the current range.
setMargin(double) - Method in class org.jfree.chart.renderer.ClusteredXYBarRenderer
Sets the margin.
setMargin(double) - Method in class org.jfree.chart.renderer.XYBarRenderer
Sets the percentage amount by which the bars are trimmed.
setMarkOffset(double) - Method in class org.jfree.chart.renderer.SignalRenderer
Sets the mark offset.
setMarker(Shape) - Method in class org.jfree.chart.DrawableLegendItem
Set the marker.
setMarkerBand(MarkerAxisBand) - Method in class org.jfree.chart.axis.NumberAxis
Sets the marker band for the axis.
setMax(double) - Method in class org.jfree.chart.axis.AxisState
Sets the maximum width/height.
setMaxBarWidth(double) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the maximum bar width, which is specified as a percentage of the available space for all bars, and sends a RendererChangeEvent to all registered listeners.
setMaxCandleWidthInMilliseconds(double) - Method in class org.jfree.chart.renderer.CandlestickRenderer
Sets the maximum candle width (in milliseconds).
setMaxCategoryLabelWidthRatio(float) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the maximum category label width ratio.
setMaxChipX(int) - Method in class org.jfree.data.WaferMapDataset
Sets wafer x dimension.
setMaxChipY(int) - Method in class org.jfree.data.WaferMapDataset
Sets the number of chips in the y-dimension.
setMaxIcon(Icon) - Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
Sets the icon used to indicate the maximum value.
setMaxItemWidth(double) - Method in class org.jfree.chart.renderer.LevelRenderer
Sets the maximum item width, which is specified as a percentage of the available space for all items, and sends a RendererChangeEvent to all registered listeners.
setMaxZ(double) - Method in class org.jfree.chart.ui.ColorPalette
Sets the maximum Z value.
setMaximumAxisValue(double) - Method in class org.jfree.chart.axis.ValueAxis
Deprecated. Use setUpperBound(...).
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.
setMaximumValue(double) - Method in class org.jfree.chart.axis.ColorBar
Sets the maximum 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.
setMinZ(double) - Method in class org.jfree.chart.ui.ColorPalette
Sets the minimum Z 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
Deprecated. Use setLowerBound(...).
setMinimumBarLength(double) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the minimum bar length and sends a RendererChangeEvent to all registered listeners.
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.
setMinimumValue(double) - Method in class org.jfree.chart.axis.ColorBar
Sets the minimum value.
setMissingPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
Sets the missingPaint.
setModel(XYDataset) - Method in class org.jfree.data.XYDatasetTableModel
Sets the model (dataset).
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
setMultiDataset(CategoryDataset) - Method in class org.jfree.chart.plot.PiePlot
Sets the dataset for multiplie pies.
setMultiple(boolean) - Method in class org.jfree.chart.renderer.OutlierList
Sets the flag that indicates whether or not this list represents multiple outliers.
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.
setNegativeArrowVisible(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls whether or not the negative arrow on the axis line is visible.
setNegativeBarPaint(Paint) - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Sets the paint that will be used to draw bars having negative values.
setNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the negative item label position.
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the negative item label position for ALL series.
setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the negative item label position for ALL series.
setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
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(Range) - Method in class org.jfree.chart.plot.MeterPlot
Sets the normal range for the dial.
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
Sets a flag that controls whether or not listeners receive ChartChangeEvent notifications.
setNotify(boolean) - Method in class org.jfree.chart.title.Title
Sets the flag that indicates whether or not the notification mechanism is enabled.
setNotify(boolean) - Method in class org.jfree.data.Series
Sets the flag that controls whether or not change events are sent to registered listeners.
setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.NumberAxis
Sets the number format override.
setObject(Object) - Method in class org.jfree.data.KeyedObject
Sets the object.
setObject(Comparable, Object) - Method in class org.jfree.data.KeyedObjects
Replaces an existing object, or adds a new object to the collection.
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.
setOffset(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the orientation for the plot.
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Sets the orientation of the plot (and all subplots).
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the orientation for the plot (also changes the orientation for all the subplots to match).
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Sets the orientation for the plot (and all the subplots).
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the orientation for the plot (and all its subplots).
setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.XYPlot
Sets the orientation for the plot.
setOuterGap(Spacer) - Method in class org.jfree.chart.StandardLegend
Sets the outer gap for the legend.
setOutlierCoefficient(double) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Sets the value used as the outlier coefficient
setOutline(boolean) - Method in class org.jfree.chart.renderer.AreaXYRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutline(boolean) - Method in class org.jfree.chart.renderer.XYAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutline(boolean) - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutlinePaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the outline color.
setOutlinePaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.JThermometer
Sets the outline paint.
setOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setSectionOutlinePaint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the color used to draw the outline of the plot area.
setOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the outline paint for ALL series (optional).
setOutlineShapes(boolean) - Method in class org.jfree.chart.StandardLegend
Sets the flag that controls whether or not outlines are drawn around shapes.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.StandardLegend
Sets the outline pen/brush.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline stroke.
setOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setSectionOutlineStroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Plot
Sets the stroke used to outline the plot area.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke.
setOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the outline stroke for ALL series.
setPadding(Spacer) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the padding for the thermometer.
setPaint(Paint) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the paint for the annotation.
setPaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the color for the data points.
setPaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setSectionPaint(int, Paint).
setPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
setPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint to be used for all series and, if requested, sends a RendererChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Sets the paint used to fill boxes.
setPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the paint used to display the title string.
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
Sets the percentage complete.
setPercentComplete(double) - Method in class org.jfree.data.gantt.Task
Sets the percentage complete for the task.
setPercentComplete(Double) - Method in class org.jfree.data.gantt.Task
Sets the percentage complete for the task.
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.
setPeriod(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
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(CategoryPlot) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the plot that the renderer is currently assigned to.
setPlot(XYPlot) - Method in class org.jfree.chart.renderer.AbstractXYItemRenderer
Sets the plot that the renderer is assigned to.
setPlot(CategoryPlot) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(WaferMapPlot) - Method in class org.jfree.chart.renderer.WaferMapRenderer
Sets the plot and build the paint index.
setPlot(XYPlot) - 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.
setPlotArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the plot area.
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.
setPoint(Point2D) - Method in class org.jfree.chart.renderer.Outlier
Sets the xy coordinates of the bounding box containing the outlier ellipse.
setPopupMenu(JPopupMenu) - Method in class org.jfree.chart.ChartPanel
Sets the popup menu for the panel.
setPosition(RectangleEdge) - Method in class org.jfree.chart.title.Title
Sets the position for the title.
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
Deprecated. Use setXPosition(...).
setPosition(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Deprecated. Use setXPosition(...).
setPositiveArrowVisible(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls whether or not the positive arrow on the axis line is visible.
setPositiveBarPaint(Paint) - Method in class org.jfree.chart.renderer.WaterfallBarRenderer
Sets the paint that will be used to draw bars having positive values.
setPositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the positive item label position.
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the positive item label position for ALL series.
setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the positive item label position for ALL series.
setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.BarRenderer
Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
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.
setRadius(double) - Method in class org.jfree.chart.renderer.Outlier
Sets the radius of the outlier ellipse.
setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Sets a new axis range.
setRange(Range) - Method in class org.jfree.chart.axis.DateAxis
Sets the upper and lower bounds for the axis.
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(Range) - Method in class org.jfree.chart.axis.LogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper and lower bounds for the axis.
setRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range attribute.
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(Range) - Method in class org.jfree.chart.plot.MeterPlot
Sets the overall range for the dial.
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.
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'.
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.ContourPlot
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.XYPlot
Sets the range axis for the plot.
setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis.
setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis.
setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the range axis.
setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the range axis.
setRangeBase(double) - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Sets the value on the range axis which defines the default border of the area.
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.
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.
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.
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.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the pen-style (Stroke) used to draw the crosshairs (if visible).
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.
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.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range 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.ContourPlot
Sets the range crosshair value.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value.
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.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
Sets the range description.
setRangeDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the range description.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid lines against the range axis.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint 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.
setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the range axis.
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.
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.
setRangeTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the range tick bands.
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.CombinedDomainXYPlot
Sets the item renderer FOR ALL SUBPLOTS.
setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the item renderer FOR ALL SUBPLOTS.
setRenderer(WaferMapRenderer) - Method in class org.jfree.chart.plot.WaferMapPlot
Sets the item renderer, and notifies all listeners of a change to 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.
setRenderingHints(RenderingHints) - Method in class org.jfree.chart.JFreeChart
Sets the rendering hints for the chart.
setRight(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the right space.
setRightCategoryLabelPosition(CategoryLabelPosition) - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use setLabelPositions(...).
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.
setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation anchor point.
setRotationAngle(double) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation angle.
setRowRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the order in which the rows should be rendered.
setScaleFactor(double) - Method in class org.jfree.data.NormalizedMatrixSeries
Sets the factor that multiplies each item in this series when observed using getItem mehtod.
setSecondaryDataset(int, CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Adds or changes a secondary dataset for the plot.
setSecondaryDataset(int, XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Adds or changes a secondary dataset for the plot.
setSecondaryDomainAxis(int, CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a secondary domain axis.
setSecondaryDomainAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets a secondary domain axis.
setSecondaryDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location for a secondary domain axis.
setSecondaryDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location for a secondary domain axis.
setSecondaryRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a secondary range axis.
setSecondaryRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets a secondary range axis.
setSecondaryRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location for a secondary range axis.
setSecondaryRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location for a secondary range axis.
setSecondaryRenderer(int, CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a secondary renderer.
setSecondaryRenderer(int, XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Sets a secondary 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.
setSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the outline paint for ALL sections in the plot.
setSectionOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used to outline a section of the pie.
setSectionOutlinePaintListAutoFill(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
setSectionOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the stroke used to outline a section of the pie.
setSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the outline stroke for ALL sections in the plot.
setSectionOutlineStrokeListAutoFill(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
setSectionPaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used to fill a section of the pie.
setSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint for ALL sections in the plot.
setSectionPaintListAutoFill(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether or not null values are automatically replaced with a value from the DrawingSupplier.
setSeries(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the series index.
setSeries(int) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the series index.
setSeriesAngle(int, Number) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setSeriesPositiveItemLabelPosition/setSeriesNegativeItemLabelPosition.
setSeriesBarWidth(int, double) - Method in class org.jfree.chart.renderer.LayeredBarRenderer
Sets the width of the bars of a series.
setSeriesIndex(int) - Method in class org.jfree.chart.entity.LegendItemEntity
Sets the series index.
setSeriesItemLabelAnchor(int, ItemLabelAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setSeriesPositiveItemLabelPosition/setSeriesNegativeItemLabelPosition.
setSeriesItemLabelAnchor(int, ItemLabelAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setSeriesItemLabelPosition.
setSeriesItemLabelFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for a series.
setSeriesItemLabelFont(int, Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelFont(int, Font) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item label font for a series.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the label generator for a series.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item label generator for a series.
setSeriesItemLabelPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for a series.
setSeriesItemLabelPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelRotationAnchor(int, TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setSeriesPositiveItemLabelRotationAnchor/ setSeriesNegativeItemLabelRotationAnchor.
setSeriesItemLabelTextAnchor(int, TextAnchor) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated. Use setSeriesPositiveItemLabelTextAnchor/setSeriesNegativeItemLabelAnchor.
setSeriesItemLabelTextAnchor(int, TextAnchor) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Deprecated. Use setSeriesItemLabelPosition.
setSeriesItemLabelsVisible(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of item labels for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in class org.jfree.chart.renderer.AbstractCategoryItemRenderer
Sets the URL generator for a series.
setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the item URL generator for a series.
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.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the series negative item label position.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the negative item label position for a series.
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.
setSeriesOutlinePaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used to draw the outline for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int, Paint) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the outline paint for a series in the primary dataset.
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.
setSeriesOutlineStroke(int, Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the outline stroke for a series in the primary dataset.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series paint.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the paint 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.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the positive item label position for a series.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the positive item label position for a series.
setSeriesShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for a series.
setSeriesShape(int, Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int, Shape) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the shape for a series in the primary dataset.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the 'shapes filled' flag for a series.
setSeriesStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke used for a series.
setSeriesStroke(int, Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the stroke for a series in the primary dataset.
setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the stroke for a series in the primary dataset.
setShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for ALL series (optional).
setShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
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.
setShapePaint(Paint) - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Sets the Paint for rendering shapes.
setShapePaint(Paint) - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Sets the Paint for rendering shapes.
setShapeScaleX(double) - Method in class org.jfree.chart.StandardLegend
Sets the x scale factor for shapes displayed in the legend and sends a LegendChangeEvent to all registered listeners.
setShapeScaleY(double) - Method in class org.jfree.chart.StandardLegend
Sets the y scale factor for shapes displayed in the legend and sends a LegendChangeEvent to all registered listeners.
setShapeStroke(Stroke) - Method in class org.jfree.chart.renderer.StackedAreaXYRenderer
Sets the Stroke for rendering shapes.
setShapeStroke(Stroke) - Method in class org.jfree.chart.renderer.StackedXYAreaRenderer
Sets the Stroke for rendering shapes.
setShapeWidth(double) - Method in class org.jfree.chart.renderer.SignalRenderer
Sets the shape width.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.LineAndShapeRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.StandardXYItemRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.XYStepAreaRenderer
Sets the 'shapes filled' for ALL series.
setShowAxisLocation(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the location for the axis.
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.CategoryAxis
Deprecated. No longer supported.
setSpacer(Spacer) - Method in class org.jfree.chart.title.Title
Sets the spacer for the title, and notifies registered listeners of the change.
setStandardTickUnits(TickUnitSource) - 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.
setStartTime(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Sets the start time for the timeline.
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.
setStrictValuesFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'strictValuesFlag' flag; if true and 'allowNegativesFlag' is false then this axis will throw a runtime exception if any of its values are less than or equal to zero; if false then the axis will adjust for values less than or equal to zero as needed.
setStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for ALL series (optional).
setStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setStroke(Stroke) - Method in interface org.jfree.chart.renderer.CategoryItemRenderer
Sets the stroke for ALL series (optional).
setStroke(Stroke) - Method in interface org.jfree.chart.renderer.XYItemRenderer
Sets the stroke for ALL series (optional).
setSubLabelFont(Font) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the font for the sublabels.
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, 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.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.SymbolicAxis
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.annotations.TextAnnotation
Sets the text for the annotation.
setText(String) - Method in class org.jfree.chart.title.TextTitle
Sets the title to the specified text.
setTextAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation).
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.
setTickFontStyle(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the tick font style.
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.JThermometer
Sets the tick label font.
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).
setTickLabelType(int) - Method in class org.jfree.chart.plot.MeterPlot
Sets the tick label type.
setTickLabelsVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets the flag that determines whether or not the tick labels are visible.
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).
setTickMarkPosition(DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
Sets the tick mark position (start, middle or end of the time period).
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
Sets the tick values.
setTickValues(List) - Method in class org.jfree.chart.ui.ColorPalette
Store ticks.
setTicks(List) - Method in class org.jfree.chart.axis.AxisState
Sets the list of 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.
setTimeSeries(boolean) - Method in class org.jfree.data.JDBCXYDataset
Sets a flag that indicates whether or not the data represents a time series.
setTimeline(Timeline) - Method in class org.jfree.chart.axis.DateAxis
Sets the underlying timeline to use for this axis.
setTipRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the tip radius.
setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
Sets the title for the chart.
setTitle(String) - Method in class org.jfree.chart.JFreeChart
Sets the chart title.
setTitle(String) - Method in class org.jfree.chart.StandardLegend
Sets the title of the legend.
setTitleFont(Font) - Method in class org.jfree.chart.StandardLegend
Sets the title font.
setTitleProperties(Title) - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Sets the properties of the specified title to match the properties defined on this panel.
setToolTipGenerator(ContourToolTipGenerator) - Method in class org.jfree.chart.plot.ContourPlot
Sets the tool tip generator.
setToolTipGenerator(PieItemLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Deprecated. Use setItemLabelGenerator.
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.
setTop(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the top space.
setTopCategoryLabelPosition(CategoryLabelPosition) - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use setCategoryLabelPositions(...).
setTranspose(boolean) - Method in class org.jfree.data.JDBCCategoryDataset
Sets a flag that controls whether or not the table values are transposed when added to the dataset.
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.
setType(HistogramDataset.HistogramType) - Method in class org.jfree.data.HistogramDataset
Sets the histogram type.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.plot.ContourPlot
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.renderer.AbstractXYItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(int, int, CategoryURLGenerator) - Method in class org.jfree.chart.renderer.CategoryURLGeneratorTable
Deprecated. Sets the URL generator for a cell in the table.
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.
setUnits(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the unit type.
setUnits(String) - Method in class org.jfree.chart.plot.MeterPlot
Sets the units for the dial.
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.chart.plot.ThermometerPlot
Sets the unit type.
setUnits(String) - Method in class org.jfree.data.DefaultMeterDataset
Sets the measurement unit description.
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.axis.ValueAxis
Sets the upper bound for the axis range.
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.CategoryAxis
Sets the upper margin for the axis.
setUpperMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper margin for the axis, as a percentage of the current range.
setUseSubrangePaint(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range colour change option.
setValue(double) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the value.
setValue(double) - Method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(Number) - Method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(int, double) - Method in class org.jfree.chart.renderer.HighLow
Sets either OPEN or Close value depending on the valueType.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(double, Comparable, Comparable) - Method in class org.jfree.data.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(Number) - Method in class org.jfree.data.DefaultKeyedValue
Sets the value.
setValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValueDataset
Sets the value for the dataset and sends a DatasetChangeEvent to all registered listeners.
setValue(Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Adds or updates a value.
setValue(double) - Method in class org.jfree.data.DefaultMeterDataset
Sets the value.
setValue(Number) - Method in class org.jfree.data.DefaultMeterDataset
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, double) - Method in class org.jfree.data.DefaultPieDataset
Sets the data value for a key.
setValue(Number) - Method in class org.jfree.data.DefaultValueDataset
Sets the value.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.WaferMapDataset
Sets a value in the dataset and updates min and max value entries.
setValue(Number) - Method in class org.jfree.data.time.TimePeriodValue
Sets the value for this data item.
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.xml.ItemHandler
Sets the value.
setValueAt(Object, int, int) - Method in class org.jfree.data.TimeSeriesTableModel
Updates the time series.
setValueAt(Object, int, int) - Method in class org.jfree.data.XYDatasetTableModel
Updates the XYDataset if allowed.
setValueFont(Font) - Method in class org.jfree.chart.plot.JThermometer
Sets the value font.
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.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.
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.JThermometer
Sets the value paint.
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(VerticalAlignment) - Method in class org.jfree.chart.title.Title
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.
setVerticalCategoryLabels(boolean) - Method in class org.jfree.chart.axis.CategoryAxis
Deprecated. Use the get/setXXXCategoryLabelPosition methods.
setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the flag that controls whether the tick labels are displayed vertically (that is, rotated 90 degrees from horizontal).
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.BarRenderer3D
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(Range) - Method in class org.jfree.chart.plot.MeterPlot
Sets the warning range for the dial.
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.CategoryPlot
Sets the weight for the plot.
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.
setX(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the x coordinate for the text anchor point (measured against the domain axis).
setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Sets the position of the x axis within each time period.
setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeSeriesCollection
Sets the position within each time period that is used for the X values when the collection is used as an XYDataset.
setXValue(double[]) - Method in class org.jfree.chart.ClipPath
Sets the xValue.
setY(double) - Method in class org.jfree.chart.DrawableLegendItem
Set the y-coordinate for the item's location.
setY(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the y coordinate for the text anchor point (measured against the range axis).
setY(Number) - Method in class org.jfree.data.XYDataItem
Sets the y-value for this data pair.
setYValue(double[]) - Method in class org.jfree.chart.ClipPath
Sets the yValue.
setupNumberFmtObj() - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets up the number formatter object according to the 'expTickLabelsFlag' flag.
setupSmallLogFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets up flag for log axis processing.
shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Shrinks an area by the space attributes.
shrinkLeftAndRight(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Deprecated. This method is no longer required.
shrinkTopAndBottom(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Deprecated. This method is no longer required.
size() - Method in class org.jfree.chart.axis.TickUnits
Returns the number of tick units in this collection.
smallLogFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Helper flag for log axis processing.
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.
sortDataByDate() - Method in class org.jfree.data.OHLCDataset
Sorts the data into ascending order by date.
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.CategorySeriesHandler
The start of an element.
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.KeyHandler
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.ValueHandler
The start of an element.
stepped - Variable in class org.jfree.chart.ui.ColorPalette
Controls whether palette colors are stepped (not continuous).
strictValuesFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true make axis throw exception if any values are <= 0 and 'allowNegativesFlag' is false.
style - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The style number
switchedLog10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.

T

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.title.Title
Useful constant for the title position (also used for vertical alignment).
TOP_LEFT - Static variable in class org.jfree.chart.MarkerLabelPosition
Top/left.
TOP_OR_LEFT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or left.
TOP_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or right.
TOP_RIGHT - Static variable in class org.jfree.chart.MarkerLabelPosition
Top/right.
TableXYDataset - interface org.jfree.data.TableXYDataset.
An Interface to represent XY data in a table format so that each series is guaranteed to have the same number of items.
Task - class org.jfree.data.gantt.Task.
A simple representation of a task.
Task(String, TimePeriod) - Constructor for class org.jfree.data.gantt.Task
Creates a new task.
Task(String, Date, Date) - Constructor for class org.jfree.data.gantt.Task
Creates a new task.
TaskSeries - class org.jfree.data.gantt.TaskSeries.
A series that contains zero, one or many Task objects.
TaskSeries(String) - Constructor for class org.jfree.data.gantt.TaskSeries
Constructs a new series with the specified name.
TaskSeriesCollection - class org.jfree.data.gantt.TaskSeriesCollection.
A collection of TaskSeries objects.
TaskSeriesCollection() - Constructor for class org.jfree.data.gantt.TaskSeriesCollection
Default constructor.
TextAnnotation - class org.jfree.chart.annotations.TextAnnotation.
A base class for text annotations.
TextAnnotation(String) - Constructor for class org.jfree.chart.annotations.TextAnnotation
Creates a text annotation with default settings.
TextTitle - class org.jfree.chart.title.TextTitle.
A standard chart title.
TextTitle() - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, Paint) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, HorizontalAlignment) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, Spacer) - Constructor for class org.jfree.chart.title.TextTitle
Constructs a TextTitle with the specified properties.
ThermometerPlot - class org.jfree.chart.plot.ThermometerPlot.
A plot that displays a single value (from a ValueDataset) 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(String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.Tick
Creates a new tick.
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.
TickUnitSource - interface org.jfree.chart.axis.TickUnitSource.
An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit.
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.
TimePeriod - interface org.jfree.data.time.TimePeriod.
A period of time measured to millisecond precision using java.util.Date.
TimePeriodAnchor - class org.jfree.data.time.TimePeriodAnchor.
Used to indicate one of three positions in a time period: START, MIDDLE and END.
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, Number) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data item.
TimePeriodValue(TimePeriod, double) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data pair.
TimePeriodValues - class org.jfree.data.time.TimePeriodValues.
A structure containing zero, one or many TimePeriodValue instances.
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(TimeZone) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Deprecated. The TimeZone is ignored, use an alternative constructor.
TimePeriodValuesCollection(TimePeriodValues) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs a dataset containing a single series.
TimePeriodValuesCollection(TimePeriodValues, TimeZone) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Deprecated. TimeZone parameter is not used.
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(TimeZone) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs an empty dataset, tied to a specific 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.
TimeSeriesDataItem - class org.jfree.data.time.TimeSeriesDataItem.
Represents one data item in a time series.
TimeSeriesDataItem(RegularTimePeriod, Number) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data pair.
TimeSeriesDataItem(RegularTimePeriod, double) - 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.labels.TimeSeriesToolTipGenerator.
A standard tool tip generator for time series plots.
TimeSeriesToolTipGenerator() - Constructor for class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Default constructor.
TimeSeriesToolTipGenerator(String, String) - Constructor for class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Creates a tool tip generator with the specified date and number format strings.
TimeSeriesToolTipGenerator(DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.TimeSeriesToolTipGenerator
Constructs a new tooltip generator using the specified number formats.
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
Timeline - interface org.jfree.chart.axis.Timeline.
An interface that defines the contract for a Timeline.
Title - class org.jfree.chart.title.Title.
The base class for all chart titles.
Title() - Constructor for class org.jfree.chart.title.Title
Creates a new title, using default attributes where necessary.
Title(RectangleEdge, HorizontalAlignment, VerticalAlignment) - Constructor for class org.jfree.chart.title.Title
Creates a new title, using default attributes where necessary.
Title(RectangleEdge, HorizontalAlignment, VerticalAlignment, Spacer) - Constructor for class org.jfree.chart.title.Title
Constructs a new Title.
TitleChangeEvent - class org.jfree.chart.event.TitleChangeEvent.
A change event that encapsulates information about a change to a chart title.
TitleChangeEvent(Title) - 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(Title) - Constructor for class org.jfree.chart.ui.TitlePropertyEditPanel
Standard constructor: builds a panel for displaying/editing the properties of the specified title.
ToolTipTagFragmentGenerator - interface org.jfree.chart.imagemap.ToolTipTagFragmentGenerator.
Interface for generating the tooltip fragment of an HTML image map area tag.
tickValues - Variable in class org.jfree.chart.ui.ColorPalette
Tick values are stored for use with stepped palette.
timePeriodClass - Variable in class org.jfree.data.time.TimeSeries
The type of period for the data.
title - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The title, empty string not to display
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.
toMillisecond(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a value relative to the timeline into a millisecond.
toMillisecond(long) - Method in interface org.jfree.chart.axis.Timeline
Translates a value relative to this timeline into a domain value.
toString() - Method in class org.jfree.chart.MarkerLabelPosition
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.AxisLocation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.CategoryAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.DateTickMarkPosition
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.Tick
Returns a string representation of the tick.
toString() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns a string representing this object.
toString() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns a string representing the entity.
toString() - Method in class org.jfree.chart.plot.DatasetRenderingOrder
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.DialShape
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.PlotOrientation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.renderer.ItemLabelAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.renderer.Outlier
Returns a textual representation of the outlier.
toString() - Method in class org.jfree.chart.renderer.RangeType
Returns a string representing the object.
toString() - Method in class org.jfree.data.DateRange
Returns a string representing the date range (useful for debugging).
toString() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a string representing the object.
toString() - Method in class org.jfree.data.Range
Returns a string representation of this Range.
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.Quarter
Returns a string representing the quarter (e.g.
toString() - Method in class org.jfree.data.time.RegularTimePeriod
Returns a string representation of the time period.
toString() - Method in class org.jfree.data.time.TimePeriodAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.data.time.Week
Returns a string representing the week (e.g.
toString() - Method in class org.jfree.data.time.Year
Returns a string representing the year..
toTimelineValue(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a value relative to the domain value (all Dates) into a value relative to the segmented timeline.
toTimelineValue(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a date into a value relative to the segmented timeline.
toTimelineValue(long) - Method in interface org.jfree.chart.axis.Timeline
Translates a millisecond (as defined by java.util.Date) into an index along this timeline.
toTimelineValue(Date) - Method in interface org.jfree.chart.axis.Timeline
Translates a date into a value on this timeline.
translateDateToJava2D(Date, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
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(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Converts a coordinate from Java 2D space to data space.
translateJava2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Translates a Java2D coordinate into the corresponding data value.
translateJava2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogarithmicAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified plotArea.
translateJava2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DToValue(double, Rectangle2D, RectangleEdge) - 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, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Deprecated. Use translateJava2DToValue(double, ...).
translateScreenToJava2D(Point) - Method in class org.jfree.chart.ChartPanel
Translates a screen location to a Java2D point.
translateValueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Translates a value from data space to Java 2D space.
translateValueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Translates the data value to the display coordinates (Java 2D User Space) of the chart.
translateValueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogarithmicAxis
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, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
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, RectangleEdge) - 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.
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'.
UPDATED_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEvent
Event type indicating that the chart's data source has been modified.
UP_45 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
UP_45 category label positions.
UP_90 - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
UP_90 category label positions.
URLTagFragmentGenerator - interface org.jfree.chart.imagemap.URLTagFragmentGenerator.
Interface for generating the URL fragment of an HTML image map area tag.
update(int, int, double) - Method in class org.jfree.data.MatrixSeries
Updates the value of the specified item in this matrix series.
update(int, int, double) - Method in class org.jfree.data.NormalizedMatrixSeries
 
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.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.
update(int, Number) - Method in class org.jfree.data.time.TimeSeries
Updates (changes) the value of a data pair.
updateAveragedOutlier() - Method in class org.jfree.chart.renderer.OutlierList
Updates the averaged outlier.
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, 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.
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.
updateXPoints() - Method in class org.jfree.data.DefaultTableXYDataset
Updates XPoints for all series.

V

VALUE_AND_PERCENT_LABELS - Static variable in class org.jfree.chart.plot.PiePlot
Constant indicating percent labels on the pie sections.
VALUE_INDEX - Static variable in class org.jfree.chart.renderer.WaferMapRenderer
The default value index.
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.
VERTICAL - Static variable in class org.jfree.chart.StandardLegendItemLayout
Useful constant for vertical orientation.
VERTICAL - Static variable in class org.jfree.chart.plot.PlotOrientation
For a plot where the range axis is vertical.
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.
Value - interface org.jfree.data.Value.
A general purpose interface for accessing a value.
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, TickUnitSource) - Constructor for class org.jfree.chart.axis.ValueAxis
Constructs a value axis.
ValueAxisPlot - interface org.jfree.chart.plot.ValueAxisPlot.
An interface that is implemented by plots that use a ValueAxis, providing a standard method to find the current data range.
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.
ValueTick - class org.jfree.chart.axis.ValueTick.
A value tick.
ValueTick(double, String, float, float, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.ValueTick
Creates a new value tick.
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.
validateObject() - Method in class org.jfree.data.AbstractDataset
Validates the object.
valueBound(HttpSessionBindingEvent) - Method in class org.jfree.chart.servlet.ChartDeleter
Binding this object to the session has no additional effects.
valueHistory - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
An array for storing the objects that represent each series.
valueToString(double) - Method in class org.jfree.chart.axis.DateTickUnit
Formats a value.
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.SymbolicAxis
Converts a value to a string, using the list of symbolic values.
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.
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.
visibleRange(ContourDataset, Range, Range) - Method in class org.jfree.chart.plot.ContourPlot
Returns the visible z-range.
visibleRange(ContourDataset, Range, Range) - Static method in class org.jfree.chart.plot.ContourPlotUtilities
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.
WEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position WEST.
WEST - Static variable in class org.jfree.chart.title.Title
Useful constant for the title position.
WIDTHMETHOD_AVERAGE - Static variable in class org.jfree.chart.renderer.CandlestickRenderer
The average width method.
WIDTHMETHOD_INTERVALDATA - Static variable in class org.jfree.chart.renderer.CandlestickRenderer
The interval data method.
WIDTHMETHOD_SMALLEST - Static variable in class org.jfree.chart.renderer.CandlestickRenderer
The smallest width method.
WORKING_CALENDAR - Static variable in class org.jfree.data.time.RegularTimePeriod
A working calendar (recycle to avoid unnecessary object creation).
WaferMapDataset - class org.jfree.data.WaferMapDataset.
A dataset that can be used with the WaferMapPlot class.
WaferMapDataset(int, int) - Constructor for class org.jfree.data.WaferMapDataset
Creates a new dataset using the default chipspace.
WaferMapDataset(int, int, Number) - Constructor for class org.jfree.data.WaferMapDataset
Creates a new dataset.
WaferMapPlot - class org.jfree.chart.plot.WaferMapPlot.
A wafer map plot.
WaferMapPlot(WaferMapDataset) - Constructor for class org.jfree.chart.plot.WaferMapPlot
constructor with a dataset only
WaferMapPlot(WaferMapDataset, WaferMapRenderer) - Constructor for class org.jfree.chart.plot.WaferMapPlot
Creates a new plot.
WaferMapRenderer - class org.jfree.chart.renderer.WaferMapRenderer.
A renderer for wafer map plots.
WaferMapRenderer() - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
Creates a new renderer.
WaferMapRenderer(int, int) - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
Creates a new renderer.
WaferMapRenderer(Integer, Integer) - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
Creates a new renderer.
WaterfallBarRenderer - class org.jfree.chart.renderer.WaterfallBarRenderer.
A renderer that handles the drawing of waterfall bar charts, for use with the CategoryPlot class.
WaterfallBarRenderer() - Constructor for class org.jfree.chart.renderer.WaterfallBarRenderer
Constructs a new renderer with default values for the bar colors.
WaterfallBarRenderer(Paint, Paint, Paint, Paint) - Constructor for class org.jfree.chart.renderer.WaterfallBarRenderer
Constructs a new waterfall renderer.
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(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.
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.
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
Deprecated. Use default constructor and then set generators.
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.
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, 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) - 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.
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.
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.
writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - 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
Writes a scaled version of a chart to an output stream in PNG format.

X

XYAnnotation - interface org.jfree.chart.annotations.XYAnnotation.
The interface that must be supported by annotations that are to be added to an XYPlot.
XYAreaRenderer - class org.jfree.chart.renderer.XYAreaRenderer.
Area item renderer for an XYPlot.
XYAreaRenderer() - Constructor for class org.jfree.chart.renderer.XYAreaRenderer
Constructs a new renderer.
XYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.XYAreaRenderer
Constructs a new renderer.
XYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.XYAreaRenderer
Constructs a new renderer.
XYAreaRendererState - class org.jfree.chart.renderer.XYAreaRendererState.
The state object used by the renderer for one chart drawing.
XYAreaRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.XYAreaRendererState
Creates a new state.
XYBarRenderer - class org.jfree.chart.renderer.XYBarRenderer.
A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
XYBarRenderer() - Constructor for class org.jfree.chart.renderer.XYBarRenderer
The default constructor.
XYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.XYBarRenderer
Constructs a new renderer.
XYBarRenderer(double, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.XYBarRenderer
Deprecated. Use default constructor then set tooltip generator and URL generator.
XYBoxAndWhiskerRenderer - class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer.
A renderer that draws box-and-whisker items on an XYPlot.
XYBoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Creates a new renderer for box and whisker charts.
XYBoxAndWhiskerRenderer(double) - Constructor for class org.jfree.chart.renderer.XYBoxAndWhiskerRenderer
Creates a new renderer for box and whisker charts.
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) - Constructor for class org.jfree.chart.renderer.XYBubbleRenderer
Constructs a new renderer.
XYBubbleRenderer(int, XYZToolTipGenerator, XYZURLGenerator) - Constructor for class org.jfree.chart.renderer.XYBubbleRenderer
Deprecated. Use default constructor.
XYDataItem - class org.jfree.data.XYDataItem.
Represents one (x, y) data item for an xy-series.
XYDataItem(Number, Number) - Constructor for class org.jfree.data.XYDataItem
Constructs a new data item.
XYDataItem(double, double) - Constructor for class org.jfree.data.XYDataItem
Constructs a new data pair.
XYDataPair - class org.jfree.data.XYDataPair.
Deprecated. Use XYDataItem.
XYDataPair(Number, Number) - Constructor for class org.jfree.data.XYDataPair
Deprecated. Constructs a new data pair.
XYDataPair(double, double) - Constructor for class org.jfree.data.XYDataPair
Deprecated. 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.
XYDatasetTableModel - class org.jfree.data.XYDatasetTableModel.
A READ-ONLY wrapper around an XYDataset to convert it to a table model for use in a JTable.
XYDatasetTableModel() - Constructor for class org.jfree.data.XYDatasetTableModel
Default constructor.
XYDatasetTableModel(XYDataset) - Constructor for class org.jfree.data.XYDatasetTableModel
Creates a new table model based on the specified dataset.
XYDifferenceRenderer - class org.jfree.chart.renderer.XYDifferenceRenderer.
A renderer for an XYPlot that highlights the differences between two series.
XYDifferenceRenderer(Paint, Paint, boolean) - Constructor for class org.jfree.chart.renderer.XYDifferenceRenderer
Creates a new renderer.
XYDotRenderer - class org.jfree.chart.renderer.XYDotRenderer.
A renderer that draws a small dot at each data point for an XYPlot.
XYDotRenderer() - Constructor for class org.jfree.chart.renderer.XYDotRenderer
Constructs a new renderer.
XYDrawableAnnotation - class org.jfree.chart.annotations.XYDrawableAnnotation.
A general annotation that can be placed on an XYPlot.
XYDrawableAnnotation(double, double, double, double, Drawable) - Constructor for class org.jfree.chart.annotations.XYDrawableAnnotation
Creates a new annotation to be displayed within the given area.
XYImageAnnotation - class org.jfree.chart.annotations.XYImageAnnotation.
An annotation that allows an image to be placed at some location on an XYPlot.
XYImageAnnotation(double, double, Image) - Constructor for class org.jfree.chart.annotations.XYImageAnnotation
Creates a new annotation to be displayed within the given area.
XYItemEntity - class org.jfree.chart.entity.XYItemEntity.
A chart entity that represents one item within an XYPlot.
XYItemEntity(Shape, String, int, int) - Constructor for class org.jfree.chart.entity.XYItemEntity
Deprecated. Use alternative constructor.
XYItemEntity(Shape, String, String, int, int) - Constructor for class org.jfree.chart.entity.XYItemEntity
Deprecated. Use alternative constructor.
XYItemEntity(Shape, XYDataset, int, int, String, String) - 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.
XYItemRendererState - class org.jfree.chart.renderer.XYItemRendererState.
The state for an XYItemRenderer.
XYItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.XYItemRendererState
Creates a new state.
XYLineAnnotation - class org.jfree.chart.annotations.XYLineAnnotation.
A simple line 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() - Constructor for class org.jfree.chart.plot.XYPlot
Default constructor.
XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class org.jfree.chart.plot.XYPlot
Creates a new plot.
XYPointerAnnotation - class org.jfree.chart.annotations.XYPointerAnnotation.
An arrow and label that can be placed on an XYPlot.
XYPointerAnnotation(String, double, double, double) - Constructor for class org.jfree.chart.annotations.XYPointerAnnotation
Creates a new label and arrow annotation.
XYSeries - class org.jfree.data.XYSeries.
Represents a sequence of zero or more data items 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.
XYShapeAnnotation - class org.jfree.chart.annotations.XYShapeAnnotation.
A simple Shape annotation that can be placed on an XYPlot.
XYShapeAnnotation(Shape, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
Creates a new annotation to be displayed.
XYStepAreaRenderer - class org.jfree.chart.renderer.XYStepAreaRenderer.
A step chart renderer that fills the area between the step and the x-axis.
XYStepAreaRenderer() - Constructor for class org.jfree.chart.renderer.XYStepAreaRenderer
Constructs a new renderer.
XYStepAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.XYStepAreaRenderer
Constructs a new renderer.
XYStepAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.XYStepAreaRenderer
Constructs a new renderer.
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 at a particular (x, y) location 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.
XYToolTipGenerator - interface org.jfree.chart.labels.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.labels.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.
XisSymbolic - interface org.jfree.data.XisSymbolic.
Represent a data set where X is a symbolic values.
xIndex - Variable in class org.jfree.data.DefaultContourDataset
The index for the start of each column in the data.
xValues - Variable in class org.jfree.data.DefaultContourDataset
Storage for the x values.

Y

YEAR - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for years.
YIntervalRenderer - class org.jfree.chart.renderer.YIntervalRenderer.
A renderer that draws a line connecting the start and end Y values for an XYPlot.
YIntervalRenderer() - Constructor for class org.jfree.chart.renderer.YIntervalRenderer
The default constructor.
YIntervalRenderer(XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.YIntervalRenderer
Deprecated. Use default constructor.
Year - class org.jfree.data.time.Year.
Represents a year in the range 1900 to 9999.
Year() - Constructor for class org.jfree.data.time.Year
Creates a new Year, based on the current system date/time.
Year(int) - Constructor for class org.jfree.data.time.Year
Creates a time period representing a single year.
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.
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.
ZERO - Static variable in class org.jfree.chart.renderer.AbstractRenderer
A useful constant.
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.
zValues - Variable in class org.jfree.data.DefaultContourDataset
Storage for the z values.
zeroAll() - Method in class org.jfree.data.MatrixSeries
Sets all matrix values to zero.
zeroAll() - Method in class org.jfree.data.NormalizedMatrixSeries
 
zoom(Rectangle2D) - Method in class org.jfree.chart.ChartPanel
Zooms in on a selected region.
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.CombinedDomainXYPlot
A zoom method that (currently) does nothing.
zoom(double) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
A zoom method that (currently) 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.ContourPlot
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.PeriodMarkerPlot
A zoom method that does nothing.
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.Plot
Performs a zoom on the plot.
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.XYPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoomHorizontalAxes(double) - Method in class org.jfree.chart.plot.CategoryPlot
Multiplies the range on the horizontal axis/axes by the specified factor.
zoomHorizontalAxes(double, double) - Method in class org.jfree.chart.plot.CategoryPlot
Zooms in on the horizontal axes.
zoomHorizontalAxes(double) - Method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the horizontal axis/axes by the specified factor.
zoomHorizontalAxes(double, double) - Method in class org.jfree.chart.plot.ContourPlot
Zooms the horizontal axes (not yet implemented).
zoomHorizontalAxes(double) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the horizontal axis/axes by the specified factor (not yet implemented).
zoomHorizontalAxes(double, double) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the horizontal axes (not yet implemented).
zoomHorizontalAxes(double) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the horizontal axis/axes by the specified factor.
zoomHorizontalAxes(double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Zooms the horizontal axes.
zoomHorizontalAxes(double) - Method in interface org.jfree.chart.plot.ValueAxisPlot
Multiplies the range on the horizontal axis/axes by the specified factor.
zoomHorizontalAxes(double, double) - Method in interface org.jfree.chart.plot.ValueAxisPlot
Zooms in on the horizontal axes.
zoomHorizontalAxes(double) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the horizontal axis/axes by the specified factor.
zoomHorizontalAxes(double, double) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the horizontal axes.
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.
zoomRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Zooms in on the current range.
zoomVerticalAxes(double) - Method in class org.jfree.chart.plot.CategoryPlot
Multiplies the range on the vertical axis/axes by the specified factor.
zoomVerticalAxes(double, double) - Method in class org.jfree.chart.plot.CategoryPlot
Zooms in on the vertical axes.
zoomVerticalAxes(double) - Method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the vertical axis/axes by the specified factor.
zoomVerticalAxes(double, double) - Method in class org.jfree.chart.plot.ContourPlot
Zooms the vertical axes (not yet implemented).
zoomVerticalAxes(double) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the vertical axis/axes by the specified factor (not yet implemented).
zoomVerticalAxes(double, double) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the vertical axes (not yet implemented).
zoomVerticalAxes(double) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the vertical axis/axes by the specified factor.
zoomVerticalAxes(double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Zooms the vertical axes.
zoomVerticalAxes(double) - Method in interface org.jfree.chart.plot.ValueAxisPlot
Multiplies the range on the vertical axis/axes by the specified factor.
zoomVerticalAxes(double, double) - Method in interface org.jfree.chart.plot.ValueAxisPlot
Zooms in on the vertical axes.
zoomVerticalAxes(double) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the vertical axis/axes by the specified factor.
zoomVerticalAxes(double, double) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the vertical axes.

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