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

AREA - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (area only).
AREA - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (area only).
AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
AREA_AND_SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
ASCENDING - Static variable in class org.jfree.data.DomainOrder
Ascending order.
AXIS_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
The axis gap.
AbstractBlock - class org.jfree.chart.block.AbstractBlock.
A convenience class for creating new classes that implement the Block interface.
AbstractBlock() - Constructor for class org.jfree.chart.block.AbstractBlock
Creates a new block.
AbstractCategoryItemLabelGenerator - class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator.
A base class that can be used to create a label or tooltip generator that can be assigned to a CategoryItemRenderer.
AbstractCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Creates a label generator with the specified number formatter.
AbstractCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Creates a label generator with the specified date formatter.
AbstractCategoryItemRenderer - class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer.
An abstract base class that you can use to implement a new CategoryItemRenderer.
AbstractCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Creates a new renderer with no tool tip generator and no URL generator.
AbstractDataset - class org.jfree.data.general.AbstractDataset.
An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractDataset() - Constructor for class org.jfree.data.general.AbstractDataset
Constructs a dataset.
AbstractIntervalXYDataset - class org.jfree.data.xy.AbstractIntervalXYDataset.
An base class that you can use to create new implementations of the IntervalXYDataset interface.
AbstractIntervalXYDataset() - Constructor for class org.jfree.data.xy.AbstractIntervalXYDataset
 
AbstractPieItemLabelGenerator - class org.jfree.chart.labels.AbstractPieItemLabelGenerator.
A base class used for generating pie chart item labels.
AbstractPieItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Creates an item label generator using the specified number formatters.
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.general.AbstractSeriesDataset.
An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset() - Constructor for class org.jfree.data.general.AbstractSeriesDataset
Creates a new dataset.
AbstractXYAnnotation - class org.jfree.chart.annotations.AbstractXYAnnotation.
The interface that must be supported by annotations that are to be added to an XYPlot.
AbstractXYAnnotation() - Constructor for class org.jfree.chart.annotations.AbstractXYAnnotation
Creates a new instance that has no tool tip or URL specified.
AbstractXYDataset - class org.jfree.data.xy.AbstractXYDataset.
An base class that you can use to create new implementations of the XYDataset interface.
AbstractXYDataset() - Constructor for class org.jfree.data.xy.AbstractXYDataset
 
AbstractXYItemLabelGenerator - class org.jfree.chart.labels.AbstractXYItemLabelGenerator.
A base class for creating item label generators.
AbstractXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using default number formatters.
AbstractXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
AbstractXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
AbstractXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
AbstractXYItemRenderer - class org.jfree.chart.renderer.xy.AbstractXYItemRenderer.
A base class that can be used to create new XYItemRenderer implementations.
AbstractXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Creates a renderer where the tooltip generator and the URL generator are both null.
AbstractXYZDataset - class org.jfree.data.xy.AbstractXYZDataset.
An base class that you can use to create new implementations of the XYZDataset interface.
AbstractXYZDataset() - Constructor for class org.jfree.data.xy.AbstractXYZDataset
 
AreaRenderer - class org.jfree.chart.renderer.category.AreaRenderer.
A category item renderer that draws area charts.
AreaRenderer() - Constructor for class org.jfree.chart.renderer.category.AreaRenderer
Creates a new renderer.
AreaRendererEndType - class org.jfree.chart.renderer.AreaRendererEndType.
An enumeration of the 'end types' for an area renderer.
Arrangement - interface org.jfree.chart.block.Arrangement.
An object that is responsible for arranging a collection of Blocks within a BlockContainer.
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.
AxisLocation - class org.jfree.chart.axis.AxisLocation.
Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
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.
accepts(double) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns true if the specified value belongs in the bin, and false otherwise.
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.PolarChartPanel
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 space to the top, bottom, left or right edge of the plot area.
add(TickUnit) - Method in class org.jfree.chart.axis.TickUnits
Adds a tick unit to the collection.
add(Block, Object) - Method in interface org.jfree.chart.block.Arrangement
Adds a block and a key which can be used to determine the position of the block in the arrangement.
add(Block) - Method in class org.jfree.chart.block.BlockContainer
Adds a block to the container.
add(Block, Object) - Method in class org.jfree.chart.block.BlockContainer
Adds a block to the container.
add(Block, Object) - Method in class org.jfree.chart.block.BorderArrangement
Adds a block to the arrangement manager at the specified edge.
add(Block, Object) - Method in class org.jfree.chart.block.CenterArrangement
Adds a block to be managed by this instance.
add(Block, Object) - Method in class org.jfree.chart.block.ColumnArrangement
Adds a block to be managed by this instance.
add(Block, Object) - Method in class org.jfree.chart.block.FlowArrangement
Adds a block to be managed by this instance.
add(Block, Object) - Method in class org.jfree.chart.block.GridArrangement
Adds a block and a key which can be used to determine the position of the block in the arrangement.
add(ChartEntity) - Method in interface org.jfree.chart.entity.EntityCollection
Adds an entity to the collection.
add(ChartEntity) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds an entity to the collection.
add(CategoryPlot) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
add(CategoryPlot, int) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
add(XYPlot) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Adds a subplot (with a default 'weight' of 1) and sends a PlotChangeEvent to all registered listeners.
add(XYPlot, int) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Adds a subplot with the specified weight and sends a PlotChangeEvent to all registered listeners.
add(CategoryPlot) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Adds a subplot (with a default 'weight' of 1) and sends a PlotChangeEvent to all registered listeners.
add(CategoryPlot, int) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Adds a subplot and sends a PlotChangeEvent to all registered listeners.
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(Task) - Method in class org.jfree.data.gantt.TaskSeries
Adds a task to the series and sends a SeriesChangeEvent to all registered listeners.
add(TaskSeries) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Adds a series to the dataset and sends a DatasetChangeEvent to all registered listeners.
add(SeriesDataset) - Method in class org.jfree.data.general.CombinedDataset
Adds one SeriesDataset to the combination.
add(SeriesDataset[]) - Method in class org.jfree.data.general.CombinedDataset
Adds an array of SeriesDataset's to the combination.
add(SeriesDataset, int) - Method in class org.jfree.data.general.CombinedDataset
Adds one series from a SeriesDataset to the combination.
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(Number, Number, 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 and sends a SeriesChangeEvent to all registered listeners.
add(RegularTimePeriod, double) - Method in class org.jfree.data.time.TimeSeries
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(RegularTimePeriod, Number) - Method in class org.jfree.data.time.TimeSeries
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(TimePeriod, double, String) - Method in class org.jfree.data.time.TimeTableXYDataset
Adds a new data item to the dataset and sends a DatasetChangeEvent to all registered listeners.
add(TimePeriod, Number, String, boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Adds a new data item to the dataset.
add(double, double, String) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Adds a data item to this dataset and sends a DatasetChangeEvent to all registered listeners.
add(Number, Number, String, boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Adds a data item to this dataset and, if requested, sends a DatasetChangeEvent to all registered listeners.
add(XYDataItem) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(XYDataItem, boolean) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(double, double) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(double, double, boolean) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(double, Number) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(double, Number, boolean) - Method in class org.jfree.data.xy.XYSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(Number, Number) - Method in class org.jfree.data.xy.XYSeries
Adds new data to the series and sends a SeriesChangeEvent to all registered listeners.
add(Number, Number, boolean) - Method in class org.jfree.data.xy.XYSeries
Adds new data to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
addAll(LegendItemCollection) - Method in class org.jfree.chart.LegendItemCollection
Adds the legend items from another collection to this collection.
addAll(EntityCollection) - Method in interface org.jfree.chart.entity.EntityCollection
Adds the entities from another collection to this collection.
addAll(EntityCollection) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds all the entities from the specified 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 and sends a PlotChangeEvent to all registered listeners.
addAnnotation(XYAnnotation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
addAnnotation(XYAnnotation, Layer) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Adds an annotation to the specified layer.
addAnnotation(XYAnnotation) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
addAnnotation(XYAnnotation, Layer) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Adds an annotation to the specified layer.
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.
addBin(SimpleHistogramBin) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds a bin to the dataset.
addCategoryLabelToolTip(Comparable, String) - Method in class org.jfree.chart.axis.CategoryAxis
Adds a tooltip to the specified category and sends an AxisChangeEvent to all registered listeners.
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 to receive notification of changes to the renderer.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Adds a change listener.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Adds a change listener.
addChangeListener(DatasetChangeListener) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Add a renderer change listener.
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.general.AbstractDataset
Registers an object to receive notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.general.Dataset
Registers an object for notification of changes to the dataset.
addChangeListener(SeriesChangeListener) - Method in class org.jfree.data.general.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.
addCornerTextItem(String) - Method in class org.jfree.chart.plot.PolarPlot
Add text to be displayed in the lower right hand corner.
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 and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the domain axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for a renderer and sends a PlotChangeEvent to all registered listeners.
addEntities(EntityCollection) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds all the entities from the specified collection.
addEntity(PlotRenderingInfo, Shape, int, String, String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
A utility method for adding an XYAnnotationEntity to a PlotRenderingInfo instance.
addEntity(ChartEntity) - Method in class org.jfree.chart.entity.StandardEntityCollection
Adds an entity.
addEntity(EntityCollection, Shape, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Adds an entity to the collection.
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.
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.
addObservation(double) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds an observation to the dataset (by incrementing the item count for the appropriate bin).
addObservation(double, boolean) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds an observation to the dataset (by incrementing the item count for the appropriate bin).
addObservations(double[]) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds a set of values to the dataset.
addOrUpdate(RegularTimePeriod, double) - Method in class org.jfree.data.time.TimeSeries
Adds or updates an item in the times series and sends a SeriesChangeEvent to all registered listeners.
addOrUpdate(RegularTimePeriod, Number) - Method in class org.jfree.data.time.TimeSeries
Adds or updates an item in the times series and sends a SeriesChangeEvent to all registered listeners.
addOrUpdate(Number, Number) - Method in class org.jfree.data.xy.XYSeries
Adds or updates an item in the series and sends a SeriesChangeEvent to all registered listeners.
addPieLabelRecord(PieLabelRecord) - Method in class org.jfree.chart.plot.PieLabelDistributor
Adds a label record.
addProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of progress events relating to the chart.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.general.Series
Adds a property change listener to the series.
addRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display (in the foreground) against the range axis and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display against the range axis and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display by a particular renderer.
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 and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for the range axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for a renderer and sends a PlotChangeEvent to all registered listeners.
addSeries(String, double[], int) - Method in class org.jfree.data.statistics.HistogramDataset
Adds a series to the dataset, using the specified number of bins.
addSeries(String, double[], int, double, double) - Method in class org.jfree.data.statistics.HistogramDataset
Adds a series to the dataset.
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 and sends a DatasetChangeEvent to all registered listeners.
addSeries(XYSeries) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(MatrixSeries) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Adds a series to the collection.
addSeries(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeriesLabel(int, String) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Adds an extra label for the specified series.
addSubCategory(Comparable) - Method in class org.jfree.chart.axis.SubCategoryAxis
Adds a sub-category to the axis.
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.
addURLs(Map) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Adds a map of URLs.
addValue(Comparable, double) - Method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
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.category.DefaultCategoryDataset
Adds a value to the table.
addValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds a value to the table.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.general.WaferMapDataset
Sets a value in the dataset.
addValue(int, int, int) - Method in class org.jfree.data.general.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.
adjustDownwards(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Any labels that are overlapping are moved down in an attempt to eliminate the overlaps.
adjustInwards() - Method in class org.jfree.chart.plot.PieLabelDistributor
Adjusts the y-coordinate for the labels in towards the center in an attempt to fix overlapping.
adjustUpwards(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Any labels that are overlapping are moved up in an attempt to eliminate the overlaps.
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).
arrange(Graphics2D) - Method in class org.jfree.chart.block.AbstractBlock
Arranges the contents of the block, with no constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.AbstractBlock
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in interface org.jfree.chart.block.Arrangement
Arranges the blocks within the specified container, subject to the given constraint.
arrange(Graphics2D) - Method in interface org.jfree.chart.block.Block
Arranges the contents of the block, with no constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in interface org.jfree.chart.block.Block
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.BlockContainer
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the items in the specified container, subject to the given constraint.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
arrange(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.GridArrangement
Arranges the blocks within the specified container, subject to the given constraint.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.LabelBlock
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.title.CompositeTitle
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.title.LegendTitle
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.title.TextTitle
Arranges the contents of the block, within the given constraints, and returns the block size.
arrangeFF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the items within a container.
arrangeFF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
arrangeFF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
arrangeFF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
arrangeFF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.GridArrangement
Arranges the container with a fixed overall width and height.
arrangeFN(BlockContainer, double, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the container width a fixed width and no constraint on the height.
arrangeFN(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks in the container with a fixed width and no height constraint.
arrangeFN(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with a fixed width and no height constraint.
arrangeFR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Performs an arrangement with a fixed width and a range for the height.
arrangeFR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks in the container with a fixed with and a range constraint on the height.
arrangeFR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with a fixed with and a range constraint on the height.
arrangeNF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks with no width constraint and a fixed height constraint.
arrangeNF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
arrangeNF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks with no width constraint and a fixed height constraint.
arrangeNN(BlockContainer, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Performs an arrangement without constraints.
arrangeNN(BlockContainer, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks without any constraints.
arrangeNN(BlockContainer, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
Arranges the blocks without any constraints.
arrangeNN(BlockContainer, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks without any constraints.
arrangeNN(BlockContainer, Graphics2D) - Method in class org.jfree.chart.block.GridArrangement
Arranges the container with no constraint on the width or height.
arrangeRF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks in the container with a range constraint on the width and a fixed height.
arrangeRF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
 
arrangeRF(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with a range constraint on the width and a fixed height.
arrangeRN(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the block with a range constraint on the width, and no constraint on the height.
arrangeRN(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the block with a range constraint on the width, and no constraint on the height.
arrangeRR(BlockContainer, Range, Range, Graphics2D) - Method in class org.jfree.chart.block.BorderArrangement
Performs an arrangement with range constraints on both the vertical and horizontal sides.
arrangeRR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks with the overall width and height to fit within specified ranges.
arrangeRR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.ColumnArrangement
 
arrangeRR(BlockContainer, RectangleConstraint, Graphics2D) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks with the overall width and height to fit within specified ranges.
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.ModuloAxis
This method should calculate a range that will show all the data values.
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.PeriodAxis
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 sets the axis range to fit the range of values in the dataset.
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 domain 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 range 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.category.BarRenderer
Constant that controls the minimum width before a bar has an outline drawn.
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.
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.
BarChartDemo1 - class org.jfree.chart.demo.BarChartDemo1.
A simple demonstration application showing how to create a bar chart.
BarChartDemo1(String) - Constructor for class org.jfree.chart.demo.BarChartDemo1
Creates a new demo instance.
BarRenderer - class org.jfree.chart.renderer.category.BarRenderer.
A CategoryItemRenderer that draws individual data items as bars.
BarRenderer() - Constructor for class org.jfree.chart.renderer.category.BarRenderer
Creates a new bar renderer with default settings.
BarRenderer3D - class org.jfree.chart.renderer.category.BarRenderer3D.
A renderer for bars with a 3D effect, for use with the CategoryPlot class.
BarRenderer3D() - Constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Default constructor, creates a renderer with a ten pixel '3D effect'.
BarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Constructs a new renderer with the specified '3D effect'.
Block - interface org.jfree.chart.block.Block.
A block is an arbitrary item that can be drawn (in Java2D space) within a rectangular area, has a preferred size, and can be arranged by an Arrangement manager.
BlockBorder - class org.jfree.chart.block.BlockBorder.
A border for a block.
BlockBorder() - Constructor for class org.jfree.chart.block.BlockBorder
Creates a default border.
BlockBorder(Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified color.
BlockBorder(RectangleInsets, Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border.
BlockContainer - class org.jfree.chart.block.BlockContainer.
A container for a collection of Block objects.
BlockContainer() - Constructor for class org.jfree.chart.block.BlockContainer
Creates a new instance with default settings.
BlockContainer(Arrangement) - Constructor for class org.jfree.chart.block.BlockContainer
Creates a new instance with the specified arrangement.
BorderArrangement - class org.jfree.chart.block.BorderArrangement.
An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.
BorderArrangement() - Constructor for class org.jfree.chart.block.BorderArrangement
Creates a new instance.
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.category.BoxAndWhiskerRenderer.
A box-and-whisker renderer.
BoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Default constructor.
BoxAndWhiskerToolTipGenerator - class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator.
An item label generator for plots that use data from a BoxAndWhiskerCategoryDataset.
BoxAndWhiskerToolTipGenerator() - Constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a default tool tip generator.
BoxAndWhiskerToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a tool tip formatter.
BoxAndWhiskerXYDataset - interface org.jfree.data.statistics.BoxAndWhiskerXYDataset.
An interface that defines data in the form of (x, max, min, average, median) tuples.
BoxAndWhiskerXYToolTipGenerator - class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator.
An item label generator for plots that use data from a BoxAndWhiskerXYDataset.
BoxAndWhiskerXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates a default item label generator.
BoxAndWhiskerXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates a new item label generator.
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.contour.NonGridContourDataset
Builds a regular grid.

C

CATEGORY - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
Percentage of category.
CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'CategoryDataset' element name.
CENTER - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
Center.
CHORD - Static variable in class org.jfree.chart.plot.DialShape
Chord.
CIRCLE - Static variable in class org.jfree.chart.plot.DialShape
Circle.
CLOSE - Static variable in class org.jfree.chart.renderer.xy.HighLow
Useful constant for open/close value types.
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_RANGE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant to indicate the critical data range.
CRITICAL_TEXT - Static variable in class org.jfree.chart.plot.MeterPlot
The default text for the critical level.
CSV - class org.jfree.data.io.CSV.
A utility class for reading CategoryDataset data from a CSV file.
CSV() - Constructor for class org.jfree.data.io.CSV
Creates a new CSV reader where the field delimiter is a comma, and the text delimiter is a double-quote.
CSV(char, char) - Constructor for class org.jfree.data.io.CSV
Creates a new reader with the specified field and text delimiters.
CandlestickRenderer - class org.jfree.chart.renderer.xy.CandlestickRenderer.
A renderer that draws candlesticks on an XYPlot (requires a OHLCDataset).
CandlestickRenderer() - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double, boolean, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.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 a CategoryPlot.
CategoryAxis - class org.jfree.chart.axis.CategoryAxis.
An axis that displays categories.
CategoryAxis() - Constructor for class org.jfree.chart.axis.CategoryAxis
Creates a new category axis with no label.
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.category.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, String, CategoryDataset, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemRenderer - interface org.jfree.chart.renderer.category.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.category.CategoryItemRendererState.
An object that retains temporary state information for a CategoryItemRenderer.
CategoryItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryItemRendererState
Creates a new object for recording temporary state information for a renderer.
CategoryLabelGenerator - interface org.jfree.chart.labels.CategoryLabelGenerator.
A category item label generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a CategoryPlot.
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) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new category label position record.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, CategoryLabelWidthType, float) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new category label position record.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, TextAnchor, double, CategoryLabelWidthType, float) - 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.
CategoryLabelWidthType - class org.jfree.chart.axis.CategoryLabelWidthType.
Represents the width types for a category label.
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.
CategoryStepRenderer - class org.jfree.chart.renderer.category.CategoryStepRenderer.
A "step" renderer similar to XYStepRenderer but that can be used with the CategoryPlot class.
CategoryStepRenderer() - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
Creates a new renderer (stagger defaults to false).
CategoryStepRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
Creates a new renderer.
CategoryTableXYDataset - class org.jfree.data.xy.CategoryTableXYDataset.
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
CategoryTableXYDataset() - Constructor for class org.jfree.data.xy.CategoryTableXYDataset
Creates a new empty CategoryTableXYDataset.
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.category.CategoryToPieDataset.
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.
CategoryToPieDataset(CategoryDataset, TableOrder, int) - Constructor for class org.jfree.data.category.CategoryToPieDataset
An adaptor class that converts any CategoryDataset into a PieDataset, by taking the values from a single row or column.
CategoryToolTipGenerator - interface org.jfree.chart.labels.CategoryToolTipGenerator.
A category tool tip generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as tooltips for the items in a CategoryPlot.
CategoryURLGenerator - interface org.jfree.chart.urls.CategoryURLGenerator.
A URL generator for items in a CategoryDataset.
CenterArrangement - class org.jfree.chart.block.CenterArrangement.
Arranges a block in the center of its container.
CenterArrangement() - Constructor for class org.jfree.chart.block.CenterArrangement
Creates a new instance.
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, ChartChangeEventType) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEventType - class org.jfree.chart.event.ChartChangeEventType.
Defines tokens used to indicate an event type.
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 chart 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 from a ChartPanel.
ChartPanel - class org.jfree.chart.ChartPanel.
A Swing GUI component for displaying a JFreeChart object.
ChartPanel(JFreeChart) - Constructor for class org.jfree.chart.ChartPanel
Constructs a panel that displays the specified chart.
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.
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.
A collection of utility methods for JFreeChart.
ChartUtilities() - Constructor for class org.jfree.chart.ChartUtilities
 
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.xy.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.xy.ClusteredXYBarRenderer
Default constructor.
ClusteredXYBarRenderer(double, boolean) - Constructor for class org.jfree.chart.renderer.xy.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.
ColorBlock - class org.jfree.chart.block.ColorBlock.
A block that is filled with a single color.
ColorBlock(Paint, double, double) - Constructor for class org.jfree.chart.block.ColorBlock
Creates a new block.
ColorPalette - class org.jfree.chart.ui.ColorPalette.
Defines palette used in Contour Plots.
ColorPalette() - Constructor for class org.jfree.chart.ui.ColorPalette
Default contructor.
ColumnArrangement - class org.jfree.chart.block.ColumnArrangement.
Arranges blocks in a column layout.
ColumnArrangement() - Constructor for class org.jfree.chart.block.ColumnArrangement
Creates a new instance.
ColumnArrangement(HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class org.jfree.chart.block.ColumnArrangement
Creates a new instance.
CombinationDataset - interface org.jfree.data.general.CombinationDataset.
Interface that describes the new methods that any combined dataset needs to implement.
CombinedDataset - class org.jfree.data.general.CombinedDataset.
This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
CombinedDataset() - Constructor for class org.jfree.data.general.CombinedDataset
Default constructor for an empty combination.
CombinedDataset(SeriesDataset[]) - Constructor for class org.jfree.data.general.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() - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
Default constructor.
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.
CompassFormat - class org.jfree.chart.axis.CompassFormat.
A formatter that displays numbers as directions.
CompassFormat() - Constructor for class org.jfree.chart.axis.CompassFormat
Creates a new formatter.
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.
CompositeTitle - class org.jfree.chart.title.CompositeTitle.
A title that contains multiple titles within a BlockContainer.
CompositeTitle() - Constructor for class org.jfree.chart.title.CompositeTitle
Creates a new composite title with a default border arrangement.
CompositeTitle(BlockContainer) - Constructor for class org.jfree.chart.title.CompositeTitle
Creates a new title using the specified container.
ContourDataset - interface org.jfree.data.contour.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.
CrosshairState - class org.jfree.chart.plot.CrosshairState.
Maintains state information about crosshairs on a plot.
CrosshairState() - Constructor for class org.jfree.chart.plot.CrosshairState
Default constructor.
CrosshairState(boolean) - Constructor for class org.jfree.chart.plot.CrosshairState
Creates a new info object.
CustomPieURLGenerator - class org.jfree.chart.urls.CustomPieURLGenerator.
A custom URL generator for pie charts.
CustomPieURLGenerator() - Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
Default constructor.
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.xy.CyclicXYItemRenderer.
The Cyclic XY item renderer is specially designed to handle cyclic axis.
CyclicXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Default constructor.
CyclicXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer.OverwriteDataSet - class org.jfree.chart.renderer.xy.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.xy.CyclicXYItemRenderer.OverwriteDataSet
Creates a new dataset.
calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Calculates the anchor point for a tick.
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 all the axes in the plot.
calculateBarL0L1(double) - Method in class org.jfree.chart.renderer.category.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.category.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.category.GroupedStackedBarRenderer
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.category.LevelRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.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.
calculateConstrainedSize(Size2D) - Method in class org.jfree.chart.block.RectangleConstraint
Returns the new size that reflects the constraints defined by this instance.
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.
calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Calculates the (x, y) coordinates for drawing a marker label.
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, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Calculates the bar width and stores it in the renderer state.
calculateLabelAnchorPoint(ItemLabelAnchor, double, double, PlotOrientation) - Method in class org.jfree.chart.renderer.AbstractRenderer
Calculates the item label anchor point.
calculateLabelLocation(Rectangle2D, double, Rectangle2D, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the location for a label
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(Number[]) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of an array of numbers.
calculateMean(Collection) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of a collection of Number objects.
calculateMedian(List) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a list of values (Number objects).
calculateMedian(List, boolean) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a list of values (Number objects) that are assumed to be in ascending order.
calculateMedian(List, int, int) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a sublist within a list of values (Number objects).
calculateMedian(List, int, int, boolean) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a sublist within a list of values (Number objects).
calculatePieDatasetTotal(PieDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Calculates the total of all the values in a PieDataset.
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.category.BarRenderer
Calculates the available space for each series.
calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.category.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.
calculateTotalHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Adds the margin, border and padding to the specified content height.
calculateTotalWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Adds the margin, border and padding to the specified content width.
calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the number of visible ticks.
canPrune(Number) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns true if all the y-values for the specified x-value are null and false otherwise.
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 and sends an AxisChangeEvent to all registered listeners.
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.block.Arrangement
Clears any cached layout information retained by the arrangement.
clear() - Method in class org.jfree.chart.block.BlockContainer
Clears all the blocks from the container.
clear() - Method in class org.jfree.chart.block.BorderArrangement
Clears the layout.
clear() - Method in class org.jfree.chart.block.CenterArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.ColumnArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.FlowArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.GridArrangement
Clears any cached layout information retained by the arrangement.
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.DefaultKeyedValues2D
Clears all the data and associated keys.
clear() - Method in class org.jfree.data.category.DefaultCategoryDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.time.TimeSeries
Removes all data items from the series and sends a SeriesChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.xy.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 and sends a PlotChangeEvent to all registered listeners.
clearCategoryLabelToolTips() - Method in class org.jfree.chart.axis.CategoryAxis
Clears the category label tooltips and sends an AxisChangeEvent to all registered listeners.
clearCornerTextItem() - Method in class org.jfree.chart.plot.PolarPlot
Clear the list of corner text items.
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.
clearDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the domain axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the domain axes from the plot and sends a PlotChangeEvent to all registered listeners.
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 (foreground and background) domain markers and sends a PlotChangeEvent to all registered listeners.
clearRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the range axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the range axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the range markers for the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the range markers for the specified renderer.
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 and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
Clears the (foreground and background) range markers for a particular renderer.
clearSeriesLabels(int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Clears the extra labels for the specified series.
clearSubtitles() - Method in class org.jfree.chart.JFreeChart
Clears all subtitles from the chart and sends a ChartChangeEvent to all registered listeners.
clone() - Method in class org.jfree.chart.ChartRenderingInfo
Returns a clone of this object.
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.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.XYBoxAnnotation
Returns a clone.
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.XYPolygonAnnotation
Returns a clone.
clone() - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Returns a clone.
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.PeriodAxis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a clone of the timeline.
clone() - Method in class org.jfree.chart.axis.Tick
Returns a clone of the tick.
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.block.BlockContainer
Returns a clone of the container.
clone() - Method in class org.jfree.chart.block.EmptyBlock
Returns a clone of the block.
clone() - Method in class org.jfree.chart.entity.ChartEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.ContourEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns a clone.
clone() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
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.HighLowItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
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.StandardPieSectionLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
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.SymbolicXYItemLabelGenerator
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.IntervalMarker
Returns a clone of the marker.
clone() - Method in class org.jfree.chart.plot.Marker
Creates a clone of the marker.
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.PlotRenderingInfo
Returns a clone of this object.
clone() - Method in class org.jfree.chart.plot.PolarPlot
Returns 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.AbstractRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.SignalRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.WindItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.title.TextTitle
Returns a clone of this object.
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 class org.jfree.chart.urls.CustomPieURLGenerator
Returns a clone of the 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.DefaultKeyedValue
Returns a clone.
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.KeyToGroupMap
Returns a clone of the map.
clone() - Method in class org.jfree.data.KeyedObject
Returns a clone of this object.
clone() - Method in class org.jfree.data.KeyedObjects
Returns a clone of this object.
clone() - Method in class org.jfree.data.KeyedObjects2D
Returns a clone.
clone() - Method in class org.jfree.data.gantt.Task
Returns a clone of the task.
clone() - Method in class org.jfree.data.general.AbstractDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.general.DatasetGroup
Clones the group.
clone() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Creates a clone of the dataset.
clone() - Method in class org.jfree.data.general.DefaultPieDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.general.Series
Returns a clone of the series.
clone() - Method in class org.jfree.data.statistics.HistogramBin
Returns a clone of the bin.
clone() - Method in class org.jfree.data.statistics.HistogramDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns a clone of the bin.
clone() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.time.TimePeriodValue
Clones the object.
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 item.
clone() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.xy.IntervalXYDelegate
 
clone() - Method in class org.jfree.data.xy.XYDataItem
Returns a clone of this object.
clone() - Method in class org.jfree.data.xy.XYSeries
Returns a clone of the series.
close() - Method in class org.jfree.data.jdbc.JDBCPieDataset
Close the database connection
close() - Method in class org.jfree.data.jdbc.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.plot.PieLabelRecord
Compares this object 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.statistics.SimpleHistogramBin
Compares the bin to an arbitrary object and returns the relative ordering.
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.SimpleTimePeriod
Returns an integer that indicates the relative ordering of two time periods.
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.
compareTo(Object) - Method in class org.jfree.data.xy.OHLCDataItem
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jfree.data.xy.XYDataItem
Returns an integer indicating the order of this object relative to another object.
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.
configure() - Method in class org.jfree.chart.axis.PeriodAxis
Configures the axis to work with the current plot.
configureDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the domain axes.
configureDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the domain axes.
configureRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the range axes.
configureRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the range axes.
constrain(double) - Method in class org.jfree.data.Range
Returns the value within the range that is closest to the specified value.
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 and false otherwise.
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, CrosshairState) - 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.
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.
createBufferedImage(int, int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, double, double, 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, OHLCDataset, 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.general.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.general.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array.
createCategoryDataset(Comparable[], Comparable[], double[][]) - Static method in class org.jfree.data.general.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(Comparable, KeyedValues) - Static method in class org.jfree.data.general.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.
createConsolidatedPieDataset(PieDataset, Comparable, double) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a new pie dataset based on the supplied dataset, but modified by aggregating all the low value items (those whose value is lower than the percentThreshold) into a single item with the key "Other".
createConsolidatedPieDataset(PieDataset, Comparable, double, int) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a new pie dataset based on the supplied dataset, but modified by aggregating all the low value items (those whose value is lower than the percentThreshold) into a single item.
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.
createCopy(int, int) - Method in class org.jfree.data.xy.XYSeries
Creates a new series 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.
createDemoPanel() - Static method in class org.jfree.chart.demo.PieChartDemo1
Creates a panel for the demo (used by SuperDemo.java).
createDemoPanel() - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
Creates a panel for the demo (used by SuperDemo.java).
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, OHLCDataset, 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, OHLCDataset, 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 chart.
createInstance(JFreeChart) - Static method in class org.jfree.chart.Legend
Static factory method that returns a concrete subclass of Legend.
createInstance(Date, TimeZone) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Creates a time period that includes the specified millisecond, assuming the given time zone.
createInstance(Class, Date, TimeZone) - Static method in class org.jfree.data.time.RegularTimePeriod
Creates a time period that includes the specified millisecond, assuming the given time zone.
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.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(PieDataset, Comparable) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYZDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
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.
createLegendItemBlock(LegendItem) - Method in class org.jfree.chart.title.LegendTitle
Creates a legend item block.
createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createMovingAverage(TimeSeriesCollection, String, int, int) - Static method in class org.jfree.data.time.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.time.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.time.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.time.MovingAverage
Creates a new XYDataset containing the moving averages of each series in the source dataset.
createMovingAverage(XYDataset, int, String, double, double) - Static method in class org.jfree.data.time.MovingAverage
Creates a new XYSeries containing the moving averages of one series in the source dataset.
createMultiplePieChart(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a chart that displays multiple pie plots.
createMultiplePieChart3D(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a chart that displays multiple pie plots.
createNumberArray(double[]) - Static method in class org.jfree.data.general.DataUtilities
Constructs an array of Number objects from an array of double primitives.
createNumberArray(double[]) - Static method in class org.jfree.data.xy.DefaultHighLowDataset
Constructs an array of Number objects from an array of doubles.
createNumberArray2D(double[][]) - Static method in class org.jfree.data.general.DataUtilities
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings that compares 2 datasets.
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.general.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.general.DatasetUtilities
Creates a pie dataset from a CategoryDataset by taking all the values for a single column.
createPieDatasetForRow(CategoryDataset, Comparable) - Static method in class org.jfree.data.general.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.general.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.time.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).
createPolarChart(String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a polar plot for the specified dataset (x-values interpreted as angles in degrees).
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
Creates a popup menu for the panel.
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.PolarChartPanel
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 a stacked area chart with default settings.
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.
createStackedXYAreaChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked XY area plot.
createStandardDateTickUnits() - Static method in class org.jfree.chart.axis.DateAxis
Returns a collection of standard date tick units that uses the default time zone.
createStandardDateTickUnits(TimeZone) - 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.
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.
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, boolean, 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.
DATASET_UPDATED - Static variable in class org.jfree.chart.event.ChartChangeEventType
DATASET_UPDATED.
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 class org.jfree.chart.axis.Axis
The default axis label font.
DEFAULT_AXIS_LABEL_GAP - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default axis label gap (currently 10%).
DEFAULT_AXIS_LABEL_INSETS - Static variable in class org.jfree.chart.axis.Axis
The default axis label insets.
DEFAULT_AXIS_LABEL_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default axis label paint.
DEFAULT_AXIS_LINE_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default axis line paint.
DEFAULT_AXIS_LINE_STROKE - Static variable in class org.jfree.chart.axis.Axis
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 class org.jfree.chart.axis.Axis
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 class org.jfree.chart.JFreeChart
The default background image.
DEFAULT_BACKGROUND_IMAGE_ALIGNMENT - Static variable in class org.jfree.chart.JFreeChart
The default background image alignment.
DEFAULT_BACKGROUND_IMAGE_ALPHA - Static variable in class org.jfree.chart.JFreeChart
The default background image alpha.
DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.JFreeChart
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 class org.jfree.chart.ChartPanel
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_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.annotations.XYTextAnnotation
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.FastScatterPlot
The default grid line paint.
DEFAULT_GRIDLINE_PAINT - Static variable in class org.jfree.chart.plot.PolarPlot
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.FastScatterPlot
The default grid line stroke.
DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart.plot.PolarPlot
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_HEAD - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default head radius percent (currently 1%).
DEFAULT_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default panel height.
DEFAULT_HORIZONTAL_ALIGNMENT - Static variable in class org.jfree.chart.title.Title
The default horizontal alignment.
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_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.SpiderWebPlot
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_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYLabelGenerator
The default item label format.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.BarRenderer
The default item margin percentage.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.LevelRenderer
The default item margin percentage.
DEFAULT_ITEM_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default item parameter.
DEFAULT_LABEL_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label background paint.
DEFAULT_LABEL_BACKGROUND_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label background paint.
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_FONT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label font.
DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label font.
DEFAULT_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
The default item label format.
DEFAULT_LABEL_FORMAT_STRING - Static variable in class org.jfree.chart.labels.IntervalCategoryLabelGenerator
The default format string.
DEFAULT_LABEL_FORMAT_STRING - Static variable in class org.jfree.chart.labels.StandardCategoryLabelGenerator
The default format string.
DEFAULT_LABEL_OFFSET - Static variable in class org.jfree.chart.annotations.XYPointerAnnotation
The default label offset (in Java2D units).
DEFAULT_LABEL_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label outline paint.
DEFAULT_LABEL_OUTLINE_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline paint.
DEFAULT_LABEL_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.PiePlot
The default section label outline stroke.
DEFAULT_LABEL_OUTLINE_STROKE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label outline stroke.
DEFAULT_LABEL_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label paint.
DEFAULT_LABEL_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label paint.
DEFAULT_LABEL_SHADOW_PAINT - Static variable in class org.jfree.chart.plot.PiePlot
The default section label shadow paint.
DEFAULT_LABEL_SHADOW_PAINT - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default series label shadow paint.
DEFAULT_LEGEND_ITEM_BOX - Static variable in class org.jfree.chart.plot.Plot
A default box shape for legend items.
DEFAULT_LEGEND_ITEM_CIRCLE - Static variable in class org.jfree.chart.plot.Plot
A default circle shape for legend items.
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_MARGIN - Static variable in class org.jfree.chart.StandardLegend
The default margin (space around the outside of the legend).
DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MAX_VALUE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default maximum value plotted - forces the plot to evaluate the maximum from the data passed 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 class org.jfree.chart.ChartPanel
The default limit below which chart scaling kicks in.
DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
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_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_PADDING - Static variable in class org.jfree.chart.StandardLegend
The default inner gap.
DEFAULT_PADDING - Static variable in class org.jfree.chart.title.Title
Default title padding.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
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_POSITION - Static variable in class org.jfree.chart.title.Title
The default title position.
DEFAULT_PREFIX - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default prefix.
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_ANCHOR - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation anchor.
DEFAULT_ROTATION_ANGLE - Static variable in class org.jfree.chart.annotations.TextAnnotation
The default rotation angle.
DEFAULT_ROTATION_ANGLE - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
The default rotation angle.
DEFAULT_SCALE_FACTOR - Static variable in class org.jfree.data.xy.NormalizedMatrixSeries
The default scale factor.
DEFAULT_SECTION_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieItemLabelGenerator
The default section label format.
DEFAULT_SECTION_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
The default section label format.
DEFAULT_SERIES_PARAMETER - Static variable in class org.jfree.chart.urls.StandardXYURLGenerator
The default series parameter.
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_START_ANGLE - Static variable in class org.jfree.chart.plot.PiePlot
The default starting angle for the pie chart.
DEFAULT_START_ANGLE - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The default starting angle for the radar chart axes.
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_ANCHOR - Static variable in class org.jfree.chart.annotations.XYTextAnnotation
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 class org.jfree.chart.axis.Axis
The default tick labels visibility.
DEFAULT_TICK_LABEL_FONT - Static variable in class org.jfree.chart.axis.Axis
The default tick label font.
DEFAULT_TICK_LABEL_INSETS - Static variable in class org.jfree.chart.axis.Axis
The default tick label insets.
DEFAULT_TICK_LABEL_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default tick label paint.
DEFAULT_TICK_MARKS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default tick marks visible.
DEFAULT_TICK_MARK_INSIDE_LENGTH - Static variable in class org.jfree.chart.axis.Axis
The default tick mark inside length.
DEFAULT_TICK_MARK_OUTSIDE_LENGTH - Static variable in class org.jfree.chart.axis.Axis
The default tick mark outside length.
DEFAULT_TICK_MARK_PAINT - Static variable in class org.jfree.chart.axis.Axis
The default tick paint.
DEFAULT_TICK_MARK_STROKE - Static variable in class org.jfree.chart.axis.Axis
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 class org.jfree.chart.JFreeChart
The default font for titles.
DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.StandardLegend
The default title font.
DEFAULT_TOOLTIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieItemLabelGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
The default tooltip format string.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYZToolTipGenerator
The default tooltip format.
DEFAULT_TOOL_TIP_FORMAT_STRING - Static variable in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
The default format string.
DEFAULT_TOOL_TIP_FORMAT_STRING - Static variable in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
The default format string.
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_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.category.BarRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default wall paint.
DEFAULT_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default panel width.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.xy.XYLine3DRenderer
The default y-offset for the 3D effect.
DEFAULT_ZOOM_TRIGGER_DISTANCE - Static variable in class org.jfree.chart.ChartPanel
The minimum size required to perform a zoom on a rectangle
DESCENDING - Static variable in class org.jfree.data.DomainOrder
Descending order.
DIALTYPE_CHORD - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'chord'.
DIALTYPE_CIRCLE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'circle'.
DIALTYPE_PIE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant for meter type 'pie'.
DIRECTIONS - Static variable in class org.jfree.chart.axis.CompassFormat
The directions.
DISCONTINUOUS - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISCONTINUOUS_LINES - Static variable in class org.jfree.chart.renderer.xy.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.general.DataUtilities.
Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities).
DataUtilities() - Constructor for class org.jfree.data.general.DataUtilities
 
Dataset - interface org.jfree.data.general.Dataset.
The base interface for data sets.
DatasetChangeEvent - class org.jfree.data.general.DatasetChangeEvent.
A change event that encapsulates information about a change to a dataset.
DatasetChangeEvent(Object, Dataset) - Constructor for class org.jfree.data.general.DatasetChangeEvent
Constructs a new event.
DatasetChangeListener - interface org.jfree.data.general.DatasetChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - class org.jfree.data.general.DatasetGroup.
A class that is used to group datasets (currently not used for any specific purpose).
DatasetGroup() - Constructor for class org.jfree.data.general.DatasetGroup
Constructs a new group.
DatasetGroup(String) - Constructor for class org.jfree.data.general.DatasetGroup
Creates a new group with the specified id.
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.
Defines the tokens that 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.general.DatasetUtilities.
A collection of useful static methods relating to datasets.
DateAxis - class org.jfree.chart.axis.DateAxis.
The base class for axes that display dates.
DateAxis() - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis with no label.
DateAxis(String) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis with the specified label.
DateAxis(String, TimeZone) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateRange - class org.jfree.data.time.DateRange.
A range specified in terms of two java.util.Date objects.
DateRange() - Constructor for class org.jfree.data.time.DateRange
Default constructor.
DateRange(Date, Date) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range.
DateRange(double, double) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range using two values that will be interpreted as "milliseconds since midnight GMT, 1-Jan-1970".
DateRange(Range) - Constructor for class org.jfree.data.time.DateRange
Constructs a new range that is based on another Range.
DateTick - class org.jfree.chart.axis.DateTick.
A tick used by the DateAxis class.
DateTick(Date, String, 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, RectangleInsets) - 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
Creates a new instance, derived from the system date/time (and assuming the default timezone).
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, TimeZone) - Constructor for class org.jfree.data.time.Day
Constructs a new instance, 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.category.DefaultCategoryDataset.
A default implementation of the CategoryDataset interface.
DefaultCategoryDataset() - Constructor for class org.jfree.data.category.DefaultCategoryDataset
Creates a new (empty) dataset.
DefaultCategoryItemRenderer - class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer.
A default renderer for the CategoryPlot class.
DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
 
DefaultContourDataset - class org.jfree.data.contour.DefaultContourDataset.
A convenience class that provides a default implementation of the ContourDataset interface.
DefaultContourDataset() - Constructor for class org.jfree.data.contour.DefaultContourDataset
Creates a new dataset, initially empty.
DefaultContourDataset(String, Object[], Object[], Object[]) - Constructor for class org.jfree.data.contour.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.xy.DefaultHighLowDataset.
A simple implementation of the OHLCDataset.
DefaultHighLowDataset(String, Date[], double[], double[], double[], double[], double[]) - Constructor for class org.jfree.data.xy.DefaultHighLowDataset
Constructs a new high/low/open/close dataset.
DefaultIntervalCategoryDataset - class org.jfree.data.category.DefaultIntervalCategoryDataset.
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
DefaultIntervalCategoryDataset(double[][], double[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Creates a new dataset.
DefaultIntervalCategoryDataset(Number[][], Number[][]) - Constructor for class org.jfree.data.category.DefaultIntervalCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultIntervalCategoryDataset(String[], Number[][], Number[][]) - Constructor for class org.jfree.data.category.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.category.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) item.
DefaultKeyedValueDataset - class org.jfree.data.general.DefaultKeyedValueDataset.
A default implementation of the KeyedValueDataset interface.
DefaultKeyedValueDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Constructs a new dataset, initially empty.
DefaultKeyedValueDataset(Comparable, Number) - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Creates a new dataset with the specified initial value.
DefaultKeyedValueDataset(KeyedValue) - Constructor for class org.jfree.data.general.DefaultKeyedValueDataset
Creates a new dataset that uses the data from a KeyedValue instance.
DefaultKeyedValues - class org.jfree.data.DefaultKeyedValues.
An ordered list of (key, value) items.
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).
DefaultKeyedValues2D(boolean) - Constructor for class org.jfree.data.DefaultKeyedValues2D
Creates a new instance (initially empty).
DefaultKeyedValues2DDataset - class org.jfree.data.general.DefaultKeyedValues2DDataset.
A default implementation of the KeyedValues2DDataset interface.
DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValues2DDataset
 
DefaultKeyedValuesDataset - class org.jfree.data.general.DefaultKeyedValuesDataset.
A default implementation of the KeyedValuesDataset interface.
DefaultKeyedValuesDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValuesDataset
 
DefaultOHLCDataset - class org.jfree.data.xy.DefaultOHLCDataset.
A simple implementation of the OHLCDataset interface.
DefaultOHLCDataset(String, OHLCDataItem[]) - Constructor for class org.jfree.data.xy.DefaultOHLCDataset
Creates a new dataset.
DefaultPieDataset - class org.jfree.data.general.DefaultPieDataset.
A default implementation of the PieDataset interface.
DefaultPieDataset() - Constructor for class org.jfree.data.general.DefaultPieDataset
Constructs a new dataset, initially empty.
DefaultPieDataset(KeyedValues) - Constructor for class org.jfree.data.general.DefaultPieDataset
Creates a new dataset by copying data from a KeyedValues instance.
DefaultPolarItemRenderer - class org.jfree.chart.renderer.DefaultPolarItemRenderer.
A renderer that can be used with the PolarPlot class.
DefaultPolarItemRenderer() - Constructor for class org.jfree.chart.renderer.DefaultPolarItemRenderer
Creates a new instance of DefaultPolarItemRenderer
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.xy.DefaultTableXYDataset.
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
DefaultTableXYDataset() - Constructor for class org.jfree.data.xy.DefaultTableXYDataset
Creates a new empty dataset.
DefaultTableXYDataset(boolean) - Constructor for class org.jfree.data.xy.DefaultTableXYDataset
Creates a new empty dataset.
DefaultValueDataset - class org.jfree.data.general.DefaultValueDataset.
A dataset that stores a single value.
DefaultValueDataset() - Constructor for class org.jfree.data.general.DefaultValueDataset
Constructs a new dataset, initially empty.
DefaultValueDataset(double) - Constructor for class org.jfree.data.general.DefaultValueDataset
Creates a new dataset.
DefaultValueDataset(Number) - Constructor for class org.jfree.data.general.DefaultValueDataset
Creates a new dataset.
DefaultWindDataset - class org.jfree.data.xy.DefaultWindDataset.
A default implementation of the WindDataset interface.
DefaultWindDataset() - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a new, empty, dataset.
DefaultWindDataset(Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data.
DefaultWindDataset(String[], Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data.
DefaultWindDataset(List, Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data.
DefaultXYItemRenderer - class org.jfree.chart.renderer.xy.DefaultXYItemRenderer.
A default renderer for the XYPlot class.
DefaultXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.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.
DomainOrder - class org.jfree.data.DomainOrder.
Used to indicate sorting order if any (ascending, descending or none).
DrawableLegendItem - class org.jfree.chart.DrawableLegendItem.
This class contains a single legend item along with position details for drawing the item on a particular chart.
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.statistics.DefaultBoxAndWhiskerCategoryDataset
Storage for the data.
data - Variable in class org.jfree.data.time.TimeSeries
The list of data items in the series.
data - Variable in class org.jfree.data.xy.MatrixSeries
Series matrix values
data - Variable in class org.jfree.data.xy.XYSeries
Storage for the data items 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.PolarPlot
Receives notification of a change to the plot's m_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.category.CategoryToPieDataset
Passes the DatasetChangeEvent through.
datasetChanged(DatasetChangeEvent) - Method in interface org.jfree.data.general.DatasetChangeListener
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.xy.XYBarDataset
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.xy.XYDatasetTableModel
Notify listeners that the underlying dataset has changed.
dateToJava2D(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.
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.xy.CyclicXYItemRenderer.OverwriteDataSet
The delegate dataset.
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 the data item for the given time period and sends a SeriesChangeEvent to all registered listeners.
delete(int, int) - Method in class org.jfree.data.time.TimeSeries
Deletes data from start until end index (end inclusive).
delete(int, int) - Method in class org.jfree.data.xy.XYSeries
Deletes a range of items from the series and sends a SeriesChangeEvent to all registered listeners.
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.contour.NonGridContourDataset
Calculates the distance between two points.
distributeLabels(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Distributes the labels.
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.
downsize(Class) - Static method in class org.jfree.data.time.RegularTimePeriod
Returns a subclass of RegularTimePeriod that is smaller than the specified class.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
Draws the clip path.
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, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Draws the annotation.
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, int, PlotRenderingInfo) - Method in interface org.jfree.chart.annotations.XYAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYBoxAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYImageAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Draws the annotation.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Draws the annotation.
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - 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, PlotRenderingInfo) - 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, PlotRenderingInfo) - 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, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Draws the axis.
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - 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, PlotRenderingInfo) - 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, PlotRenderingInfo) - 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, PlotRenderingInfo) - Method in class org.jfree.chart.axis.PeriodAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.SubCategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - 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.block.BlockBorder
Draws the border by filling in the reserved space (in black).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.BlockContainer
Draws the container and all the blocks within it.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.ColorBlock
Draws the block.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.EmptyBlock
Draws the block.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.LabelBlock
Draws the block.
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, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.MultiplePiePlot
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.PiePlot3D
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.PolarPlot
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.SpiderWebPlot
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.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.CompositeTitle
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.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.LegendGraphic
Draws the graphic item within the specified area.
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).
drawAngularGridLines(Graphics2D, PolarPlot, List, Rectangle2D) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Draw the angular gridlines - the spokes.
drawAngularGridLines(Graphics2D, PolarPlot, List, Rectangle2D) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Draw the angular gridlines - the spokes.
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.
drawAnnotations(Graphics2D, Rectangle2D, ValueAxis, ValueAxis, Layer, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws all the annotations for the specified layer.
drawAnnotations(Graphics2D, Rectangle2D, ValueAxis, ValueAxis, Layer, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Draws all the annotations for the specified layer.
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, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
A utility method for drawing the plot's axes.
drawAxes(Graphics2D, Rectangle2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.XYPlot
A utility method for drawing the axes.
drawAxis(Graphics2D, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
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
Draws the plot background (the background color and/or image).
drawBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Draws the background for the plot.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws the background for the plot.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws the background for the plot.
drawBackgroundImage(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Draws the background image (if there is one) aligned within the specified area.
drawBorder(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Draws the border around the perimeter of the specified area.
drawCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class org.jfree.chart.axis.CategoryAxis
Draws the category labels and returns the updated axis state.
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).
drawCornerTextItems(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Draws the corner text items.
drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a grid line against the range axis.
drawDomainGridLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
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.FastScatterPlot
Draws the gridlines for the plot, if they are visible.
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.xy.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.xy.XYItemRenderer
Draws the specified marker against the domain axis.
drawDomainMarkers(Graphics2D, Rectangle2D, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the domain markers (if any) for the specified layer.
drawDomainMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the domain markers (if any) for an axis and layer.
drawDomainTickBands(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the domain tick bands, if any.
drawEllipse(Point2D, double, Graphics2D) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws an ellipse to represent an outlier.
drawFirstPassShape(Graphics2D, int, int, int, Shape) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Overrides the method in the subclass to draw a shadow in the first pass.
drawFirstPassShape(Graphics2D, int, int, int, Shape) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the first pass shape.
drawGridlines(Graphics2D, Rectangle2D, List, List) - Method in class org.jfree.chart.plot.PolarPlot
Draws the gridlines for the plot, if they are visible.
drawHighFarOut(double, Graphics2D, double, double) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far out values.
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 the title horizontally within the specified area.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.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.category.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.category.StatisticalBarRenderer
Draws an item for a plot with a horizontal orientation.
drawHorizontalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.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 horizontal line across the data area of the plot.
drawInterval(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, IntervalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Draws a single interval.
drawItem(Graphics2D, int, Rectangle2D, PiePlotState, int) - Method in class org.jfree.chart.plot.PiePlot
Draws a single data item.
drawItem(Graphics2D, int, Rectangle2D, PiePlotState, int) - Method in class org.jfree.chart.plot.RingPlot
Draws a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a 3D bar to represent one data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Draws the bar for one item in the dataset.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Draws a stacked bar (with 3D-effect) for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.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, int) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.SignalRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.WindItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Called for each item to be plotted.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.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.category.AbstractCategoryItemRenderer
Draws an item label.
drawItemLabel(Graphics2D, CategoryDataset, int, int, CategoryPlot, CategoryLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
Draws an item label.
drawItemLabel(Graphics2D, PlotOrientation, XYDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws an item label.
drawItemPass0(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Draws the visual representation of a single data item, first pass.
drawItemPass1(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Draws the visual representation of a single data item, second pass.
drawLabel(String, Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.Axis
Draws the axis label.
drawLabel(Graphics2D, Rectangle2D, double, int, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Draws the label for one axis.
drawLabels(Graphics2D, List, double, Rectangle2D, Rectangle2D, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
Draws the labels for the pie sections.
drawLeftLabel(Graphics2D, PiePlotState, PieLabelRecord) - Method in class org.jfree.chart.plot.PiePlot
Draws a section label on the left side of the pie chart.
drawLeftLabels(KeyedValues, Graphics2D, Rectangle2D, Rectangle2D, float, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
Draws the left labels.
drawLine(Graphics2D, PlotOrientation, double, double, double, double) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Draws the line.
drawLowFarOut(double, Graphics2D, double, double) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far out values.
drawMultipleEllipse(Point2D, double, double, Graphics2D) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Draws two ellipses to represent overlapping outliers.
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.MiddlePinNeedle
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
Draws the plot outline.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws the outline for the plot.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws the outline for the plot.
drawPie(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
Draws the pie.
drawPrimaryLine(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the item (first pass).
drawPrimaryLineAsPath(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the item (first pass).
drawQuadrants(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Draws the quadrants.
drawRadarPoly(Graphics2D, Rectangle2D, Point2D, PlotRenderingInfo, int, int, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Draws a radar plot polygon.
drawRadialGridLines(Graphics2D, PolarPlot, ValueAxis, List, Rectangle2D) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Draw the radial gridlines - the rings.
drawRadialGridLines(Graphics2D, PolarPlot, ValueAxis, List, Rectangle2D) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Draw the radial gridlines - the rings.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
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.FastScatterPlot
Draws the gridlines for the plot, if they are visible.
drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot's primary range axis, 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).
drawRangeLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a line perpendicular to the range axis.
drawRangeLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Draws a grid line against the range axis.
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.category.AbstractCategoryItemRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a range marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws a range marker.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a horizontal line across the chart to represent a 'range marker'.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.xy.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, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the range markers (if any) for an axis and layer.
drawRangeMarkers(Graphics2D, Rectangle2D, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the range markers (if any) for the specified layer.
drawRangeMarkers(Graphics2D, Rectangle2D, int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Draws the range markers (if any) for a renderer and layer.
drawRangeTickBands(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.XYPlot
Draws the range tick bands, if any.
drawRightLabel(Graphics2D, PiePlotState, PieLabelRecord) - Method in class org.jfree.chart.plot.PiePlot
Draws a section label on the right side of the pie chart.
drawRightLabels(KeyedValues, Graphics2D, Rectangle2D, Rectangle2D, float, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
Draws the right labels.
drawSecondaryPass(Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, Rectangle2D, ValueAxis, CrosshairState, EntityCollection) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Draws the item shapes and ChartEntities (second pass).
drawSeries(Graphics2D, Rectangle2D, PlotRenderingInfo, PolarPlot, XYDataset, int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Plots the data for a given series.
drawSeries(Graphics2D, Rectangle2D, PlotRenderingInfo, PolarPlot, XYDataset, int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Plots the data for a given series.
drawSide(Graphics2D, Rectangle2D, Arc2D, Area, Area, Paint, Paint, Stroke, boolean, boolean) - Method in class org.jfree.chart.plot.PiePlot3D
Draws the side of a pie section.
drawSubCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class org.jfree.chart.axis.SubCategoryAxis
Draws the category labels and returns the updated axis state.
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.category.GanttRenderer
Draws a single task.
drawTasks(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.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).
drawTickLabels(int, Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Draws the tick labels for one "band" of time periods.
drawTickMarks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Draws the tick marks for the axis.
drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Draws the tick marks and labels.
drawTickMarksAndLabels(Graphics2D, double, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Draws the axis line, tick marks and tick mark labels.
drawTickMarksHorizontal(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Draws the major and minor tick marks for an axis that lies at the top or bottom of the plot.
drawTickMarksVertical(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Draws the tick marks for a vertical axis.
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 the title vertically within the specified area.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.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.category.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.category.StatisticalBarRenderer
Draws an item for a plot with a vertical orientation.
drawVerticalItem(Graphics2D, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.jfree.chart.renderer.xy.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 vertical line on the data area of the plot.
drawVolume() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.
drawZeroRangeBaseline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Draws the gridlines for the plot's primary range axis, if they are visible.

E

EAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position EAST.
EAST_NORTHEAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position EAST_NORTHEAST.
EAST_SOUTHEAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position EAST_SOUTHEAST.
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.
ENTER_LONG - Static variable in interface org.jfree.data.xy.SignalsDataset
Useful constant indicating trade recommendation.
ENTER_SHORT - Static variable in interface org.jfree.data.xy.SignalsDataset
Useful constant indicating trade recommendation.
EXIT_LONG - Static variable in interface org.jfree.data.xy.SignalsDataset
Useful constant indicating trade recommendation.
EXIT_SHORT - Static variable in interface org.jfree.data.xy.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.
EmptyBlock - class org.jfree.chart.block.EmptyBlock.
An empty block with a fixed size.
EmptyBlock(double, double) - Constructor for class org.jfree.chart.block.EmptyBlock
Creates a new block with the specified width and height.
EncoderUtil - class org.jfree.chart.encoders.EncoderUtil.
A collection of utility methods for encoding images and returning them as a byte[] or writing them directly to an OutputStream.
EncoderUtil() - Constructor for class org.jfree.chart.encoders.EncoderUtil
 
EntityCollection - interface org.jfree.chart.entity.EntityCollection.
This interface defines the methods used to access an ordered list of ChartEntity objects.
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.
encode(BufferedImage, String) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, float) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, float, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage) - Method in interface org.jfree.chart.encoders.ImageEncoder
Encodes an image in a particular format.
encode(BufferedImage, OutputStream) - Method in interface org.jfree.chart.encoders.ImageEncoder
Encodes an image in a particular format and writes it to an OutputStream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Encodes an image in PNG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Encodes an image in PNG format and writes it to an OutputStream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Encodes an image in JPEG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Encodes an image in JPEG format and writes it to an OutputStream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Encodes an image in PNG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Encodes an image in PNG format and writes it to an OutputStream.
encodeAsPNG(BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Encodes a BufferedImage to PNG format.
encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Encodes a 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.ChartRenderingInfo
Tests this object for equality with an arbitrary object.
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.LegendItem
Tests this item for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.LegendRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
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.AbstractXYAnnotation
Tests this annotation for equality with an arbitrary object.
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 an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYBoxAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYImageAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Tests this object for equality with an arbitrary 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.annotations.XYPolygonAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Tests this annotation for equality with an arbitrary 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 an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelPosition
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelPositions
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelWidthType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.CategoryTick
Tests this category tick for equality with an arbitrary object.
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.DateTick
Tests this tick for equality with an arbitrary object.
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.PeriodAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Tests this object for equality with an arbitrary object.
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.SubCategoryAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.Tick
Tests this tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.TickUnit
Tests this unit for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.TickUnits
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.ValueAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.ValueTick
Tests this tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.AbstractBlock
Tests this block for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.BlockBorder
Tests this border for equality with an arbitrary instance.
equals(Object) - Method in class org.jfree.chart.block.BlockContainer
Tests this container for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.CenterArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.ColumnArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.FlowArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.GridArrangement
Compares this layout manager for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.LengthConstraintType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.ChartEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.ContourEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.LegendItemEntity
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.StandardEntityCollection
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.XYAnnotationEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.XYItemEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.event.ChartChangeEventType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Tests the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Tests this object for equality with an arbitrary 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.BoxAndWhiskerXYToolTipGenerator
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.HighLowItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.ItemLabelAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.labels.ItemLabelPosition
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Tests this object for equality with an arbitrary object.
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.StandardPieSectionLabelGenerator
Tests the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
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.MiddlePinNeedle
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.IntervalMarker
Tests the marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.Marker
Tests the marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.MeterPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PiePlot
Tests this plot for equality with an arbitrary 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.PlotRenderingInfo
Tests this instance for equality against an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PolarPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.RingPlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.ThermometerPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.ValueMarker
Compares this marker against an arbitrary 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.AbstractRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.AreaRendererEndType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BarRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Tests the renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.title.LegendTitle
Tests this title for equality with an arbitrary 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.CustomPieURLGenerator
Tests if this object is equal to another.
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 the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValue
Tests this key-value pair 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.DomainOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.KeyToGroupMap
Tests the map for equality against an arbitrary object.
equals(Object) - Method in class org.jfree.data.KeyedObject
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.KeyedObjects
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.KeyedObjects2D
Tests this object 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.Range
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.RangeType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.category.DefaultCategoryDataset
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.gantt.Task
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.TaskSeries
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DatasetGroup
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DefaultPieDataset
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.general.DefaultValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.Series
Tests the series for equality with another object.
equals(Object) - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramBin
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramType
Tests this type for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Tests this bin for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Compares the dataset 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
Tests this time period instance for equality with an arbitrary object.
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 an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesCollection
Tests this time series collection for equality with another object.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeTableXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Week
Tests the equality of this Week object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Year
Tests the equality of this Year object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.IntervalXYDelegate
Tests the delegate for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.MatrixSeries
Tests this object instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYDataItem
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.xy.XYSeries
Tests this series for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYSeriesCollection
Tests this collection for equality with 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.jdbc.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.jdbc.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.jdbc.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.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.
expand(Range, double, double) - Static method in class org.jfree.data.Range
Creates a new range by adding margins to an existing range.

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 minute.
FIRST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the first week in the year.
FIXED - Static variable in class org.jfree.chart.block.LengthConstraintType
FIXED.
FORWARD - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
Render datasets in the order 0, 1, 2, ..., N-1, where N is the number of datasets.
FREQUENCY - Static variable in class org.jfree.data.statistics.HistogramType
Frequency histogram.
FULL - Static variable in class org.jfree.data.RangeType
Full range (positive and negative).
FULL_DATA_RANGE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant to indicate 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.
FlowArrangement - class org.jfree.chart.block.FlowArrangement.
Arranges blocks in a flow layout.
FlowArrangement() - Constructor for class org.jfree.chart.block.FlowArrangement
Creates a new instance.
FlowArrangement(HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class org.jfree.chart.block.FlowArrangement
Creates a new instance.
Function2D - interface org.jfree.data.function.Function2D.
A function of the form y = f(x).
fetchLegendItems() - Method in class org.jfree.chart.title.LegendTitle
Fetches the latest legend items.
fillBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Fills the specified area with the background paint.
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Fills a band between two values on the axis.
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Fills a band between two values on the axis.
fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.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.xy.XYItemRenderer
Fills a band between two values on the range axis.
findCumulativeRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Calculates the range of values for a dataset where each item is the running total of the items for the current series.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the domain (x-values) of a dataset.
findDomainBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the domain (x-values) of a dataset.
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.
findMaximumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum domain value for the specified dataset.
findMaximumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum range value for the specified dataset.
findMaximumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum range value for the specified dataset.
findMaximumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum value in the dataset range, assuming that values in each category are "stacked".
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.
findMinimumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the minimum domain (or X) value for the specified dataset.
findMinimumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum range value for the specified dataset.
findMinimumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum range value for the specified dataset.
findMinimumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum value in the dataset range, assuming that values in each category are "stacked".
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the lower and upper bounds (range) of the y-values in the specified dataset.
findRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findStackedRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(CategoryDataset, KeyToGroupMap) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(TableXYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.
findStackedRangeBounds(TableXYDataset, double) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked, using the specified base value.
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
fireChartChanged() - Method in class org.jfree.chart.JFreeChart
Sends a default ChartChangeEvent to all registered listeners.
fireDatasetChanged() - Method in class org.jfree.data.general.AbstractDataset
Notifies all registered listeners that the dataset has changed.
firePropertyChange(String, Object, Object) - Method in class org.jfree.data.general.Series
Fires a property change event.
fireSeriesChanged() - Method in class org.jfree.data.general.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.contour.DefaultContourDataset
Creates an object array from an array of doubles.
formObjectArray(double[]) - Static method in class org.jfree.data.contour.DefaultContourDataset
Creates an object array from an array of doubles.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
 
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.QuarterDateFormat
Formats the given date.

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.ChartChangeEventType
GENERAL.
GIF - Static variable in interface org.jfree.chart.encoders.ImageFormat
Graphics Interchange Format - lossless, but 256 colour restriction
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.category.GanttRenderer.
A renderer for simple Gantt charts.
GanttRenderer() - Constructor for class org.jfree.chart.renderer.category.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.
GridArrangement - class org.jfree.chart.block.GridArrangement.
Arranges blocks in a grid within their container.
GridArrangement(int, int) - Constructor for class org.jfree.chart.block.GridArrangement
Creates a new grid arrangement.
GroupedStackedBarRenderer - class org.jfree.chart.renderer.category.GroupedStackedBarRenderer.
A renderer that draws stacked bars within groups.
GroupedStackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Creates a new renderer.
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.
generateColumnLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Generates a label for the specified row.
generateColumnLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategoryLabelGenerator
Generates a label for the specified row.
generateLabel(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryLabelGenerator
Generates a label for the specified item.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
Generates a label for the specified item.
generateLabel(XYDataset, int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Generates a label for the specified series.
generateLabel(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryLabelGenerator
Generates the label for an item in a dataset.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYLabelGenerator
Generates the item label text for an item in a dataset.
generateLabel(XYDataset, int) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Generates a label for the specified series.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
Generates a label for the specified item.
generateLabel(XYDataset, int, int) - Method in interface org.jfree.chart.labels.XYLabelGenerator
Generates a label for the specified item.
generateLabel(XYDataset, int) - Method in interface org.jfree.chart.labels.XYSeriesLabelGenerator
Generates a label for the specified series.
generateLabelString(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Generates a for the specified item.
generateLabelString(XYDataset, int, int) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Generates a label string for an item in the dataset.
generateLabelString(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Generates a label string for an item in the dataset.
generateRowLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Generates a label for the specified row.
generateRowLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategoryLabelGenerator
Generates a label for the specified row.
generateSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Generates a label for a pie section.
generateSectionLabel(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieSectionLabelGenerator
Generates a label for a pie section.
generateSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Generates a label for a pie section.
generateSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Generates a label for a pie section.
generateToolTip(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryToolTipGenerator
Generates the tool tip text for an item in a dataset.
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.HighLowItemLabelGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieToolTipGenerator
Generates a tool tip text item for the specified item in the dataset.
generateToolTip(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Generates the tool tip text for an item in a dataset.
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) - Method in class org.jfree.chart.labels.StandardPieItemLabelGenerator
Generates a tool tip text item for one section in a pie chart.
generateToolTip(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
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 the tool tip text for an item in a dataset.
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.SymbolicXYItemLabelGenerator
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 the tooltip text for the specified item.
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(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Generates a URL.
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) - Method in class org.jfree.data.gantt.TaskSeries
Returns a task from the series.
get(String) - Method in class org.jfree.data.gantt.TaskSeries
Returns the task in the series that has the specified description.
get(int, int) - Method in class org.jfree.data.xy.MatrixSeries
Returns the value of the specified item in this matrix series.
getAdjustForBinSize() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns a flag that controls whether or not the bin count is divided by the bin size in the SimpleHistogramDataset.getXValue(int, int) method.
getAdjustForDaylightSaving() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the flag that controls whether or not the daylight saving adjustment is applied.
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.
getAllocatedY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the allocated y-coordinate.
getAllowDuplicateXValues() - Method in class org.jfree.data.xy.XYSeries
Returns a flag that controls 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.plot.Marker
Returns the alpha transparency.
getAnchor() - Method in class org.jfree.chart.Legend
Returns the current anchor of this legend.
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.labels.ItemLabelPosition
Returns the angle of rotation for the label.
getAngle() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the angle.
getAngleGridlinePaint() - Method in class org.jfree.chart.plot.PolarPlot
Returns the paint for the grid lines (if any) plotted against the angular axis.
getAngleGridlineStroke() - Method in class org.jfree.chart.plot.PolarPlot
Returns the stroke for the grid-lines (if any) plotted against the angular axis.
getAngleLabelFont() - Method in class org.jfree.chart.plot.PolarPlot
Returns the font used to display the angle labels.
getAngleLabelPaint() - Method in class org.jfree.chart.plot.PolarPlot
Returns the paint used to display the angle labels.
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).
getArrangement() - Method in class org.jfree.chart.block.BlockContainer
Returns the arrangement (layout) manager for the container.
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.category.BoxAndWhiskerRenderer
Returns the paint used to color the median and average markers.
getArtifactPaint() - Method in class org.jfree.chart.renderer.xy.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.
getAutoRangeTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the class used to create the first and last time periods for the axis range when the auto-range flag is set to true.
getAutoSort() - Method in class org.jfree.data.xy.XYSeries
Returns the flag that controls whether the items in the series are automatically sorted.
getAutoTickIndex() - Method in class org.jfree.chart.axis.ValueAxis
Returns the auto tick index.
getAutoWidthFactor() - Method in class org.jfree.chart.renderer.xy.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.xy.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.xy.CandlestickRenderer
Returns the method of automatically calculating the candle width.
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.
getAxis() - Method in class org.jfree.chart.plot.PolarPlot
Returns the axis for the plot.
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.
getAxisLocation() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the axis location.
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.
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 background image for the chart, or null if there is no image.
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 paint used for the chart background.
getBackgroundPaint() - Method in class org.jfree.chart.StandardLegend
Returns the background paint 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.LegendTitle
Returns the background paint.
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.category.CategoryItemRendererState
Returns the bar width.
getBase() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the base value for the bars.
getBaseCreateEntities() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base visibility for all series.
getBaseFillPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base fill paint.
getBaseItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label font (this is used when no other font setting is available).
getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label font (this is used when no other font setting is available).
getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base item label font (this is used when no other font setting is available).
getBaseItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label paint.
getBaseItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label paint.
getBaseItemLabelPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base item label paint.
getBaseItemLabelsVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base setting for item label visibility.
getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base setting for item label visibility.
getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base setting for item label visibility.
getBaseItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base item URL generator.
getBaseItemURLGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item URL generator.
getBaseLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base label generator.
getBaseLabelGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base label generator.
getBaseLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the base item label generator.
getBaseLabelGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base item label generator.
getBaseNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label position for negative values.
getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label position for negative values.
getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base item label position for negative values.
getBaseOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base outline paint.
getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base outline paint.
getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.category.CategoryItemRenderer
Returns the base outline stroke.
getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.category.CategoryItemRenderer
Returns the base paint.
getBasePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base paint.
getBasePositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base positive item label position.
getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base positive item label position.
getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base positive item label position.
getBaseRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the base radius.
getBaseSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the base section paint.
getBaseSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the base section stroke.
getBaseSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the base section paint.
getBaseSeriesOutlinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the base series paint.
getBaseSeriesOutlineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the base series stroke.
getBaseSeriesPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the base series paint.
getBaseSeriesVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base visibility for all series.
getBaseSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base visibility for all series.
getBaseSeriesVisibleInLegend() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base visibility in the legend for all series.
getBaseSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base visibility in the legend for all series.
getBaseShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base shape.
getBaseShape() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base shape.
getBaseShape() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.category.CategoryItemRenderer
Returns the base stroke.
getBaseStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base stroke.
getBaseTimeline() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns our baseTimeline, or null if none.
getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base tool tip generator (the "layer 2" generator).
getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base tool tip generator (the "layer 2" generator).
getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the base tool tip generator.
getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the base tool tip generator.
getBaseY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the base y-coordinate.
getBinWidth() - Method in class org.jfree.data.statistics.HistogramBin
Returns the bin width.
getBlocks() - Method in class org.jfree.chart.block.BlockContainer
Returns an unmodifiable list of the Block objects managed by this arrangement.
getBorder() - Method in class org.jfree.chart.block.AbstractBlock
Returns the border.
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).
getBottom() - Method in class org.jfree.chart.axis.AxisSpace
Returns the space reserved for axes at the bottom of the plot area.
getBoundingBoxArcHeight() - Method in class org.jfree.chart.StandardLegend
Returns the height of the arc used to round off the corners of the bounding box.
getBoundingBoxArcWidth() - Method in class org.jfree.chart.StandardLegend
Returns the width of the arc used to round off the corners of the bounding box.
getBounds() - Method in class org.jfree.chart.block.AbstractBlock
Returns the current bounds of the block.
getBounds() - Method in interface org.jfree.chart.block.Block
Returns the current bounds of the block.
getBounds() - Method in class org.jfree.chart.renderer.xy.HighLow
Returns the bounds.
getBoxPaint() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns the paint used to fill boxes.
getBoxWidth() - Method in class org.jfree.chart.renderer.xy.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.xy.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.category.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.category.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.category.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.
getCategoryJava2DCoordinate(CategoryAnchor, int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis3D
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.general.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.general.WaferMapDataset
Returns the space to draw between chips.
getChipValue(int, int) - Method in class org.jfree.data.general.WaferMapDataset
Returns the data value for a chip.
getChipValue(Comparable, Comparable) - Method in class org.jfree.data.general.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(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the close-value for the specified series and item.
getClose(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the close-value for the specified series and item.
getClose(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the close-value for one item in a series.
getClose(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the close value.
getClose() - Method in class org.jfree.data.xy.OHLCDataItem
Returns the close value.
getClose(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the y-value for the specified series and item.
getCloseTickLine() - Method in class org.jfree.chart.renderer.xy.HighLow
Returns the line for close tick
getCloseValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the close-value (as a double primitive) for an item within a series.
getCloseValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the close-value (as a double primitive) for an item within a series.
getCloseValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the close-value (as a double primitive) for an item within a series.
getCloseValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the close-value (as a double primitive) for an item within a series.
getCloseValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the close-value (as a double primitive) for an item within a series.
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.time.TimeSeriesTableModel
Returns the column class in the table model.
getColumnCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of columns 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 interface org.jfree.data.Values2D
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the number of categories in the dataset.
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.
getColumnCount() - Method in class org.jfree.data.time.TimeSeriesTableModel
Returns the number of columns in the table model.
getColumnCount() - Method in class org.jfree.data.xy.XYDatasetTableModel
Gets the number of columns in the model.
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.category.DefaultCategoryDataset
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a column index.
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.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 the column key for a given index.
getColumnKey(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
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.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.category.DefaultCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
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.time.TimeSeriesTableModel
Returns the name of a column
getColumnName(int) - Method in class org.jfree.data.xy.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.xy.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.
getCompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage complete.
getComposite() - Method in class org.jfree.chart.ClipPath
Returns the composite.
getContainer() - Method in class org.jfree.chart.title.CompositeTitle
Returns the container holding the titles.
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.
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.
getCount() - Method in class org.jfree.data.statistics.HistogramBin
Returns the number of items in the bin.
getCreateEntities() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not chart entities are created for the items in ALL series.
getCriticalBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the background paint used to display the 'critical' range.
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.plot.CrosshairState
Get the x-value for the crosshair point.
getCrosshairY() - Method in class org.jfree.chart.plot.CrosshairState
Get the y-value for the crosshair point.
getCumulativePercentages(KeyedValues) - Static method in class org.jfree.data.general.DataUtilities
Returns a KeyedValues instance that contains the cumulative percentage values for the data in another KeyedValues instance.
getCurrentHandler() - Method in class org.jfree.data.xml.RootHandler
Returns the handler at the top of the stack.
getCurrentText() - Method in class org.jfree.data.xml.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(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.
getDataExtractOrder() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the data extract order (by row or by column).
getDataExtractOrder() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the data extract order (by row or by column).
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 a data item for the series.
getDataItem(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the data item for a specific period.
getDataItem(int) - Method in class org.jfree.data.xy.XYSeries
Return the data item with the specified index.
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 specified 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.PolarPlot
Returns the range for the specified 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(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the dataset at the given index.
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.PolarPlot
Returns the primary dataset for the plot.
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(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a dataset.
getDataset() - Method in class org.jfree.data.general.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.
getDatasetCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of datasets.
getDatasetGroup() - Method in class org.jfree.chart.plot.Plot
Returns the dataset group for the plot (not currently used).
getDatasetRenderingOrder() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the dataset rendering order.
getDatasetRenderingOrder() - Method in class org.jfree.chart.plot.XYPlot
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.xy.OHLCDataItem
Returns the date that the data item relates to.
getDateFormat() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
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.
getDefaultEntityRadius() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the radius of the circle used for the default entity area when no area is specified.
getDefaultLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the default 'lines visible' attribute.
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the default 'shape filled' attribute.
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns the default 'shape filled' attribute.
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the default 'shape filled' attribute.
getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the default 'shape visible' attribute.
getDepthFactor() - Method in class org.jfree.chart.plot.PiePlot3D
The depth factor for the chart.
getDescription() - Method in class org.jfree.data.gantt.Task
Returns the task description.
getDescription() - Method in class org.jfree.data.general.Series
Returns a description of the series.
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.
getDirection() - Method in class org.jfree.chart.plot.PiePlot
Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).
getDirection() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the direction in which the radar axes are drawn (clockwise or anti-clockwise).
getDirectionCode(double) - Method in class org.jfree.chart.axis.CompassFormat
Returns a string representing the direction.
getDismissDelay() - Method in class org.jfree.chart.ChartPanel
Returns the dismissal tooltip delay value used inside this chart panel.
getDisplayEnd() - Method in class org.jfree.chart.axis.ModuloAxis
Returns the display end value.
getDisplayStart() - Method in class org.jfree.chart.axis.ModuloAxis
Returns the display start value.
getDividerPaint() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the paint used to draw the dividers.
getDividerStroke() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the stroke used to draw the dividers.
getDomainAxis() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis for the plot.
getDomainAxis(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a domain axis.
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(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a domain axis.
getDomainAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a domain axis for a plot.
getDomainAxisCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of domain axes.
getDomainAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis edge.
getDomainAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the edge for a domain axis.
getDomainAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for the primary domain axis (taking into account the plot's orientation.
getDomainAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for a domain axis.
getDomainAxisForDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis for a dataset.
getDomainAxisForDataset(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis for a dataset.
getDomainAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Returns the index of the given domain axis.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the domain axis location.
getDomainAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the location for a domain axis.
getDomainAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the primary domain axis.
getDomainAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the location for a 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.
getDomainBounds(boolean) - Method in interface org.jfree.data.DomainInfo
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the range of the values in this dataset's domain.
getDomainBounds(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the range of the values in this dataset's domain.
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.
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.FastScatterPlot
Returns the paint for the grid lines (if any) plotted 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.FastScatterPlot
Returns the stroke for the grid-lines (if any) plotted 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'.
getDomainIsPointsInTime() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns a flag that controls whether the domain is treated as 'points in time'.
getDomainLowerBound(boolean) - Method in interface org.jfree.data.DomainInfo
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the minimum x-value in the dataset.
getDomainLowerBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the minimum x-value in the dataset.
getDomainMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns the list of domain markers (read only) for the specified layer.
getDomainMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns a collection of domain markers for a particular renderer and layer.
getDomainOrder() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the order of the domain (X) values.
getDomainOrder() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the order of the domain (or X) values returned by the dataset.
getDomainOrder() - Method in class org.jfree.data.xy.AbstractXYDataset
Returns the order of the domain (X) values.
getDomainOrder() - Method in interface org.jfree.data.xy.XYDataset
Returns the order of the domain (or X) values returned by the dataset.
getDomainTickBandPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint used for the domain tick bands.
getDomainUpperBound(boolean) - Method in interface org.jfree.data.DomainInfo
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the maximum x-value in the dataset.
getDomainUpperBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the maximum x-value in the dataset.
getDownArrow() - Method in class org.jfree.chart.axis.ValueAxis
Returns a shape that can be displayed as an arrow pointing downwards at the end of an axis line.
getDownPaint() - Method in class org.jfree.chart.renderer.xy.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.
getDrawCloseTicks() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the flag that controls whether close ticks are drawn.
getDrawDividers() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns a flag that controls whether or not dividers are drawn.
getDrawOpenTicks() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the flag that controls whether open ticks are drawn.
getDrawOutlines() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if outlines should be drawn for filled shapes, and false otherwise.
getDrawPaint() - Method in class org.jfree.chart.ClipPath
Returns the drawPaint.
getDrawSeriesLineAsPath() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns a flag that controls whether or not each series is drawn as a single path.
getDrawSeriesLineAsPath() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns a flag that controls whether or not each series is drawn as a single path.
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.AbstractRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
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.
getEndBoundary() - Method in class org.jfree.data.statistics.HistogramBin
Returns the end boundary.
getEndPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the position of the end of the progress indicator, as a percentage of the bar width.
getEndType() - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns a token that controls how the renderer draws the end points.
getEndValue() - Method in class org.jfree.chart.plot.IntervalMarker
Returns the end value for the interval.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, int) - Method in interface org.jfree.data.category.IntervalCategoryDataset
Returns the end value for the interval for a given series and category.
getEndValue(Comparable, Comparable) - Method in interface org.jfree.data.category.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.
getEndX(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the end value for a bin.
getEndX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the end x-value.
getEndX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the end x value based on the intervalWidth and the intervalPositionFactor.
getEndX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the end x-value (as a double primitive) for an item within a series.
getEndXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the end x-value (as a double primitive) for an item within a series.
getEndXValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
Returns the end x-value (as a double primitive) for an item within a series.
getEndXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the end x-value (as a double primitive) for an item within a series.
getEndXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the ending X value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the end y-value for a bin (which is the same as the y-value, this method exists only to support the general form of the IntervalXYDataset interface).
getEndY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the end y-value.
getEndY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the end y-value (as a double primitive) for an item within a series.
getEndYValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
Returns the end y-value (as a double primitive) for an item within a series.
getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the end y-value (as a double primitive) for an item within a series.
getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the ending Y value for the specified series and item.
getEndZValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the ending Z value for the specified series and item.
getEntities() - Method in interface org.jfree.chart.entity.EntityCollection
Returns the entities in an unmodifiable collection.
getEntities() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns the entities in an unmodifiable collection.
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(int) - Method in interface org.jfree.chart.entity.EntityCollection
Returns an entity from the collection.
getEntity(int) - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns a chart entity from the collection.
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.
getEntityCount() - Method in interface org.jfree.chart.entity.EntityCollection
Returns the entity count.
getEntityCount() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns the number of entities in the collection.
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'.
getExplodedPieArea() - Method in class org.jfree.chart.plot.PiePlotState
Returns the exploded pie area.
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.
getFillBox() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the box is filled.
getFillBox() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns the flag that controls whether or not the box is filled.
getFillPaint() - Method in class org.jfree.chart.ClipPath
Returns the fillPaint.
getFillPaint() - Method in class org.jfree.chart.LegendItem
Returns the fill paint.
getFillPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the fill paint.
getFillPaint() - Method in class org.jfree.chart.title.LegendGraphic
Returns the paint used to fill the shape.
getFirst() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the first time period in the axis range.
getFirstBarPaint() - Method in class org.jfree.chart.renderer.category.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.
getFixedLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the fixed legend items, if any.
getFixedLegendItems() - Method in class org.jfree.chart.plot.XYPlot
Returns the fixed legend items, if any.
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.annotations.XYTextAnnotation
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.
getFormatString() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the format string (this controls the overall structure of the label).
getG2Base() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Returns the base (range) value in Java 2D space.
getGap() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns the space between subplots.
getGap() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns the gap between subplots, measured in Java2D units.
getGap() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns the space between subplots.
getGap() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns the space between subplots.
getGap() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the gap.
getGapThreshold() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns the gap threshold for discontinuous lines.
getGapThresholdType() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns the gap threshold type (relative or absolute).
getGradientPaintTransformer() - Method in class org.jfree.chart.plot.IntervalMarker
Returns the gradient paint transformer.
getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the gradient paint transformer (an object used to transform gradient paint objects to fit each bar.
getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the dataset group.
getGroup(Comparable) - Method in class org.jfree.data.KeyToGroupMap
Returns the group that a key is mapped to.
getGroup() - Method in class org.jfree.data.general.AbstractDataset
Returns the dataset group for the dataset.
getGroup() - Method in interface org.jfree.data.general.Dataset
Returns the dataset group.
getGroupCount() - Method in class org.jfree.data.KeyToGroupMap
Returns the number of groups in the map.
getGroupIndex(Comparable) - Method in class org.jfree.data.KeyToGroupMap
Returns the index for the group.
getGroupPaint() - Method in class org.jfree.chart.renderer.category.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.category.MinMaxCategoryRenderer
Gets the stroke of the line between the minimum value and the maximum value.
getGroups() - Method in class org.jfree.data.KeyToGroupMap
Returns a list of the groups (always including the default group) in the map.
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.
getHeight() - Method in class org.jfree.chart.block.AbstractBlock
Returns the natural height of the block, if this is known in advance.
getHeight() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the fixed height.
getHeightConstraintType() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the constraint type.
getHeightRange() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the width range.
getHigh(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the high-value for the specified series and item.
getHigh(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the high-value for the specified series and item.
getHigh(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the high-value for one item in a series.
getHigh(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the high value.
getHigh() - Method in class org.jfree.data.xy.OHLCDataItem
Returns the high value.
getHigh(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the high-value for the specified series and item.
getHighValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the high-value (as a double primitive) for an item within a series.
getHighValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the high-value (as a double primitive) for an item within a series.
getHighValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the high-value (as a double primitive) for an item within a series.
getHighValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the high-value (as a double primitive) for an item within a series.
getHighValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the high-value (as a double primitive) for an item within a series.
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.
getHour() - Method in class org.jfree.data.time.Hour
Returns the hour.
getHour() - Method in class org.jfree.data.time.Minute
Returns the hour.
getID() - Method in class org.jfree.chart.block.AbstractBlock
Returns the id.
getID() - Method in interface org.jfree.chart.block.Block
Returns an ID for the block.
getID() - Method in class org.jfree.data.general.DatasetGroup
Returns the identification string for this group.
getIgnoreNullValues() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether null values in the dataset are ignored.
getImage(Plot, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.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.xy.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 HTML image map.
getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
Creates an HTML image map.
getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
Creates an image map element that complies with the XHTML 1.0 specification.
getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
Creates an image map element that complies with the XHTML 1.0 specification.
getImageMapAreaTag(ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Method in class org.jfree.chart.entity.ChartEntity
Returns an HTML image map tag for this entity.
getIncompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage incomplete.
getIndex() - Method in class org.jfree.chart.entity.ContourEntity
Returns the index.
getIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.KeyedObjects
Returns the index for a given key.
getIndex(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
Returns the index for a 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.
getIndexOf(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the index of the specified renderer, or -1 if the renderer is not assigned to this plot.
getIndexOf(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Returns the index of the specified renderer, or -1 if the renderer is not assigned to this plot.
getInfo() - Method in class org.jfree.chart.renderer.RendererState
Returns the plot rendering info.
getInitialDelay() - Method in class org.jfree.chart.ChartPanel
Returns the initial tooltip delay value used inside this chart panel.
getInnerSeparatorExtension() - Method in class org.jfree.chart.plot.RingPlot
Returns the length of the inner extension of the separator line that is drawn between sections, expressed as a percentage of the depth of the section.
getInsets() - Method in class org.jfree.chart.block.BlockBorder
Returns the space reserved for the border.
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.
getInteriorGap() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the interior gap, measured as a percentage of the available drawing space.
getIntervalPositionFactor() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the interval position factor.
getIntervalPositionFactor() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the interval position factor.
getIntervalPositionFactor() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the interval position factor.
getIntervalPositionFactor() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the interval position factor.
getIntervalWidth() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the full interval width.
getIntervalWidth() - Method in class org.jfree.data.xy.DefaultTableXYDataset
returns the full interval width.
getIntervalWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the full interval width.
getIntervalWidth() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the interval width.
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.category.DefaultIntervalCategoryDataset
Returns an item.
getItem(int) - Method in class org.jfree.data.xy.MatrixSeries
Return the matrix item at the specified index.
getItem(int) - Method in class org.jfree.data.xy.NormalizedMatrixSeries
Returns an item.
getItemColumn(int) - Method in class org.jfree.data.xy.MatrixSeries
Returns the column of the specified item.
getItemContainer() - Method in class org.jfree.chart.title.LegendTitle
Returns the container that holds the legend items.
getItemCount() - Method in class org.jfree.chart.LegendItemCollection
Returns the number of legend items in the collection.
getItemCount() - Method in class org.jfree.chart.plot.PieLabelDistributor
Returns the number of items in the list.
getItemCount() - Method in class org.jfree.chart.renderer.OutlierList
Returns the number of outliers in the list.
getItemCount(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the number of items for the given series.
getItemCount() - Method in class org.jfree.data.DefaultKeyedValues
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.KeyedObjects
Returns the number of items (values) in the collection.
getItemCount() - Method in interface org.jfree.data.Values
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the item count.
getItemCount(int) - Method in class org.jfree.data.contour.DefaultContourDataset
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.general.CombinedDataset
Returns the number of items in a series.
getItemCount() - Method in class org.jfree.data.general.DefaultPieDataset
Returns the number of items in the dataset.
getItemCount(int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the number of items in a series.
getItemCount(int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the number of items in the specified series.
getItemCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the number of items in all 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.statistics.HistogramDataset
Returns the number of data items for a series.
getItemCount() - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns the item count.
getItemCount(int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the number of items in a 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.
getItemCount() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the number of items in ALL series.
getItemCount(int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the number of items in a series.
getItemCount() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the number of x values in the dataset.
getItemCount(int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the item count for the specified series.
getItemCount() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the number of x values in the dataset.
getItemCount(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the number of items in a series.
getItemCount() - Method in class org.jfree.data.xy.MatrixSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the number of items in the specified series.
getItemCount() - Method in interface org.jfree.data.xy.TableXYDataset
Returns the number of items every series.
getItemCount(int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the number of items in a series.
getItemCount(int) - Method in interface org.jfree.data.xy.XYDataset
Returns the number of items in a series.
getItemCount() - Method in class org.jfree.data.xy.XYSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the number of items in the specified series.
getItemCreateEntity(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a boolean that indicates whether or not the specified item should have a chart entity created for it.
getItemFillPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill data items as they are drawn.
getItemFont() - Method in class org.jfree.chart.StandardLegend
Returns the series label font.
getItemLabelAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
Returns the item label anchor.
getItemLabelAnchorOffset() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label anchor offset.
getItemLabelFont(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the font for an item label.
getItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the font used for all item labels.
getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font for an item label.
getItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font used for all item labels.
getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the font for an item label.
getItemLabelFont() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the font used for all item labels.
getItemLabelPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw an item label.
getItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used for all item labels.
getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to draw an item label.
getItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used for all item labels.
getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to draw an item label.
getItemLabelPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used for all item labels.
getItemLineVisible(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is visible.
getItemMargin() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the item margin as a percentage of the available space for all bars.
getItemMargin() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the item margin.
getItemMargin() - Method in class org.jfree.chart.renderer.category.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.category.CategoryItemRenderer
Returns the paint used to outline data items as they are drawn.
getItemOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to outline data items as they are drawn.
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.category.CategoryItemRenderer
Returns the stroke used to outline data items.
getItemOutlineStroke(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the stroke used to outline data items.
getItemPaint() - Method in class org.jfree.chart.StandardLegend
Returns the series label paint.
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.category.CategoryItemRenderer
Returns the paint used to fill data items as they are drawn.
getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to fill data items as they are drawn.
getItemRow(int) - Method in class org.jfree.data.xy.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.category.CategoryItemRenderer
Returns a shape used to represent a data item.
getItemShape(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a shape used to represent a data item.
getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.category.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.xy.StandardXYItemRenderer
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.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is filled.
getItemShapeVisible(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is visible.
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.category.CategoryItemRenderer
Returns the stroke used to draw data items.
getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the stroke used to draw data items.
getItemURLGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the URL generator for a data item.
getItemURLGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the URL generator for an item.
getItemVisible(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a boolean that indicates whether or not the specified item should be drawn (this is typically used to hide an entire series).
getItemVisible(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a boolean that indicates whether or not the specified item should be drawn (this is typically used to hide an entire series).
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).
getItems() - Method in class org.jfree.data.xy.XYSeries
Returns the list of data items for the series (the list contains XYDataItem objects and is unmodifiable).
getKey() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the key for the section that the label applies to.
getKey() - Method in class org.jfree.data.DefaultKeyedValue
Returns the key.
getKey(int) - Method in class org.jfree.data.DefaultKeyedValues
Returns a key.
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(int) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns a key.
getKey() - Method in class org.jfree.data.general.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.general.DefaultPieDataset
Returns the key for an item.
getKey() - Method in class org.jfree.data.xml.ItemHandler
Returns the key that has been read by the handler, or null.
getKeyCount(Comparable) - Method in class org.jfree.data.KeyToGroupMap
Returns the number of keys mapped to the specified group.
getKeys() - Method in class org.jfree.data.DefaultKeyedValues
Returns the keys for the values in the collection.
getKeys() - Method in class org.jfree.data.KeyedObjects
Returns the keys.
getKeys() - Method in interface org.jfree.data.KeyedValues
Returns the keys for the values in the collection.
getKeys() - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the keys.
getKeys() - Method in class org.jfree.data.general.DefaultPieDataset
Returns the categories in the dataset.
getLabel() - Method in class org.jfree.chart.LegendItem
Returns the label.
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.plot.Marker
Returns the label (if null no label is displayed).
getLabel() - Method in class org.jfree.chart.plot.PieLabelRecord
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.
getLabelAnchor() - Method in class org.jfree.chart.plot.Marker
Returns the label anchor.
getLabelAngle() - Method in class org.jfree.chart.axis.Axis
Returns the angle of the axis label.
getLabelBackgroundPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label background paint.
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.axis.Axis
Returns the font for the axis label.
getLabelFont() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the label font.
getLabelFont() - Method in class org.jfree.chart.plot.CompassPlot
Returns the label font.
getLabelFont() - Method in class org.jfree.chart.plot.Marker
Returns the label font.
getLabelFont() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label font.
getLabelFont() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the series label font.
getLabelFont() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns the current label font.
getLabelFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Returns the label format string.
getLabelFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Returns the label format string.
getLabelGap() - Method in class org.jfree.chart.plot.PiePlot
Returns the gap between the edge of the pie and the labels, expressed as a percentage of the plot width.
getLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label generator.
getLabelGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the label generator.
getLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the label generator for a data item.
getLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for the specified data item.
getLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the label generator for a data item.
getLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the label generator for a data item.
getLabelHeight() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the label height.
getLabelInfo() - Method in class org.jfree.chart.axis.PeriodAxis
Returns an array of label info records.
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
getLabelLinkMargin() - Method in class org.jfree.chart.plot.PiePlot
Returns the margin (expressed as a percentage of the width or height) between the edge of the pie and the link point.
getLabelLinkPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the paint used for the lines that connect pie sections to their corresponding labels.
getLabelLinkStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the stroke used for the label linking lines.
getLabelOffset() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the label offset.
getLabelOffset() - Method in class org.jfree.chart.plot.Marker
Returns the label offset.
getLabelOffsetTypeForDomain() - Method in class org.jfree.chart.plot.Marker
Returns the label offset type for the offset along the domain axis.
getLabelOffsetTypeForRange() - Method in class org.jfree.chart.plot.Marker
Returns the label offset type for the offset along the range axis.
getLabelOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label outline paint.
getLabelOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label outline stroke.
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.axis.PeriodAxisLabelInfo
Returns the label paint.
getLabelPaint() - Method in class org.jfree.chart.plot.Marker
Returns the label paint.
getLabelPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label paint.
getLabelPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the series label paint.
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(RectangleEdge) - Method in class org.jfree.chart.axis.CategoryLabelPositions
Returns the category label position specification for an axis at the given location.
getLabelShadowPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label shadow paint.
getLabelTextAnchor() - Method in class org.jfree.chart.plot.Marker
Returns the label text anchor.
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.
getLast() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the last time period in the axis range.
getLastBarPaint() - Method in class org.jfree.chart.renderer.category.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).
getLatestAngle() - Method in class org.jfree.chart.plot.PiePlotState
Returns the latest angle.
getLeft() - Method in class org.jfree.chart.axis.AxisSpace
Returns the space reserved for axes at the left of the plot area.
getLeftArrow() - Method in class org.jfree.chart.axis.ValueAxis
Returns a shape that can be displayed as an arrow pointing left at the end of an axis line.
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) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Return the legend for the given series.
getLegendItem(int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Return the legend for the given series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns a default legend item for the specified series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a default legend item for the specified series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Returns a legend item for the specified series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns a default legend item for the specified series.
getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a legend item for a series from a dataset.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns a legend item for the specified series.
getLegendItemCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the number of items that should be displayed in the legend.
getLegendItemGraphicAnchor() - Method in class org.jfree.chart.title.LegendTitle
Returns the legend item graphic anchor.
getLegendItemGraphicEdge() - Method in class org.jfree.chart.title.LegendTitle
Returns the location of the shape within each legend item.
getLegendItemGraphicLocation() - Method in class org.jfree.chart.title.LegendTitle
Returns the legend item graphic location.
getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the legend item label generator.
getLegendItemLabels() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the legend item labels.
getLegendItemShape() - Method in class org.jfree.chart.plot.PiePlot
Returns the shape used for legend items.
getLegendItemShape() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the shape used for legend items.
getLegendItems() - Method in interface org.jfree.chart.LegendItemSource
Returns a (possibly empty) collection of legend items.
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.MultiplePiePlot
Returns a collection of legend items for the pie chart.
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.PolarPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns a collection of legend items for the radar chart.
getLegendItems() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.plot.WaferMapPlot
Return the legend items from the renderer.
getLegendItems() - Method in class org.jfree.chart.plot.XYPlot
Returns the legend items for the plot.
getLegendItems() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.
getLegendItems() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.
getLegendLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the legend label generator.
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 class org.jfree.data.general.SubSeriesDataset
Returns the level.
getLevel(int, int) - Method in interface org.jfree.data.xy.SignalsDataset
Returns the level.
getLimit() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the limit (as a percentage) below which small pie sections are aggregated.
getLine() - Method in class org.jfree.chart.DrawableLegendItem
Returns the list.
getLine() - Method in class org.jfree.chart.LegendItem
Returns the line.
getLine() - Method in class org.jfree.chart.renderer.xy.HighLow
Returns the line.
getLine() - Method in class org.jfree.chart.title.LegendGraphic
Returns the line centered about (0, 0).
getLinePaint() - Method in class org.jfree.chart.LegendItem
Returns the paint used for lines.
getLinePaint() - Method in class org.jfree.chart.title.LegendGraphic
Returns the line paint.
getLineStroke() - Method in class org.jfree.chart.LegendItem
Returns the line stroke for the series.
getLineStroke() - Method in class org.jfree.chart.title.LegendGraphic
Returns the line stroke.
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.
getLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns a flag that controls whether or not lines are drawn for ALL series.
getLinkArea() - Method in class org.jfree.chart.plot.PiePlotState
Returns the link area.
getLinkPercent() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the link percent.
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.CustomPieURLGenerator
Returns the number of URL 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(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the low-value for the specified series and item.
getLow(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the low-value for the specified series and item.
getLow(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the low-value for one item in a series.
getLow(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the low value.
getLow() - Method in class org.jfree.data.xy.OHLCDataItem
Returns the low value.
getLow(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the low-value for the specified series and item.
getLowValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the low-value (as a double primitive) for an item within a series.
getLowValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the low-value (as a double primitive) for an item within a series.
getLowValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the low-value (as a double primitive) for an item within a series.
getLowValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the low-value (as a double primitive) for an item within a series.
getLowValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the low-value (as a double primitive) for an item within a series.
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.
getLowerBound() - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns the lower bound.
getLowerClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the lower clip value.
getLowerDate() - Method in class org.jfree.data.time.DateRange
Returns the lower (earlier) date 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 lower margin for the axis, expressed as a percentage of the axis range.
getLowerY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the lower bound of the label.
getMajorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the class that controls the spacing of the major tick marks.
getMap() - Method in interface org.jfree.data.general.CombinationDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in class org.jfree.data.general.CombinedDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in class org.jfree.data.general.SubSeriesDataset
Returns a map or indirect indexing form our series into parent's series.
getMargin() - Method in class org.jfree.chart.StandardLegend
Returns the margin for the legend.
getMargin() - Method in class org.jfree.chart.block.AbstractBlock
Returns the margin.
getMargin() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the margin which is a percentage amount by which the bars are trimmed.
getMarkOffset() - Method in class org.jfree.chart.renderer.xy.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.category.BarRenderer
Returns the maximum bar width, as a percentage of the available drawing space.
getMaxCandleWidthInMilliseconds() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns the maximum width (in milliseconds) of each candle.
getMaxChipX() - Method in class org.jfree.data.general.WaferMapDataset
Returns the wafer x-dimension.
getMaxChipY() - Method in class org.jfree.data.general.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.category.MinMaxCategoryRenderer
Gets the icon used to indicate the maximum value.
getMaxItemWidth() - Method in class org.jfree.chart.renderer.category.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).
getMaxRadius() - Method in class org.jfree.chart.plot.PolarPlot
Returns the upper bound of the radius axis.
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.chart.plot.SpiderWebPlot
Returns the maximum value any category axis can take.
getMaxValue() - Method in class org.jfree.data.general.WaferMapDataset
Returns the maximum value stored in the dataset.
getMaxX() - Method in class org.jfree.chart.DrawableLegendItem
Returns the largest X coordinate of the framing rectangle of this legend item.
getMaxY() - Method in class org.jfree.chart.DrawableLegendItem
Returns the largest Y coordinate of the framing rectangle of this legend item.
getMaxZ() - Method in class org.jfree.chart.ui.ColorPalette
Returns the maximum Z value.
getMaxZValue() - Method in interface org.jfree.data.contour.ContourDataset
Returns the largest Z data value.
getMaxZValue() - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the maximum z-value.
getMaximumCategoryLabelLines() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the maximum number of lines to use for each category label.
getMaximumCategoryLabelWidthRatio() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category label width ratio.
getMaximumDate() - Method in class org.jfree.chart.axis.DateAxis
Returns the latest date visible on the axis.
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.
getMaximumExplodePercent() - Method in class org.jfree.chart.plot.PiePlot
Returns the maximum explode percent.
getMaximumItemCount() - Method in class org.jfree.data.time.TimeSeries
Returns the maximum number of items that will be retained in the series.
getMaximumItemCount() - Method in class org.jfree.data.xy.XYSeries
Returns the maximum number of items that will be retained in the series.
getMaximumLabelWidth() - Method in class org.jfree.chart.plot.PiePlot
Returns the maximum label width as a percentage of the plot width.
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.
getMean() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the mean.
getMean() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
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.category.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.general.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.contour.ContourDataset
Returns the smallest Z data value.
getMinZValue() - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the minimum z-value.
getMinZValue(double, double, double, double) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the minimum z-value.
getMinimumArcAngleToDraw() - Method in class org.jfree.chart.plot.PiePlot
Returns the minimum arc angle that will be drawn.
getMinimumBarLength() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the minimum bar length (in Java2D units).
getMinimumDate() - Method in class org.jfree.chart.axis.DateAxis
Returns the earliest date visible on the axis.
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.
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.
getMinorTickMarkInsideLength() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the inside length for the minor tick marks.
getMinorTickMarkOutsideLength() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the outside length for the minor tick marks.
getMinorTickMarkPaint() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the paint used to display minor tick marks, if they are visible.
getMinorTickMarkStroke() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the stroke used to display minor tick marks, if they are visible.
getMinorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the class that controls the spacing of the minor tick marks.
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.Statistics
Returns a data set for a moving average on the data set passed in.
getName() - Method in class org.jfree.data.general.Series
Returns the name of the series.
getNeedlePaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the needle.
getNegativeArea(float, float, float, float, float, float, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns the negative area for a cross-over section.
getNegativeBarPaint() - Method in class org.jfree.chart.renderer.category.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 for negative values.
getNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for negative values in ALL series.
getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for negative values.
getNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for negative values in ALL series.
getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for negative values.
getNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for negative values in ALL series.
getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the fallback position for negative item labels that don't fit within a bar.
getNegativePaint() - Method in class org.jfree.chart.renderer.xy.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.
getNormalBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the background paint for the 'normal' level.
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.general.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.AbstractCategoryItemLabelGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
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.statistics.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.statistics.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 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.category.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(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the open-value for the specified series and item.
getOpen(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the open-value for the specified series and item.
getOpen(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the open-value for one item in a series.
getOpen(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the open value.
getOpen() - Method in class org.jfree.data.xy.OHLCDataItem
Returns the open value.
getOpen(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the open-value for the specified series and item.
getOpenTickLine() - Method in class org.jfree.chart.renderer.xy.HighLow
Returns the line for open tick.
getOpenValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the open-value (as a double primitive) for an item within a series.
getOpenValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the open-value (as a double primitive) for an item within a series.
getOpenValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the open-value (as a double primitive) for an item within a series.
getOpenValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the open-value (as a double primitive) for an item within a series.
getOpenValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the open-value (as a double primitive) for an item within a series.
getOpposite(AxisLocation) - Static method in class org.jfree.chart.axis.AxisLocation
Returns the location that is opposite to the supplied location.
getOrder() - Method in class org.jfree.data.KeyedValueComparator
Returns the sort order.
getOrientation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the orientation of the plot.
getOrientation() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the orientation of the plot.
getOrientation() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the orientation of the plot.
getOrientation() - Method in class org.jfree.chart.plot.XYPlot
Returns the orientation of the plot.
getOrientation() - Method in interface org.jfree.chart.plot.Zoomable
Returns the orientation of the plot.
getOtherTabs() - Method in class org.jfree.chart.ui.AxisPropertyEditPanel
Returns a reference to the tabbed pane.
getOuterSeparatorExtension() - Method in class org.jfree.chart.plot.RingPlot
Returns the length of the outer extension of the separator line that is drawn between sections, expressed as a percentage of the depth of the section.
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.LegendItem
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.StandardLegend
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.plot.Marker
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.plot.Plot
Returns the color used to draw the outline of the plot area.
getOutlinePaint() - Method in class org.jfree.chart.title.LegendGraphic
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.ui.PlotPropertyEditPanel
Returns the current outline paint.
getOutlineStroke() - Method in class org.jfree.chart.LegendItem
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.StandardLegend
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.plot.Marker
Returns the outline stroke.
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.title.LegendGraphic
Returns the outline stroke.
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.StandardLegend
Returns the padding for the legend.
getPadding() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the padding for the band.
getPadding() - Method in class org.jfree.chart.block.AbstractBlock
Returns the padding.
getPadding() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the padding for the thermometer.
getPaint() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the paint for the annotation.
getPaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
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.block.BlockBorder
Returns the paint used to draw the border.
getPaint() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the paint used to plot data points.
getPaint() - Method in class org.jfree.chart.plot.Marker
Returns the paint.
getPaint() - Method in class org.jfree.chart.renderer.xy.HighLow
Returns the Paint object used to color the line.
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.general.CombinationDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.data.general.CombinedDataset
Returns the parent Dataset of this combination.
getParent() - Method in class org.jfree.data.general.SubSeriesDataset
Returns the parent Dataset of this combination.
getPassCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of passes through the dataset required by the renderer.
getPassCount() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the number of passes through the dataset required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the number of passes (2) required by this renderer.
getPassCount() - Method in class org.jfree.chart.renderer.xy.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.xy.StackedXYAreaRenderer
Returns the number of passes required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns the number of passes required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns 2, the number of passes required by the renderer.
getPassCount() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the number of passes through the data required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
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.xy.XYLineAndShapeRenderer
Returns the number of passes through the data that the renderer requires in order to draw the chart.
getPassesRequired() - Method in class org.jfree.chart.plot.PiePlotState
Returns the number of passes 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.
getPercentFormat() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Returns the percent formatter.
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.
getPeriodClass() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns the subclass of RegularTimePeriod that should be used to generate the date labels.
getPieArea() - Method in class org.jfree.chart.plot.PiePlotState
Returns the pie area.
getPieCenterX() - Method in class org.jfree.chart.plot.PiePlotState
Returns the x-coordinate of the center of the pie chart.
getPieCenterY() - Method in class org.jfree.chart.plot.PiePlotState
Returns the y-coordinate (in Java2D space) of the center of the pie chart.
getPieChart() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the pie chart that is used to draw the individual pie plots.
getPieHRadius() - Method in class org.jfree.chart.plot.PiePlotState
Returns the vertical pie radius.
getPieIndex() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the pie index.
getPieIndex() - Method in class org.jfree.chart.plot.PiePlot
Returns the pie index (this is used by the MultiplePiePlot class to track subplots).
getPieLabelRecord(int) - Method in class org.jfree.chart.plot.PieLabelDistributor
Returns a label record from the list.
getPieWRadius() - Method in class org.jfree.chart.plot.PiePlotState
Returns the horizontal pie radius.
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.DefaultPolarItemRenderer
Return the plot associated with this renderer.
getPlot() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Returns the plot that this renderer has been assigned to.
getPlot() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Returns the plot.
getPlot() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the plot that the renderer has been assigned to (where null indicates that the renderer is not currently assigned to a plot).
getPlot() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the plot that the renderer has been assigned to (where null indicates that the renderer is not currently assigned to a plot).
getPlot() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the plot that the renderer is assigned to.
getPlot() - Method in interface org.jfree.chart.renderer.xy.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.xy.XYAreaRenderer
Returns true if Area is being plotted by the renderer.
getPlotArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns true if Area is being plotted by the renderer.
getPlotArea() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns true if Area is being plotted by the renderer.
getPlotDiscontinuous() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns true if lines should be discontinuous.
getPlotImages() - Method in class org.jfree.chart.renderer.xy.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.xy.StandardXYItemRenderer
Returns true if lines are being plotted by the renderer.
getPlotLines() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns true if lines are being plotted by the renderer.
getPlotLines() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
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.xy.StandardXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns a flag that controls whether or not shapes are drawn for each data value.
getPlotShapes() - Method in class org.jfree.chart.renderer.xy.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.MultiplePiePlot
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.PiePlot3D
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.PolarPlot
Returns the plot type as a string.
getPlotType() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class org.jfree.chart.plot.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 position of the title.
getPosition() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the x position type (START, MIDDLE or END).
getPositiveArea(float, float, float, float, float, float, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns the positive area for a crossover point.
getPositiveBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the paint used to draw bars with positive values.
getPositiveItemLabelPosition(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for positive values.
getPositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for positive values in ALL series.
getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for positive values.
getPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for positive values in ALL series.
getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for positive values.
getPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for positive values in ALL series.
getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the fallback position for positive item labels that don't fit within a bar.
getPositivePaint() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns the paint used to highlight positive differences.
getPowerRegression(double[][]) - Static method in class org.jfree.data.statistics.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.statistics.Regression
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.
getPreferredSize() - Method in class org.jfree.chart.ui.PaletteSample
Returns the preferred size of the component.
getPreferredWidth() - Method in class org.jfree.chart.StandardLegend
Returns the preferred width of the legend bounding box if such width has been defined; otherwise returns NO_PREFERRED_WIDTH.
getPreviousHeight(CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.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.xy.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.
getQuadrantOrigin() - Method in class org.jfree.chart.plot.XYPlot
Returns the origin for the quadrants that can be displayed on the plot.
getQuadrantPaint(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the paint used for the specified quadrant.
getQuality() - Method in interface org.jfree.chart.encoders.ImageEncoder
Get the quality of the image encoding.
getQuality() - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Get the quality of the image encoding.
getQuality() - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Get the quality of the image encoding.
getQuality() - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Get the quality of the image encoding (always 0.0).
getQuarter() - Method in class org.jfree.data.time.Quarter
Returns the quarter.
getRadius() - Method in class org.jfree.chart.renderer.Outlier
Returns the radius of the outlier ellipse.
getRadiusGridlinePaint() - Method in class org.jfree.chart.plot.PolarPlot
Returns the paint for the grid lines (if any) plotted against the radius axis.
getRadiusGridlineStroke() - Method in class org.jfree.chart.plot.PolarPlot
Returns the stroke for the grid lines (if any) plotted against the radius axis.
getRange() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the range for the axis.
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(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a range axis.
getRangeAxis() - Method in class org.jfree.chart.plot.ContourPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range axis for the plot.
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(int) - Method in class org.jfree.chart.plot.XYPlot
Returns a range axis.
getRangeAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a range axis for a plot.
getRangeAxisCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of range axes.
getRangeAxisEdge() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the edge where the primary range axis is located.
getRangeAxisEdge(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the edge for a range axis.
getRangeAxisEdge() - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for the primary range axis.
getRangeAxisEdge(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the edge for a range axis.
getRangeAxisForDataset(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis for a dataset.
getRangeAxisForDataset(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the range axis for a dataset.
getRangeAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Returns the index of the given range axis.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the range axis location.
getRangeAxisLocation(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the location for a range axis.
getRangeAxisLocation() - Method in class org.jfree.chart.plot.XYPlot
Returns the location of the primary range axis.
getRangeAxisLocation(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the location for a 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.xy.XYStepAreaRenderer
Returns the value on the range axis which defines the 'lower' border of the area.
getRangeBounds(boolean) - Method in interface org.jfree.data.RangeInfo
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the value range.
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.
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.FastScatterPlot
Returns the paint for the grid lines (if any) plotted 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.FastScatterPlot
Returns the stroke for the grid lines (if any) plotted 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.
getRangeLowerBound(boolean) - Method in interface org.jfree.data.RangeInfo
Returns the minimum y-value in the dataset.
getRangeLowerBound(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the minimum y-value in the dataset.
getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the minimum y-value in the dataset.
getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the minimum y-value in the dataset.
getRangeLowerBound(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the minimum y-value in the dataset.
getRangeLowerBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the minimum range value.
getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the list of range markers (read only) for the specified layer.
getRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a collection of range markers for a particular renderer and layer.
getRangeMarkers(Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns the list of range markers (read only) for the specified layer.
getRangeMarkers(int, Layer) - Method in class org.jfree.chart.plot.XYPlot
Returns a collection of range markers for a particular renderer and 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.axis.NumberAxis
Returns the axis range type.
getRangeUpperBound(boolean) - Method in interface org.jfree.data.RangeInfo
Returns the maximum y-value in the dataset.
getRangeUpperBound(boolean) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the maximum y-value in the dataset.
getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum y-value in the dataset.
getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the maximum y-value in the dataset.
getRangeUpperBound(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the maximum y-value in the dataset.
getRangeUpperBound(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum range value.
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(int) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the renderer at the given index.
getRenderer() - Method in class org.jfree.chart.plot.PolarPlot
Returns the item renderer.
getRenderer() - Method in class org.jfree.chart.plot.XYPlot
Returns the renderer for the primary dataset.
getRenderer(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the renderer for a dataset, or null.
getRendererForDataset(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the renderer for the specified dataset.
getRendererForDataset(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Returns the renderer for the specified dataset.
getRendererIndex() - Method in class org.jfree.chart.entity.XYAnnotationEntity
Returns the renderer index.
getRenderingHints() - Method in class org.jfree.chart.JFreeChart
Returns the collection of rendering hints for the chart.
getRenderingOrder() - Method in class org.jfree.chart.StandardLegend
Returns the legend rendering order.
getReshowDelay() - Method in class org.jfree.chart.ChartPanel
Returns the reshow tooltip delay value used inside this chart panel.
getRevolutionDistance() - Method in class org.jfree.chart.plot.CompassPlot
Gets the count to complete one revolution.
getRight() - Method in class org.jfree.chart.axis.AxisSpace
Returns the space reserved for axes at the right of the plot area.
getRightArrow() - Method in class org.jfree.chart.axis.ValueAxis
Returns a shape that can be displayed as an arrow pointing right at the end of an axis line.
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.annotations.XYTextAnnotation
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 text anchor that defines the point around which the label is rotated.
getRotationAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
Returns the rotation anchor point.
getRotationAngle() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the rotation angle.
getRotationAngle() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the rotation angle.
getRowCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of rows in the dataset.
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 interface org.jfree.data.Values2D
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the number of series in the dataset (possibly zero).
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.
getRowCount() - Method in class org.jfree.data.time.TimeSeriesTableModel
Returns the number of rows in the table model.
getRowCount() - Method in class org.jfree.data.xy.MatrixSeries
Returns the number of rows in this matrix series.
getRowCount() - Method in class org.jfree.data.xy.XYDatasetTableModel
Returns the number of rows.
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.category.DefaultCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a row index.
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.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 the row key for a given index.
getRowKey(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the name of the specified series.
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.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.category.DefaultCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
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.xy.NormalizedMatrixSeries
Returns the factor that multiplies each item in this series when observed using getItem mehtod.
getScaleType() - Method in class org.jfree.chart.renderer.xy.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 within the minute.
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.
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 for the specified section.
getSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the outline stroke for ALL sections in the plot.
getSectionOutlineStroke(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the stroke for the specified section.
getSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for ALL sections in the plot.
getSectionPaint(int) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for the specified section.
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.
getSeparatorPaint() - Method in class org.jfree.chart.plot.RingPlot
Returns the separator paint.
getSeparatorStroke() - Method in class org.jfree.chart.plot.RingPlot
Returns the separator stroke.
getSeparatorsVisible() - Method in class org.jfree.chart.plot.RingPlot
Returns a flag that indicates whether or not separators are drawn between the sections in the chart.
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(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeries() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a list of the series in the dataset.
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.
getSeries(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns a series.
getSeries(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the series having the specified index.
getSeries() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns a list of all the series in the collection.
getSeries(int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns a series from the collection.
getSeriesBarWidth(int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Returns the bar width for a series.
getSeriesCount() - Method in class org.jfree.chart.plot.PolarPlot
Returns the number of series in the dataset for this plot.
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.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the number of series in the dataset (possibly zero).
getSeriesCount() - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the number of series.
getSeriesCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.general.AbstractSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.general.CombinedDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in interface org.jfree.data.general.SeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.general.SubSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.statistics.HistogramDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the number of series in the dataset (always 1 for this dataset).
getSeriesCount() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the series count.
getSeriesCount() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.XYBarDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the number of series in the collection.
getSeriesCreateEntities(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether entities are created for a series.
getSeriesFillPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesIndex() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns the series index.
getSeriesIndex() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the series index.
getSeriesIndex(Object) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a series index.
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.category.CategoryItemRenderer
Returns the font for all the item labels in a series.
getSeriesItemLabelFont(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the font for all the item labels in a series.
getSeriesItemLabelPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw the item labels for a series.
getSeriesItemLabelPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to draw the item labels for a series.
getSeriesItemLabelPaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to draw the item labels for a series.
getSeriesItemURLGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the URL generator for a series.
getSeriesItemURLGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item URL generator for a series.
getSeriesLabelGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the label generator for a series.
getSeriesLabelGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for a series.
getSeriesLabelGenerator(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the label generator for a series.
getSeriesLabelGenerator(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the label generator for a series.
getSeriesLinesVisible(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the lines for a series are visible.
getSeriesName(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the name of the given series.
getSeriesName(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the name of the specified 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.general.AbstractSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.general.CombinedDataset
Returns the name of a series.
getSeriesName(int) - Method in interface org.jfree.data.general.SeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the name of the specified 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.statistics.HistogramDataset
Returns the name for a series.
getSeriesName(int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the name of a series.
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.
getSeriesName(int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the name of the series stored in this dataset.
getSeriesName(int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the series name.
getSeriesName(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the name of a series.
getSeriesName(int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the name of a series.
getSeriesNegativeItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for all negative values in a series.
getSeriesNegativeItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for all negative values in a series.
getSeriesNegativeItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for all negative values in a series.
getSeriesOutlinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the outline paint for ALL series in the plot.
getSeriesOutlinePaint(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the paint for the specified series.
getSeriesOutlinePaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to outline an item drawn by the renderer.
getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to outline an item drawn by the renderer.
getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to outline an item drawn by the renderer.
getSeriesOutlineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the outline stroke for ALL series in the plot.
getSeriesOutlineStroke(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the stroke for the specified 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.category.CategoryItemRenderer
Returns the stroke used to outline the items in a series.
getSeriesOutlineStroke(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the stroke used to outline the items in a series.
getSeriesPaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the paint for ALL series in the plot.
getSeriesPaint(int) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the paint for the specified 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.category.CategoryItemRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesPositiveItemLabelPosition(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the item label position for all positive values in a series.
getSeriesPositiveItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for all positive values in a series.
getSeriesPositiveItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for all positive values in a series.
getSeriesRunningTotal() - Method in class org.jfree.chart.renderer.category.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.category.CategoryItemRenderer
Returns a shape used to represent the items in a series.
getSeriesShape(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a shape used to represent the items in a series.
getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.category.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.xy.StandardXYItemRenderer
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.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the shapes for a series are filled.
getSeriesShapesVisible(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the flag used to control whether or not the shapes for a series are visible.
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.category.CategoryItemRenderer
Returns the stroke used to draw the items in a series.
getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the stroke used to draw the items in a series.
getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator for the specified series (a "layer 1" generator).
getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator for the specified series (a "layer 1" generator).
getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the tool tip generator for a series.
getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the tool tip generator for a series.
getSeriesVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls the visibility of ALL series.
getSeriesVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the flag that controls the visibility of ALL series.
getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisibleInLegend() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls the visibility of ALL series in the legend.
getSeriesVisibleInLegend(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether a series is visible in the legend.
getSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the flag that controls the visibility of ALL series in the legend.
getSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the flag that controls whether a series is visible in the legend.
getShadowPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the shadow paint.
getShadowXOffset() - Method in class org.jfree.chart.plot.PiePlot
Returns the x-offset for the shadow effect.
getShadowYOffset() - Method in class org.jfree.chart.plot.PiePlot
Returns the y-offset for the shadow effect.
getShape() - Method in class org.jfree.chart.LegendItem
Returns the shape used to label the series represented by this legend item.
getShape() - Method in class org.jfree.chart.title.LegendGraphic
Returns the shape.
getShapeCoords() - Method in class org.jfree.chart.entity.ChartEntity
Returns the shape coordinates as a string.
getShapeHeight() - Method in class org.jfree.chart.renderer.xy.SignalRenderer
Returns the shape height.
getShapePaint() - Method in class org.jfree.chart.renderer.xy.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.xy.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.xy.SignalRenderer
Returns the shape width.
getShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag that controls whether or not shapes are filled for ALL series.
getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the flag that controls whether the shapes are visible for the items in 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.
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.
getSlope(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
Finds the slope of a regression line using least squares.
getSources() - Method in class org.jfree.chart.title.LegendTitle
Returns the legend item sources.
getStagger() - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Returns the flag that controls whether the series steps are staggered.
getStandardDeviation() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns the standard deviation.
getStandardTickUnits() - Method in class org.jfree.chart.axis.ValueAxis
Returns the source for obtaining 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.
getStartAngle() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the start angle for the first radar axis.
getStartBoundary() - Method in class org.jfree.data.statistics.HistogramBin
Returns the start boundary.
getStartPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the position of the start of the progress indicator, as a percentage of the bar width.
getStartTime() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns the start time for the timeline.
getStartValue() - Method in class org.jfree.chart.plot.IntervalMarker
Returns the start value for the interval.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, int) - Method in interface org.jfree.data.category.IntervalCategoryDataset
Returns the start value for the interval for a given series and category.
getStartValue(Comparable, Comparable) - Method in interface org.jfree.data.category.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.
getStartX(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the start value for a bin.
getStartX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the start x-value.
getStartX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the start x value based on the intervalWidth and the intervalPositionFactor.
getStartX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the start x-value (as a double primitive) for an item within a series.
getStartXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the start x-value (as a double primitive) for an item within a series.
getStartXValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
Returns the start x-value (as a double primitive) for an item within a series.
getStartXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the start x-value (as a double primitive) for an item within a series.
getStartXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the starting X value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the start y-value for a bin (which is the same as the y-value, this method exists only to support the general form of the IntervalXYDataset interface).
getStartY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the start y-value.
getStartY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the start y-value (as a double primitive) for an item within a series.
getStartYValue(int, int) - Method in class org.jfree.data.xy.AbstractIntervalXYDataset
Returns the start y-value (as a double primitive) for an item within a series.
getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the start y-value (as a double primitive) for an item within a series.
getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the starting Y value for the specified series and item.
getStartZValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the starting Z value for the specified series and item.
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.plot.Marker
Returns the stroke.
getStroke() - Method in class org.jfree.chart.renderer.xy.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.
getSubLabelFont() - Method in class org.jfree.chart.axis.SubCategoryAxis
Returns the font used to display the sub-category labels.
getSubLabelPaint() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Returns the paint for the sublabels.
getSubLabelPaint() - Method in class org.jfree.chart.axis.SubCategoryAxis
Returns the paint used to display the sub-category labels.
getSubplotCount() - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns the number of subplots.
getSubplotIndex(Point2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns the index of the subplot that contains the specified (x, y) point (the "source" point).
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 a list of the 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.
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 an unmodifialble list of the tasks in the series.
getTempFilePrefix() - Static method in class org.jfree.chart.servlet.ServletUtilities
Returns the prefix for the temporary file names generated by this class.
getTempOneTimeFilePrefix() - Static method in class org.jfree.chart.servlet.ServletUtilities
Returns the prefix for "one time" temporary file names generated by this class.
getText() - Method in class org.jfree.chart.annotations.TextAnnotation
Returns the text for the annotation.
getText() - Method in class org.jfree.chart.annotations.XYTextAnnotation
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.annotations.XYTextAnnotation
Returns the text anchor.
getTextAnchor() - Method in class org.jfree.chart.axis.Tick
Returns the text anchor.
getTextAnchor() - Method in class org.jfree.chart.labels.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).
getTickLabelFormat() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label format.
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 stroke used to draw tick marks.
getTickSize() - Method in class org.jfree.chart.renderer.xy.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.
getTimeFromLong(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Converts a date/time value to take account of daylight savings 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.
getTimePeriod(int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the time period for the specified item.
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.
getTimeSeriesInstance() - Static method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Returns a tool tip generator that formats the x-values as dates and the y-values as numbers.
getTimeZone() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the time zone used to convert the periods defining the axis range into absolute milliseconds.
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.
getTitleFont() - Method in class org.jfree.chart.StandardLegend
Returns the title font.
getTitleFont() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the font selected in the panel.
getTitlePaint() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the paint selected in the panel.
getTitlePropertyEditPanel() - Method in class org.jfree.chart.ui.ChartPropertyEditPanel
Returns a reference to the title property sub-panel.
getTitleText() - Method in class org.jfree.chart.ui.TitlePropertyEditPanel
Returns the title text entered in the panel.
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
Returns the tool tip generator, an object that is responsible for generating the text items used for tool tips by the plot.
getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator that should be used for the specified item.
getToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator that will be used for ALL items in the dataset (the "layer 0" generator).
getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator that should be used for the specified item.
getToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator that will be used for ALL items in the dataset (the "layer 0" generator).
getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the tool tip generator for a data item.
getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the tool tip generator for a data item.
getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Returns a string for the tooltip.
getToolTipText() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Returns the tool tip text for the annotation.
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 space reserved for axes at the top of the plot area.
getTotal() - Method in class org.jfree.chart.plot.PiePlotState
Returns the total of the values in the dataset.
getTransform() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the transform.
getTranspose() - Method in class org.jfree.data.jdbc.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.KeyedValueComparator
Returns the type.
getType(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the type.
getType() - Method in class org.jfree.data.statistics.HistogramDataset
Returns the histogram type.
getType(int, int) - Method in interface org.jfree.data.xy.SignalsDataset
Returns the type.
getURL() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Returns the URL for the annotation.
getURL(Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns the URL for an item.
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.CustomPieURLGenerator
Returns the number of URLs in a given list.
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.
getURLGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in interface org.jfree.chart.renderer.xy.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.general.WaferMapDataset
Returns the number of unique values.
getUniqueValues() - Method in class org.jfree.data.general.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).
getUpArrow() - Method in class org.jfree.chart.axis.ValueAxis
Returns a shape that can be displayed as an arrow pointing upwards at the end of an axis line.
getUpPaint() - Method in class org.jfree.chart.renderer.xy.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.
getUpperBound() - Method in class org.jfree.data.statistics.SimpleHistogramBin
Return the upper bound.
getUpperClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the upper clip value.
getUpperDate() - Method in class org.jfree.data.time.DateRange
Returns the upper (later) date 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 upper margin for the axis, expressed as a percentage of the axis range.
getUpperY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the upper bound of the label.
getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseOutlinePaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag that controls whether the outline paint is used for shape outlines.
getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the renderer should use the outline paint setting to draw shape outlines, and false if it should just use the regular paint.
getUseSubrangePaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a flag that controls whether or not the mercury color changes for each subrange.
getUseYInterval() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a flag that determines whether the y-interval from the dataset is used to calculate the length of each bar.
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() - Method in class org.jfree.chart.plot.ValueMarker
Returns the value.
getValue(int) - Method in class org.jfree.chart.renderer.xy.HighLow
Returns either OPEN or CLOSE value depending on the valueType.
getValue() - Method in class org.jfree.data.DefaultKeyedValue
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 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(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the value for a given key.
getValue(Comparable, Comparable) - Method in interface org.jfree.data.KeyedValues2D
Returns the value associated with the specified keys.
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(int) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns a value.
getValue(Comparable) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the value for a given key.
getValue(int, int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns a value from the table.
getValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns the value for a pair of keys.
getValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(int, int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(double) - Method in interface org.jfree.data.function.Function2D
Returns the value of the function ('y') for a given input ('x').
getValue(double) - Method in class org.jfree.data.function.LineFunction2D
Returns the function value.
getValue(double) - Method in class org.jfree.data.function.NormalDistributionFunction2D
Returns the function value.
getValue(double) - Method in class org.jfree.data.function.PowerFunction2D
Returns the value of the function for a given input ('x').
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() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Returns the value.
getValue(int) - Method in class org.jfree.data.general.DefaultPieDataset
Returns a value.
getValue(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
Returns the data value associated with a key.
getValue() - Method in class org.jfree.data.general.DefaultValueDataset
Returns the value.
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 (for this dataset, the mean value is returned).
getValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the value for an item (for this dataset, the mean value is returned).
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.time.TimeSeriesTableModel
Returns the data value for a cell in the table model.
getValueAt(int, int) - Method in class org.jfree.data.xy.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.
getVerticalAlignment() - Method in class org.jfree.chart.title.Title
Returns the vertical alignment of the title.
getVolume(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the volume value for the specified series and item.
getVolume(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the volume.
getVolume(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the volume-value for one item in a series.
getVolume(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the trading volume.
getVolume() - Method in class org.jfree.data.xy.OHLCDataItem
Returns the volume.
getVolume(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the volume for the specified series and item.
getVolumeValue(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the volume-value (as a double primitive) for an item within a series.
getVolumeValue(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the volume-value (as a double primitive) for an item within a series.
getVolumeValue(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the volume-value (as a double primitive) for an item within a series.
getVolumeValue(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the volume-value (as a double primitive) for an item within a series.
getVolumeValue(int, int) - Method in interface org.jfree.data.xy.OHLCDataset
Returns the volume-value (as a double primitive) for an item within a series.
getWallPaint() - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Returns the paint used to highlight the left and bottom wall in the plot background.
getWallPaint() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Returns the paint used to highlight the left and bottom wall in the plot background.
getWallPaint() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns the paint used to highlight the left and bottom wall in the plot background.
getWarningBackgroundPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the background paint used to display the 'warning' range.
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.
getWebPoint(Rectangle2D, double, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns a cartesian point from a polar angle, length and bounding box
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.
getWidth() - Method in class org.jfree.chart.block.AbstractBlock
Returns the natural width of the block, if this is known in advance.
getWidth() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the fixed width.
getWidthConstraintType() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the constraint type.
getWidthRange() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the width range.
getWidthRatio() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the ratio used to calculate the maximum category label width.
getWidthType() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns the width calculation type.
getWindDirection(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the wind direction for one item within a series.
getWindDirection(int, int) - Method in interface org.jfree.data.xy.WindDataset
Returns the wind direction (should be in the range 0 to 12).
getWindForce(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the wind force for one item within a series.
getWindForce(int, int) - Method in interface org.jfree.data.xy.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(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the x-value.
getX(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the x value for the specified series and index (zero-based indices).
getX(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the X-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the X-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the x-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the x-value for one item in a series.
getX(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the X value for a bin.
getX(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the x-value for an item within a series.
getX(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the x-value.
getX(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the x-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the x-value for the specified series and item.
getX(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the x-value for a time period.
getX(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the x-value for an item within a series.
getX(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the x-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the x-value for one item in a series.
getX(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the x-value for a data item.
getX(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the x-value for the specified series and item.
getX(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the x-value for one item within a series.
getX(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the j index value of the specified Mij matrix item in the specified matrix series.
getX(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the x-value for an item within a series.
getX() - Method in class org.jfree.data.xy.XYDataItem
Returns the x-value.
getX(int, int) - Method in interface org.jfree.data.xy.XYDataset
Returns the x-value for an item within a series.
getX(int) - Method in class org.jfree.data.xy.XYSeries
Returns the x-value at the specified index.
getX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the x-value for the specified series and item.
getXDate(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the x-value for one item in a series, as a Date.
getXDate(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the x-value for one item in a series, as a Date.
getXDate(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the x-value for a data item as a date.
getXDateFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the date formatter for the x-values.
getXFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the number formatter for the x-values.
getXIndices() - Method in interface org.jfree.data.contour.ContourDataset
Returns the index of the xvalues.
getXIndices() - Method in class org.jfree.data.contour.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.category.BarRenderer3D
Returns the x-offset for the 3D effect.
getXOffset() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Returns the x-offset for the 3D effect.
getXOffset() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
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.
getXPosition() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the position within each time period that is used for the X value.
getXSymbolicValue(int, int) - Method in interface org.jfree.data.xy.XisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getXSymbolicValue(Integer) - Method in interface org.jfree.data.xy.XisSymbolic
Returns the symbolic value linked with the specified Integer.
getXSymbolicValues() - Method in interface org.jfree.data.xy.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.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns an x value.
getXValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.xy.AbstractXYDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int, int) - Method in interface org.jfree.data.xy.XYDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValues() - Method in interface org.jfree.data.contour.ContourDataset
Returns the array of Numbers representing the x data values.
getXValues() - Method in class org.jfree.data.contour.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(int, int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the y value for the specified series and index (zero-based indices).
getY(int, int) - Method in class org.jfree.data.general.CombinedDataset
Returns the Y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.general.SubSeriesDataset
Returns the Y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the y-value for one item in a series.
getY(int, int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the y-value for a bin (calculated to take into account the histogram type).
getY(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the y-value for an item within a series.
getY(int, int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the y-value for an item within a series.
getY(int, int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the y-value for one item in a series.
getY(int, int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the y-value for the specified series and item.
getY(int, int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the y-value for one item within a series.
getY(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the i index value of the specified Mij matrix item in the specified matrix series.
getY(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the y-value for an item within a series.
getY() - Method in class org.jfree.data.xy.XYDataItem
Returns the y-value.
getY(int, int) - Method in interface org.jfree.data.xy.XYDataset
Returns the y-value for an item within a series.
getY(int) - Method in class org.jfree.data.xy.XYSeries
Returns the y-value at the specified index.
getY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the y-value for the specified series and item.
getYDateFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the date formatter for the y-values.
getYFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
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.category.BarRenderer3D
Returns the y-offset for the 3D effect.
getYOffset() - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Returns the y-offset for the 3D effect.
getYOffset() - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns the y-offset for the 3D effect.
getYSymbolicValue(int, int) - Method in interface org.jfree.data.xy.YisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getYSymbolicValue(Integer) - Method in interface org.jfree.data.xy.YisSymbolic
Returns the symbolic value linked with the specified Integer.
getYSymbolicValues() - Method in interface org.jfree.data.xy.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.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the y-value (as a double primitive) for an item within a series.
getYValue(int, int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the y-value (as a double primitive) for an item within 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.xy.AbstractXYDataset
Returns the y-value (as a double primitive) for an item within a series.
getYValue(int, int) - Method in interface org.jfree.data.xy.XYDataset
Returns the y-value (as a double primitive) for an item within a series.
getYValues() - Method in interface org.jfree.data.contour.ContourDataset
Returns the array of Numbers representing the y data values.
getYValues() - Method in class org.jfree.data.contour.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.
getZ(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the z value for the specified series and index (zero-based indices).
getZ(int, int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the Mij item value of the specified Mij matrix item in the specified matrix series.
getZ(int, int) - Method in interface org.jfree.data.xy.XYZDataset
Returns the z-value for the specified series and item.
getZDateFormat() - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Returns the date formatter for the z-values.
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.xy.AbstractXYZDataset
Returns the z-value (as a double primitive) for an item within a series.
getZValue(int, int) - Method in interface org.jfree.data.xy.XYZDataset
Returns the z-value (as a double primitive) for an item within a series.
getZValueRange(Range, Range) - Method in interface org.jfree.data.contour.ContourDataset
Returns the maximum z-value within visible region of plot.
getZValueRange(Range, Range) - Method in class org.jfree.data.contour.DefaultContourDataset
Returns the maximum z-value within visible region of plot.
getZValues() - Method in interface org.jfree.data.contour.ContourDataset
Returns the array of Numbers representing the z data values.
getZValues() - Method in class org.jfree.data.contour.DefaultContourDataset
Returns a Number array containing all z values.
getZeroRangeBaselinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the zero baseline (if any) plotted against the range axis.
getZeroRangeBaselineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke used for the zero baseline against the range axis.
getZoomInFactor() - Method in class org.jfree.chart.ChartPanel
Returns the zoom in factor.
getZoomOutFactor() - Method in class org.jfree.chart.ChartPanel
Returns the zoom out factor.
getZoomTriggerDistance() - Method in class org.jfree.chart.ChartPanel
Returns the zoom trigger distance.

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.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.xy.HighLow.
Represents one point in the high/low/open/close plot.
HighLow(double, double, double) - Constructor for class org.jfree.chart.renderer.xy.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.xy.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.xy.HighLow
Constructs a high-low item.
HighLowItemLabelGenerator - class org.jfree.chart.labels.HighLowItemLabelGenerator.
A standard item label generator for plots that use data from a OHLCDataset.
HighLowItemLabelGenerator() - Constructor for class org.jfree.chart.labels.HighLowItemLabelGenerator
Creates an item label generator using the default date and number formats.
HighLowItemLabelGenerator(DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.HighLowItemLabelGenerator
Creates a tool tip generator using the supplied date formatter.
HighLowRenderer - class org.jfree.chart.renderer.xy.HighLowRenderer.
A renderer that draws high/low/open/close markers on an XYPlot (requires a OHLCDataset).
HighLowRenderer() - Constructor for class org.jfree.chart.renderer.xy.HighLowRenderer
The default constructor.
HistogramBin - class org.jfree.data.statistics.HistogramBin.
A bin for the HistogramDataset class.
HistogramBin(double, double) - Constructor for class org.jfree.data.statistics.HistogramBin
Creates a new bin.
HistogramDataset - class org.jfree.data.statistics.HistogramDataset.
A dataset that can be used for creating histograms.
HistogramDataset() - Constructor for class org.jfree.data.statistics.HistogramDataset
Creates a new (empty) dataset with a default type of HistogramType.FREQUENCY.
HistogramType - class org.jfree.data.statistics.HistogramType.
A class for creating constants to represent the histogram type.
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.annotations.TextAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.XYBoxAnnotation
Returns a hash code.
hashCode() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Returns a hash code.
hashCode() - Method in class org.jfree.chart.annotations.XYLineAnnotation
Returns a hash code.
hashCode() - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns a hash code for the object.
hashCode() - Method in class org.jfree.chart.block.LengthConstraintType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.event.ChartChangeEventType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a hashcode for the renderer.
hashCode() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a hash code for the renderer.
hashCode() - Method in class org.jfree.chart.title.TextTitle
Returns a hash code.
hashCode() - Method in class org.jfree.chart.title.Title
Returns a hashcode for the title.
hashCode() - Method in class org.jfree.chart.ui.ColorPalette
Returns a hash code.
hashCode() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Returns a hash code.
hashCode() - Method in class org.jfree.data.DefaultKeyedValue
Returns a hash code.
hashCode() - Method in class org.jfree.data.DefaultKeyedValues
Returns a hash code.
hashCode() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns a hash code.
hashCode() - Method in class org.jfree.data.DomainOrder
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.KeyedObjects2D
Returns a hashcode for this object.
hashCode() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a hash code.
hashCode() - Method in class org.jfree.data.Range
Returns a hash code.
hashCode() - Method in class org.jfree.data.RangeType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns a hash code for the dataset.
hashCode() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Returns a hash code.
hashCode() - Method in class org.jfree.data.general.DefaultPieDataset
Returns a hash code.
hashCode() - Method in class org.jfree.data.general.DefaultValueDataset
Returns a hash code.
hashCode() - Method in class org.jfree.data.general.Series
Returns a hash code.
hashCode() - Method in class org.jfree.data.statistics.HistogramType
Returns a hash code value for the object.
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.TimePeriodAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.time.TimePeriodValue
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.time.TimePeriodValues
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.time.TimeSeries
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.time.TimeSeriesCollection
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns a hash code.
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.
hashCode() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.XYDataItem
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.XYSeries
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns a hash code.
headPercent - Variable in class org.jfree.chart.plot.SpiderWebPlot
The head radius as a percentage of the available drawing area.
historyCount - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
The history count.

I

IMAGES - Static variable in class org.jfree.chart.renderer.xy.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.labels.ItemLabelAnchor
INSIDE1.
INSIDE10 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE10.
INSIDE11 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE11.
INSIDE12 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE12.
INSIDE2 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE2.
INSIDE3 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE3.
INSIDE4 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE4.
INSIDE5 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE5.
INSIDE6 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE6.
INSIDE7 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE7.
INSIDE8 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE8.
INSIDE9 - Static variable in class org.jfree.chart.labels.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.
ImageEncoder - interface org.jfree.chart.encoders.ImageEncoder.
Interface for abstracting different types of image encoders.
ImageEncoderFactory - class org.jfree.chart.encoders.ImageEncoderFactory.
Factory class for returning ImageEncoders for different ImageFormats.
ImageEncoderFactory() - Constructor for class org.jfree.chart.encoders.ImageEncoderFactory
 
ImageFormat - interface org.jfree.chart.encoders.ImageFormat.
Interface used for referencing different image formats.
ImageMapUtilities - class org.jfree.chart.imagemap.ImageMapUtilities.
Collection of utility methods related to producing image maps.
ImageMapUtilities() - Constructor for class org.jfree.chart.imagemap.ImageMapUtilities
 
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, RectangleInsets) - 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.category.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.category.IntervalBarRenderer
Constructs a new renderer.
IntervalCategoryDataset - interface org.jfree.data.category.IntervalCategoryDataset.
A category dataset that defines a value range for each series/category combination.
IntervalCategoryLabelGenerator - class org.jfree.chart.labels.IntervalCategoryLabelGenerator.
A label generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryLabelGenerator
Creates a new generator with a default number formatter.
IntervalCategoryLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryLabelGenerator
Creates a new generator with the specified number formatter.
IntervalCategoryLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryLabelGenerator
Creates a new generator with the specified date formatter.
IntervalCategoryToolTipGenerator - class org.jfree.chart.labels.IntervalCategoryToolTipGenerator.
A tooltip generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryToolTipGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with a default number formatter.
IntervalCategoryToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with the specified number formatter.
IntervalCategoryToolTipGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with the specified date formatter.
IntervalMarker - class org.jfree.chart.plot.IntervalMarker.
Represents an interval to be highlighted in some way.
IntervalMarker(double, double) - Constructor for class org.jfree.chart.plot.IntervalMarker
Constructs an interval marker.
IntervalMarker(double, double, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.IntervalMarker
Constructs an interval marker.
IntervalXYDataset - interface org.jfree.data.xy.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.
IntervalXYDelegate - class org.jfree.data.xy.IntervalXYDelegate.
A class for delegating xy-interval issues to.
IntervalXYDelegate(XYDataset) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates an XYIntervalDelegate.
IntervalXYDelegate(XYDataset, boolean) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates a new delegate for the specified dataset.
IntervalXYZDataset - interface org.jfree.data.xy.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.labels.ItemLabelAnchor.
An enumeration of the positions that a value label can take, relative to an item in a CategoryPlot.
ItemLabelPosition - class org.jfree.chart.labels.ItemLabelPosition.
The attributes that control the position of the label for each data item on a chart.
ItemLabelPosition() - Constructor for class org.jfree.chart.labels.ItemLabelPosition
Creates a new position record with default settings.
ItemLabelPosition(ItemLabelAnchor, TextAnchor) - Constructor for class org.jfree.chart.labels.ItemLabelPosition
Creates a new position record (with zero rotation).
ItemLabelPosition(ItemLabelAnchor, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.labels.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.
incrementCount() - Method in class org.jfree.data.statistics.HistogramBin
Increments the item count.
incrementValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.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).
indexOf(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Returns the index of the specified dataset, or -1 if the dataset does not belong to the plot.
indexOf(Number) - Method in class org.jfree.data.xy.XYSeries
Returns the index of the item with the specified x-value.
indexX() - Method in interface org.jfree.data.contour.ContourDataset
Returns an int array contain the index into the x values.
indexX() - Method in class org.jfree.data.contour.DefaultContourDataset
Returns an int array contain the index into the x values.
indexX(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Given index k, returns the column index containing k.
indexY(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Given index k, return the row index containing k.
indexZ(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
Given column and row indices, returns the k index.
init() - Method in class org.jfree.chart.servlet.DisplayChart
Init method.
initialise(Graphics2D, Rectangle2D, PiePlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
Initialises the drawing procedure.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.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, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.BarRenderer
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.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.xy.AbstractXYItemRenderer
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.xy.CandlestickRenderer
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.xy.ClusteredXYBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
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.xy.StandardXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.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.xy.XYBarRenderer
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.xy.XYDifferenceRenderer
Initialises the renderer and returns a state object that should be passed to subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.xy.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.xy.XYLineAndShapeRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.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.contour.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.
intersects(double, double) - Method in class org.jfree.data.Range
Returns true if the range intersects with the specified range, and false otherwise.
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.
isAnchoredToBottom() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to bottom.
isAnchoredToCenter() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to center.
isAnchoredToLeft() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to left.
isAnchoredToMiddle() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to middle.
isAnchoredToRight() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to right.
isAnchoredToTop() - Method in class org.jfree.chart.Legend
Returns true if and only if this legend is anchored to top.
isAngleGridlinesVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns true if the angular gridlines are visible, and false otherwise.
isAngleLabelsVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns a flag that controls whether or not the angle labels are visible.
isAutoPrune() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the flag that controls whether or not x-values are removed from the dataset when the corresponding y-values are all null.
isAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the flag that controls whether or not the axis range is automatically adjusted to fit the data values.
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.
isAutoWidth() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns whether the interval width is automatically calculated or not.
isAutoWidth() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns whether the interval width is automatically calculated or not.
isAutoWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns whether the interval width is automatically calculated or not.
isAutoWidth() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns whether the interval width is automatically calculated or not.
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.time.TimeSeriesTableModel
Returns a flag indicating whether or not the specified cell is editable.
isCellEditable(int, int) - Method in class org.jfree.data.xy.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.contour.ContourDataset
Returns true if axis are dates.
isDateAxis(int) - Method in class org.jfree.data.contour.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.FastScatterPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDomainZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.ContourPlot
Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isDomainZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns true.
isDomainZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true
isDomainZoomable() - Method in interface org.jfree.chart.plot.Zoomable
Returns true if the plot's domain is zoomable, and false otherwise.
isDrawBarOutline() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns a flag that controls whether or not bar outlines are drawn.
isDrawBarOutline() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a flag that controls whether or not bar outlines are drawn.
isDrawLines() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets whether or not lines are drawn between category points.
isDrawPath() - Method in class org.jfree.chart.ClipPath
Returns the drawPath.
isEmpty() - Method in class org.jfree.chart.block.BlockContainer
Returns true if there are no blocks in the container, and false otherwise.
isEmptyOrNull(PieDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEncodingAlpha() - Method in interface org.jfree.chart.encoders.ImageEncoder
Get whether the encoder should encode alpha transparency.
isEncodingAlpha() - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Get whether the encoder should encode alpha transparency.
isEncodingAlpha() - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Get whether the encoder encodes alpha transparency (always false).
isEncodingAlpha() - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Get whether the encoder should encode alpha transparency (always false).
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.
isItemLabelVisible(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns true if an item label is visible, and false otherwise.
isItemLabelVisible(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if an item label is visible, and false otherwise.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing items.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the specified pass is the one for drawing items.
isLastPointGood() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
isLastPointGood() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing lines.
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the specified pass is the one for drawing lines.
isLineVisible() - Method in class org.jfree.chart.LegendItem
Returns a flag that indicates whether or not the line is visible.
isLineVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns the flag that controls whether or not the line is visible.
isLinesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns true if a line should be drawn from the previous to the current data point, 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.general.WaferMapDataset
Tests to see if the passed value is larger than the stored maxvalue.
isMinValue(Number) - Method in class org.jfree.data.general.WaferMapDataset
Tests to see if the passed value is smaller than the stored minvalue.
isMinorTickMarksVisible() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the flag that controls whether or not minor tick marks are displayed for the axis.
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
Returns a flag that controls whether or not the axis line has an arrow drawn that points in the negative direction for the axis.
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.xy.XYAreaRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutline() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutline() - Method in class org.jfree.chart.renderer.xy.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
Returns a flag that controls whether or not the axis line has an arrow drawn that points in the positive direction for the axis.
isRadiusGridlinesVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns true if the radius axis grid is visible, and false otherwise.
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.FastScatterPlot
Returns true if the range axis grid is visible, and false otherwise.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis grid is visible, and false otherwise.
isRangeZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false.
isRangeZoomable() - Method in class org.jfree.chart.plot.ContourPlot
Returns false.
isRangeZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true
isRangeZoomable() - Method in interface org.jfree.chart.plot.Zoomable
Returns true if the plot's range is zoomable, and false otherwise.
isRenderAsPoints() - Method in class org.jfree.chart.plot.ContourPlot
Returns the renderAsPoints.
isSeriesFilled(int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if the renderer should fill the specified series, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesVisibleInLegend(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the series should be shown in the legend, and false otherwise.
isSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if the series should be shown in the legend, and false otherwise.
isShadowPass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing shadows.
isShapeFilled() - Method in class org.jfree.chart.LegendItem
Returns a flag that controls whether or not the shape is filled.
isShapeFilled() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether or not the shapes are filled.
isShapeOutlineVisible() - Method in class org.jfree.chart.LegendItem
Returns the flag that controls whether or not the shape outline is visible.
isShapeOutlineVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether the shape outline is visible.
isShapeVisible() - Method in class org.jfree.chart.LegendItem
Returns a flag that indicates whether or not the shape is visible.
isShapeVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether or not the shape is visible.
isShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns the flag that controls whether or not the shapes are filled.
isShapesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns true if a shape should be drawn to represent each data point, 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.jdbc.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.
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.
isWebFilled() - Method in class org.jfree.chart.plot.SpiderWebPlot
Method to determine if the web chart is to be filled.
isZeroRangeBaselineVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag that controls whether or not a zero baseline is displayed for the range axis.
itemAdded(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Updates the interval width if an item is added.
itemRemoved(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
Updates the interval width if an item is removed.
iterateCategoryRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the category dataset to find the range bounds.
iterateDomainBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the items in an XYDataset to find the range of x-values.
iterateDomainBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the items in an XYDataset to find the range of x-values.
iterateXYRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the xy dataset to find the range bounds.
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.jdbc.JDBCCategoryDataset.
A CategoryDataset implementation over a database JDBC result set.
JDBCCategoryDataset(String, String, String, String) - Constructor for class org.jfree.data.jdbc.JDBCCategoryDataset
Creates a new dataset with a database connection.
JDBCCategoryDataset(Connection) - Constructor for class org.jfree.data.jdbc.JDBCCategoryDataset
Create a new dataset with the given database connection.
JDBCCategoryDataset(Connection, String) - Constructor for class org.jfree.data.jdbc.JDBCCategoryDataset
Creates a new dataset with the given database connection, and executes the supplied query to populate the dataset.
JDBCPieDataset - class org.jfree.data.jdbc.JDBCPieDataset.
A PieDataset that reads data from a database via JDBC.
JDBCPieDataset(String, String, String, String) - Constructor for class org.jfree.data.jdbc.JDBCPieDataset
Creates a new JDBCPieDataset and establishes a new database connection.
JDBCPieDataset(Connection) - Constructor for class org.jfree.data.jdbc.JDBCPieDataset
Creates a new JDBCPieDataset using a pre-existing database connection.
JDBCPieDataset(Connection, String) - Constructor for class org.jfree.data.jdbc.JDBCPieDataset
Creates a new JDBCPieDataset using a pre-existing database connection.
JDBCXYDataset - class org.jfree.data.jdbc.JDBCXYDataset.
This class provides an XYDataset implementation over a database JDBC result set.
JDBCXYDataset(String, String, String, String) - Constructor for class org.jfree.data.jdbc.JDBCXYDataset
Creates a new dataset (initially empty) and establishes a new database connection.
JDBCXYDataset(Connection) - Constructor for class org.jfree.data.jdbc.JDBCXYDataset
Creates a new dataset (initially empty) using the specified database connection.
JDBCXYDataset(Connection, String) - Constructor for class org.jfree.data.jdbc.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.
JFreeChartResources - class org.jfree.chart.resources.JFreeChartResources.
Localised resources for JFreeChart.
JFreeChartResources() - Constructor for class org.jfree.chart.resources.JFreeChartResources
 
JPEG - Static variable in interface org.jfree.chart.encoders.ImageFormat
Joint Photographic Experts Group format - lossy
JThermometer - class org.jfree.chart.plot.JThermometer.
An initial quick and dirty.
JThermometer() - Constructor for class org.jfree.chart.plot.JThermometer
Default constructor.
java2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Converts a coordinate from Java 2D space to data space.
java2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Translates a Java2D coordinate into the corresponding data value.
java2DToValue(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.
java2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ModuloAxis
Translates a Java2D coordinate into a data value.
java2DToValue(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.
java2DToValue(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
java2DToValue(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.

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.
KeyToGroupMap - class org.jfree.data.KeyToGroupMap.
A class that maps keys (instances of Comparable) to groups.
KeyToGroupMap() - Constructor for class org.jfree.data.KeyToGroupMap
Creates a new map with a default group named 'Default Group'.
KeyToGroupMap(Comparable) - Constructor for class org.jfree.data.KeyToGroupMap
Creates a new map with the specified default group.
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.
Used to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
KeyedValueDataset - interface org.jfree.data.general.KeyedValueDataset.
A dataset containing a single value.
KeyedValues - interface org.jfree.data.KeyedValues.
An ordered list of (key, value) items.
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.general.KeyedValues2DDataset.
A dataset containing (key, value) data items.
KeyedValuesDataset - interface org.jfree.data.general.KeyedValuesDataset.
A dataset containing (key, value) data items.
KeypointPNGEncoderAdapter - class org.jfree.chart.encoders.KeypointPNGEncoderAdapter.
Adapter class for the Keypoint PNG Encoder.
KeypointPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
 

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 minute.
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).
LEVEL - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is levelled at the first or last value.
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.xy.StandardXYItemRenderer
Constant for the type of rendering (lines only).
LINES - Static variable in class org.jfree.chart.renderer.xy.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).
LOGGER - Static variable in class org.jfree.chart.axis.Axis
Access to logging facilities.
LabelBlock - class org.jfree.chart.block.LabelBlock.
A block containing a label.
LabelBlock(String) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
LabelBlock(String, Font) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
LayeredBarRenderer - class org.jfree.chart.renderer.category.LayeredBarRenderer.
A CategoryItemRenderer that represents data using bars which are superimposed.
LayeredBarRenderer() - Constructor for class org.jfree.chart.renderer.category.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.
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.
LegendGraphic - class org.jfree.chart.title.LegendGraphic.
The graphical item within a legend item.
LegendGraphic(Shape, Paint) - Constructor for class org.jfree.chart.title.LegendGraphic
Creates a new legend graphic.
LegendItem - class org.jfree.chart.LegendItem.
A storage object for recording the properties of a legend item, without any consideration for layout issues.
LegendItem(String, String, Shape, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled shape.
LegendItem(String, String, Shape, Paint, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled and outlined shape.
LegendItem(String, String, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item using a line.
LegendItem(String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - 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.
LegendItemSource - interface org.jfree.chart.LegendItemSource.
A source of legend items.
LegendRenderingOrder - class org.jfree.chart.LegendRenderingOrder.
Represents the order for rendering legend items.
LegendTitle - class org.jfree.chart.title.LegendTitle.
A chart title that displays a legend for the data in the chart.
LegendTitle(LegendItemSource) - Constructor for class org.jfree.chart.title.LegendTitle
Constructs a new (empty) legend for the specified source.
LegendTitle(LegendItemSource, Arrangement, Arrangement) - Constructor for class org.jfree.chart.title.LegendTitle
Creates a new legend title with the specified arrangement.
LengthConstraintType - class org.jfree.chart.block.LengthConstraintType.
Defines tokens used to indicate a length constraint type.
LevelRenderer - class org.jfree.chart.renderer.category.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.category.LevelRenderer
Creates a new renderer with default settings.
LineAndShapeRenderer - class org.jfree.chart.renderer.category.LineAndShapeRenderer.
A renderer that draws shapes for each data item, and lines between data items (for use with the CategoryPlot class).
LineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.category.LineAndShapeRenderer
Constructs a default renderer (draws shapes and lines).
LineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.category.LineAndShapeRenderer
Constructs a new renderer.
LineFunction2D - class org.jfree.data.function.LineFunction2D.
A function in the form y = a + bx.
LineFunction2D(double, double) - Constructor for class org.jfree.data.function.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
 
LineRenderer3D - class org.jfree.chart.renderer.category.LineRenderer3D.
A line renderer with a 3D effect.
LineRenderer3D() - Constructor for class org.jfree.chart.renderer.category.LineRenderer3D
Creates a new renderer.
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.
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.
lengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ModuloAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
lengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
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.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.PiePlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.PolarPlot
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.
logger - Static variable in class org.jfree.chart.axis.CategoryAxis
Access to logging facilities.
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_INTERIOR_GAP - Static variable in class org.jfree.chart.plot.SpiderWebPlot
The maximum interior gap (currently 40%).
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.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.
MILLISECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for milliseconds.
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.plot.Marker.
The base class for markers that can be added to plots to highlight a value or range of values.
Marker() - Constructor for class org.jfree.chart.plot.Marker
Creates a new marker with default attributes.
Marker(Paint) - Constructor for class org.jfree.chart.plot.Marker
Constructs a new marker.
Marker(Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.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.
MatrixSeries - class org.jfree.data.xy.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.xy.MatrixSeries
Constructs a new matrix series.
MatrixSeriesCollection - class org.jfree.data.xy.MatrixSeriesCollection.
Represents a collection of MatrixSeries that can be used as a dataset.
MatrixSeriesCollection() - Constructor for class org.jfree.data.xy.MatrixSeriesCollection
Constructs an empty dataset.
MatrixSeriesCollection(MatrixSeries) - Constructor for class org.jfree.data.xy.MatrixSeriesCollection
Constructs a dataset and populates it with a single matrix series.
MeanAndStandardDeviation - class org.jfree.data.statistics.MeanAndStandardDeviation.
A simple data structure that holds a mean value and a standard deviation value.
MeanAndStandardDeviation(double, double) - Constructor for class org.jfree.data.statistics.MeanAndStandardDeviation
Creates a new mean and standard deviation record.
MeanAndStandardDeviation(Number, Number) - Constructor for class org.jfree.data.statistics.MeanAndStandardDeviation
Creates a new mean and standard deviation record.
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.
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() - Constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot with no dataset.
MeterPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot that displays the value in the supplied dataset.
MiddlePinNeedle - class org.jfree.chart.needle.MiddlePinNeedle.
A needle that is drawn as a pin shape.
MiddlePinNeedle() - Constructor for class org.jfree.chart.needle.MiddlePinNeedle
 
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.category.MinMaxCategoryRenderer.
Renderer for drawing min max plot.
MinMaxCategoryRenderer() - Constructor for class org.jfree.chart.renderer.category.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.
ModuloAxis - class org.jfree.chart.axis.ModuloAxis.
An axis that displays numerical values within a fixed range using a modulo calculation.
ModuloAxis(String, Range) - Constructor for class org.jfree.chart.axis.ModuloAxis
Creates a new axis.
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 new month instance, 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.time.MovingAverage.
A utility class for calculating moving averages of time series data.
MovingAverage() - Constructor for class org.jfree.data.time.MovingAverage
 
MultiplePiePlot - class org.jfree.chart.plot.MultiplePiePlot.
A plot that displays multiple pie plots using data from a CategoryDataset.
MultiplePiePlot() - Constructor for class org.jfree.chart.plot.MultiplePiePlot
Creates a new plot with no data.
MultiplePiePlot(CategoryDataset) - Constructor for class org.jfree.chart.plot.MultiplePiePlot
Creates a new plot.
MultipleXYSeriesLabelGenerator - class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator.
A series label generator for plots that use data from an XYDataset.
MultipleXYSeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates an item label generator using default number formatters.
MultipleXYSeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates a new series label generator.
main(String[]) - Static method in class org.jfree.chart.JFreeChart
Prints information about JFreeChart to standard output.
main(String[]) - Static method in class org.jfree.chart.demo.BarChartDemo1
Starting point for the demonstration application.
main(String[]) - Static method in class org.jfree.chart.demo.PieChartDemo1
Starting point for the demonstration application.
main(String[]) - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
Starting point for the demonstration application.
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.
mapDatasetToDomainAxis(int, int) - Method in class org.jfree.chart.plot.CategoryPlot
Maps a dataset to a particular domain axis.
mapDatasetToDomainAxis(int, int) - Method in class org.jfree.chart.plot.XYPlot
Maps a dataset to a particular domain axis.
mapDatasetToRangeAxis(int, int) - Method in class org.jfree.chart.plot.CategoryPlot
Maps a dataset to a particular range axis.
mapDatasetToRangeAxis(int, int) - Method in class org.jfree.chart.plot.XYPlot
Maps a dataset to a particular range axis.
mapKeyToGroup(Comparable, Comparable) - Method in class org.jfree.data.KeyToGroupMap
Maps a key to a group.
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.
moveCursor(double, RectangleEdge) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor outwards by the specified number of units.
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

NEGATIVE - Static variable in class org.jfree.data.RangeType
Negative range.
NEW_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEventType
NEW_DATASET.
NONE - Static variable in class org.jfree.chart.block.BlockBorder
An empty border.
NONE - Static variable in class org.jfree.chart.block.LengthConstraintType
NONE.
NONE - Static variable in class org.jfree.chart.block.RectangleConstraint
An instance representing no constraint.
NONE - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (no label).
NONE - Static variable in class org.jfree.data.DomainOrder
No order.
NORMAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'normal' range.
NORMAL_DATA_RANGE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant to indicate the normal data range.
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_NORTHEAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position NORTH_NORTHEAST.
NORTH_NORTHWEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position NORTH_NORTHWEST.
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_PREFERRED_WIDTH - Static variable in class org.jfree.chart.StandardLegend
Used with StandardLegend.setPreferredWidth(double) to indicate that no preferred width is desired and defaults are to be used.
NonGridContourDataset - class org.jfree.data.contour.NonGridContourDataset.
A convenience class that extends the DefaultContourDataset to accommodate non-grid data.
NonGridContourDataset() - Constructor for class org.jfree.data.contour.NonGridContourDataset
Default constructor.
NonGridContourDataset(String, Object[], Object[], Object[]) - Constructor for class org.jfree.data.contour.NonGridContourDataset
Constructor for NonGridContourDataset.
NonGridContourDataset(String, Object[], Object[], Object[], int, int, int) - Constructor for class org.jfree.data.contour.NonGridContourDataset
Constructor for NonGridContourDataset.
NormalDistributionFunction2D - class org.jfree.data.function.NormalDistributionFunction2D.
A normal distribution function.
NormalDistributionFunction2D(double, double) - Constructor for class org.jfree.data.function.NormalDistributionFunction2D
Constructs a new normal distribution function.
NormalizedMatrixSeries - class org.jfree.data.xy.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.xy.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, 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.
newInstance(String) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to retrieve an ImageEncoder for a specific image format.
newInstance(String, float) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to retrieve an ImageEncoder for a specific image format.
newInstance(String, boolean) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to retrieve an ImageEncoder for a specific image format.
newInstance(String, float, boolean) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to retrieve an ImageEncoder for a specific image format.
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.general.AbstractDataset
Notifies all registered listeners that the dataset has changed.
notifyListeners(SeriesChangeEvent) - Method in class org.jfree.data.general.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.xy.OHLCDataItem.
Represents a single (open-high-low-close) data item in an DefaultOHLCDataset.
OHLCDataItem(Date, double, double, double, double, double) - Constructor for class org.jfree.data.xy.OHLCDataItem
Creates a new item.
OHLCDataset - interface org.jfree.data.xy.OHLCDataset.
An interface that defines data in the form of (x, high, low, open, close) tuples.
OPEN - Static variable in class org.jfree.chart.renderer.xy.HighLow
Useful constant for open/close value types.
OUTSIDE1 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE1.
OUTSIDE10 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE10.
OUTSIDE11 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE11.
OUTSIDE12 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE12.
OUTSIDE2 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE2.
OUTSIDE3 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE3.
OUTSIDE4 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE4.
OUTSIDE5 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE5.
OUTSIDE6 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE6.
OUTSIDE7 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE7.
OUTSIDE8 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE8.
OUTSIDE9 - Static variable in class org.jfree.chart.labels.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.block - package org.jfree.chart.block
Blocks and layout classes used extensively by the LegendTitle class.
org.jfree.chart.demo - package org.jfree.chart.demo
Some basic demos to get you started.
org.jfree.chart.encoders - package org.jfree.chart.encoders
Classes related to the encoding of charts to different image formats.
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
Generators and other classes used for the display of item labels and tooltips.
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
Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes.
org.jfree.chart.renderer.category - package org.jfree.chart.renderer.category
Plug-in renderers for the CategoryPlot class.
org.jfree.chart.renderer.xy - package org.jfree.chart.renderer.xy
Plug-in renderers for the XYPlot class.
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
The base package for classes that represent various types of data.
org.jfree.data.category - package org.jfree.data.category
A package containing the CategoryDataset interface and related classes.
org.jfree.data.contour - package org.jfree.data.contour
Datasets used by the ContourPlot class.
org.jfree.data.function - package org.jfree.data.function
Representation for simple functions.
org.jfree.data.gantt - package org.jfree.data.gantt
Data interfaces and classes for Gantt charts.
org.jfree.data.general - package org.jfree.data.general
Data interfaces and classes.
org.jfree.data.io - package org.jfree.data.io
Miscellaneous support for input/output of data.
org.jfree.data.jdbc - package org.jfree.data.jdbc
Dataset classes that fetch data from a database via JDBC.
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.
org.jfree.data.xy - package org.jfree.data.xy
A package containing the XYDataset interface and related classes.
overlaps(Outlier) - Method in class org.jfree.chart.renderer.Outlier
Returns a true if outlier is overlapped and false if it is not.
overlapsWith(SimpleHistogramBin) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns true if this bin overlaps with the specified bin, and false otherwise.

P

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.
PNG - Static variable in interface org.jfree.chart.encoders.ImageFormat
Portable Network Graphics - lossless
POSITION_INDEX - Static variable in class org.jfree.chart.renderer.WaferMapRenderer
default multivalue paint calculation
POSITIVE - Static variable in class org.jfree.data.RangeType
Positive range.
PRINT_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Print action command.
PROPERTIES_COMMAND - Static variable in class org.jfree.chart.ChartPanel
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.
PeriodAxis - class org.jfree.chart.axis.PeriodAxis.
An axis that displays a date scale based on a RegularTimePeriod.
PeriodAxis(String) - Constructor for class org.jfree.chart.axis.PeriodAxis
Creates a new axis.
PeriodAxis(String, RegularTimePeriod, RegularTimePeriod) - Constructor for class org.jfree.chart.axis.PeriodAxis
Creates a new axis.
PeriodAxis(String, RegularTimePeriod, RegularTimePeriod, TimeZone) - Constructor for class org.jfree.chart.axis.PeriodAxis
Creates a new axis.
PeriodAxisLabelInfo - class org.jfree.chart.axis.PeriodAxisLabelInfo.
A record that contains information for one "band" of date labels in a PeriodAxis.
PeriodAxisLabelInfo(Class, DateFormat) - Constructor for class org.jfree.chart.axis.PeriodAxisLabelInfo
Creates a new instance.
PeriodAxisLabelInfo(Class, DateFormat, RectangleInsets, Font, Paint, boolean, Stroke, Paint) - Constructor for class org.jfree.chart.axis.PeriodAxisLabelInfo
Creates a new instance.
PieChartDemo1 - class org.jfree.chart.demo.PieChartDemo1.
A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.
PieChartDemo1(String) - Constructor for class org.jfree.chart.demo.PieChartDemo1
Default constructor.
PieDataset - interface org.jfree.data.general.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.
PieLabelDistributor - class org.jfree.chart.plot.PieLabelDistributor.
This class distributes the section labels for one side of a pie chart so that they do not overlap.
PieLabelDistributor(int) - Constructor for class org.jfree.chart.plot.PieLabelDistributor
Creates a new distributor.
PieLabelRecord - class org.jfree.chart.plot.PieLabelRecord.
A structure that retains information about the label for a section in a pie chart.
PieLabelRecord(Comparable, double, double, TextBox, double, double, double) - Constructor for class org.jfree.chart.plot.PieLabelRecord
Creates a new record.
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 plot that will draw a pie chart for the specified dataset.
PiePlot3D - class org.jfree.chart.plot.PiePlot3D.
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
PiePlot3D(PieDataset) - Constructor for class org.jfree.chart.plot.PiePlot3D
Creates a pie chart with a three dimensional effect using the specified dataset.
PiePlotState - class org.jfree.chart.plot.PiePlotState.
A renderer state.
PiePlotState(PlotRenderingInfo) - Constructor for class org.jfree.chart.plot.PiePlotState
Creates a new object for recording temporary state information for a renderer.
PieSectionEntity - class org.jfree.chart.entity.PieSectionEntity.
A chart entity that represents one section within a pie plot.
PieSectionEntity(Shape, PieDataset, int, int, Comparable, String, String) - Constructor for class org.jfree.chart.entity.PieSectionEntity
Creates a new pie section entity.
PieSectionLabelGenerator - interface org.jfree.chart.labels.PieSectionLabelGenerator.
Interface for a label generator for plots that use data from a PieDataset.
PieToolTipGenerator - interface org.jfree.chart.labels.PieToolTipGenerator.
A tool tip generator that is used by the PiePlot class.
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
 
PolarChartPanel - class org.jfree.chart.PolarChartPanel.
PolarChartPanel is the top level object for using the PolarPlot.
PolarChartPanel(JFreeChart) - Constructor for class org.jfree.chart.PolarChartPanel
Constructs a JFreeChart panel.
PolarChartPanel(JFreeChart, boolean) - Constructor for class org.jfree.chart.PolarChartPanel
Creates a new panel.
PolarItemRenderer - interface org.jfree.chart.renderer.PolarItemRenderer.
The interface for a renderer that can be used by the PolarPlot class.
PolarPlot - class org.jfree.chart.plot.PolarPlot.
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise.
PolarPlot() - Constructor for class org.jfree.chart.plot.PolarPlot
Default constructor.
PolarPlot(XYDataset, ValueAxis, PolarItemRenderer) - Constructor for class org.jfree.chart.plot.PolarPlot
Creates a new plot.
PowerFunction2D - class org.jfree.data.function.PowerFunction2D.
A function of the form y = a * x ^ b.
PowerFunction2D(double, double) - Constructor for class org.jfree.data.function.PowerFunction2D
Creates a new power function.
pArea - Variable in class org.jfree.chart.renderer.xy.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.
parse(String, ParsePosition) - Method in class org.jfree.chart.axis.CompassFormat
This method returns null for all inputs.
parse(String, ParsePosition) - Method in class org.jfree.chart.axis.QuarterDateFormat
Parses the given string (not implemented).
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 new 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, CrosshairState) - 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.
prune() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes all x-values for which all the y-values are null.
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.
QuarterDateFormat - class org.jfree.chart.axis.QuarterDateFormat.
A formatter that formats dates to show the year and quarter (for example, '2004 IV' for the last quarter of 2004.
QuarterDateFormat() - Constructor for class org.jfree.chart.axis.QuarterDateFormat
Creates a new instance for the default time zone.
QuarterDateFormat(TimeZone) - Constructor for class org.jfree.chart.axis.QuarterDateFormat
Creates a new instance for the specified time zone.
QuarterDateFormat(TimeZone, String[]) - Constructor for class org.jfree.chart.axis.QuarterDateFormat
Creates a new instance for the specified time zone.

R

RANGE - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
Percentage of range.
RANGE - Static variable in class org.jfree.chart.block.LengthConstraintType
Range.
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.
REGULAR_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
Symbols for regular quarters.
RELATIVE_FREQUENCY - Static variable in class org.jfree.data.statistics.HistogramType
Relative frequency.
REVERSE - Static variable in class org.jfree.chart.LegendRenderingOrder
In reverse order.
REVERSE - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
Render datasets in the order N-1, N-2, ..., 2, 1, 0, where N is the number of datasets.
RIGHT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (right of the thermometer).
ROMAN_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
Symbols for roman numbered quarters.
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 an immutable range of values.
Range(double, double) - Constructor for class org.jfree.data.Range
Creates 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.data.RangeType.
Used to indicate sorting order if any (ascending, descending or none).
RectangleConstraint - class org.jfree.chart.block.RectangleConstraint.
A description of a constraint for resizing a rectangle.
RectangleConstraint(double, double) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new "fixed width and height" instance.
RectangleConstraint(Range, Range) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new "range width and height" instance.
RectangleConstraint(double, Range, LengthConstraintType, double, Range, LengthConstraintType) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint.
Regression - class org.jfree.data.statistics.Regression.
A utility class for fitting regression curves to data.
Regression() - Constructor for class org.jfree.data.statistics.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.
RingPlot - class org.jfree.chart.plot.RingPlot.
A customised pie plot that leaves a hole in the middle.
RingPlot(PieDataset) - Constructor for class org.jfree.chart.plot.RingPlot
Creates a new plot for the specified dataset.
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.
readCategoryDataset(Reader) - Method in class org.jfree.data.io.CSV
Reads a CategoryDataset from a CSV file or input source.
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.PeriodAxis
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.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 maintenance 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 and sends a PlotChangeEvent to all registered listeners.
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 and sends a SeriesChangeEvent to all registered listeners.
remove(TaskSeries) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
remove(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
remove(TimePeriod, String) - Method in class org.jfree.data.time.TimeTableXYDataset
Removes an existing data item from the dataset.
remove(TimePeriod, String, boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Removes an existing data item from the dataset.
remove(double, String) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Removes a value from the dataset.
remove(Number, String, boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Removes an item from the dataset.
remove(int) - Method in class org.jfree.data.xy.XYSeries
Removes the item at the specified index.
remove(Number) - Method in class org.jfree.data.xy.XYSeries
Removes the item(s) with the specified x-value.
removeAll() - Method in class org.jfree.data.gantt.TaskSeries
Removes all tasks from the series and sends a SeriesChangeEvent to all registered listeners.
removeAll() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.time.TimeSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.MatrixSeriesCollection
Removes all the series from the collection.
removeAllSeries() - Method in class org.jfree.data.xy.XYSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllValuesForX(Number) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes the items from all series for a given x value.
removeAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.XYPlot
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.
removeAnnotation(XYAnnotation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.
removeAnnotation(XYAnnotation) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.
removeAnnotations() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Removes all annotations and sends a RendererChangeEvent to all registered listeners.
removeAnnotations() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Removes all annotations and sends a RendererChangeEvent to all registered listeners.
removeCategoryLabelToolTip(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Removes the tooltip for the specified category and sends an AxisChangeEvent to all registered listeners.
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
Deregisters an object so that it no longer receives notification of changes to the renderer.
removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Removes a change listener.
removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Removes a change listener.
removeChangeListener(DatasetChangeListener) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Removes a change listener.
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.general.AbstractDataset
Deregisters an object so that it no longer receives notification of changes to the dataset.
removeChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.general.Dataset
Deregisters an object for notification of changes to the dataset.
removeChangeListener(SeriesChangeListener) - Method in class org.jfree.data.general.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.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.
removeColumn(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset.
removeColumn(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset.
removeCornerTextItem(String) - Method in class org.jfree.chart.plot.PolarPlot
Remove the given text from the list of corner text items.
removeObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes an object.
removeProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.general.Series
Removes a property change listener from the series.
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.
removeRow(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset.
removeRow(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset.
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 and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Removes a series from the collection.
removeSeries(XYSeries) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(MatrixSeries) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class org.jfree.data.xy.XYSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSubtask(Task) - Method in class org.jfree.data.gantt.Task
Removes a sub-task from the task.
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.
removeValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a value from the dataset.
render(Graphics2D, Rectangle2D, int, PlotRenderingInfo) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a representation of a dataset within the dataArea region using the appropriate renderer.
render(Graphics2D, Rectangle2D, PlotRenderingInfo, CrosshairState) - 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, CrosshairState) - Method in class org.jfree.chart.plot.FastScatterPlot
Draws a representation of the data within the dataArea region.
render(Graphics2D, Rectangle2D, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PolarPlot
Draws a representation of the data within the dataArea region, using the current m_Renderer.
render(Graphics2D, Rectangle2D, int, PlotRenderingInfo, CrosshairState) - 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.
rendererChanged(RendererChangeEvent) - Method in class org.jfree.chart.plot.PolarPlot
Notifies all registered listeners of a property change.
rendererChanged(RendererChangeEvent) - Method in class org.jfree.chart.plot.WaferMapPlot
Notifies all registered listeners of a renderer change.
rendererChanged(RendererChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
Receives notification of a renderer change event.
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.PeriodAxis
Estimates the space (height or width) required to draw the axis.
reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.SubCategoryAxis
Estimates the space required for the axis, given a specific drawing area.
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.ModuloAxis
Increases or decreases the axis range by the specified percentage about the central value and sends an AxisChangeEvent to all registered listeners.
resizeRange(double, double) - Method in class org.jfree.chart.axis.ModuloAxis
Increases or decreases the axis range by the specified percentage about the specified anchor value and sends an AxisChangeEvent to all registered listeners.
resizeRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Increases or decreases the axis range by the specified percentage about the central value and sends an AxisChangeEvent to all registered listeners.
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 and sends an AxisChangeEvent to all registered listeners.
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 range axis location for a given plot orientation.
restrictValueToDataArea(double, XYPlot, Rectangle2D) - Static method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Helper method which returns a value if it lies inside the visible dataArea and otherwise the corresponding coordinate on the border of the dataArea.
revolutionDistance - Variable in class org.jfree.chart.plot.CompassPlot
The count to complete one revolution.
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_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Save action command.
SCALE_AREA_TO_1 - Static variable in class org.jfree.data.statistics.HistogramType
Scale area to one.
SCALE_ON_BOTH_AXES - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A useful constant.
SCALE_ON_DOMAIN_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A useful constant.
SCALE_ON_RANGE_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A useful constant.
SECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
A constant for seconds.
SERIES_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Series' element name.
SHAPES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.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_SOUTHEAST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position SOUTH_SOUTHEAST.
SOUTH_SOUTHWEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position SOUTH_SOUTHWEST.
STAGGER_WIDTH - Static variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
The stagger width.
STANDARD - Static variable in class org.jfree.chart.LegendRenderingOrder
In order.
STANDARD - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
STANDARD category label positions.
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.
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.general.Series.
Base class representing a data series.
Series(String) - Constructor for class org.jfree.data.general.Series
Creates a new series.
Series(String, String) - Constructor for class org.jfree.data.general.Series
Constructs a series.
SeriesChangeEvent - class org.jfree.data.general.SeriesChangeEvent.
An event with details of a change to a series.
SeriesChangeEvent(Object) - Constructor for class org.jfree.data.general.SeriesChangeEvent
Constructs a new event.
SeriesChangeListener - interface org.jfree.data.general.SeriesChangeListener.
Methods for receiving notification of changes to a data series.
SeriesDataset - interface org.jfree.data.general.SeriesDataset.
The interface for a dataset consisting of one or many series of data.
SeriesException - exception org.jfree.data.general.SeriesException.
A general purpose exception class for data series.
SeriesException(String) - Constructor for class org.jfree.data.general.SeriesException
Constructs a new series exception.
ServletUtilities - class org.jfree.chart.servlet.ServletUtilities.
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
 
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.xy.SignalRenderer.
A renderer that draws signals on an XYPlot.
SignalRenderer() - Constructor for class org.jfree.chart.renderer.xy.SignalRenderer
Creates a new renderer.
SignalsDataset - interface org.jfree.data.xy.SignalsDataset.
An interface that adds signal information to an XYDataset.
SimpleHistogramBin - class org.jfree.data.statistics.SimpleHistogramBin.
A bin for the SimpleHistogramDataset.
SimpleHistogramBin(double, double) - Constructor for class org.jfree.data.statistics.SimpleHistogramBin
Creates a new bin.
SimpleHistogramBin(double, double, boolean, boolean) - Constructor for class org.jfree.data.statistics.SimpleHistogramBin
Creates a new bin.
SimpleHistogramDataset - class org.jfree.data.statistics.SimpleHistogramDataset.
A dataset used for creating simple histograms with custom defined bins.
SimpleHistogramDataset(String) - Constructor for class org.jfree.data.statistics.SimpleHistogramDataset
Creates a new histogram dataset.
SimpleTimePeriod - class org.jfree.data.time.SimpleTimePeriod.
An arbitrary period of time, measured to millisecond precision using java.util.Date.
SimpleTimePeriod(long, long) - Constructor for class org.jfree.data.time.SimpleTimePeriod
Creates a new time allocation.
SimpleTimePeriod(Date, Date) - Constructor for class org.jfree.data.time.SimpleTimePeriod
Creates a new time allocation.
SpiderWebPlot - class org.jfree.chart.plot.SpiderWebPlot.
A plot that displays data from a CategoryDataset in the form of a "spider web".
SpiderWebPlot(CategoryDataset) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a new radar plot with default attributes.
SpiderWebPlot(CategoryDataset, TableOrder) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a new radar plot overriding the data extraction order.
StackedAreaRenderer - class org.jfree.chart.renderer.category.StackedAreaRenderer.
A renderer that draws stacked area charts for a CategoryPlot.
StackedAreaRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
Creates a new renderer.
StackedBarRenderer - class org.jfree.chart.renderer.category.StackedBarRenderer.
A stacked bar renderer for use with the CategoryPlot class.
StackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
Creates a new renderer with no tool tip generator and no URL generator.
StackedBarRenderer3D - class org.jfree.chart.renderer.category.StackedBarRenderer3D.
Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
StackedBarRenderer3D() - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Creates a new renderer with no tool tip generator and no URL generator.
StackedBarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Constructs a new renderer with the specified '3D effect'.
StackedXYAreaRenderer - class org.jfree.chart.renderer.xy.StackedXYAreaRenderer.
A stacked area renderer for the XYPlot class.
StackedXYAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Creates a new renderer.
StackedXYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Constructs a new renderer.
StackedXYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Constructs a new renderer.
StackedXYAreaRenderer2 - class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2.
A stacked area renderer for the XYPlot class.
StackedXYAreaRenderer2() - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Creates a new renderer.
StackedXYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Constructs a new renderer.
StackedXYBarRenderer - class org.jfree.chart.renderer.xy.StackedXYBarRenderer.
A bar renderer that displays the series items stacked.
StackedXYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Creates a new renderer.
StackedXYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Creates a new renderer.
StandardCategoryLabelGenerator - class org.jfree.chart.labels.StandardCategoryLabelGenerator.
A standard label generator that can be used with a CategoryItemRenderer.
StandardCategoryLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryLabelGenerator
Creates a new generator with a default number formatter.
StandardCategoryLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryLabelGenerator
Creates a new generator with the specified number formatter.
StandardCategoryLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryLabelGenerator
Creates a new generator with the specified date formatter.
StandardCategoryToolTipGenerator - class org.jfree.chart.labels.StandardCategoryToolTipGenerator.
A standard tool tip generator that can be used with a CategoryItemRenderer.
StandardCategoryToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Creates a new generator with a default number formatter.
StandardCategoryToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Creates a new generator with the specified number formatter.
StandardCategoryToolTipGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Creates a new generator with the specified date formatter.
StandardCategoryURLGenerator - class org.jfree.chart.urls.StandardCategoryURLGenerator.
A URL generator that can be assigned to a CategoryItemRenderer.
StandardCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Creates a new generator with default settings.
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 standard 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.
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 using default number formatters.
StandardPieItemLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieItemLabelGenerator
Creates an item label generator.
StandardPieItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieItemLabelGenerator
Creates an item label generator using the specified number formatters.
StandardPieSectionLabelGenerator - class org.jfree.chart.labels.StandardPieSectionLabelGenerator.
A standard item label generator for plots that use data from a PieDataset.
StandardPieSectionLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates an item label generator using default number formatters.
StandardPieSectionLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates an item label generator.
StandardPieSectionLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates an item label generator using the specified number formatters.
StandardPieURLGenerator - class org.jfree.chart.urls.StandardPieURLGenerator.
A URL generator for pie charts.
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.
StandardPieURLGenerator(String, 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.xy.StandardXYItemRenderer.
Standard item renderer for an XYPlot.
StandardXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer.State - class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State.
Records the state for the renderer.
StandardXYItemRenderer.State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Creates a new state instance.
StandardXYLabelGenerator - class org.jfree.chart.labels.StandardXYLabelGenerator.
A standard label generator for plots that use data from an XYDataset.
StandardXYLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYLabelGenerator
Creates an item label generator using default number formatters.
StandardXYLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYLabelGenerator
Creates an item label generator using the specified number formatters.
StandardXYLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYLabelGenerator
Creates an item label generator using the specified number formatters.
StandardXYLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYLabelGenerator
Creates a label generator using the specified date formatters.
StandardXYSeriesLabelGenerator - class org.jfree.chart.labels.StandardXYSeriesLabelGenerator.
A standard series label generator for plots that use data from an XYDataset.
StandardXYSeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates an item label generator using default number formatters.
StandardXYSeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates a new series label generator.
StandardXYToolTipGenerator - class org.jfree.chart.labels.StandardXYToolTipGenerator.
A standard tool tip generator for use with an XYItemRenderer.
StandardXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified number formatters.
StandardXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified number formatters.
StandardXYToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified date formatters.
StandardXYURLGenerator - class org.jfree.chart.urls.StandardXYURLGenerator.
A URL generator.
StandardXYURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Creates a new default generator.
StandardXYURLGenerator(String) - Constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Creates a new generator with the specified prefix.
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 item label generator for use with XYZDataset data.
StandardXYZToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
Creates a new tool tip generator using default number formatters for the x, y and z-values.
StandardXYZToolTipGenerator(String, NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
Constructs a new tool tip generator using the specified number formatters.
StandardXYZToolTipGenerator(String, DateFormat, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
Constructs a new tool tip generator using the specified date 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.category.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.category.StatisticalBarRenderer
Default constructor.
StatisticalCategoryDataset - interface org.jfree.data.statistics.StatisticalCategoryDataset.
A category dataset that defines a median and standard deviation value for each item.
StatisticalLineAndShapeRenderer - class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer.
A renderer that draws shapes for each data item, and lines between data items.
StatisticalLineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Constructs a default renderer (draws shapes and lines).
StatisticalLineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Constructs a new renderer.
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
 
SubCategoryAxis - class org.jfree.chart.axis.SubCategoryAxis.
A specialised category axis that can display sub-categories.
SubCategoryAxis(String) - Constructor for class org.jfree.chart.axis.SubCategoryAxis
Creates a new axis.
SubSeriesDataset - class org.jfree.data.general.SubSeriesDataset.
This class will create a dataset with one or more series from another SeriesDataset.
SubSeriesDataset(SeriesDataset, int[]) - Constructor for class org.jfree.data.general.SubSeriesDataset
Creates a SubSeriesDataset using one or more series from parent.
SubSeriesDataset(SeriesDataset, int) - Constructor for class org.jfree.data.general.SubSeriesDataset
Creates a SubSeriesDataset using one series from parent.
SunJPEGEncoderAdapter - class org.jfree.chart.encoders.SunJPEGEncoderAdapter.
Adapter class for the Sun JPEG Encoder.
SunJPEGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Default constructor.
SunPNGEncoderAdapter - class org.jfree.chart.encoders.SunPNGEncoderAdapter.
Adapter class for the Sun PNG Encoder.
SunPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunPNGEncoderAdapter
 
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.
SymbolicXYItemLabelGenerator - class org.jfree.chart.labels.SymbolicXYItemLabelGenerator.
A standard item label generator for plots that use data from an XYDataset.
SymbolicXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
 
sampleFunction2D(Function2D, double, double, int, String) - Static method in class org.jfree.data.general.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 a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
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 a chart to the specified file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in PNG format.
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
Selects a tick unit when the axis is displayed horizontally.
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
Selects a tick unit when the axis is displayed vertically.
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.
seriesAdded(int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Convenience method for XYSeriesCollection.
seriesBarWidthList - Variable in class org.jfree.chart.renderer.category.LayeredBarRenderer
A list of the width of each series bar.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.general.AbstractSeriesDataset
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in interface org.jfree.data.general.SeriesChangeListener
Called when an observed series changes in some way.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.time.TimeSeriesTableModel
Receives notification that the time series has been changed.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.xy.DefaultTableXYDataset
This method receives notification when a series belonging to the dataset changes.
seriesName - Variable in class org.jfree.data.contour.DefaultContourDataset
The series name (this dataset supports only one series).
seriesNameListFromDataArray(Object[][]) - Static method in class org.jfree.data.xy.DefaultWindDataset
Utility method for automatically generating series names.
seriesPath - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
The path for the current series.
seriesPath - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
The path for the current series.
seriesRemoved() - Method in class org.jfree.data.xy.IntervalXYDelegate
A convenience method for XYSeriesCollection which is called whenever a series is removed - the interval width is recalculated.
service(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.chart.servlet.DisplayChart
Service method.
setAdjustForBinSize(boolean) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Sets the flag that controls whether or not the bin count is divided by the bin size in the SimpleHistogramDataset.getXValue(int, int) method.
setAdjustForDaylightSaving(boolean) - Method in class org.jfree.chart.axis.SegmentedTimeline
Sets the flag that controls whether or not the daylight saving adjustment is applied.
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.
setAllocatedY(double) - Method in class org.jfree.chart.plot.PieLabelRecord
Sets the allocated y-coordinate.
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.
setAlpha(float) - Method in class org.jfree.chart.plot.Marker
Sets the alpha transparency.
setAnchor(int) - Method in class org.jfree.chart.Legend
Sets the current anchor of this legend.
setAnchor(Point2D) - Method in class org.jfree.chart.plot.CrosshairState
Sets the anchor point.
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.
setAngle(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the angle of the arrow.
setAngleGridlinePaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
Sets the paint for the grid lines plotted against the angular axis.
setAngleGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.PolarPlot
Sets the stroke for the grid lines plotted against the angular axis.
setAngleGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the angular grid-lines are visible.
setAngleLabelFont(Font) - Method in class org.jfree.chart.plot.PolarPlot
Sets the font used to display the angle labels and sends a PlotChangeEvent to all registered listeners.
setAngleLabelPaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
Sets the paint used to display the angle labels and sends a PlotChangeEvent to all registered listeners.
setAngleLabelsVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the angle labels are visible, and sends a PlotChangeEvent to all registered listeners.
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.
setArrangement(Arrangement) - Method in class org.jfree.chart.block.BlockContainer
Sets the arrangement (layout) manager.
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.category.BoxAndWhiskerRenderer
Sets the paint used to color the median and average markers.
setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.xy.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.
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.
setAutoRangeTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the class used to create the first and last time periods for the axis range when the auto-range flag is set to true and sends an AxisChangeEvent to all registered listeners.
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.
setAutoWidth(boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the flag that indicates whether the interval width is automatically calculated or not.
setAutoWidth(boolean) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the flag that indicates whether the interval width is automatically calculated or not.
setAutoWidth(boolean) - Method in class org.jfree.data.xy.IntervalXYDelegate
Sets the flag that indicates whether the interval width is automatically calculated or not.
setAutoWidth(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Sets the flag that indicates wether the interval width is automatically calculated or not.
setAutoWidthFactor(double) - Method in class org.jfree.chart.renderer.xy.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.xy.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.xy.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.
setAxis(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
Sets the axis for the plot and sends a PlotChangeEvent to all registered listeners.
setAxisLinePaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
setAxisLineStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
Sets the stroke used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
setAxisLineVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis line is visible and sends an AxisChangeEvent to all registered listeners.
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(RectangleInsets) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the axis offsets (gap between the data area and the axes).
setAxisOffset(RectangleInsets) - 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 background image for the chart and sends a ChartChangeEvent to all registered listeners.
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 alignment for the background image and sends a PlotChangeEvent to all registered listeners.
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 paint used to fill the chart background and sends a ChartChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the background paint for the legend and sends a LegendChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
Sets the background paint for the legend.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBarWidth(double) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Sets the bar width.
setBase(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
setBaseCreateEntities(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
setBaseCreateEntities(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether entities are created and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
setBaseFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base fill paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and, if requested, sends a RendererChangeEvent to all registered listeners..
setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether or not item labels are visible.
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.
setBaseItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base flag that controls whether or not item labels are visible.
setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base flag that controls whether or not item labels are visible.
setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.category.AbstractCategoryItemRenderer
Sets the base item URL generator.
setBaseItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item URL generator.
setBaseLabelGenerator(CategoryLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the base label generator and sends a RendererChangeEvent to all registered listeners.
setBaseLabelGenerator(CategoryLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base label generator and sends a RendererChangeEvent to all registered listeners.
setBaseLabelGenerator(XYLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseLabelGenerator(XYLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
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.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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 and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
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.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.
setBaseSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the base section paint.
setBaseSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the base section stroke.
setBaseSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the base section paint.
setBaseSeriesOutlinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series paint.
setBaseSeriesOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series stroke.
setBaseSeriesPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series paint.
setBaseSeriesVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the base stroke.
setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base stroke.
setBaseTimeline(SegmentedTimeline) - Method in class org.jfree.chart.axis.SegmentedTimeline
Sets the base timeline.
setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseY(double) - Method in class org.jfree.chart.plot.PieLabelRecord
Sets the base y-coordinate.
setBorder(BlockBorder) - Method in class org.jfree.chart.block.AbstractBlock
Sets the border for the block.
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).
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 space reserved for axes at the bottom of the plot area.
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.
setBoundingBoxArcHeight(int) - Method in class org.jfree.chart.StandardLegend
Sets the height of the arc used to round off the corners of the bounding box.
setBoundingBoxArcWidth(int) - Method in class org.jfree.chart.StandardLegend
Sets the width of the arc used to round off the corners of the bounding box.
setBounds(double, double, double, double) - Method in class org.jfree.chart.DrawableLegendItem
Set the bounds of this item.
setBounds(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Sets the bounds of the block.
setBounds(Rectangle2D) - Method in interface org.jfree.chart.block.Block
Sets the bounds of the block.
setBoxPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the paint used to fill boxes and sends a RendererChangeEvent to all registered listeners.
setBoxWidth(double) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the box width.
setCandleWidth(double) - Method in class org.jfree.chart.renderer.xy.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.category.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 and sends an AxisChangeEvent to all registered listeners.
setCategoryMargin(double) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the category margin and sends an AxisChangeEvent to all registered listeners.
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.PolarChartPanel
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.general.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.
setCircular(boolean, boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the circular attribute and, if requested, sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
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.
setCompletePaint(Paint) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the paint used to show the percentage complete and sends a RendererChangeEvent to all registered listeners.
setComposite(Composite) - Method in class org.jfree.chart.ClipPath
Sets the composite.
setCreateEntities(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setCreateEntities(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setCriticalBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the background paint used to display the 'critical' range.
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.
setCrosshairDistance(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the distance between the anchor point and the current crosshair point.
setCrosshairX(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the x coordinate for the crosshair.
setCrosshairY(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the y coordinate for the crosshair.
setCursor(double) - Method in class org.jfree.chart.axis.AxisState
Sets the cursor position.
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.
setDataExtractOrder(TableOrder) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the data extract order (by row or by column) and sends a PlotChangeEvent to all registered listeners.
setDataExtractOrder(TableOrder) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the data extract order (by row or by column) and sends a PlotChangeEventto all registered listeners.
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(int, CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a dataset for the plot.
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 and sends a DatasetChangeEvent to 'this'.
setDataset(XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
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 primary dataset for the plot, replacing the existing dataset if there is one.
setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Sets a dataset for the plot.
setDatasetGroup(DatasetGroup) - Method in class org.jfree.chart.plot.Plot
Sets the dataset group (not currently used).
setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the rendering order and sends a PlotChangeEvent to all registered listeners.
setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
Sets the rendering order and sends a PlotChangeEvent to all registered listeners.
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.
setDefaultEntityRadius(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the radius of the circle used for the default entity area when no area is specified.
setDefaultLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'lines visible' flag.
setDefaultShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'shapes filled' flag.
setDefaultShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not a shape is plotted at each data point.
setDefaultShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'shapes visible' flag.
setDepthFactor(double) - Method in class org.jfree.chart.plot.PiePlot3D
Sets the pie depth as a percentage of the height of the plot area.
setDescription(String) - Method in class org.jfree.data.gantt.Task
Sets the task description.
setDescription(String) - Method in class org.jfree.data.general.Series
Sets the description of the series.
setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to fill the dial background.
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.
setDirection(Rotation) - Method in class org.jfree.chart.plot.PiePlot
Sets the direction in which the pie sections are drawn and sends a PlotChangeEvent to all registered listeners.
setDirection(Rotation) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the direction in which the radar axes are drawn and sends a PlotChangeEvent to all registered listeners.
setDismissDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the dismissal delay value for this chart panel.
setDisplayRange(double, double) - Method in class org.jfree.chart.axis.ModuloAxis
Sets the display range.
setDisplayRange(int, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the display range.
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 and sends a PlotChangeEvent to all registered listeners.
setDomainAxis(int, CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a domain axis.
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 and sends a PlotChangeEvent to all registered listeners.
setDomainAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets a domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the domain axis.
setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners (provided that the domain crosshair is visible).
setDomainCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value and, if requested, sends a PlotChangeEvent to all registered listeners (provided that the domain crosshair is visible).
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair is visible.
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.FastScatterPlot
Sets the paint for the grid lines plotted 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.FastScatterPlot
Sets the stroke for the grid lines plotted 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.FastScatterPlot
Sets the flag that controls whether or not the domain grid-lines are visible.
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.
setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
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.
setDownArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing downwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setDownPaint(Paint) - Method in class org.jfree.chart.renderer.xy.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.category.BarRenderer
Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
setDrawBarOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
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.
setDrawCloseTicks(boolean) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the flag that controls whether close ticks are drawn, and sends a RendererChangeEvent to all registered listeners.
setDrawLines(boolean) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets whether or not lines are drawn between category points.
setDrawOpenTicks(boolean) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the flag that controls whether open ticks are drawn, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether outlines are drawn for filled shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawPaint(Paint) - Method in class org.jfree.chart.ClipPath
Sets the drawPaint.
setDrawPath(boolean) - Method in class org.jfree.chart.ClipPath
Sets the drawPath.
setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not each series is drawn as a single path.
setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether or not each series is drawn as a single path.
setDrawSharedDomainAxis(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether the shared domain axis is drawn when this plot is being used as a subplot.
setDrawStroke(Stroke) - Method in class org.jfree.chart.ClipPath
Sets the drawStroke.
setDrawVolume(boolean) - Method in class org.jfree.chart.renderer.xy.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).
setEncodingAlpha(boolean) - Method in interface org.jfree.chart.encoders.ImageEncoder
Set whether the encoder should encode alpha transparency (not supported by all ImageEncoders).
setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Set whether the encoder should encode alpha transparency (supported).
setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Set whether the encoder should encode alpha transparency (not supported for JPEG).
setEncodingAlpha(boolean) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Set whether the encoder should encode alpha transparency (not supported in this ImageEncoder).
setEndPercent(double) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the position of the end of the progress indicator, as a percentage of the bar width.
setEndType(AreaRendererEndType) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Sets a token that controls how the renderer draws the end points, and sends a RendererChangeEvent to all registered listeners.
setEndValue(int, Object, Number) - Method in class org.jfree.data.category.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 and sends a PlotChangeEvent to all registered listeners.
setExplodedPieArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
Sets the exploded pie area.
setFaroutCoefficient(double) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Sets the value used as the farouts coefficient.
setFillBox(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
setFillBox(boolean) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
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.
setFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the fill paint for ALL series (optional).
setFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the fill paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setFillPaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the paint used to fill the shape.
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.
setFirst(RegularTimePeriod) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the first time period in the axis range and sends an AxisChangeEvent to all registered listeners.
setFirstBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw the first bar and sends a RendererChangeEvent to all registered listeners.
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.
setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the fixed legend items for the plot.
setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed legend items for the plot.
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.annotations.XYTextAnnotation
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.
setG2Base(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Sets the range axis base in Java2D space.
setGap(double) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
setGap(double) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
setGap(double) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
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.xy.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines.
setGapThresholdType(UnitType) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold type.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.IntervalMarker
Sets the gradient paint transformer.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGroup(DatasetGroup) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Does nothing.
setGroup(DatasetGroup) - Method in class org.jfree.data.general.AbstractDataset
Sets the dataset group for the dataset.
setGroup(DatasetGroup) - Method in interface org.jfree.data.general.Dataset
Sets the dataset group.
setGroupPaint(Paint) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the paint of the line between the minimum value and the maximum value.
setGroupStroke(Stroke) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the stroke of the line between the minimum value and the maximum value.
setHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
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 sends a TitleChangeEvent to all registered listeners.
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.
setID(String) - Method in class org.jfree.chart.block.AbstractBlock
Sets the id for the block.
setID(String) - Method in interface org.jfree.chart.block.Block
Sets the ID for the block.
setIgnoreNullValues(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether null values are ignored, and sends a PlotChangeEvent to all registered listeners.
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.
setImageEncoder(String, String) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to set additional encoders or replace default ones.
setIncompletePaint(Paint) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the paint used to show the percentage incomplete and sends a RendererChangeEvent to all registered listeners.
setIndex(int) - Method in class org.jfree.chart.entity.ContourEntity
Sets the index.
setInitialDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the initial delay value for this chart panel.
setInnerSeparatorExtension(double) - Method in class org.jfree.chart.plot.RingPlot
Sets the length of the inner extension of the separator line that is drawn between sections, as a percentage of the depth of the sections, and sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setInteriorGap(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the interior gap and sends a PlotChangeEvent to all registered listeners.
setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the interval position factor.
setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the interval position factor.
setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
Sets the interval position factor.
setIntervalPositionFactor(double) - Method in class org.jfree.data.xy.XYSeriesCollection
Sets the interval position factor.
setIntervalWidth(double) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the interval width manually.
setIntervalWidth(double) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the interval width manually.
setIntervalWidth(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
Sets the manual interval width.
setIntervalWidth(double) - Method in class org.jfree.data.xy.XYSeriesCollection
Sets the interval width and sends a DatasetChangeEvent to all registered listeners.
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.
setItemCount(int) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Sets the item count.
setItemFont(Font) - Method in class org.jfree.chart.StandardLegend
Sets the series label font and sends a LegendChangeEvent to all registered listeners.
setItemLabelAnchorOffset(double) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label anchor offset.
setItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
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.
setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
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.category.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.category.CategoryItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
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.xy.XYItemRenderer
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.xy.XYItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the visibility of item labels for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the item margin.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Sets the item margin.
setItemPaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the series label paint and sends a LegendChangeEvent to all registered listeners.
setItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the item URL generator for ALL series.
setItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.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.axis.Axis
Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.
setLabel(String) - Method in class org.jfree.chart.plot.Marker
Sets the label (if null no label is displayed).
setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Marker
Sets the label anchor.
setLabelAngle(double) - Method in class org.jfree.chart.axis.Axis
Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.
setLabelBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label background paint and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - Method in class org.jfree.chart.axis.Axis
Sets the font for the axis label and sends an AxisChangeEvent to all registered listeners.
setLabelFont(Font) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label font.
setLabelFont(Font) - Method in class org.jfree.chart.plot.Marker
Sets the label font.
setLabelFont(Font) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label font and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the series label font and sends a PlotChangeEvent to all registered listeners.
setLabelGap(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the gap between the edge of the pie and the labels (expressed as a percentage of the plot width) and sends a PlotChangeEvent to all registered listeners.
setLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label generator and sends a PlotChangeEvent to all registered listeners.
setLabelGenerator(CategoryLabelGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the label generator and sends a PlotChangeEvent to all registered listeners.
setLabelGenerator(CategoryLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setLabelGenerator(CategoryLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setLabelGenerator(XYLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setLabelGenerator(XYLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setLabelInfo(PeriodAxisLabelInfo[]) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the array of label info records.
setLabelInsets(Insets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the axis label, and sends an AxisChangeEvent to all registered listeners.
setLabelLinkMargin(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the link margin and sends a PlotChangeEvent to all registered listeners.
setLabelLinkPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used for the lines that connect pie sections to their corresponding labels, and sends a PlotChangeEvent to all registered listeners.
setLabelLinkStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the link stroke and sends a PlotChangeEvent to all registered listeners.
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).
setLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.Marker
Sets the label offset.
setLabelOffsetTypeForDomain(LengthAdjustmentType) - Method in class org.jfree.chart.plot.Marker
Sets the label offset type for the offset along the domain axis.
setLabelOffsetTypeForRange(LengthAdjustmentType) - Method in class org.jfree.chart.plot.Marker
Sets the label offset type for the offset along the range axis.
setLabelOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label outline paint and sends a PlotChangeEvent to all registered listeners.
setLabelOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label outline stroke and sends a PlotChangeEvent to all registered listeners.
setLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw the axis label and sends an AxisChangeEvent to all registered listeners.
setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Marker
Sets the label paint.
setLabelPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label paint and sends a PlotChangeEvent to all registered listeners.
setLabelPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the series label paint and sends a PlotChangeEvent to all registered listeners.
setLabelPosition(Point2D) - Method in class org.jfree.chart.DrawableLegendItem
Sets the label position.
setLabelShadowPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the section label shadow paint and sends a PlotChangeEvent to all registered listeners.
setLabelTextAnchor(TextAnchor) - Method in class org.jfree.chart.plot.Marker
Sets the label text anchor.
setLabelType(int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label type.
setLast(RegularTimePeriod) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the last time period in the axis range and sends an AxisChangeEvent to all registered listeners.
setLastBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw the last bar.
setLastPointGood(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
setLastPointGood(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
setLatestAngle(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the latest angle.
setLeft(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the left of the plot area.
setLeftArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing left at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setLegend(Legend) - Method in class org.jfree.chart.JFreeChart
Sets the chart legend.
setLegendItemGraphicAnchor(RectangleAnchor) - Method in class org.jfree.chart.title.LegendTitle
Sets the anchor point used for the graphic in each legend item.
setLegendItemGraphicEdge(RectangleEdge) - Method in class org.jfree.chart.title.LegendTitle
Sets the location of the shape within each legend item.
setLegendItemGraphicLocation(RectangleAnchor) - Method in class org.jfree.chart.title.LegendTitle
Sets the legend item graphic location.
setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the legend item label generator.
setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.PiePlot
Sets the shape used for legend items.
setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the shape used for legend items.
setLegendLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the legend label generator and sends a PlotChangeEvent to all registered listeners.
setLegendText(String) - Method in class org.jfree.chart.MeterLegend
Sets the legend text.
setLimit(double) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the limit below which pie sections are aggregated.
setLine(Line2D) - Method in class org.jfree.chart.DrawableLegendItem
Sets the line used to label this series.
setLine(Shape) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line.
setLinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line paint.
setLineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line stroke.
setLineVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets the flag that controls whether or not the line is visible.
setLinesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether or not lines are drawn between consecutive data points.
setLinesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets a flag that controls whether or not lines are drawn between the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets a flag that controls whether or not lines are drawn between the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setLinkArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
Sets the label link area.
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 and sends an AxisChangeEvent to all registered listeners.
setLowerMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
setMajorTickTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the class that controls the spacing of the major tick marks, and sends an AxisChangeEvent to all registered listeners.
setMargin(RectangleInsets) - Method in class org.jfree.chart.StandardLegend
Sets the margin for the legend and sends a LegendChangeEvent to all registered listeners.
setMargin(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
Sets the margin.
setMargin(double) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Sets the margin.
setMargin(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the percentage amount by which the bars are trimmed and sends a RendererChangeEvent to all registered listeners.
setMarkOffset(double) - Method in class org.jfree.chart.renderer.xy.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.category.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.xy.CandlestickRenderer
Sets the maximum candle width (in milliseconds).
setMaxChipX(int) - Method in class org.jfree.data.general.WaferMapDataset
Sets wafer x dimension.
setMaxChipY(int) - Method in class org.jfree.data.general.WaferMapDataset
Sets the number of chips in the y-dimension.
setMaxIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon used to indicate the maximum value.
setMaxItemWidth(double) - Method in class org.jfree.chart.renderer.category.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.
setMaxValue(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the maximum value any category axis can take and sends a PlotChangeEvent to all registered listeners.
setMaxZ(double) - Method in class org.jfree.chart.ui.ColorPalette
Sets the maximum Z value.
setMaximumCategoryLabelLines(int) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the maximum number of lines to use for each category label and sends an AxisChangeEvent to all registered listeners.
setMaximumCategoryLabelWidthRatio(float) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the maximum category label width ratio and sends an AxisChangeEvent to all registered listeners.
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.time.TimeSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - Method in class org.jfree.data.xy.XYSeries
Sets the maximum number of items that will be retained in the series.
setMaximumLabelWidth(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the maximum label width as a percentage of the plot width and sends a PlotChangeEvent to all registered listeners.
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.category.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.
setMinimumBarLength(double) - Method in class org.jfree.chart.renderer.category.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 and sends an AxisChangeEvent to all registered listeners.
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.
setMinorTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the inside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
setMinorTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the outside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
setMinorTickMarkPaint(Paint) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the paint used to display minor tick marks, if they are visible, and sends a AxisChangeEvent to all registered listeners.
setMinorTickMarkStroke(Stroke) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the stroke used to display minor tick marks, if they are visible, and sends a AxisChangeEvent to all registered listeners.
setMinorTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the flag that controls whether or not minor tick marks are displayed for the axis, and sends a AxisChangeEvent to all registered listeners.
setMinorTickTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the class that controls the spacing of the minor tick marks, and sends an AxisChangeEvent to all registered listeners.
setMissingPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
Sets the missingPaint.
setModel(XYDataset) - Method in class org.jfree.data.xy.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
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.general.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 axis lines has an arrow drawn that points in the negative direction for the axis, and sends an AxisChangeEvent to all registered listeners.
setNegativeBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.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 item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
setNegativePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the paint used to highlight negative differences.
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.
setNormalBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the background paint used to display the 'normal' range.
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.
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.general.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.category.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 and sends a PlotChangeEvent to all registered listeners.
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.
setOuterSeparatorExtension(double) - Method in class org.jfree.chart.plot.RingPlot
Sets the length of the outer extension of the separator line that is drawn between sections, as a percentage of the depth of the sections, and sends a PlotChangeEvent to all registered listeners.
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.xy.XYAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutline(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn, and sends a RendererChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in class org.jfree.chart.StandardLegend
Sets the outline paint and sends a LegendChangeEvent to all registered listeners.
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(Paint) - Method in class org.jfree.chart.plot.Marker
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the paint used to draw the outline of the plot area and sends a PlotChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline paint.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.StandardLegend
Sets the outline stroke and sends a LegendChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline stroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Marker
Sets the outline stroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Plot
Sets the stroke used to outline the plot area and sends a PlotChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline stroke.
setPadding(RectangleInsets) - Method in class org.jfree.chart.StandardLegend
Sets the padding for the legend and sends a LegendChangeEvent to all registered listeners.
setPadding(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
Sets the padding.
setPadding(RectangleInsets) - 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.annotations.XYTextAnnotation
Sets the paint for the annotation.
setPaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the color for the data points and sends a PlotChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.Marker
Sets the 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 interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
setPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
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.
setPassesRequired(int) - Method in class org.jfree.chart.plot.PiePlotState
Sets the number of passes required by the renderer.
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.
setPeriod(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
setPieArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
Sets the pie area.
setPieCenterX(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the x-coordinate of the center of the pie chart.
setPieCenterY(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the y-coordinate of the center of the pie chart.
setPieChart(JFreeChart) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the chart that is used to draw the individual pie plots.
setPieHRadius(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the vertical pie radius.
setPieIndex(int) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the pie index.
setPieIndex(int) - Method in class org.jfree.chart.plot.PiePlot
Sets the pie index (this is used by the MultiplePiePlot class to track subplots).
setPieWRadius(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the horizontal pie radius.
setPlot(Plot) - Method in class org.jfree.chart.axis.Axis
Sets a reference to the plot that the axis is assigned to.
setPlot(PolarPlot) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Set the plot associated with this renderer.
setPlot(PolarPlot) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Sets the plot that this renderer is assigned to.
setPlot(WaferMapPlot) - Method in class org.jfree.chart.renderer.WaferMapRenderer
Sets the plot and build the paint index.
setPlot(CategoryPlot) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(CategoryPlot) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(XYPlot) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the plot that the renderer is assigned to.
setPlot(XYPlot) - Method in interface org.jfree.chart.renderer.xy.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.
setPlotArea(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets a flag that controls whether or not areas are drawn for each data item.
setPlotImages(boolean) - Method in class org.jfree.chart.renderer.xy.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.xy.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.xy.StandardXYItemRenderer
Sets the flag that controls whether or not a shape is plotted at each data point.
setPlotShapes(boolean) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets a flag that controls whether or not shapes are drawn for each data value.
setPlotShapes(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the flag that controls whether or not shapes are displayed for each data item.
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 and sends a TitleChangeEvent to all registered listeners.
setPosition(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the x position type (START, MIDDLE or END).
setPositiveArrowVisible(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls whether or not the axis lines has an arrow drawn that points in the positive direction for the axis, and sends an AxisChangeEvent to all registered listeners.
setPositiveBarPaint(Paint) - Method in class org.jfree.chart.renderer.category.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 item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
setPositivePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the paint used to highlight positive differences.
setPreferredWidth(double) - Method in class org.jfree.chart.StandardLegend
Sets the preferred width of the legend bounding box.
setPtSizePct(double) - Method in class org.jfree.chart.plot.ContourPlot
Sets the ptSizePct.
setQuadrantOrigin(Point2D) - Method in class org.jfree.chart.plot.XYPlot
Sets the quadrant origin and sends a PlotChangeEvent to all registered listeners.
setQuadrantPaint(int, Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint used for the specified quadrant and sends a PlotChangeEvent to all registered listeners.
setQuality(float) - Method in interface org.jfree.chart.encoders.ImageEncoder
Set the quality of the image encoding (not supported by all ImageEncoders).
setQuality(float) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Set the quality of the image encoding (supported).
setQuality(float) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Set the quality of the image encoding (supported).
setQuality(float) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Set the quality of the image encoding (not supported in this ImageEncoder).
setRadius(double) - Method in class org.jfree.chart.renderer.Outlier
Sets the radius of the outlier ellipse.
setRadiusGridlinePaint(Paint) - Method in class org.jfree.chart.plot.PolarPlot
Sets the paint for the grid lines plotted against the radius axis.
setRadiusGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.PolarPlot
Sets the stroke for the grid lines plotted against the radius axis.
setRadiusGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the radius axis grid lines are visible.
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 and sends an AxisChangeEvent to all registered listeners.
setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.DateAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRange(Date, Date) - Method in class org.jfree.chart.axis.DateAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
setRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
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) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range attribute and sends an AxisChangeEvent to all registered listeners.
setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
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.
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 and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a range axis.
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 and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
Sets a range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location of the range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the primary range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the location of the primary range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
setRangeBase(double) - Method in class org.jfree.chart.renderer.xy.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 and fires a property change event for the 'Range' property.
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.FastScatterPlot
Sets the paint for the grid lines plotted 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 and sends a PlotChangeEvent to all registered listeners.
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.FastScatterPlot
Sets the stroke for the grid lines plotted 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, and sends a PlotChangeEvent to all registered listeners.
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.FastScatterPlot
Sets the flag that controls whether or not the range axis grid lines are visible.
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.
setRangeType(RangeType) - Method in class org.jfree.chart.axis.NumberAxis
Sets the axis range type.
setRangeWithMargins(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis (after first adding the current margins to the specified range) and sends an AxisChangeEvent to all registered listeners.
setRangeWithMargins(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis after first adding the current margins to the range and, if requested, sends an AxisChangeEvent to all registered listeners.
setRangeWithMargins(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the axis range (after first adding the current margins to the range) and sends an AxisChangeEvent to all registered listeners.
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 at index 0 (sometimes referred to as the "primary" renderer) and sends a PlotChangeEvent to all registered listeners.
setRenderer(CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and, if requested, sends a PlotChangeEvent to all registered listeners.
setRenderer(int, CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer at the specified index and sends a PlotChangeEvent to all registered listeners.
setRenderer(int, CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a renderer.
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(PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
Sets the item renderer, and notifies all listeners of a change to the plot.
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 renderer for the primary dataset and sends a PlotChangeEvent to all registered listeners.
setRenderer(int, XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Sets a renderer and sends a PlotChangeEvent is sent to all registered listeners.
setRendererIndex(int) - Method in class org.jfree.chart.entity.XYAnnotationEntity
Sets the renderer index.
setRenderingHints(RenderingHints) - Method in class org.jfree.chart.JFreeChart
Sets the rendering hints for the chart.
setRenderingOrder(LegendRenderingOrder) - Method in class org.jfree.chart.StandardLegend
Sets the legend rendering order and sends a LegendChangeEvent to all registered listeners.
setReshowDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.
setRevolutionDistance(double) - Method in class org.jfree.chart.plot.CompassPlot
Sets the count to complete one revolution.
setRight(double) - Method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the right of the plot area.
setRightArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing rightwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
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.
setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the rotation anchor point.
setRotationAngle(double) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation angle.
setRotationAngle(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
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.xy.NormalizedMatrixSeries
Sets the factor that multiplies each item in this series when observed using getItem mehtod.
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.
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 fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the outline stroke for ALL sections in the plot.
setSectionOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the stroke used to fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint for ALL sections in the plot.
setSectionPaint(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint used to fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSeparatorPaint(Paint) - Method in class org.jfree.chart.plot.RingPlot
Sets the paint used to draw the separator between sections.
setSeparatorStroke(Stroke) - Method in class org.jfree.chart.plot.RingPlot
Sets the stroke used to draw the separator between sections.
setSeparatorsVisible(boolean) - Method in class org.jfree.chart.plot.RingPlot
Sets the flag that controls whether or not separators are drawn between the sections in the chart, and sends a PlotChangeEvent to all registered listeners.
setSeries(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the series index.
setSeriesBarWidth(int, double) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Sets the width of the bars of a series.
setSeriesCreateEntities(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
setSeriesCreateEntities(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether entities are created for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesFillPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series fill and sends a RendererChangeEvent to all registered listeners.
setSeriesFillPaint(int, Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used to fill a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesFilled(int, boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets a flag that controls whether or not a series is filled.
setSeriesIndex(int) - Method in class org.jfree.chart.entity.LegendItemEntity
Sets the series index.
setSeriesIndex(int) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the series index.
setSeriesItemLabelFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelFont(int, Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
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.
setSeriesItemLabelPaint(int, Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets a flag that controls the visibility of the item labels for a series.
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.
setSeriesItemLabelsVisible(int, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the visibility of item labels for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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.category.AbstractCategoryItemRenderer
Sets the URL generator for a series.
setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item URL generator for a series.
setSeriesKeys(Comparable[]) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the names of the series in the dataset.
setSeriesLabelGenerator(int, CategoryLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesLabelGenerator(int, CategoryLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesLabelGenerator(int, XYLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesLabelGenerator(int, XYLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesLinesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'lines visible' flag for a series.
setSeriesLinesVisible(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'lines visible' flag for a series.
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.contour.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 item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series outline paint.
setSeriesOutlinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the outline paint for ALL series in the plot.
setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
setSeriesOutlinePaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series outline stroke.
setSeriesOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the outline stroke for ALL series in the plot.
setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the stroke used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
setSeriesOutlineStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the series paint.
setSeriesPaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint for ALL series in the plot.
setSeriesPaint(int, Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int, Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int, Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesVisible(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int, Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesToGroupMap(KeyToGroupMap) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Updates the map used to assign each series to a group.
setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int, Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setShadowPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the shadow paint and sends a PlotChangeEvent to all registered listeners.
setShadowXOffset(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the x-offset for the shadow effect and sends a PlotChangeEvent to all registered listeners.
setShadowYOffset(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the y-offset for the shadow effect and sends a PlotChangeEvent to all registered listeners.
setShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
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.
setShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
setShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
setShape(Shape) - Method in class org.jfree.chart.title.LegendGraphic
Sets the shape.
setShapeAnchor(RectangleAnchor) - Method in class org.jfree.chart.title.LegendGraphic
Sets the shape anchor.
setShapeFilled(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape is filled.
setShapeHeight(double) - Method in class org.jfree.chart.renderer.xy.SignalRenderer
Sets the shape height.
setShapeLocation(RectangleAnchor) - Method in class org.jfree.chart.title.LegendGraphic
Sets the shape location.
setShapeOutlineVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape outline is visible.
setShapePaint(Paint) - Method in class org.jfree.chart.renderer.xy.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.xy.StackedXYAreaRenderer
Sets the stroke for rendering shapes.
setShapeVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape is visible.
setShapeWidth(double) - Method in class org.jfree.chart.renderer.xy.SignalRenderer
Sets the shape width.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the 'shapes filled' for ALL series.
setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether or not a shape should be drawn to represent each data point.
setShapesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShowAxisLocation(int) - Method in class org.jfree.chart.plot.JThermometer
Sets the location for the axis.
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.
setSources(LegendItemSource[]) - Method in class org.jfree.chart.title.LegendTitle
Sets the legend item sources.
setStagger(boolean) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Sets the flag that controls whether or not the series steps are staggered and sends a RendererChangeEvent to all registered listeners.
setStandardTickUnits(TickUnitSource) - Method in class org.jfree.chart.axis.ValueAxis
Sets the source for obtaining standard tick units for the axis and sends an AxisChangeEvent to all registered listeners.
setStartAngle(double) - Method in class org.jfree.chart.plot.PiePlot
Sets the starting angle and sends a PlotChangeEvent to all registered listeners.
setStartAngle(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the starting angle and sends a PlotChangeEvent to all registered listeners.
setStartPercent(double) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the position of the start of the progress indicator, as a percentage of the bar width.
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.category.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.plot.Marker
Sets the stroke.
setStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
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.category.CategoryItemRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setSubLabelFont(Font) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the font for the sublabels.
setSubLabelFont(Font) - Method in class org.jfree.chart.axis.SubCategoryAxis
Sets the font used to display the sub-category labels and sends an AxisChangeEvent to all registered listeners.
setSubLabelPaint(Paint) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the paint for the sublabels.
setSubLabelPaint(Paint) - Method in class org.jfree.chart.axis.SubCategoryAxis
Sets the paint used to display the sub-category labels and sends an AxisChangeEvent to all registered listeners.
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).
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.
setTempFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Sets the prefix for the temporary file names generated by this class.
setTempOneTimeFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Sets the prefix for the "one time" temporary file names generated by this class.
setText(String) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the text for the annotation.
setText(String) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the text for the annotation.
setText(String) - Method in class org.jfree.chart.title.TextTitle
Sets the title to the specified text and sends a TitleChangeEvent to all registered listeners.
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).
setTextAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
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 and sends an AxisChangeEvent to all registered listeners.
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 sends a PlotChangeEvent to all registered listeners.
setTickLabelFormat(NumberFormat) - Method in class org.jfree.chart.plot.MeterPlot
Sets the format for the tick labels and sends a PlotChangeEvent to all registered listeners.
setTickLabelInsets(Insets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.
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 and sends an AxisChangeEvent to all registered listeners.
setTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
Sets the inside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarkOutsideLength(float) - Method in class org.jfree.chart.axis.Axis
Sets the outside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarkPaint(Paint) - Method in class org.jfree.chart.axis.Axis
Sets the paint used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarkPosition(DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
Sets the tick mark position (start, middle or end of the time period) and sends an AxisChangeEvent to all registered listeners.
setTickMarkStroke(Stroke) - Method in class org.jfree.chart.axis.Axis
Sets the stroke used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarksVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets the flag that indicates whether or not the tick marks are showing and sends an AxisChangeEvent to all registered listeners.
setTickSize(double) - Method in class org.jfree.chart.renderer.xy.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 and sends an AxisChangeEvent to all registered listeners.
setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.NumberAxis
Sets the tick unit for the axis and, if requested, sends an AxisChangeEvent to all registered listeners.
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.jdbc.JDBCXYDataset
Sets a flag that indicates whether or not the data represents a time series.
setTimeZone(TimeZone) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the time zone that is used to convert the time periods into absolute milliseconds.
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 and sends a LegendChangeEvent to all registered listeners.
setTitleContainer(BlockContainer) - Method in class org.jfree.chart.title.CompositeTitle
Sets the title container.
setTitleFont(Font) - Method in class org.jfree.chart.StandardLegend
Sets the title font and sends a LegendChangeEvent to all registered listeners.
setTitleProperties(JFreeChart) - 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(PieToolTipGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the tool tip generator and sends a PlotChangeEvent to all registered listeners.
setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setToolTipText(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the tool tip text for the annotation.
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 space reserved for axes at the top of the plot area.
setTotal(double) - Method in class org.jfree.chart.plot.PiePlotState
Sets the total.
setTranspose(boolean) - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
Sets a flag that controls whether or not the table values are transposed when added to the dataset.
setType(ChartChangeEventType) - 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(HistogramType) - Method in class org.jfree.data.statistics.HistogramDataset
Sets the histogram type and sends a DatasetChangeEvent to all registered listeners.
setURL(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the URL for the annotation.
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 and sends a PlotChangeEvent to all registered listeners.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.xy.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.
setUpArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing upwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setUpPaint(Paint) - Method in class org.jfree.chart.renderer.xy.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 and sends an AxisChangeEvent to all registered listeners.
setUpperMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether the outline paint is used for shape outlines.
setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether the outline paint is used to draw shape outlines, and sends a RendererChangeEvent to all registered listeners.
setUseSubrangePaint(boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range colour change option.
setUseYInterval(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the flag that determines whether the y-interval from the dataset is used to calculate the length of each bar, and sends a RendererChangeEvent to all registered listeners..
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.xy.HighLow
Sets either OPEN or Close value depending on the valueType.
setValue(Number) - Method in class org.jfree.data.DefaultKeyedValue
Sets the value.
setValue(Comparable, double) - Method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
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(Number, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table.
setValue(Comparable, Number) - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Sets the value for the dataset and sends a DatasetChangeEvent to all registered listeners.
setValue(Comparable, Number) - Method in class org.jfree.data.general.DefaultPieDataset
Sets the data value for a key.
setValue(Comparable, double) - Method in class org.jfree.data.general.DefaultPieDataset
Sets the data value for a key.
setValue(Number) - Method in class org.jfree.data.general.DefaultValueDataset
Sets the value and sends a DatasetChangeEvent to all registered listeners.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.general.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 item.
setValue(Number) - Method in class org.jfree.data.xml.ItemHandler
Sets the value.
setValueAt(Object, int, int) - Method in class org.jfree.data.time.TimeSeriesTableModel
Updates the time series.
setValueAt(Object, int, int) - Method in class org.jfree.data.xy.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.ThermometerPlot
Sets the formatter for the value label.
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.
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 visible and sends an AxisChangeEvent to all registered listeners.
setWallPaint(Paint) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWallPaint(Paint) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWallPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWarningBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the background paint used to display the 'warning' range.
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.
setWebFilled(boolean) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the webFilled flag and sends a PlotChangeEvent to all registered listeners.
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.
setWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setWrapper(BlockContainer) - Method in class org.jfree.chart.title.LegendTitle
Sets the wrapper container for the legend.
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).
setXOffset(double) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the x-offset and sends a RendererChangeEvent to all registered listeners.
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, then sends a DatasetChangeEvent is sent to all registered listeners.
setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeTableXYDataset
Sets the position within each time period that is used for the X values, then sends a DatasetChangeEvent to all registered listeners.
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(double) - Method in class org.jfree.data.xy.XYDataItem
Sets the y-value for this data item.
setY(Number) - Method in class org.jfree.data.xy.XYDataItem
Sets the y-value for this data item.
setYOffset(double) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the y-offset and sends a RendererChangeEvent to all registered listeners.
setYValue(double[]) - Method in class org.jfree.chart.ClipPath
Sets the yValue.
setZeroRangeBaselinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the zero baseline plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setZeroRangeBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the zero baseline for the range axis, and sends a PlotChangeEvent to all registered listeners.
setZeroRangeBaselineVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the zero baseline is displayed for the range axis, and sends a PlotChangeEvent to all registered listeners.
setZoomInFactor(double) - Method in class org.jfree.chart.ChartPanel
Sets the zoom in factor.
setZoomOutFactor(double) - Method in class org.jfree.chart.ChartPanel
Sets the zoom out factor.
setZoomTriggerDistance(int) - Method in class org.jfree.chart.ChartPanel
Sets the zoom trigger distance.
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.
setxOffset(double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the x-offset.
setyOffset(double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the y-offset.
shift(Range, double) - Static method in class org.jfree.data.Range
Shifts the range by the specified amount.
shift(Range, double, boolean) - Static method in class org.jfree.data.Range
Shifts the range by the specified amount.
shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Shrinks an area by the space attributes.
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.
sort() - Method in class org.jfree.chart.plot.PieLabelDistributor
Sorts the label records into ascending order by y-value.
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.xy.DefaultOHLCDataset
Sorts the data into ascending order by date.
spreadEvenly(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Labels are spaced evenly in the available space in an attempt to eliminate the overlaps.
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

TAPER - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area tapers from the first or last value down to zero.
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.
TRUNCATE - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is truncated at the first or last value.
TableXYDataset - interface org.jfree.data.xy.TableXYDataset.
A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
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 chart title that displays a text string.
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, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title.
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.
TickLabelEntity - class org.jfree.chart.entity.TickLabelEntity.
A chart entity representing a tick label.
TickLabelEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.TickLabelEntity
Creates a new entity.
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, used by the DateAxis and NumberAxis classes.
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 two instances of 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.
TimePeriodValuesCollection(TimePeriodValues) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs a dataset containing a single series.
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.
TimeSeriesChartDemo1 - class org.jfree.chart.demo.TimeSeriesChartDemo1.
An example of a time series chart.
TimeSeriesChartDemo1(String) - Constructor for class org.jfree.chart.demo.TimeSeriesChartDemo1
A demonstration application showing how to create a simple time series chart.
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 item that associates a value with a time period.
TimeSeriesDataItem(RegularTimePeriod, double) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data item that associates a value with a time period.
TimeSeriesTableModel - class org.jfree.data.time.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.time.TimeSeriesTableModel
Default constructor.
TimeSeriesTableModel(TimeSeries) - Constructor for class org.jfree.data.time.TimeSeriesTableModel
Constructs a table model for a time series.
TimeSeriesTableModel(TimeSeries, boolean) - Constructor for class org.jfree.data.time.TimeSeriesTableModel
Creates a table model based on a time series.
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
TimeTableXYDataset - class org.jfree.data.time.TimeTableXYDataset.
A dataset for regular time periods that implements the TableXYDataset interface.
TimeTableXYDataset() - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset.
TimeTableXYDataset(TimeZone) - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset with the given time zone.
TimeTableXYDataset(TimeZone, Locale) - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset with the given time zone and locale.
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, RectangleInsets) - Constructor for class org.jfree.chart.title.Title
Creates 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.
toContentConstraint(RectangleConstraint) - Method in class org.jfree.chart.block.AbstractBlock
Returns a constraint for the content of this block that will result in the bounds of the block matching the specified constraint.
toFixedHeight(double) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has a fixed height constraint.
toFixedWidth(double) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has a fixed width constraint.
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.LegendRenderingOrder
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.AxisSpace
Returns a string representing the object (for debugging purposes).
toString() - Method in class org.jfree.chart.axis.CategoryAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.CategoryLabelWidthType
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.block.LengthConstraintType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a string representation of this instance, mostly used for debugging purposes.
toString() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns a string representing this object (useful for debugging purposes).
toString() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns a string representing the entity.
toString() - Method in class org.jfree.chart.entity.XYItemEntity
Returns a string representation of this instance, useful for debugging purposes.
toString() - Method in class org.jfree.chart.event.ChartChangeEventType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.labels.ItemLabelAnchor
Returns a string representing the object.
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.PieLabelDistributor
Returns a string containing a description of the object for debugging purposes.
toString() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns a string describing 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.AreaRendererEndType
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.data.DomainOrder
Returns a string representing the object.
toString() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a string representing the object.
toString() - Method in class org.jfree.data.Range
Returns a string representation of this Range.
toString() - Method in class org.jfree.data.RangeType
Returns a string representing the object.
toString() - Method in class org.jfree.data.statistics.HistogramType
Returns a string representing the object.
toString() - Method in class org.jfree.data.time.DateRange
Returns a string representing the date range (useful for debugging).
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.
toUnconstrainedHeight() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has no height constraint.
toUnconstrainedWidth() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has no width constraint.
transform - Static variable in class org.jfree.chart.needle.MeterNeedle
A transform.
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.
translateScreenToJava2D(Point) - Method in class org.jfree.chart.ChartPanel
Translates a screen location to a Java2D point.
translateValueThetaRadiusToJava2D(double, double, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Translates a (theta, radius) pair into Java2D coordinates.
trimBorder(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the border.
trimMargin(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the margin.
trimPadding(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the padding.
trimToContentHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Calculate the height available for content after subtracting the margin, border and padding space from the specified fixed height.
trimToContentWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Calculate the width available for content after subtracting the margin, border and padding space from the specified fixed width.

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'.
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.
UnknownKeyException - exception org.jfree.data.UnknownKeyException.
An exception that indicates an unknown key value.
UnknownKeyException(String) - Constructor for class org.jfree.data.UnknownKeyException
Creates a new exception.
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 item.
update(int, int, double) - Method in class org.jfree.data.xy.MatrixSeries
Updates the value of the specified item in this matrix series.
update(int, int, double) - Method in class org.jfree.data.xy.NormalizedMatrixSeries
 
update(int, Number) - Method in class org.jfree.data.xy.XYSeries
Updates the value of an item in the series and sends a SeriesChangeEvent to all registered listeners.
update(Number, Number) - Method in class org.jfree.data.xy.XYSeries
Updates an item in the series.
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, PlotOrientation) - Method in class org.jfree.chart.plot.CrosshairState
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairValues(CrosshairState, double, double, double, double, PlotOrientation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Considers the current (x, y) coordinate and updates the crosshair point if it meets the criteria (usually means the (x, y) coordinate is the closest to the anchor point so far).
updateCrosshairX(double) - Method in class org.jfree.chart.plot.CrosshairState
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.plot.CrosshairState
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.general.DefaultKeyedValueDataset
Updates the value.
updateXPoints() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Updates the x-values for all the series in the dataset.

V

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_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Value' element name.
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.general.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.
ValueMarker - class org.jfree.chart.plot.ValueMarker.
A marker that represents a single fixed value.
ValueMarker(double) - Constructor for class org.jfree.chart.plot.ValueMarker
Creates a new marker.
ValueMarker(double, Paint, Stroke) - Constructor for class org.jfree.chart.plot.ValueMarker
Creates a new marker.
ValueMarker(double, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.ValueMarker
Creates a new value marker.
ValueTick - class org.jfree.chart.axis.ValueTick.
A value tick.
ValueTick(double, String, 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.general.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.
valueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Translates a value from data space to Java 2D space.
valueToJava2D(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.
valueToJava2D(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.
valueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ModuloAxis
Translates a data value to a Java2D coordinate.
valueToJava2D(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.
valueToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
valueToJava2D(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.
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_RANGE - Static variable in class org.jfree.chart.plot.MeterPlot
Constant to indicate the warning data range.
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_NORTHWEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position WEST_NORTHWEST.
WEST_SOUTHWEST - Static variable in class org.jfree.chart.Legend
Constant anchor value for legend position WEST_SOUTHWEST.
WIDTHMETHOD_AVERAGE - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
The average width method.
WIDTHMETHOD_INTERVALDATA - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
The interval data method.
WIDTHMETHOD_SMALLEST - Static variable in class org.jfree.chart.renderer.xy.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.general.WaferMapDataset.
A dataset that can be used with the WaferMapPlot class.
WaferMapDataset(int, int) - Constructor for class org.jfree.data.general.WaferMapDataset
Creates a new dataset using the default chipspace.
WaferMapDataset(int, int, Number) - Constructor for class org.jfree.data.general.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
Creates a new plot.
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.category.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.category.WaterfallBarRenderer
Constructs a new renderer with default values for the bar colors.
WaterfallBarRenderer(Paint, Paint, Paint, Paint) - Constructor for class org.jfree.chart.renderer.category.WaterfallBarRenderer
Constructs a new waterfall renderer.
Week - class org.jfree.data.time.Week.
A calendar week.
Week() - Constructor for class org.jfree.data.time.Week
Creates a new time period for the week in which the current system date/time falls.
Week(int, int) - Constructor for class org.jfree.data.time.Week
Creates a time period representing the week in the specified year.
Week(int, Year) - Constructor for class org.jfree.data.time.Week
Creates a time period representing the week in the specified year.
Week(Date) - Constructor for class org.jfree.data.time.Week
Creates a time period for the week in which the specified date/time falls.
Week(Date, TimeZone) - Constructor for class org.jfree.data.time.Week
Creates a time period for the week in which the specified date/time falls, calculated relative to the specified time zone.
WindDataset - interface org.jfree.data.xy.WindDataset.
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
WindItemRenderer - class org.jfree.chart.renderer.xy.WindItemRenderer.
A specialised renderer for displaying wind intensity/direction data.
WindItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.WindItemRenderer
Creates a new renderer.
WindNeedle - class org.jfree.chart.needle.WindNeedle.
A needle that indicates wind direction, for use with the CompassPlot class.
WindNeedle() - Constructor for class org.jfree.chart.needle.WindNeedle
Default constructor.
workingCalendar - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
A working calendar (to recycle)
workingLine - Variable in class org.jfree.chart.renderer.xy.XYItemRendererState
A line object that the renderer can reuse to save instantiating a lot of objects.
wrapOffset(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
??
writeBufferedImage(BufferedImage, String, OutputStream) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format and write it to an OutputStream.
writeBufferedImage(BufferedImage, String, OutputStream, float) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format and write it to an OutputStream.
writeBufferedImage(BufferedImage, String, OutputStream, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format and write it to an OutputStream.
writeBufferedImage(BufferedImage, String, OutputStream, float, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format and write it to an OutputStream.
writeBufferedImageAsJPEG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes a BufferedImage to an output stream in JPEG format.
writeBufferedImageAsJPEG(OutputStream, float, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes a BufferedImage to an output stream in JPEG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Writes a BufferedImage to an output stream in PNG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a BufferedImage to an output stream in PNG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in JPEG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Writes a chart to an output stream in PNG format.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.ChartUtilities
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
Writes an image map to an 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.
XYAnnotationEntity - class org.jfree.chart.entity.XYAnnotationEntity.
A chart entity that represents an annotation on an XYPlot.
XYAnnotationEntity(Shape, int, String, String) - Constructor for class org.jfree.chart.entity.XYAnnotationEntity
Creates a new entity.
XYAreaRenderer - class org.jfree.chart.renderer.xy.XYAreaRenderer.
Area item renderer for an XYPlot.
XYAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
Constructs a new renderer.
XYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
Constructs a new renderer.
XYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
Constructs a new renderer.
XYAreaRenderer2 - class org.jfree.chart.renderer.xy.XYAreaRenderer2.
Area item renderer for an XYPlot.
XYAreaRenderer2() - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer2
Constructs a new renderer.
XYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer2
Constructs a new renderer.
XYBarDataset - class org.jfree.data.xy.XYBarDataset.
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
XYBarDataset(XYDataset, double) - Constructor for class org.jfree.data.xy.XYBarDataset
Creates a new dataset.
XYBarRenderer - class org.jfree.chart.renderer.xy.XYBarRenderer.
A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
XYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer
The default constructor.
XYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer
Constructs a new renderer.
XYBarRenderer.XYBarRendererState - class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState.
The state class used by this renderer.
XYBarRenderer.XYBarRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Creates a new state object.
XYBoxAndWhiskerRenderer - class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer.
A renderer that draws box-and-whisker items on an XYPlot.
XYBoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Creates a new renderer for box and whisker charts.
XYBoxAndWhiskerRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Creates a new renderer for box and whisker charts.
XYBoxAnnotation - class org.jfree.chart.annotations.XYBoxAnnotation.
A box annotation that can be placed on an XYPlot.
XYBoxAnnotation(double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
Creates a new annotation (where, by default, the box is drawn with a black outline).
XYBoxAnnotation(double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
Creates a new annotation where the box is drawn as an outline using the specified stroke and outlinePaint.
XYBoxAnnotation(double, double, double, double, Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
Creates a new annotation.
XYBubbleRenderer - class org.jfree.chart.renderer.xy.XYBubbleRenderer.
A renderer that draws a circle at each data point.
XYBubbleRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBubbleRenderer
Constructs a new renderer.
XYBubbleRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYBubbleRenderer
Constructs a new renderer.
XYDataItem - class org.jfree.data.xy.XYDataItem.
Represents one (x, y) data item for an XYSeries.
XYDataItem(Number, Number) - Constructor for class org.jfree.data.xy.XYDataItem
Constructs a new data item.
XYDataItem(double, double) - Constructor for class org.jfree.data.xy.XYDataItem
Constructs a new data item.
XYDataset - interface org.jfree.data.xy.XYDataset.
An interface through which data in the form of (x, y) items can be accessed.
XYDatasetTableModel - class org.jfree.data.xy.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.xy.XYDatasetTableModel
Default constructor.
XYDatasetTableModel(XYDataset) - Constructor for class org.jfree.data.xy.XYDatasetTableModel
Creates a new table model based on the specified dataset.
XYDifferenceRenderer - class org.jfree.chart.renderer.xy.XYDifferenceRenderer.
A renderer for an XYPlot that highlights the differences between two series.
XYDifferenceRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Creates a new renderer with default attributes.
XYDifferenceRenderer(Paint, Paint, boolean) - Constructor for class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Creates a new renderer.
XYDotRenderer - class org.jfree.chart.renderer.xy.XYDotRenderer.
A renderer that draws a small dot at each data point for an XYPlot.
XYDotRenderer() - Constructor for class org.jfree.chart.renderer.xy.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 at the specified (x, y) location.
XYItemEntity - class org.jfree.chart.entity.XYItemEntity.
A chart entity that represents one item within an XYPlot.
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.xy.XYItemRenderer.
Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYItemRendererState - class org.jfree.chart.renderer.xy.XYItemRendererState.
The state for an XYItemRenderer.
XYItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYItemRendererState
Creates a new state.
XYLabelGenerator - interface org.jfree.chart.labels.XYLabelGenerator.
Interface for a label generator for plots that use data from an XYDataset.
XYLine3DRenderer - class org.jfree.chart.renderer.xy.XYLine3DRenderer.
A XYLineAndShapeRenderer that adds a shadow line to the graph to emulate a 3D-effect.
XYLine3DRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYLine3DRenderer
Creates a new renderer.
XYLineAndShapeRenderer - class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.
A renderer that can be used with the XYPlot class.
XYLineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Creates a new renderer with both lines and shapes visible.
XYLineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Creates a new renderer.
XYLineAndShapeRenderer.State - class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State.
Records the state for the renderer.
XYLineAndShapeRenderer.State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Creates a new state instance.
XYLineAnnotation - class org.jfree.chart.annotations.XYLineAnnotation.
A simple line annotation that can be placed on an XYPlot.
XYLineAnnotation(double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYLineAnnotation
Creates a new annotation that draws a line from (x1, y1) to (x2, y2) where the coordinates are measured in data space (that is, against the plot's axes).
XYLineAnnotation(double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYLineAnnotation
Creates a new annotation that draws a line from (x1, y1) to (x2, y2) where the coordinates are measured in data space (that is, against the plot's axes).
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.
XYPolygonAnnotation - class org.jfree.chart.annotations.XYPolygonAnnotation.
A polygon annotation that can be placed on an XYPlot.
XYPolygonAnnotation(double[]) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
Creates a new annotation (where, by default, the polygon is drawn with a black outline).
XYPolygonAnnotation(double[], Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
Creates a new annotation where the box is drawn as an outline using the specified stroke and outlinePaint.
XYPolygonAnnotation(double[], Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
Creates a new annotation.
XYSeries - class org.jfree.data.xy.XYSeries.
Represents a sequence of zero or more data items in the form (x, y).
XYSeries(String) - Constructor for class org.jfree.data.xy.XYSeries
Creates a new empty series.
XYSeries(String, boolean, boolean) - Constructor for class org.jfree.data.xy.XYSeries
Constructs a new xy-series that contains no data.
XYSeriesCollection - class org.jfree.data.xy.XYSeriesCollection.
Represents a collection of XYSeries objects that can be used as a dataset.
XYSeriesCollection() - Constructor for class org.jfree.data.xy.XYSeriesCollection
Constructs an empty dataset.
XYSeriesCollection(XYSeries) - Constructor for class org.jfree.data.xy.XYSeriesCollection
Constructs a dataset and populates it with a single series.
XYSeriesLabelGenerator - interface org.jfree.chart.labels.XYSeriesLabelGenerator.
A generator that creates labels for the series in an XYDataset.
XYShapeAnnotation - class org.jfree.chart.annotations.XYShapeAnnotation.
A simple Shape annotation that can be placed on an XYPlot.
XYShapeAnnotation(Shape) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
Creates a new annotation (where, by default, the shape is drawn with a black outline).
XYShapeAnnotation(Shape, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
Creates a new annotation where the shape is drawn as an outline using the specified stroke and outlinePaint.
XYShapeAnnotation(Shape, Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
Creates a new annotation.
XYStepAreaRenderer - class org.jfree.chart.renderer.xy.XYStepAreaRenderer.
A step chart renderer that fills the area between the step and the x-axis.
XYStepAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Constructs a new renderer.
XYStepAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Constructs a new renderer.
XYStepAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Constructs a new renderer.
XYStepRenderer - class org.jfree.chart.renderer.xy.XYStepRenderer.
Line/Step item renderer for an XYPlot.
XYStepRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYStepRenderer
Constructs a new renderer with no tooltip or URL generation.
XYStepRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.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.xy.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.xy.XisSymbolic.
Represent a data set where X is a symbolic values.
xIndex - Variable in class org.jfree.data.contour.DefaultContourDataset
The index for the start of each column in the data.
xValues - Variable in class org.jfree.data.contour.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.xy.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.xy.YIntervalRenderer
The 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.xy.YisSymbolic.
Represent a data set where Y is a symbolic values.
yValues - Variable in class org.jfree.data.contour.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_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (both axes) action command.
ZOOM_IN_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (domain axis only) action command.
ZOOM_IN_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (range axis only) action command.
ZOOM_OUT_BOTH_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (both axes) action command.
ZOOM_OUT_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (domain axis only) action command.
ZOOM_OUT_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (range axis only) action command.
ZOOM_RESET_BOTH_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (both axes) action command.
ZOOM_RESET_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (domain axis only) action command.
ZOOM_RESET_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (range axis only) action command.
Zoomable - interface org.jfree.chart.plot.Zoomable.
A plot that is zoomable must implement this interface to provide a mechanism for the ChartPanel to control the zooming.
zValues - Variable in class org.jfree.data.contour.DefaultContourDataset
Storage for the z values.
zeroAll() - Method in class org.jfree.data.xy.MatrixSeries
Sets all matrix values to zero and sends a SeriesChangeEvent to all registered listeners.
zeroAll() - Method in class org.jfree.data.xy.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.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.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.PolarPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - Method in class org.jfree.chart.plot.ThermometerPlot
A zoom method that does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Zooms in on the domain axes.
zoomDomainAxes(double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the domain axis/axes by the specified factor (to be implemented).
zoomDomainAxes(double, double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Zooms the domain axes (not yet implemented).
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the domain axes.
zoomDomainAxes(double, double, double) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, double, double) - Method in class org.jfree.chart.plot.PolarPlot
Zooms in on the domain axes.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
This method does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the domain axis/axes.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Zooms in on the domain axes.
zoomInBoth(double, double) - Method in class org.jfree.chart.ChartPanel
Zooms in on an anchor point (measured in Java2D coordinates).
zoomInDomain(double, double) - Method in class org.jfree.chart.ChartPanel
Decreases the range on the domain axis, centered about a Java2D x coordinate.
zoomInRange(double, 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).
zoomOutDomain(double, double) - Method in class org.jfree.chart.ChartPanel
Increases the range on the domain axis, centered about a Java2D x coordinate.
zoomOutRange(double, double) - Method in class org.jfree.chart.ChartPanel
Increases the range on the range axis, centered about a Java2D y coordinate.
zoomRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
Zooms in on the current range.
zoomRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Zooms in on the current range.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Zooms in on the range axes.
zoomRangeAxes(double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Zooms the range axes (not yet implemented).
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the range axes.
zoomRangeAxes(double, double, double) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, double, double) - Method in class org.jfree.chart.plot.PolarPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Zooms the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Zooms in on the range 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