Skip navigation links
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

AbstractAnnotation - Class in org.jfree.chart.annotations
An abstract implementation of the Annotation interface, containing a mechanism for registering change listeners.
AbstractAnnotation() - Constructor for class org.jfree.chart.annotations.AbstractAnnotation
Constructs an annotation.
AbstractBlock - Class in org.jfree.chart.block
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 in org.jfree.chart.labels
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, NumberFormat, 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 in org.jfree.chart.renderer.category
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 in org.jfree.data.general
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.
AbstractDialLayer - Class in org.jfree.chart.plot.dial
A base class that can be used to implement a DialLayer.
AbstractDialLayer() - Constructor for class org.jfree.chart.plot.dial.AbstractDialLayer
Creates a new instance.
AbstractIntervalXYDataset - Class in org.jfree.data.xy
An base class that you can use to create new implementations of the IntervalXYDataset interface.
AbstractIntervalXYDataset() - Constructor for class org.jfree.data.xy.AbstractIntervalXYDataset
 
AbstractObjectList - Class in org.jfree.chart.util
A list of objects that can grow as required.
AbstractObjectList() - Constructor for class org.jfree.chart.util.AbstractObjectList
Creates a new list with the default initial capacity.
AbstractObjectList(int) - Constructor for class org.jfree.chart.util.AbstractObjectList
Creates a new list.
AbstractObjectList(int, int) - Constructor for class org.jfree.chart.util.AbstractObjectList
Creates a new list.
AbstractOverlay - Class in org.jfree.chart.panel
A base class for implementing overlays for a ChartPanel.
AbstractOverlay() - Constructor for class org.jfree.chart.panel.AbstractOverlay
Default constructor.
AbstractPieItemLabelGenerator - Class in org.jfree.chart.labels
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.
AbstractPieLabelDistributor - Class in org.jfree.chart.plot
A base class for handling the distribution of pie section labels.
AbstractPieLabelDistributor() - Constructor for class org.jfree.chart.plot.AbstractPieLabelDistributor
Creates a new instance.
AbstractRenderer - Class in org.jfree.chart.renderer
Base class providing common services for renderers.
AbstractRenderer() - Constructor for class org.jfree.chart.renderer.AbstractRenderer
Default constructor.
AbstractSeriesDataset - Class in org.jfree.data.general
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 in org.jfree.chart.annotations
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 in org.jfree.data.xy
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 in org.jfree.chart.labels
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, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
AbstractXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
AbstractXYItemRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.data.xy
An base class that you can use to create new implementations of the XYZDataset interface.
AbstractXYZDataset() - Constructor for class org.jfree.data.xy.AbstractXYZDataset
 
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.editor.DefaultLogAxisEditor
Handles actions from within the property panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Handles actions from within the property panel.
actionPerformed(ActionEvent) - Method in class org.jfree.chart.PolarChartPanel
Handles action events generated by the popup menu.
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(LegendItem) - Method in class org.jfree.chart.LegendItemCollection
Adds a legend item 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(double, Paint) - Method in class org.jfree.chart.renderer.LookupPaintScale
Adds an entry to the lookup table.
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(Comparable, Object) - Method in class org.jfree.data.ComparableObjectSeries
Adds new data to the series and sends a SeriesChangeEvent to all registered listeners.
add(Comparable, Object, boolean) - Method in class org.jfree.data.ComparableObjectSeries
Adds new data to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(ComparableObjectItem, boolean) - Method in class org.jfree.data.ComparableObjectSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
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(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 and sends a DatasetChangeEvent to all registered listeners.
add(List, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Adds a list of values to the dataset (null and Double.NaN items are automatically removed) and sends a DatasetChangeEvent to all registered listeners.
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(RegularTimePeriod, double, double, double, double) - Method in class org.jfree.data.time.ohlc.OHLCSeries
Adds a data item to the series.
add(OHLCItem) - Method in class org.jfree.data.time.ohlc.OHLCSeries
Adds a data item to the series.
add(TimePeriodValue) - Method in class org.jfree.data.time.TimePeriodValues
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(TimePeriod, double) - Method in class org.jfree.data.time.TimePeriodValues
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(TimePeriod, Number) - Method in class org.jfree.data.time.TimePeriodValues
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
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(TimeSeriesDataItem, boolean) - 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, double, boolean) - 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(RegularTimePeriod, Number, boolean) - 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, Comparable) - 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, Comparable, boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Adds a new data item to the dataset and, if requested, sends a DatasetChangeEvent to all registered listeners.
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(double, double, double, double) - Method in class org.jfree.data.xy.VectorSeries
Adds a data item to the series.
add(VectorDataItem, boolean) - Method in class org.jfree.data.xy.VectorSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(double, double, double, double) - Method in class org.jfree.data.xy.XIntervalSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(XIntervalDataItem, boolean) - Method in class org.jfree.data.xy.XIntervalSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(double, double, double, double, double, double) - Method in class org.jfree.data.xy.XYIntervalSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(XYIntervalDataItem, boolean) - Method in class org.jfree.data.xy.XYIntervalSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent 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(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 a new data item to the series (in the correct position if the autoSort flag is set for 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.
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, double, double) - Method in class org.jfree.data.xy.YIntervalSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(YIntervalDataItem, boolean) - Method in class org.jfree.data.xy.YIntervalSeries
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
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.
addAll(LegendItemCollection) - Method in class org.jfree.chart.LegendItemCollection
Adds the legend items from another collection to this collection.
addAndOrUpdate(TimeSeries) - Method in class org.jfree.data.time.TimeSeries
Adds or updates data from one series to another.
addAnnotation(CategoryAnnotation) - Method in class org.jfree.chart.plot.CategoryPlot
Adds an annotation to the plot and sends a PlotChangeEvent to all registered listeners.
addAnnotation(CategoryAnnotation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Adds an annotation to the plot and, if requested, sends a PlotChangeEvent to all registered listeners.
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, boolean) - Method in class org.jfree.chart.plot.XYPlot
Adds an annotation to the plot and, if requested, 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 and sends a RendererChangeEvent to all registered listeners.
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.
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.
addCategoryLabelURL(Comparable, String) - Method in class org.jfree.chart.axis.CategoryAxis
Adds a URL (to be used in image maps) to the specified category and sends an AxisChangeEvent to all registered listeners.
addChangeListener(AnnotationChangeListener) - Method in class org.jfree.chart.annotations.AbstractAnnotation
Registers an object to receive notification of changes to the annotation.
addChangeListener(AnnotationChangeListener) - Method in interface org.jfree.chart.annotations.Annotation
Registers an object for notification of changes to the annotation.
addChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Registers an object for notification of changes to the axis.
addChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of changes to the chart.
addChangeListener(OverlayChangeListener) - Method in class org.jfree.chart.panel.AbstractOverlay
Registers an object for notification of changes to the overlay.
addChangeListener(OverlayChangeListener) - Method in interface org.jfree.chart.panel.Overlay
Registers a change listener with the overlay.
addChangeListener(DialLayerChangeListener) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Registers an object for notification of changes to the dial layer.
addChangeListener(DialLayerChangeListener) - Method in interface org.jfree.chart.plot.dial.DialLayer
Registers a listener with this layer, so that it receives notification of changes to this layer.
addChangeListener(MarkerChangeListener) - Method in class org.jfree.chart.plot.Marker
Registers an object for notification of changes to the marker.
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.category.CategoryItemRenderer
Adds a change listener.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
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 and sends a PlotChangeEvent to all registered listeners.
addDataset(ValueDataset) - Method in class org.jfree.chart.plot.CompassPlot
Adds a dataset to the compass.
addDataset(ValueDataset, MeterNeedle) - Method in class org.jfree.chart.plot.CompassPlot
Adds a dataset to the compass.
addDays(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Creates a new date by adding the specified number of days to the base date.
addDomainCrosshair(Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Adds a crosshair against the domain axis and sends an OverlayChangeEvent to all registered listeners.
addDomainMarker(CategoryMarker) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display (in the foreground) against the domain axis and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(CategoryMarker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display against the domain axis and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(int, CategoryMarker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display by a particular renderer and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(int, CategoryMarker, Layer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display by a particular renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
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 specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for a specific dataset/renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
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(EntityCollection, Shape, CategoryDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Adds an entity to the collection.
addEntity(EntityCollection, Shape, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Adds an entity to the collection.
addEntity(EntityCollection, Shape, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Adds an entity to the collection.
addFragment(TextFragment) - Method in class org.jfree.chart.text.TextLine
Adds a text fragment to the text line.
addInterval(MeterInterval) - Method in class org.jfree.chart.plot.MeterPlot
Adds an interval and sends a PlotChangeEvent to all registered listeners.
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.
addItemEntity(EntityCollection, CategoryDataset, int, int, Shape) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Adds an entity with the specified hotspot.
addLayer(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Adds a layer to the plot and sends a PlotChangeEvent to all registered listeners.
addLayoutComponent(Component) - Method in class org.jfree.chart.ui.LCBLayout
Not used.
addLayoutComponent(String, Component) - Method in class org.jfree.chart.ui.LCBLayout
Not used.
addLegend(LegendTitle) - Method in class org.jfree.chart.JFreeChart
Adds a legend to the plot and sends a ChartChangeEvent to all registered listeners.
addLine(String, Font, Paint) - Method in class org.jfree.chart.text.TextBlock
Adds a line of text that will be displayed using the specified font.
addLine(TextLine) - Method in class org.jfree.chart.text.TextBlock
Adds a TextLine to the block.
addMarker(IntervalMarker) - Method in class org.jfree.chart.axis.MarkerAxisBand
Adds a marker to the band.
addMonths(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Creates a new date by adding the specified number of months to the base date.
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 and sends a DatasetChangeEvent to all registered listeners.
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(TimeSeriesDataItem) - 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(double, double) - Method in class org.jfree.data.xy.XYSeries
Adds or updates an item in the 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.
addOrUpdate(XYDataItem) - Method in class org.jfree.data.xy.XYSeries
Adds or updates an item in the series and sends a SeriesChangeEvent to all registered listeners.
addOverlay(Overlay) - Method in class org.jfree.chart.ChartPanel
Add an overlay to the panel.
addPieLabelRecord(PieLabelRecord) - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
Adds a label record.
addPointer(DialPointer) - Method in class org.jfree.chart.plot.dial.DialPlot
Adds a pointer to the plot and sends a PlotChangeEvent to all registered listeners.
addProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Registers an object for notification of progress events relating to the chart.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.chart.plot.Crosshair
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.general.Series
Adds a property change listener to the series.
addRangeCrosshair(Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Adds a crosshair against the range axis and sends an OverlayChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Adds a marker for display by a particular renderer and sends a PlotChangeEvent to all registered listeners.
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 specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
Adds a marker for a specific dataset/renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
addScale(int, DialScale) - Method in class org.jfree.chart.plot.dial.DialPlot
Adds a dial scale to the plot and sends a PlotChangeEvent to all registered listeners.
addSeries(Comparable, double[], int) - Method in class org.jfree.data.statistics.HistogramDataset
Adds a series to the dataset, using the specified number of bins, and sends a DatasetChangeEvent to all registered listeners.
addSeries(Comparable, double[], int, double, double) - Method in class org.jfree.data.statistics.HistogramDataset
Adds a series to the dataset.
addSeries(float[], int, Comparable) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adds a series to the dataset.
addSeries(OHLCSeries) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
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(Comparable, double[][]) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
Adds a series or if a series with the same key already exists replaces the data for that series, then 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(Comparable, double[][]) - Method in class org.jfree.data.xy.DefaultXYDataset
Adds a series or if a series with the same key already exists replaces the data for that series, then sends a DatasetChangeEvent to all registered listeners.
addSeries(Comparable, double[][]) - Method in class org.jfree.data.xy.DefaultXYZDataset
Adds a series or if a series with the same key already exists replaces the data for that series, then sends a DatasetChangeEvent to all registered listeners.
addSeries(MatrixSeries) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Adds a series to the collection.
addSeries(VectorSeries) - Method in class org.jfree.data.xy.VectorSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(XIntervalSeries) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(XYIntervalSeries) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(YIntervalSeries) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
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 and sends an AxisChangeEvent to all registered listeners.
addSubLabel(Comparable, String) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Adds a sublabel for a category.
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(int, Title) - Method in class org.jfree.chart.JFreeChart
Adds a subtitle at a particular position in the subtitle list, and sends a ChartChangeEvent to all registered listeners.
addToDate(Date, TimeZone) - 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.
addURLs(Map) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Adds a map containing (key, URL) mappings where each key is an instance of Comparable (corresponding to the key for an item in a pie dataset) and each URL is a String representing a URL fragment.
addURLSeries(List) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Adds a list of URLs.
addURLSeries(List) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Adds a list of URLs.
addValue(Number, Comparable, Comparable) - Method in class org.jfree.data.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(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.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.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.jfree.data.general.Series
Adds a vetoable property change listener to the series.
addYears(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Creates a new date by adding the specified number of years to the base date.
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.
adjustedLog10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
adjustedPow10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns an adjusted power of 10 value for graphing purposes.
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.
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.
Align - Class in org.jfree.chart.ui
A utility class for aligning rectangles.
align(Rectangle2D, Rectangle2D, int) - Static method in class org.jfree.chart.ui.Align
Aligns one rectangle (rect) relative to another rectangle (frame).
allowNegativesFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true to allow negative values in data.
angleToValue(double) - Method in interface org.jfree.chart.plot.dial.DialScale
Converts an angle (in degrees) to a data value.
angleToValue(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Converts the given angle to a data value, based on this scale.
Annotation - Interface in org.jfree.chart.annotations
The base interface for annotations.
annotationChanged(AnnotationChangeEvent) - Method in interface org.jfree.chart.event.AnnotationChangeListener
Receives notification of an annotation change event.
annotationChanged(AnnotationChangeEvent) - Method in class org.jfree.chart.plot.CategoryPlot
Receives notification of a change to an Annotation added to this plot.
annotationChanged(AnnotationChangeEvent) - Method in class org.jfree.chart.plot.Plot
Receives notification of a change to an Annotation added to this plot.
annotationChanged(AnnotationChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
Receives notification of a change to an Annotation added to this plot.
annotationChanged(AnnotationChangeEvent) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Receives notification of a change to an Annotation added to this renderer.
AnnotationChangeEvent - Class in org.jfree.chart.event
An event that can be forwarded to any AnnotationChangeListener to signal a change to an Annotation.
AnnotationChangeEvent(Object, Annotation) - Constructor for class org.jfree.chart.event.AnnotationChangeEvent
Creates a new AnnotationChangeEvent instance.
AnnotationChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to an Annotation.
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).
ApplicationFrame - Class in org.jfree.chart.ui
A base class for creating the main frame for simple applications.
ApplicationFrame(String) - Constructor for class org.jfree.chart.ui.ApplicationFrame
Constructs a new application frame.
apply(JFreeChart) - Method in interface org.jfree.chart.ChartTheme
Applies this theme to the supplied chart.
apply(JFreeChart) - Method in class org.jfree.chart.StandardChartTheme
Applies this theme to the supplied chart.
applyCurrentTheme(JFreeChart) - Static method in class org.jfree.chart.ChartUtils
Applies the current theme to the specified chart.
applyShadow(BufferedImage) - Method in class org.jfree.chart.util.DefaultShadowGenerator
Applies a shadow to the image.
applyToAbstractRenderer(AbstractRenderer) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to an AbstractRenderer.
applyToBlock(Block) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to the specified block.
applyToBlockContainer(BlockContainer) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to the specified container.
applyToCategoryAxis(CategoryAxis) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to a CategoryAxis.
applyToCategoryItemRenderer(CategoryItemRenderer) - Method in class org.jfree.chart.StandardChartTheme
Applies the settings of this theme to the specified renderer.
applyToCategoryPlot(CategoryPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a CategoryPlot.
applyToFastScatterPlot(FastScatterPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a FastScatterPlot.
applyToMeterPlot(MeterPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a MeterPlot.
applyToMultiplePiePlot(MultiplePiePlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a MultiplePiePlot.
applyToPeriodAxis(PeriodAxis) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to a PeriodAxis.
applyToPiePlot(PiePlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a PiePlot instance.
applyToPlot(Plot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a plot.
applyToPolarPlot(PolarPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a PolarPlot.
applyToSpiderWebPlot(SpiderWebPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a SpiderWebPlot.
applyToSymbolAxis(SymbolAxis) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to a SymbolAxis.
applyToThermometerPlot(ThermometerPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to a ThermometerPlot.
applyToTitle(Title) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to the specified title.
applyToValueAxis(ValueAxis) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes for this theme to a ValueAxis.
applyToXYAnnotation(XYAnnotation) - Method in class org.jfree.chart.StandardChartTheme
Applies the settings of this theme to the specified annotation.
applyToXYItemRenderer(XYItemRenderer) - Method in class org.jfree.chart.StandardChartTheme
Applies the settings of this theme to the specified renderer.
applyToXYPlot(XYPlot) - Method in class org.jfree.chart.StandardChartTheme
Applies the attributes of this theme to a XYPlot.
APRIL - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for April.
ArcDialFrame - Class in org.jfree.chart.plot.dial
A standard frame for the DialPlot class.
ArcDialFrame() - Constructor for class org.jfree.chart.plot.dial.ArcDialFrame
Creates a new instance of ArcDialFrame that spans 180 degrees.
ArcDialFrame(double, double) - Constructor for class org.jfree.chart.plot.dial.ArcDialFrame
Creates a new instance of ArcDialFrame that spans the arc specified.
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).
AreaRenderer - Class in org.jfree.chart.renderer.category
A category item renderer that draws area charts.
AreaRenderer() - Constructor for class org.jfree.chart.renderer.category.AreaRenderer
Creates a new renderer.
AreaRendererEndType - Class in org.jfree.chart.renderer
An enumeration of the 'end types' for an area renderer.
Args - Class in org.jfree.chart.util
A utility class for checking method arguments.
Args() - Constructor for class org.jfree.chart.util.Args
 
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, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the items in the specified container, subject to the given constraint.
arrange(BlockContainer, Graphics2D, RectangleConstraint) - 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(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.ColorBlock
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(BlockContainer, Graphics2D, RectangleConstraint) - 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(Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.EmptyBlock
Arranges the contents of the block, within the given constraints, and returns the block size.
arrange(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - 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.ImageTitle
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.LegendGraphic
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.PaintScaleLegend
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.ShortTextTitle
Performs a layout for this title, subject to the supplied constraint, and returns the dimensions required for the title (if the title cannot be displayed in the available space, this method will return zero width and height for the dimensions).
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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the items within a container.
arrangeFF(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arranges the container with a fixed overall width and height.
arrangeFN(BlockContainer, Graphics2D, double) - Method in class org.jfree.chart.block.BorderArrangement
Arranges the container width a fixed width and no constraint on the height.
arrangeFN(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks in the container with a fixed width and no height constraint.
arrangeFN(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with a fixed width and no height constraint.
arrangeFN(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed width and a height within a given range.
arrangeFN(Graphics2D, double) - Method in class org.jfree.chart.title.ShortTextTitle
Arranges the content for this title assuming a fixed width and no bounds on the height, and returns the required size.
arrangeFN(Graphics2D, double) - Method in class org.jfree.chart.title.TextTitle
Arranges the content for this title assuming a fixed width and no bounds on the height, and returns the required size.
arrangeFR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.BorderArrangement
Performs an arrangement with a fixed width and a range for the height.
arrangeFR(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks in the container with a fixed width and a range constraint on the height.
arrangeFR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed width and a height within a given range.
Arrangement - Interface in org.jfree.chart.block
An object that is responsible for arranging a collection of Blocks within a BlockContainer.
arrangeNF(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks with no width constraint and a fixed height constraint.
arrangeNF(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks with no width constraint and a fixed height constraint.
arrangeNF(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed height and no constraint for the width.
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.
arrangeNN(Graphics2D) - Method in class org.jfree.chart.title.LegendGraphic
Performs the layout with no constraint, so the content size is determined by the bounds of the shape and/or line drawn to represent the series.
arrangeNN(Graphics2D) - Method in class org.jfree.chart.title.ShortTextTitle
Arranges the content for this title assuming no bounds on the width or the height, and returns the required size.
arrangeNN(Graphics2D) - Method in class org.jfree.chart.title.TextTitle
Arranges the content for this title assuming no bounds on the width or the height, and returns the required size.
arrangeNR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed height and no width constraint.
arrangeRF(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.ColumnArrangement
Arranges the blocks in the container using a fixed height and a range for the width.
arrangeRF(BlockContainer, Graphics2D, RectangleConstraint) - 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.
arrangeRF(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed height and a width within a given range.
arrangeRN(BlockContainer, Graphics2D, RectangleConstraint) - 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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the block with a range constraint on the width, and no constraint on the height.
arrangeRN(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with a fixed width and no height constraint.
arrangeRN(Graphics2D, Range) - Method in class org.jfree.chart.title.ShortTextTitle
Arranges the content for this title assuming a range constraint for the width and no bounds on the height, and returns the required size.
arrangeRN(Graphics2D, Range) - Method in class org.jfree.chart.title.TextTitle
Arranges the content for this title assuming a range constraint for the width and no bounds on the height, and returns the required size.
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, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.CenterArrangement
Arranges the blocks with the overall width and height to fit within specified ranges.
arrangeRR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.ColumnArrangement
Arranges a container with range constraints for both the horizontal and vertical.
arrangeRR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.FlowArrangement
Arranges the blocks with the overall width and height to fit within specified ranges.
arrangeRR(BlockContainer, Graphics2D, RectangleConstraint) - Method in class org.jfree.chart.block.GridArrangement
Arrange with ranges for both the width and height constraints.
arrangeRR(Graphics2D, Range, Range) - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the content size for the title.
arrangeRR(Graphics2D, Range, Range) - Method in class org.jfree.chart.title.ShortTextTitle
Returns the content size for the title.
arrangeRR(Graphics2D, Range, Range) - Method in class org.jfree.chart.title.TextTitle
Returns the content size for the title.
ArrayUtils - Class in org.jfree.chart.util
Utility methods for working with arrays.
ArrowNeedle - Class in org.jfree.chart.needle
A needle in the shape of an arrow.
ArrowNeedle(boolean) - Constructor for class org.jfree.chart.needle.ArrowNeedle
Constructs a new arrow needle.
ASCENDING - Static variable in class org.jfree.data.DomainOrder
Ascending order.
AttributedStringUtils - Class in org.jfree.chart.text
Some utility methods for working with AttributedString objects.
AttrStringUtils - Class in org.jfree.chart.util
Some AttributedString utilities.
AUGUST - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for August.
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.LogAxis
Adjusts the axis range to match the data range that the axis is required to display.
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.SymbolAxis
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.
autoRangeNextLogFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
True to make 'autoAdjustRange()' select "10^n" values.
Axis - Class in org.jfree.chart.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.
AXIS_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
The axis gap.
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.Plot
Receives notification of a change to one of the plot's axes.
axisChanged(AxisChangeEvent) - Method in class org.jfree.chart.title.PaintScaleLegend
Receives notification of an axis change event and responds by firing a title change event.
AxisChangeEvent - Class in org.jfree.chart.event
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 in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to an axis.
AxisCollection - Class in org.jfree.chart.axis
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.
AxisEntity - Class in org.jfree.chart.entity
A class that captures information about an Axis belonging to a chart.
AxisEntity(Shape, Axis) - Constructor for class org.jfree.chart.entity.AxisEntity
Creates a new axis entity.
AxisEntity(Shape, Axis, String) - Constructor for class org.jfree.chart.entity.AxisEntity
Creates a new axis entity.
AxisEntity(Shape, Axis, String, String) - Constructor for class org.jfree.chart.entity.AxisEntity
Creates a new axis entity.
AxisLabelLocation - Class in org.jfree.chart.axis
Used to indicate the location of an axis label.
AxisLocation - Class in org.jfree.chart.axis
Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
AxisSpace - Class in org.jfree.chart.axis
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 in org.jfree.chart.axis
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.

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.
BarPainter - Interface in org.jfree.chart.renderer.category
The interface for plugin painter for the BarRenderer class.
BarRenderer - Class in org.jfree.chart.renderer.category
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.
BASELINE_CENTER - Static variable in class org.jfree.chart.ui.TextAnchor
Baseline/center.
BASELINE_LEFT - Static variable in class org.jfree.chart.ui.TextAnchor
Baseline/left.
BASELINE_RIGHT - Static variable in class org.jfree.chart.ui.TextAnchor
Baseline/right.
beginElementGroup(Graphics2D, ItemKey) - Method in class org.jfree.chart.renderer.AbstractRenderer
Adds a KEY_BEGIN_ELEMENT hint to the graphics target.
beginElementGroup(Graphics2D, Comparable, Comparable) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Adds a KEY_BEGIN_ELEMENT hint to the graphics target.
beginElementGroup(Graphics2D, Comparable, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Adds a KEY_BEGIN_ELEMENT hint to the graphics target.
Block - Interface in org.jfree.chart.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 in org.jfree.chart.block
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(double, double, double, double) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified line widths (in black).
BlockBorder(double, double, double, double, Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified line widths (in black).
BlockBorder(RectangleInsets, Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border.
BlockContainer - Class in org.jfree.chart.block
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.
BlockFrame - Interface in org.jfree.chart.block
A block frame is a type of border that can be drawn around the outside of any AbstractBlock.
BlockParams - Class in org.jfree.chart.block
A standard parameter object that can be passed to the draw() method defined by the Block class.
BlockParams() - Constructor for class org.jfree.chart.block.BlockParams
Creates a new instance.
BlockResult - Class in org.jfree.chart.block
Used to return results from the draw() method in the Block class.
BlockResult() - Constructor for class org.jfree.chart.block.BlockResult
Creates a new result instance.
BooleanList - Class in org.jfree.chart.util
A list of Boolean objects.
BooleanList() - Constructor for class org.jfree.chart.util.BooleanList
Creates a new list.
BorderArrangement - Class in org.jfree.chart.block
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.
BOTTOM - Static variable in class org.jfree.chart.ui.Align
Bottom alignment.
BOTTOM - Static variable in class org.jfree.chart.ui.RectangleEdge
Bottom.
BOTTOM - Static variable in class org.jfree.chart.ui.VerticalAlignment
Bottom alignment.
BOTTOM_CENTER - Static variable in class org.jfree.chart.text.TextBlockAnchor
Bottom/center.
BOTTOM_CENTER - Static variable in class org.jfree.chart.ui.TextAnchor
Bottom/center.
BOTTOM_LEFT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Bottom/left.
BOTTOM_LEFT - Static variable in class org.jfree.chart.ui.Align
Bottom/Left alignment.
BOTTOM_LEFT - Static variable in class org.jfree.chart.ui.TextAnchor
Bottom/left.
BOTTOM_OR_LEFT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or left.
BOTTOM_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or right.
BOTTOM_RIGHT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Bottom/right.
BOTTOM_RIGHT - Static variable in class org.jfree.chart.ui.Align
Bottom/Right alignment.
BOTTOM_RIGHT - Static variable in class org.jfree.chart.ui.TextAnchor
Bottom/right.
boundMappedToLastCycle - Variable in class org.jfree.chart.axis.CyclicNumberAxis
??.
BoxAndWhiskerCalculator - Class in org.jfree.data.statistics
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 in org.jfree.data.statistics
A category dataset that defines various medians, outliers and an average value for each item.
BoxAndWhiskerItem - Class in org.jfree.data.statistics
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.
BoxAndWhiskerItem(double, double, double, double, double, double, double, double, List) - Constructor for class org.jfree.data.statistics.BoxAndWhiskerItem
Creates a new box-and-whisker item.
BoxAndWhiskerRenderer - Class in org.jfree.chart.renderer.category
A box-and-whisker renderer.
BoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Default constructor.
BoxAndWhiskerToolTipGenerator - Class in org.jfree.chart.labels
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 in org.jfree.data.statistics
An interface that defines data in the form of (x, max, min, average, median) tuples.
BoxAndWhiskerXYToolTipGenerator - Class in org.jfree.chart.labels
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.
BubbleXYItemLabelGenerator - Class in org.jfree.chart.labels
An item label generator defined for use with the XYBubbleRenderer class, or any other class that uses an XYZDataset.
BubbleXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Creates a new tool tip generator using default number formatters for the x, y and z-values.
BubbleXYItemLabelGenerator(String, NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Constructs a new tool tip generator using the specified number formatters.
BubbleXYItemLabelGenerator(String, DateFormat, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Constructs a new item label generator using the specified date formatters.
buildRadialTicks(List) - Method in class org.jfree.chart.plot.PolarPlot
Create a list of ticks based on the given list and plot properties.
BULB - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (in the thermometer bulb).
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.
BYTE - Static variable in class org.jfree.chart.util.HexNumberFormat
Number of hexadecimal digits for a byte.

C

calcAlignedStringBounds(String, Graphics2D, float, float, TextAnchor) - Static method in class org.jfree.chart.text.TextUtils
Returns the bounds of an aligned string.
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.
calculateBaselineOffset(Graphics2D, TextAnchor) - Method in class org.jfree.chart.text.TextFragment
Calculates the vertical offset between the baseline and the specified text anchor.
calculateBottomInset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the bottom margin.
calculateBottomOutset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the bottom margin.
calculateBounds(Graphics2D, float, float, TextBlockAnchor, float, float, double) - Method in class org.jfree.chart.text.TextBlock
Returns the bounds of the text block.
calculateBoxAndWhiskerStatistics(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
calculateBoxAndWhiskerStatistics(List, boolean) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
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.
calculateColumnTotal(Values2D, int) - Static method in class org.jfree.data.DataUtils
Returns the total of the values in one column of the supplied data table.
calculateColumnTotal(Values2D, int, int[]) - Static method in class org.jfree.data.DataUtils
Returns the total of the values in one column of the supplied data table by taking only the row numbers in the array into account.
calculateConstrainedSize(Size2D) - Method in class org.jfree.chart.block.RectangleConstraint
Returns the new size that reflects the constraints defined by this instance.
calculateDimensions(Graphics2D) - Method in class org.jfree.chart.text.TextBlock
Returns the width and height of the text block.
calculateDimensions(Graphics2D) - Method in class org.jfree.chart.text.TextFragment
Calculates the dimensions of the text fragment.
calculateDimensions(Graphics2D) - Method in class org.jfree.chart.text.TextLine
Calculates the width and height of the text line.
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, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Calculates the (x, y) coordinates for drawing the label for a marker on the range axis.
calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, 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
calculateLeftInset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the left margin.
calculateLeftOutset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the left margin.
calculateLog(double) - Method in class org.jfree.chart.axis.LogAxis
Calculates the log of the given value, using the current base.
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(Number[], boolean) - 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.
calculateMean(Collection, boolean) - 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).
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).
calculateOffsetX() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Calculates the x-offset for drawing the shadow image relative to the source.
calculateOffsetX() - Method in interface org.jfree.chart.util.ShadowGenerator
Calculates the x-offset for drawing the shadow image relative to the source.
calculateOffsetY() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Calculates the y-offset for drawing the shadow image relative to the source.
calculateOffsetY() - Method in interface org.jfree.chart.util.ShadowGenerator
Calculates the y-offset for drawing the shadow image relative to the source.
calculatePieDatasetTotal(PieDataset) - Static method in class org.jfree.data.general.DatasetUtils
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.
calculateRangeMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Calculates the (x, y) coordinates for drawing a marker label.
calculateRightInset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the right margin.
calculateRightOutset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the right margin.
calculateRotatedStringBounds(String, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.chart.text.TextUtils
Returns a shape that represents the bounds of the string after the specified rotation has been applied.
calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.chart.text.TextUtils
Returns a shape that represents the bounds of the string after the specified rotation has been applied.
calculateRowTotal(Values2D, int) - Static method in class org.jfree.data.DataUtils
Returns the total of the values in one row of the supplied data table.
calculateRowTotal(Values2D, int, int[]) - Static method in class org.jfree.data.DataUtils
Returns the total of the values in one row of the supplied data table by taking only the column numbers in the array into account.
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.
calculateStackTotal(TableXYDataset, int) - Static method in class org.jfree.data.general.DatasetUtils
Calculates the total for the y-values in all series for a given item index.
calculateTextAnchor(double) - Method in class org.jfree.chart.plot.PolarPlot
Calculate the text position for the given degrees.
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.
calculateTopInset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the top margin.
calculateTopOutset(double) - Method in class org.jfree.chart.ui.RectangleInsets
Returns the top margin.
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.
calculateValue(double) - Method in class org.jfree.chart.axis.LogAxis
Calculates the value from a given log.
calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the number of visible ticks.
CandlestickRenderer - Class in org.jfree.chart.renderer.xy
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.
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.
CATEGORY - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
Percentage of category.
CategoryAnchor - Class in org.jfree.chart.axis
Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAnnotation - Interface in org.jfree.chart.annotations
The interface that must be supported by annotations that are to be added to a CategoryPlot.
CategoryAxis - Class in org.jfree.chart.axis
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.
CategoryCrosshairState - Class in org.jfree.chart.plot
Represents state information for the crosshairs in a CategoryPlot.
CategoryCrosshairState() - Constructor for class org.jfree.chart.plot.CategoryCrosshairState
Creates a new instance.
CategoryDataset - Interface in org.jfree.data.category
The interface for a dataset with one or more series, and values associated with categories.
CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'CategoryDataset' element name.
CategoryDatasetHandler - Class in org.jfree.data.xml
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 in org.jfree.chart.entity
A chart entity that represents one item within a category plot.
CategoryItemEntity(Shape, String, String, CategoryDataset, Comparable, Comparable) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new entity instance for an item in the specified dataset.
CategoryItemLabelGenerator - Interface in org.jfree.chart.labels
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.
CategoryItemRenderer - Interface in org.jfree.chart.renderer.category
A plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset.
CategoryItemRendererState - Class in org.jfree.chart.renderer.category
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.
CategoryLabelEntity - Class in org.jfree.chart.entity
An entity to represent the labels on a CategoryAxis.
CategoryLabelEntity(Comparable, Shape, String, String) - Constructor for class org.jfree.chart.entity.CategoryLabelEntity
Creates a new entity.
CategoryLabelPosition - Class in org.jfree.chart.axis
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 in org.jfree.chart.axis
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 in org.jfree.chart.axis
Represents the width types for a category label.
CategoryLineAnnotation - Class in org.jfree.chart.annotations
A line annotation that can be placed on a CategoryPlot.
CategoryLineAnnotation(Comparable, double, Comparable, double, Paint, Stroke) - Constructor for class org.jfree.chart.annotations.CategoryLineAnnotation
Creates a new annotation that draws a line between (category1, value1) and (category2, value2).
CategoryMarker - Class in org.jfree.chart.plot
A marker for a category.
CategoryMarker(Comparable) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker for the specified category.
CategoryMarker(Comparable, Paint, Stroke) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker.
CategoryMarker(Comparable, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker.
CategoryPlot - Class in org.jfree.chart.plot
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.
CategoryPointerAnnotation - Class in org.jfree.chart.annotations
An arrow and label that can be placed on a CategoryPlot.
CategoryPointerAnnotation(String, Comparable, double, double) - Constructor for class org.jfree.chart.annotations.CategoryPointerAnnotation
Creates a new label and arrow annotation.
CategoryRangeInfo - Interface in org.jfree.data.category
An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.
CategorySeriesHandler - Class in org.jfree.data.xml
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.
CategorySeriesLabelGenerator - Interface in org.jfree.chart.labels
A generator that creates labels for the series in a CategoryDataset.
CategoryStepRenderer - Class in org.jfree.chart.renderer.category
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.
CategoryStepRenderer.State - Class in org.jfree.chart.renderer.category
State information for the renderer.
CategoryTableXYDataset - Class in org.jfree.data.xy
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 in org.jfree.chart.annotations
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 in org.jfree.chart.axis
A tick for a CategoryAxis.
CategoryTick(Comparable, TextBlock, TextBlockAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CategoryTick
Creates a new tick.
CategoryToolTipGenerator - Interface in org.jfree.chart.labels
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.
CategoryToPieDataset - Class in org.jfree.data.category
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.
CategoryURLGenerator - Interface in org.jfree.chart.urls
A URL generator for items in a CategoryDataset.
CENTER - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
CENTER.
CENTER - Static variable in class org.jfree.chart.text.TextBlockAnchor
Middle/center.
CENTER - Static variable in class org.jfree.chart.ui.Align
Center alignment.
CENTER - Static variable in class org.jfree.chart.ui.HorizontalAlignment
Center alignment.
CENTER - Static variable in class org.jfree.chart.ui.TextAnchor
Middle/center.
CENTER - Static variable in class org.jfree.chart.ui.VerticalAlignment
Center alignment.
CENTER_HORIZONTAL - Static variable in class org.jfree.chart.ui.GradientPaintTransformType
Center/horizontal.
CENTER_LEFT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Middle/left.
CENTER_LEFT - Static variable in class org.jfree.chart.ui.TextAnchor
Middle/left.
CENTER_RIGHT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Middle/right.
CENTER_RIGHT - Static variable in class org.jfree.chart.ui.TextAnchor
Middle/right.
CENTER_VERTICAL - Static variable in class org.jfree.chart.ui.GradientPaintTransformType
Center/vertical.
CenterArrangement - Class in org.jfree.chart.block
Arranges a block in the center of its container.
CenterArrangement() - Constructor for class org.jfree.chart.block.CenterArrangement
Creates a new instance.
centerDialogInParent(Dialog) - Static method in class org.jfree.chart.ui.UIUtils
Positions the specified dialog within its parent.
centerFrameOnScreen(Window) - Static method in class org.jfree.chart.ui.UIUtils
Positions the specified frame in the middle of the screen.
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.
CenterTextMode - Enum in org.jfree.chart.plot
The mode for the center text on a RingPlot.
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.
ChartChangeEvent - Class in org.jfree.chart.event
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 in org.jfree.chart.event
Defines tokens used to indicate an event type.
ChartChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of chart events.
ChartColor - Class in org.jfree.chart
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 in org.jfree.chart.servlet
Used for deleting charts from the temporary directory when the users session expires.
ChartDeleter() - Constructor for class org.jfree.chart.servlet.ChartDeleter
Blank constructor.
ChartEditor - Interface in org.jfree.chart.editor
A chart editor is typically a JComponent containing a user interface for modifying the properties of a chart.
ChartEditorFactory - Interface in org.jfree.chart.editor
A factory for creating new ChartEditor instances.
ChartEditorManager - Class in org.jfree.chart.editor
The central point for obtaining ChartEditor instances for editing charts.
ChartEntity - Class in org.jfree.chart.entity
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 in org.jfree.chart
A collection of utility methods for creating some standard charts with JFreeChart.
ChartFactory() - Constructor for class org.jfree.chart.ChartFactory
 
ChartFrame - Class in org.jfree.chart
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.
ChartHints - Class in org.jfree.chart
Special rendering hints that can be used internally by JFreeChart or by specialised implementations of the Graphics2D API.
ChartHints.Key - Class in org.jfree.chart
A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).
chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse click on a chart.
ChartMouseEvent - Class in org.jfree.chart
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 in org.jfree.chart
The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications from a ChartPanel.
chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse movement on a chart.
ChartPanel - Class in org.jfree.chart
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.
ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
chartProgress(ChartProgressEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of a chart progress event.
chartProgress(ChartProgressEvent) - Method in interface org.jfree.chart.event.ChartProgressListener
Receives notification of a chart progress event.
ChartProgressEvent - Class in org.jfree.chart.event
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 in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of chart progress events.
ChartRenderingInfo - Class in org.jfree.chart
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 instance.
ChartTheme - Interface in org.jfree.chart
A ChartTheme a class that can apply a style or 'theme' to a chart.
ChartTransferable - Class in org.jfree.chart
A class used to represent a chart on the clipboard.
ChartTransferable(JFreeChart, int, int) - Constructor for class org.jfree.chart.ChartTransferable
Creates a new chart selection.
ChartTransferable(JFreeChart, int, int, boolean) - Constructor for class org.jfree.chart.ChartTransferable
Creates a new chart selection.
ChartTransferable(JFreeChart, int, int, int, int, int, int, boolean) - Constructor for class org.jfree.chart.ChartTransferable
Creates a new chart selection.
ChartUtils - Class in org.jfree.chart
A collection of utility methods for JFreeChart.
ChartUtils() - Constructor for class org.jfree.chart.ChartUtils
 
CHORD - Static variable in class org.jfree.chart.plot.DialShape
Chord.
CIRCLE - Static variable in class org.jfree.chart.plot.DialShape
Circle.
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 class org.jfree.chart.ChartRenderingInfo
Clears the information recorded by this object.
clear() - Method in interface org.jfree.chart.entity.EntityCollection
Clears all entities.
clear() - Method in class org.jfree.chart.entity.StandardEntityCollection
Clears all the entities from the collection.
clear() - Method in class org.jfree.chart.PaintMap
Resets the map to empty.
clear() - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
Clears the list of labels.
clear() - Method in class org.jfree.chart.StrokeMap
Resets the map to empty.
clear() - Method in class org.jfree.chart.util.AbstractObjectList
Clears the list.
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.ComparableObjectSeries
Removes all data items from the series and, unless the series is already empty, sends a SeriesChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.DefaultKeyedValues
Clears all values from the collection.
clear() - Method in class org.jfree.data.DefaultKeyedValues2D
Clears all the data and associated keys.
clear() - Method in class org.jfree.data.general.DefaultPieDataset
Clears all data from this dataset and sends a DatasetChangeEvent to all registered listeners (unless the dataset was already empty).
clear() - Method in class org.jfree.data.KeyedObjects
Clears all values from the collection.
clear() - Method in class org.jfree.data.KeyedObjects2D
Clears all the data and associated keys.
clear() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
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.time.TimeTableXYDataset
Removes all data items from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.xy.XYSeries
Removes all data items from the series and sends a SeriesChangeEvent to all registered listeners.
clearAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the annotations and sends a PlotChangeEvent to all registered listeners.
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.
clearCategoryLabelURLs() - Method in class org.jfree.chart.axis.CategoryAxis
Clears the category label URLs and sends an AxisChangeEvent to all registered listeners.
clearCornerTextItems() - Method in class org.jfree.chart.plot.PolarPlot
Clear the list of corner text items and sends a PlotChangeEvent to all registered listeners.
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.
clearDomainCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
Clears all the domain crosshairs from the overlay and sends an OverlayChangeEvent to all registered listeners.
clearDomainMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the domain markers for the plot and sends a PlotChangeEvent to all registered listeners.
clearDomainMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the domain markers for the specified renderer.
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.
clearDomainMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
Clears the (foreground and background) domain markers for a particular renderer and sends a PlotChangeEvent to all registered listeners.
clearIntervals() - Method in class org.jfree.chart.plot.MeterPlot
Clears the intervals for the plot and sends a PlotChangeEvent to all registered listeners.
clearObservations() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Removes all current observation data and sends a DatasetChangeEvent 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.
clearRangeCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
Clears all the range crosshairs from the overlay and sends an OverlayChangeEvent 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.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.
clearSectionOutlinePaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section outline paint settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSectionOutlineStrokes(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section outline stroke settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSectionPaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section paint settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSeriesLabels(int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Clears the extra labels for the specified series.
clearSeriesPaints(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Clears the series paint settings for this renderer and, if requested, sends a RendererChangeEvent to all registered listeners.
clearSeriesStrokes(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Clears the series stroke settings for this renderer and, if requested, sends a RendererChangeEvent to all registered listeners.
clearSubtitles() - Method in class org.jfree.chart.JFreeChart
Clears all subtitles from the chart and sends a ChartChangeEvent to all registered listeners.
clipLine(Line2D, Rectangle2D) - Static method in class org.jfree.chart.util.LineUtils
Clips the specified line to the given rectangle.
clone() - Method in class org.jfree.chart.annotations.AbstractAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns a clone of the annotation.
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.XYDataImageAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYLineAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.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.annotations.XYTitleAnnotation
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.DateAxis
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Returns a clone of this axis.
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.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.AbstractBlock
Returns a clone of this block.
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.block.LabelBlock
Returns a clone of this LabelBlock instance.
clone() - Method in class org.jfree.chart.ChartRenderingInfo
Returns a clone of this object.
clone() - Method in class org.jfree.chart.entity.AxisEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.ChartEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.JFreeChartEntity
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.PlotEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns a clone of this entity collection.
clone() - Method in class org.jfree.chart.entity.TitleEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.JFreeChart
Clones the object, and takes care of listeners.
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.IntervalXYItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.IntervalXYToolTipGenerator
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.StandardCategorySeriesLabelGenerator
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.StandardPieToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
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.LegendItem
Returns an independent copy of this object (except that the clone will still reference the same dataset as the original LegendItem).
clone() - Method in class org.jfree.chart.LegendItemCollection
Returns a clone of the collection.
clone() - Method in class org.jfree.chart.needle.ArrowNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.LineNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.LongNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.MiddlePinNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PinNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PlumNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PointerNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.ShipNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.PaintMap
Returns a clone of this PaintMap.
clone() - Method in class org.jfree.chart.panel.CrosshairOverlay
Returns a clone of this instance.
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 plot.
clone() - Method in class org.jfree.chart.plot.Crosshair
Returns an independent copy of this instance.
clone() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns a clone.
clone() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialCap
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns a clone of the pointer.
clone() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns a clone of this instance.
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
Returns an independent copy (clone) of the plot.
clone() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns a clone of the plot.
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.SpiderWebPlot
Returns a clone of this 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.category.ScatterRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns a clone of this GrayPaintScale instance.
clone() - Method in class org.jfree.chart.renderer.LookupPaintScale
Returns a clone of the instance.
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.SamplingXYLineRenderer
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.VectorRenderer
Returns a clone of this 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.XYBlockRenderer
Returns a clone of this 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.XYShapeRenderer
Returns a clone of this 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.StandardChartTheme
Returns a clone of this theme.
clone() - Method in class org.jfree.chart.StrokeMap
Returns a clone of this StrokeMap.
clone() - Method in class org.jfree.chart.title.LegendGraphic
Returns a clone of this LegendGraphic instance.
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.Size2D
Returns a clone of this object.
clone() - Method in class org.jfree.chart.ui.StandardGradientPaintTransformer
Returns a clone of the transformer.
clone() - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Returns a new generator that is a copy of, and independent from, this generator.
clone() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns a clone of the generator.
clone() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns a new generator that is a copy of, and independent from, this generator.
clone() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Returns an independent copy of the URL generator.
clone() - Method in class org.jfree.chart.util.AbstractObjectList
Clones the list of objects.
clone(float[][]) - Static method in class org.jfree.chart.util.ArrayUtils
Clones a two dimensional array of floats.
clone() - Method in class org.jfree.chart.util.LogFormat
Returns a clone of this instance.
clone(Object) - Static method in class org.jfree.chart.util.ObjectUtils
Returns a clone of the specified object, if it can be cloned, otherwise throws a CloneNotSupportedException.
clone() - Method in interface org.jfree.chart.util.PublicCloneable
Returns a clone of the object.
clone() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.util.ShapeList
Returns an independent copy of the list.
clone(Shape) - Static method in class org.jfree.chart.util.ShapeUtils
Returns a clone of the specified shape, or null.
clone() - Method in class org.jfree.chart.util.StrokeList
Returns an independent copy of the list.
clone() - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns an independent copy of the dataset.
clone() - Method in class org.jfree.data.ComparableObjectItem
Returns a clone of this object.
clone(double[][]) - Static method in class org.jfree.data.DataUtils
Returns a clone of the specified array.
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.gantt.SlidingGanttCategoryDataset
Returns an independent copy of the dataset.
clone() - Method in class org.jfree.data.gantt.Task
Returns a clone of the task.
clone() - Method in class org.jfree.data.gantt.TaskSeries
Returns an independent copy of this series.
clone() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns an independent copy of this dataset.
clone() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns a clone of this dataset.
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.DefaultHeatMapDataset
Returns an independent copy of this dataset.
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.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.KeyToGroupMap
Returns a clone of the map.
clone() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns a clone of the plot.
clone() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Returns a clone of this instance.
clone() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns a clone of this dataset.
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.ohlc.OHLCSeriesCollection
Returns a clone of this instance.
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.TimeSeriesCollection
Returns a clone of this time series collection.
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.CategoryTableXYDataset
Returns an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultXYDataset
Creates an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultXYZDataset
Creates an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.IntervalXYDelegate
 
clone() - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns a clone of this instance.
clone() - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns a clone of this instance.
clone() - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns a clone of this instance.
clone() - Method in class org.jfree.data.xy.XYBarDataset
Returns an independent copy of the dataset.
clone() - Method in class org.jfree.data.xy.XYDataItem
Returns a clone of this object.
clone() - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.xy.XYSeries
Returns a clone of the series.
clone() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns a clone of this instance.
clone() - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns a clone of this instance.
cloneImage(BufferedImage) - Static method in class org.jfree.chart.util.PaintAlpha
Clone a BufferedImage.
cloneList(List<?>) - Static method in class org.jfree.chart.util.CloneUtils
Returns a list containing cloned copies of the items in the source list.
cloneMapValues(Map) - Static method in class org.jfree.chart.util.CloneUtils
Returns a new map that contains the same keys and cloned copied of the values.
CloneUtils - Class in org.jfree.chart.util
Utilities for cloning.
CloneUtils() - Constructor for class org.jfree.chart.util.CloneUtils
 
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
ClusteredXYBarRenderer - Class in org.jfree.chart.renderer.xy
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.
ColorBlock - Class in org.jfree.chart.block
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.
colorToString(Color) - Static method in class org.jfree.chart.util.PaintUtils
Converts a color into a string.
ColumnArrangement - Class in org.jfree.chart.block
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.
combine(Range, Range) - Static method in class org.jfree.data.Range
Creates a new range by combining two existing ranges.
CombinedDomainCategoryPlot - Class in org.jfree.chart.plot
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 in org.jfree.chart.plot
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 in org.jfree.chart.plot
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 in org.jfree.chart.plot
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.
combineIgnoringNaN(Range, Range) - Static method in class org.jfree.data.Range
Returns a new range that spans both range1 and range2.
ComparableObjectItem - Class in org.jfree.data
Represents one (Comparable, Object) data item for use in a ComparableObjectSeries.
ComparableObjectItem(Comparable, Object) - Constructor for class org.jfree.data.ComparableObjectItem
Constructs a new data item.
ComparableObjectSeries - Class in org.jfree.data
A (possibly ordered) list of (Comparable, Object) data items.
ComparableObjectSeries(Comparable) - Constructor for class org.jfree.data.ComparableObjectSeries
Creates a new empty series.
ComparableObjectSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.ComparableObjectSeries
Constructs a new series that contains no data.
compare(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns the difference (in days) between this date and the specified 'other' date.
compare(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns the difference (in days) between this date and the specified 'other' date.
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.TickUnit
Compares this tick unit to an arbitrary object.
compareTo(Object) - Method in class org.jfree.chart.date.SpreadsheetDate
Implements the method required by the Comparable interface.
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.ComparableObjectItem
Returns an integer indicating the order of this object relative to another object.
compareTo(KeyedValues2DItemKey<R, C>) - Method in class org.jfree.data.KeyedValues2DItemKey
 
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.XYCoordinate
Compares this instance against an arbitrary object.
compareTo(Object) - Method in class org.jfree.data.xy.XYDataItem
Returns an integer indicating the order of this object relative to another object.
compareTo(XYItemKey<S>) - Method in class org.jfree.data.xy.XYItemKey
 
compareVersionArrays(Comparable[], Comparable[]) - Static method in class org.jfree.chart.util.ArrayUtils
Compares the initial elements of two arrays.
CompassFormat - Class in org.jfree.chart.axis
A formatter that displays numbers as directions.
CompassFormat() - Constructor for class org.jfree.chart.axis.CompassFormat
Creates a new formatter using English identifiers.
CompassFormat(String, String, String, String) - Constructor for class org.jfree.chart.axis.CompassFormat
Creates a new formatter using the specified identifiers for the base wind directions.
CompassFormat(String[]) - Constructor for class org.jfree.chart.axis.CompassFormat
Creates a new formatter using the specified identifiers.
CompassPlot - Class in org.jfree.chart.plot
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 in org.jfree.chart.title
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.
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() - 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.LogAxis
Configures the axis.
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.
contains(Rectangle2D, Rectangle2D) - Static method in class org.jfree.chart.util.ShapeUtils
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!).
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 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 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.
containsKey(Comparable) - Method in class org.jfree.chart.PaintMap
Returns true if the map contains the specified key, and false otherwise.
containsKey(Comparable) - Method in class org.jfree.chart.StrokeMap
Returns true if the map contains the specified key, and false otherwise.
CONTRACT - Static variable in class org.jfree.chart.ui.LengthAdjustmentType
CONTRACT.
coordinate(Rectangle2D, RectangleEdge) - Static method in class org.jfree.chart.ui.RectangleEdge
Returns the x or y coordinate of the specified edge.
COPY_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Copy action command.
createAdjustedRectangle(Rectangle2D, LengthAdjustmentType, LengthAdjustmentType) - Method in class org.jfree.chart.ui.RectangleInsets
Creates an adjusted rectangle using the supplied rectangle, the insets specified by this instance, and the horizontal and vertical adjustment types.
createAndAddEntity(double, AxisState, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.Axis
Created an entity for the axis.
createAndAddEntity(Rectangle2D, PlotRenderingInfo, String, String) - Method in class org.jfree.chart.plot.Plot
Creates a plot entity that contains a reference to the plot and the data area as shape.
createAreaChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createAttributedLabel(String) - Method in class org.jfree.chart.axis.Axis
Creates and returns an AttributedString with the specified text and the labelFont and labelPaint applied as attributes.
createBarChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart with a vertical orientation.
createBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart.
createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerCategoryDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a box and whisker chart based on data from a BoxAndWhiskerCategoryDataset.
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) - Static method in class org.jfree.chart.ChartFactory
Creates a bubble chart with default settings.
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.
createDarknessTheme() - Static method in class org.jfree.chart.StandardChartTheme
Creates and returns a theme called "Darkness".
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.
createDiagonalCross(float, float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a diagonal cross shape.
createDiamond(float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a diamond shape.
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.
createDownTriangle(float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a triangle shape that points downwards.
createDropShadow(BufferedImage) - Method in class org.jfree.chart.util.DefaultShadowGenerator
Creates and returns an image containing the drop shadow for the specified source image.
createDropShadow(BufferedImage) - Method in interface org.jfree.chart.util.ShadowGenerator
Creates and returns an image containing the drop shadow for the specified source image.
createEditor(JFreeChart) - Method in interface org.jfree.chart.editor.ChartEditorFactory
Creates an editor for the given chart.
createEditor(JFreeChart) - Method in class org.jfree.chart.editor.DefaultChartEditorFactory
Returns a new instance of a ChartEditor.
createGanttChart(String, String, String, IntervalCategoryDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a Gantt chart using the supplied attributes plus default values where required.
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.
createHeatMapImage(HeatMapDataset, PaintScale) - Static method in class org.jfree.data.general.HeatMapUtils
Creates an image that displays the values from the specified dataset.
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.
createHistogram(String, String, String, IntervalXYDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a histogram chart.
createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a histogram chart.
createInsetRectangle(Rectangle2D) - Method in class org.jfree.chart.ui.RectangleInsets
Creates an 'inset' rectangle.
createInsetRectangle(Rectangle2D, boolean, boolean) - Method in class org.jfree.chart.ui.RectangleInsets
Creates an 'inset' rectangle.
createInstance(Date, TimeZone, Locale) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Creates a time period that includes the specified millisecond, assuming the given time zone.
createInstance(int, int, int) - Static method in class org.jfree.chart.date.SerialDate
Factory method that returns an instance of some concrete subclass of SerialDate.
createInstance(int) - Static method in class org.jfree.chart.date.SerialDate
Factory method that returns an instance of some concrete subclass of SerialDate.
createInstance(Date) - Static method in class org.jfree.chart.date.SerialDate
Factory method that returns an instance of a subclass of SerialDate.
createInstance(Class, Date, TimeZone, Locale) - 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(XYZDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
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.IntervalCategoryItemLabelGenerator
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, int) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
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.IntervalXYToolTipGenerator
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(CategoryDataset, int) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
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.
createJButton(String, Font) - Static method in class org.jfree.chart.ui.UIUtils
Creates a JButton.
createJFreeTheme() - Static method in class org.jfree.chart.StandardChartTheme
Creates and returns the default 'JFree' chart theme.
createJLabel(String, Font) - Static method in class org.jfree.chart.ui.UIUtils
Creates a label with a specific font.
createJLabel(String, Font, Color) - Static method in class org.jfree.chart.ui.UIUtils
Creates a label with a specific font and color.
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.
createLegacyTheme() - Static method in class org.jfree.chart.StandardChartTheme
Creates and returns a ChartTheme that doesn't apply any changes to the JFreeChart defaults.
createLegendItemBlock(LegendItem) - Method in class org.jfree.chart.title.LegendTitle
Creates a legend item block.
createLineChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineRegion(Line2D, float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a region surrounding a line segment by 'widening' the line segment.
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.DataUtils
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.DataUtils
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
createOutsetRectangle(Rectangle2D) - Method in class org.jfree.chart.ui.RectangleInsets
Creates an outset rectangle.
createOutsetRectangle(Rectangle2D, boolean, boolean) - Method in class org.jfree.chart.ui.RectangleInsets
Creates an outset rectangle.
createPieChart(String, PieDataset, boolean, boolean, Locale) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(String, PieDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
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, Locale, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings that compares 2 datasets.
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, Locale) - Static method in class org.jfree.chart.ChartFactory
Creates a 3D pie chart using the specified dataset.
createPieChart3D(String, PieDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a 3D pie chart using the specified dataset.
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
Creates a pie dataset from a table dataset by taking all the values for a single row.
createPlotTabs(Plot) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Creates a tabbed pane for editing the plot attributes.
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, 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.
createRectangle(Size2D, double, double, RectangleAnchor) - Static method in enum org.jfree.chart.ui.RectangleAnchor
Creates a new rectangle with the specified dimensions that is aligned to the given anchor point (anchorX, anchorY).
createRegularCross(float, float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a diagonal cross shape.
createRingChart(String, PieDataset, boolean, boolean, Locale) - Static method in class org.jfree.chart.ChartFactory
Creates a ring chart with default settings.
createRingChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a ring chart with default settings.
createScatterPlot(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a scatter plot with default settings.
createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a scatter plot with default settings.
createStackedAreaChart(String, String, String, CategoryDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked area chart with default settings.
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) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked bar 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.
createStackedXYAreaChart(String, String, String, TableXYDataset) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked XY area plot.
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, Locale) - 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.
createState(PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Creates a new state instance---this method is called from the AbstractCategoryItemRenderer.initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) method.
createState(PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Creates a new state instance.
createTablePanel(TableModel) - Static method in class org.jfree.chart.ui.UIUtils
Creates a panel that contains a table based on the specified table model.
createTempDir() - Static method in class org.jfree.chart.servlet.ServletUtilities
Creates the temporary directory if it does not exist.
createTextBlock(String, Font, Paint) - Static method in class org.jfree.chart.text.TextUtils
Creates a TextBlock from a String.
createTextBlock(String, Font, Paint, float, TextMeasurer) - Static method in class org.jfree.chart.text.TextUtils
Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
createTextBlock(String, Font, Paint, float, int, TextMeasurer) - Static method in class org.jfree.chart.text.TextUtils
Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
createTickLabel(double) - Method in class org.jfree.chart.axis.LogAxis
Creates a tick label for the specified value based on the current tick unit (used for formatting the exponent).
createTickUnitPanel() - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
Creates a panel for editing the tick unit.
createTimeSeriesChart(String, String, String, XYDataset) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a time series chart.
createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a time series chart.
createTranslatedShape(Shape, double, double) - Static method in class org.jfree.chart.util.ShapeUtils
Creates and returns a translated shape.
createTranslatedShape(Shape, RectangleAnchor, double, double) - Static method in class org.jfree.chart.util.ShapeUtils
Translates a shape to a new location such that the anchor point (relative to the rectangular bounds of the shape) aligns with the specified (x, y) coordinate in Java2D space.
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.
createUpTriangle(float) - Static method in class org.jfree.chart.util.ShapeUtils
Creates a triangle shape that points upwards.
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) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart using an XYDataset.
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) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of an XY bar chart.
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) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
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) - Static method in class org.jfree.chart.ChartFactory
Creates a filled stepped XY plot 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) - Static method in class org.jfree.chart.ChartFactory
Creates a 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.
CRITICAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'critical' range.
Crosshair - Class in org.jfree.chart.plot
A crosshair for display on a plot.
Crosshair() - Constructor for class org.jfree.chart.plot.Crosshair
Creates a new crosshair with value 0.0.
Crosshair(double) - Constructor for class org.jfree.chart.plot.Crosshair
Creates a new crosshair with the specified value.
Crosshair(double, Paint, Stroke) - Constructor for class org.jfree.chart.plot.Crosshair
Creates a new crosshair value with the specified value and line style.
CrosshairLabelGenerator - Interface in org.jfree.chart.labels
A label generator for crosshairs.
CrosshairOverlay - Class in org.jfree.chart.panel
An overlay for a ChartPanel that draws crosshairs on a plot.
CrosshairOverlay() - Constructor for class org.jfree.chart.panel.CrosshairOverlay
Default constructor.
CrosshairState - Class in org.jfree.chart.plot
Maintains state information about crosshairs on a plot between successive calls to the renderer's draw method.
CrosshairState() - Constructor for class org.jfree.chart.plot.CrosshairState
Creates a new crosshairState instance that calculates distance in Java2D space.
CrosshairState(boolean) - Constructor for class org.jfree.chart.plot.CrosshairState
Creates a new crosshairState instance.
CSV - Class in org.jfree.data.io
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.
CUBIC_CURVE - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
CUBIC_CURVE.
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.
CustomCategoryURLGenerator - Class in org.jfree.chart.urls
A custom URL generator.
CustomCategoryURLGenerator() - Constructor for class org.jfree.chart.urls.CustomCategoryURLGenerator
Default constructor.
CustomPieURLGenerator - Class in org.jfree.chart.urls
A custom URL generator for pie charts.
CustomPieURLGenerator() - Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
Creates a new CustomPieURLGenerator instance, initially empty.
CustomXYToolTipGenerator - Class in org.jfree.chart.labels
A tool tip generator that stores custom tooltips.
CustomXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.CustomXYToolTipGenerator
Default constructor.
CustomXYURLGenerator - Class in org.jfree.chart.urls
A custom URL generator.
CustomXYURLGenerator() - Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
Default constructor.
CycleBoundTick(boolean, Number, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
Creates a new tick.
CyclicNumberAxis - Class in org.jfree.chart.axis
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 in org.jfree.chart.axis
A special Number tick that also hold information about the cycle bound mapping for this tick.
CyclicXYItemRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
A dataset to hold the interpolated points when drawing new lines.

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.
darker(Paint) - Static method in class org.jfree.chart.util.PaintAlpha
Create a new (if possible, darker) Paint of the same Type.
DATA - Static variable in class org.jfree.chart.util.XYCoordinateType
The (x, y) coordinates represent a point in the data space.
data - Variable in class org.jfree.data.ComparableObjectSeries
Storage for the data items in the series.
data - Variable in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Storage for the data.
data - Variable in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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.
DataPackageResources - Class in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources() - Constructor for class org.jfree.data.resources.DataPackageResources
 
DataPackageResources_de - Class in org.jfree.data.resources
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 in org.jfree.data.resources
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 in org.jfree.data.resources
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 in org.jfree.data.resources
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 in org.jfree.data.resources
A resource bundle that stores all the items that might need localisation.
DataPackageResources_ru() - Constructor for class org.jfree.data.resources.DataPackageResources_ru
 
Dataset - Interface in org.jfree.data.general
The base interface for data sets.
DATASET_UPDATED - Static variable in class org.jfree.chart.event.ChartChangeEventType
DATASET_UPDATED.
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.CombinedDomainXYPlot
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
Sends a DatasetChangeEvent to all registered listeners, with this (not the underlying) dataset as the source.
datasetChanged(DatasetChangeEvent) - Method in class org.jfree.data.gantt.XYTaskDataset
Receives a change event from the underlying dataset and responds by firing a change event for this dataset.
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.IntervalXYDelegate
Handles events from the dataset by recalculating the interval if necessary.
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
Receives notification that the underlying dataset has changed.
DatasetChangeEvent - Class in org.jfree.data.general
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 in org.jfree.data.general
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - Class in org.jfree.data.general
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 in org.jfree.data.xml
A utility class for reading datasets from XML.
DatasetReader() - Constructor for class org.jfree.data.xml.DatasetReader
 
DatasetRenderingOrder - Class in org.jfree.chart.plot
Defines the tokens that indicate the rendering order for datasets in a CategoryPlot or an XYPlot.
DatasetTags - Interface in org.jfree.data.xml
Constants for the tags that identify the elements in the XML files.
DatasetUtils - Class in org.jfree.data.general
A collection of useful static methods relating to datasets.
DataUtils - Class in org.jfree.data
Utility methods for use with some of the data classes (but not the datasets, see DatasetUtils).
DataUtils() - Constructor for class org.jfree.data.DataUtils
 
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.
DATE_FORMAT_SYMBOLS - Static variable in class org.jfree.chart.date.SerialDate
Date format symbols.
DateAxis - Class in org.jfree.chart.axis
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, Locale) - Constructor for class org.jfree.chart.axis.DateAxis
Creates a date axis.
DateRange - Class in org.jfree.data.time
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 in org.jfree.chart.axis
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.
DateTick(TickType, Date, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.DateTick
Creates a new date tick.
DateTickMarkPosition - Class in org.jfree.chart.axis
Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
DateTickUnit - Class in org.jfree.chart.axis
A tick unit for use by subclasses of DateAxis.
DateTickUnit(DateTickUnitType, int) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTickUnit(DateTickUnitType, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new date tick unit.
DateTickUnit(DateTickUnitType, int, DateTickUnitType, int, DateFormat) - Constructor for class org.jfree.chart.axis.DateTickUnit
Creates a new unit.
DateTickUnitType - Class in org.jfree.chart.axis
An enumeration of the unit types for a DateTickUnit instance.
DateTitle - Class in org.jfree.chart.title
 
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.
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.
DAY - Static variable in class org.jfree.chart.axis.DateTickUnitType
Day.
Day - Class in org.jfree.data.time
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) - Constructor for class org.jfree.data.time.Day
Constructs a new instance, based on a particular date/time and the default time zone.
Day(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Day
Constructs a new instance, based on a particular date/time and time zone.
DECEMBER - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for December.
deepClone(Collection) - Static method in class org.jfree.chart.util.ObjectUtils
Returns a new collection containing clones of all the items in the specified collection.
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_ANGLE_OFFSET - Static variable in class org.jfree.chart.plot.PolarPlot
The default angle offset.
DEFAULT_ANGLE_TICK_UNIT_SIZE - Static variable in class org.jfree.chart.plot.PolarPlot
The default angle tick unit size.
DEFAULT_ARROW_LENGTH - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default arrow length (in Java2D units).
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.CategoryPointerAnnotation
The default arrow width (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.plot.Plot
The default background color.
DEFAULT_BASE_RADIUS - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default base radius (in Java2D units).
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_BULB_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default bulb radius.
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_COLUMN_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default column radius.
DEFAULT_CROSSHAIR_PAINT - Static variable in class org.jfree.chart.plot.CategoryPlot
The default crosshair paint.
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.CategoryPlot
The default crosshair stroke.
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.CategoryPlot
The default crosshair visibility.
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_DIVIDER_PAINT - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider paint.
DEFAULT_DIVIDER_STROKE - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
The default divider stroke.
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_FILL_PAINT_SEQUENCE - Static variable in class org.jfree.chart.plot.DefaultDrawingSupplier
The default fill paint sequence.
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.axis.PeriodAxisLabelInfo
The default font.
DEFAULT_FONT - Static variable in class org.jfree.chart.text.TextFragment
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_FORMAT_STRING - Static variable in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
The default item label format.
DEFAULT_GAP - Static variable in class org.jfree.chart.plot.ThermometerPlot
The default gap between the outlines representing the thermometer.
DEFAULT_GRID_BAND_ALTERNATE_PAINT - Static variable in class org.jfree.chart.axis.SymbolAxis
The default paint for alternate grid bands.
DEFAULT_GRID_BAND_PAINT - Static variable in class org.jfree.chart.axis.SymbolAxis
The default grid band paint.
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_INITIAL_CAPACITY - Static variable in class org.jfree.chart.util.AbstractObjectList
The default initial capacity of the list.
DEFAULT_INSETS - Static variable in class org.jfree.chart.axis.PeriodAxisLabelInfo
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.title.LegendTitle
The default item font.
DEFAULT_ITEM_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
The default item label format.
DEFAULT_ITEM_LABEL_FORMAT - Static variable in class org.jfree.chart.labels.StandardXYItemLabelGenerator
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_PAINT - Static variable in class org.jfree.chart.title.LegendTitle
The default item paint.
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.StandardCategorySeriesLabelGenerator
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.IntervalCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_FORMAT_STRING - Static variable in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
The default format string.
DEFAULT_LABEL_OFFSET - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default label offset (in Java2D units).
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.axis.PeriodAxisLabelInfo
The default label paint.
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.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_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_MAXIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
The default limit above which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default limit above which chart scaling kicks in.
DEFAULT_METER_ANGLE - Static variable in class org.jfree.chart.plot.MeterPlot
The default meter angle.
DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW - Static variable in class org.jfree.chart.plot.PiePlot
The default minimum arc angle to draw.
DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in 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_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.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.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.block.LabelBlock
The default color.
DEFAULT_PAINT - Static variable in class org.jfree.chart.renderer.AbstractRenderer
The default paint.
DEFAULT_PAINT - Static variable in class org.jfree.chart.text.TextFragment
The default text color.
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.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_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_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_LABELS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default tick labels visibility.
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_MARKS_VISIBLE - Static variable in class org.jfree.chart.axis.Axis
The default tick marks visible.
DEFAULT_TICK_UNIT - Static variable in class org.jfree.chart.axis.NumberAxis
The default tick unit.
DEFAULT_TIP_RADIUS - Static variable in class org.jfree.chart.annotations.CategoryPointerAnnotation
The default tip radius (in Java2D units).
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_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.IntervalXYToolTipGenerator
The default item label format.
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_TOOLTIP_FORMAT - Static variable in class org.jfree.chart.labels.StandardPieToolTipGenerator
The default tooltip format.
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_WIDTH - Static variable in class org.jfree.chart.ChartPanel
The default panel width.
DEFAULT_ZOOM_TRIGGER_DISTANCE - Static variable in class org.jfree.chart.ChartPanel
The minimum size required to perform a zoom on a rectangle
DefaultBoxAndWhiskerCategoryDataset - Class in org.jfree.data.statistics
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 in org.jfree.data.statistics
A simple implementation of the BoxAndWhiskerXYDataset interface.
DefaultBoxAndWhiskerXYDataset(Comparable) - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Constructs a new box and whisker dataset.
DefaultCategoryDataset - Class in org.jfree.data.category
A default implementation of the CategoryDataset interface.
DefaultCategoryDataset() - Constructor for class org.jfree.data.category.DefaultCategoryDataset
Creates a new (empty) dataset.
DefaultCategoryItemRenderer - Class in org.jfree.chart.renderer.category
A default renderer for the CategoryPlot class.
DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
 
DefaultChartEditorFactory - Class in org.jfree.chart.editor
A default implementation of the ChartEditorFactory interface.
DefaultChartEditorFactory() - Constructor for class org.jfree.chart.editor.DefaultChartEditorFactory
Creates a new instance.
defaultDisplay(Graphics2D, Shape) - Method in class org.jfree.chart.needle.MeterNeedle
Displays a shape.
DefaultDrawingSupplier - Class in org.jfree.chart.plot
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.
DefaultDrawingSupplier(Paint[], Paint[], Paint[], Stroke[], Stroke[], Shape[]) - Constructor for class org.jfree.chart.plot.DefaultDrawingSupplier
Creates a new supplier.
DefaultHeatMapDataset - Class in org.jfree.data.general
A default implementation of the HeatMapDataset interface.
DefaultHeatMapDataset(int, int, double, double, double, double) - Constructor for class org.jfree.data.general.DefaultHeatMapDataset
Creates a new dataset where all the z-values are initially 0.
DefaultHighLowDataset - Class in org.jfree.data.xy
A simple implementation of the OHLCDataset interface.
DefaultHighLowDataset(Comparable, Date[], double[], double[], double[], double[], double[]) - Constructor for class org.jfree.data.xy.DefaultHighLowDataset
Constructs a new high/low/open/close dataset.
DefaultIntervalCategoryDataset - Class in org.jfree.data.category
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 using the specified data values and automatically generated series and category keys.
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.
DefaultIntervalXYDataset - Class in org.jfree.data.xy
A dataset that defines a range (interval) for both the x-values and the y-values.
DefaultIntervalXYDataset() - Constructor for class org.jfree.data.xy.DefaultIntervalXYDataset
Creates a new DefaultIntervalXYDataset instance, initially containing no data.
DefaultKeyedValue - Class in org.jfree.data
A (key, value) pair.
DefaultKeyedValue(Comparable, Number) - Constructor for class org.jfree.data.DefaultKeyedValue
Creates a new (key, value) item.
DefaultKeyedValueDataset - Class in org.jfree.data.general
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 in org.jfree.data
An ordered list of (key, value) items.
DefaultKeyedValues() - Constructor for class org.jfree.data.DefaultKeyedValues
Creates a new collection (initially empty).
DefaultKeyedValues2D - Class in org.jfree.data
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 in org.jfree.data.general
A default implementation of the KeyedValues2DDataset interface.
DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValues2DDataset
 
DefaultKeyedValuesDataset - Class in org.jfree.data.general
A default implementation of the KeyedValuesDataset interface.
DefaultKeyedValuesDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValuesDataset
 
DefaultLogAxisEditor - Class in org.jfree.chart.editor
A panel for editing properties of a LogAxis.
DefaultLogAxisEditor(LogAxis) - Constructor for class org.jfree.chart.editor.DefaultLogAxisEditor
Standard constructor: builds a property panel for the specified axis.
DefaultMultiValueCategoryDataset - Class in org.jfree.data.statistics
A category dataset that defines multiple values for each item.
DefaultMultiValueCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Creates a new dataset.
DefaultOHLCDataset - Class in org.jfree.data.xy
A simple implementation of the OHLCDataset interface.
DefaultOHLCDataset(Comparable, OHLCDataItem[]) - Constructor for class org.jfree.data.xy.DefaultOHLCDataset
Creates a new dataset.
DefaultPieDataset - Class in org.jfree.data.general
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 in org.jfree.chart.renderer
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
DefaultPolarPlotEditor - Class in org.jfree.chart.editor
A panel for editing the properties of a PolarPlot.
DefaultPolarPlotEditor(PolarPlot) - Constructor for class org.jfree.chart.editor.DefaultPolarPlotEditor
Standard constructor - constructs a panel for editing the properties of the specified plot.
DefaultShadowGenerator - Class in org.jfree.chart.util
A default implementation of the ShadowGenerator interface, based on code in a blog post by Romain Guy.
DefaultShadowGenerator() - Constructor for class org.jfree.chart.util.DefaultShadowGenerator
Creates a new instance with default attributes.
DefaultShadowGenerator(int, Color, float, int, double) - Constructor for class org.jfree.chart.util.DefaultShadowGenerator
Creates a new instance with the specified attributes.
DefaultStatisticalCategoryDataset - Class in org.jfree.data.statistics
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 in org.jfree.data.xy
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 in org.jfree.data.general
A dataset that stores a single value (that is possibly null).
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 with the specified value.
DefaultValueDataset(Number) - Constructor for class org.jfree.data.general.DefaultValueDataset
Creates a new dataset with the specified value.
DefaultWindDataset - Class in org.jfree.data.xy
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 array.
DefaultWindDataset(String[], Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
DefaultWindDataset(List, Object[][][]) - Constructor for class org.jfree.data.xy.DefaultWindDataset
Constructs a dataset based on the specified data array.
DefaultXYDataset - Class in org.jfree.data.xy
A default implementation of the XYDataset interface that stores data values in arrays of double primitives.
DefaultXYDataset() - Constructor for class org.jfree.data.xy.DefaultXYDataset
Creates a new DefaultXYDataset instance, initially containing no data.
DefaultXYItemRenderer - Class in org.jfree.chart.renderer.xy
A default renderer for the XYPlot class.
DefaultXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.DefaultXYItemRenderer
 
DefaultXYZDataset - Class in org.jfree.data.xy
A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
DefaultXYZDataset() - Constructor for class org.jfree.data.xy.DefaultXYZDataset
Creates a new DefaultXYZDataset instance, initially containing no data.
delegateSet - Variable in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
The delegate dataset.
delete(int, int) - Method in class org.jfree.data.ComparableObjectSeries
Deletes a range of items from the series and sends a SeriesChangeEvent to all registered listeners.
delete(int, int) - Method in class org.jfree.data.time.TimePeriodValues
Deletes data from start until end index (end inclusive) and sends a SeriesChangeEvent to all registered listeners.
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, boolean) - 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.
DESCENDING - Static variable in class org.jfree.data.DomainOrder
Descending order.
DeviationRenderer - Class in org.jfree.chart.renderer.xy
A specialised subclass of the XYLineAndShapeRenderer that requires an IntervalXYDataset and represents the y-interval by shading an area behind the y-values on the chart.
DeviationRenderer() - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer
Creates a new renderer that displays lines and shapes for the data items, as well as the shaded area for the y-interval.
DeviationRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer
Creates a new renderer.
DeviationRenderer.State - Class in org.jfree.chart.renderer.xy
A state object that is passed to each call to drawItem().
DialBackground - Class in org.jfree.chart.plot.dial
A regular dial layer that can be used to draw the background for a dial.
DialBackground() - Constructor for class org.jfree.chart.plot.dial.DialBackground
Creates a new instance of DialBackground.
DialBackground(Paint) - Constructor for class org.jfree.chart.plot.dial.DialBackground
Creates a new instance of DialBackground.
DialCap - Class in org.jfree.chart.plot.dial
A regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)).
DialCap() - Constructor for class org.jfree.chart.plot.dial.DialCap
Creates a new instance of StandardDialBackground.
DialFrame - Interface in org.jfree.chart.plot.dial
A dial frame is the face plate for a dial plot - it is always drawn last.
DialLayer - Interface in org.jfree.chart.plot.dial
A dial layer draws itself within a reference frame.
dialLayerChanged(DialLayerChangeEvent) - Method in interface org.jfree.chart.plot.dial.DialLayerChangeListener
A call-back method for receiving notification of a change to a DialLayer.
dialLayerChanged(DialLayerChangeEvent) - Method in class org.jfree.chart.plot.dial.DialPlot
Receives notification when a layer has changed, and responds by forwarding a PlotChangeEvent to all registered listeners.
DialLayerChangeEvent - Class in org.jfree.chart.plot.dial
An event that can be forwarded to any DialLayerChangeListener to signal a change to a DialLayer.
DialLayerChangeEvent(DialLayer) - Constructor for class org.jfree.chart.plot.dial.DialLayerChangeEvent
Creates a new instance.
DialLayerChangeListener - Interface in org.jfree.chart.plot.dial
The interface via which an object is notified of changes to a DialLayer.
DialPlot - Class in org.jfree.chart.plot.dial
A dial plot composed of user-definable layers.
DialPlot() - Constructor for class org.jfree.chart.plot.dial.DialPlot
Creates a new instance of DialPlot.
DialPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.dial.DialPlot
Creates a new instance of DialPlot.
DialPointer - Class in org.jfree.chart.plot.dial
A base class for the pointer in a DialPlot.
DialPointer() - Constructor for class org.jfree.chart.plot.dial.DialPointer
Creates a new DialPointer instance.
DialPointer(int) - Constructor for class org.jfree.chart.plot.dial.DialPointer
Creates a new pointer for the specified dataset.
DialPointer.Pin - Class in org.jfree.chart.plot.dial
A dial pointer that draws a thin line (like a pin).
DialPointer.Pointer - Class in org.jfree.chart.plot.dial
A dial pointer.
DialScale - Interface in org.jfree.chart.plot.dial
A dial scale is a specialised layer that has the ability to convert data values into angles.
DialShape - Class in org.jfree.chart.plot
Used to indicate the background shape for a MeterPlot.
DialTextAnnotation - Class in org.jfree.chart.plot.dial
A text annotation for a DialPlot.
DialTextAnnotation(String) - Constructor for class org.jfree.chart.plot.dial.DialTextAnnotation
Creates a new instance of DialTextAnnotation.
DialValueIndicator - Class in org.jfree.chart.plot.dial
A value indicator for a DialPlot.
DialValueIndicator() - Constructor for class org.jfree.chart.plot.dial.DialValueIndicator
Creates a new instance of DialValueIndicator.
DialValueIndicator(int) - Constructor for class org.jfree.chart.plot.dial.DialValueIndicator
Creates a new instance of DialValueIndicator.
DirectionalGradientPaintTransformer - Class in org.jfree.chart.util
Transforms a GradientPaint to range over the width of a target shape.
DirectionalGradientPaintTransformer() - Constructor for class org.jfree.chart.util.DirectionalGradientPaintTransformer
Default constructor.
directions - 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.
DisplayChart - Class in org.jfree.chart.servlet
Servlet used for streaming charts to the client browser from the temporary directory.
DisplayChart() - Constructor for class org.jfree.chart.servlet.DisplayChart
Default constructor.
displayPopupMenu(int, int) - Method in class org.jfree.chart.ChartPanel
The idea is to modify the zooming options depending on the type of chart being displayed by the panel.
distributeLabels(double, double) - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
Called by the PiePlot class.
distributeLabels(double, double) - Method in class org.jfree.chart.plot.PieLabelDistributor
Distributes the labels.
doCopy() - Method in class org.jfree.chart.ChartPanel
Copies the current chart to the system clipboard.
doEditChartProperties() - Method in class org.jfree.chart.ChartPanel
Displays a dialog that allows the user to edit the properties for the current chart.
DomainInfo - Interface in org.jfree.data
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
DomainOrder - Class in org.jfree.data
Used to indicate sorting order if any (ascending, descending or none).
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.
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.
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, 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.CategoryLineAnnotation
Draws the annotation.
draw(Graphics2D, CategoryPlot, Rectangle2D, CategoryAxis, ValueAxis) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
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.XYDataImageAnnotation
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, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
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.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, double, Rectangle2D, Rectangle2D, RectangleEdge, PlotRenderingInfo) - Method in class org.jfree.chart.axis.LogAxis
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.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.SymbolAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Object) - Method in interface org.jfree.chart.block.Block
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.BlockBorder
Draws the border by filling in the reserved space.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.BlockContainer
Draws the container and all the blocks within it.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.BlockContainer
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart.block.BlockFrame
Draws the border by filling in the reserved space (in black).
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.ColorBlock
Draws the block.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.ColorBlock
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.EmptyBlock
Draws the block.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.EmptyBlock
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.LabelBlock
Draws the block.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.block.LabelBlock
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.block.LineBorder
Draws the border by filling in the reserved space (in black).
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) - 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, Point2D, 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, Point2D, 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, 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, Point2D, 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, 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, Point2D, 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, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Draws the frame.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialBackground
Draws the background to the specified graphics device.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialCap
Draws the background to the specified graphics device.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in interface org.jfree.chart.plot.dial.DialLayer
Draws the content of this layer.
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.dial.DialPlot
Draws the plot.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Draws the pointer.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Draws the pointer.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Draws the background to the specified graphics device.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Draws the background to the specified graphics device.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Draws the frame.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Draws the range.
draw(Graphics2D, DialPlot, Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Draws the scale on the dial plot.
draw(Graphics2D, Rectangle2D, Point2D, 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, Point2D, 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, Point2D, 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, Point2D, 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, Point2D, 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, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.Plot
Draws the plot within the specified area.
draw(Graphics2D, Rectangle2D, Point2D, 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, Point2D, 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, Point2D, 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, Point2D, PlotState, PlotRenderingInfo) - Method in class org.jfree.chart.plot.WaferMapPlot
Draws the wafermap view.
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, float, float, TextBlockAnchor) - Method in class org.jfree.chart.text.TextBlock
Draws the text block at a specific location.
draw(Graphics2D, float, float, TextBlockAnchor, float, float, double) - Method in class org.jfree.chart.text.TextBlock
Draws the text block, aligning it with the specified anchor point and rotating it about the specified rotation point.
draw(Graphics2D, float, float, RectangleAnchor) - Method in class org.jfree.chart.text.TextBox
Draws the text box.
draw(Graphics2D, float, float, TextAnchor, float, float, double) - Method in class org.jfree.chart.text.TextFragment
Draws the text fragment.
draw(Graphics2D, float, float, TextAnchor, float, float, double) - Method in class org.jfree.chart.text.TextLine
Draws the text line.
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, Object) - Method in class org.jfree.chart.title.CompositeTitle
Draws the block within the specified area.
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, Object) - Method in class org.jfree.chart.title.ImageTitle
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.LegendGraphic
Draws the graphic item within the specified area.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.title.LegendGraphic
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.title.LegendItemBlockContainer
Draws the block 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, Object) - Method in class org.jfree.chart.title.LegendTitle
Draws the block within the specified area.
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.title.PaintScaleLegend
Draws the legend within the specified area.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.title.PaintScaleLegend
Draws the legend within the specified area.
draw(Graphics2D, Rectangle2D, Object) - Method in class org.jfree.chart.title.ShortTextTitle
Draws the title using the current font and paint.
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, Object) - Method in class org.jfree.chart.title.TextTitle
Draws the block within the specified area.
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).
draw(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart.ui.Drawable
Draws the object.
Drawable - Interface in org.jfree.chart.ui
An interface for an object that can draw itself within an area on a Graphics2D.
drawAlignedString(String, Graphics2D, float, float, TextAnchor) - Static method in class org.jfree.chart.text.TextUtils
Draws a string such that the specified anchor point is aligned to the given (x, y) location.
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, Stroke) - Method in class org.jfree.chart.plot.MeterPlot
Draws an arc.
drawArcForInterval(Graphics2D, Rectangle2D, MeterInterval) - Method in class org.jfree.chart.plot.MeterPlot
Draws the arc to represent an interval.
drawAttributedLabel(AttributedString, Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.Axis
Draws the axis label.
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(ValueAxis, PolarAxisLocation, Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Draws the axis with the specified index.
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.CategoryPlot
Draws the plot background (the background color and/or image).
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 interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a background for the data area.
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.
drawChipGrid(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
Calculates and draws the chip locations on the wafer.
drawCornerTextItems(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Draws the corner text items.
drawDomainCrosshair(Graphics2D, Rectangle2D, PlotOrientation, int, Comparable, Comparable, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a domain crosshair.
drawDomainCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
Draws a domain crosshair.
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 interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridlines(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the domain gridlines for the plot, if they are visible.
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.
drawDomainLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a line perpendicular to the domain axis.
drawDomainLine(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Draws a grid line against the domain axis.
drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a marker for the domain axis.
drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular category on the domain axis.
drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a line on the chart perpendicular to the x-axis to mark a value or range of values.
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, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the domain markers (if any) for an axis and 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.XYLineAndShapeRenderer
Draws the first pass shape.
drawGridBands(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, List) - Method in class org.jfree.chart.axis.SymbolAxis
Draws the grid bands (alternate bands are colored using SymbolAxis.getGridBandPaint() and SymbolAxis.getGridBandAlternatePaint().
drawGridBandsHorizontal(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolAxis
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawGridBandsVertical(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class org.jfree.chart.axis.SymbolAxis
Draws the grid bands for an axis that is aligned to the left or right of the data area (that is, a vertical axis).
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.
drawHorizontalCrosshair(Graphics2D, Rectangle2D, double, Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Draws a crosshair horizontally across the plot.
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, 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.XYPlot
Utility method for drawing a horizontal line across the data area of the plot.
DRAWING_FINISHED - Static variable in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has finished.
DRAWING_STARTED - Static variable in class org.jfree.chart.event.ChartProgressEvent
Indicates drawing has started.
DrawingSupplier - Interface in org.jfree.chart.plot
A supplier of Paint, Stroke and Shape objects for use by plots and renderers.
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.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.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.ScatterRenderer
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.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.DeviationRenderer
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.SamplingXYLineRenderer
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.VectorRenderer
Draws the block representing the specified 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.XYBlockRenderer
Draws the block representing the specified 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 class org.jfree.chart.renderer.xy.XYErrorRenderer
Draws the visual representation for one 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.XYShapeRenderer
Draws the block representing the specified 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, CategoryItemLabelGenerator, 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.
drawItemLabel(Graphics2D, XYDataset, int, int, XYPlot, XYItemLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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, CategoryStepRenderer.State, PlotOrientation, double, double, double, double) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Draws a line taking into account the specified orientation.
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 interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws an outline for the data area.
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).
drawPrimaryLineAsPath(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
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.
drawRangeCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a range crosshair.
drawRangeCrosshair(Graphics2D, Rectangle2D, PlotOrientation, double, ValueAxis, Stroke, Paint) - Method in class org.jfree.chart.plot.XYPlot
Draws a range crosshair.
drawRangeGridlines(Graphics2D, Rectangle2D, List) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the range gridlines for the plot, if they are visible.
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, CategoryPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a line perpendicular to the range axis.
drawRangeLine(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double, Paint, Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the range axis.
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 line perpendicular to the range axis.
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 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, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Draws a line on the chart perpendicular to the y-axis to mark a value or range of values.
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, int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Draws the range markers (if any) for an axis and 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.
drawRotatedShape(Graphics2D, Shape, double, float, float) - Static method in class org.jfree.chart.util.ShapeUtils
Draws a shape with the specified rotation about (x, y).
drawRotatedString(String, Graphics2D, double, float, float) - Static method in class org.jfree.chart.text.TextUtils
A utility method for drawing rotated text.
drawRotatedString(String, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.chart.text.TextUtils
A utility method for drawing rotated text.
drawRotatedString(String, Graphics2D, float, float, TextAnchor, double, float, float) - Static method in class org.jfree.chart.text.TextUtils
Draws a string that is aligned by one anchor point and rotated about another anchor point.
drawRotatedString(String, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.chart.text.TextUtils
Draws a string that is aligned by one anchor point and rotated about another anchor point.
drawRotatedString(AttributedString, Graphics2D, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
Draws the attributed string at (x, y), rotated by the specified angle about (x, y).
drawRotatedString(AttributedString, Graphics2D, float, float, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
Draws the attributed string at (textX, textY), rotated by the specified angle about (rotateX, rotateY).
drawRotatedString(AttributedString, Graphics2D, float, float, TextAnchor, double, float, float) - Static method in class org.jfree.chart.util.AttrStringUtils
Draws the string anchored to (x, y), rotated by the specified angle about (rotationX, rotationY).
drawRotatedString(AttributedString, Graphics2D, float, float, TextAnchor, double, TextAnchor) - Static method in class org.jfree.chart.util.AttrStringUtils
Draws a rotated string.
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 adds chart entities (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.
drawSimpleLabels(Graphics2D, List, double, Rectangle2D, Rectangle2D, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
Draws the pie section labels in the simple form.
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.
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) - Method in class org.jfree.chart.plot.MeterPlot
Draws a tick on 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, double, Rectangle2D, RectangleEdge, AxisState) - Method in class org.jfree.chart.axis.CategoryAxis
Draws the tick marks.
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 that subdivide the overall range.
drawTitle(Title, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.JFreeChart
Draws a title.
drawValueLabel(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.MeterPlot
Draws the value label just below the center of the dial.
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.
drawVerticalCrosshair(Graphics2D, Rectangle2D, double, Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Draws a crosshair vertically on the plot.
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, 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.XYPlot
Utility method for drawing a vertical line on the data area of the plot.
drawWaferEdge(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
Draws the waferedge, including the notch.
drawZeroDomainBaseline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Draws a base line across the chart at value zero on the domain axis.
drawZeroRangeBaseline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Draws a base line across the chart at value zero on the range axis.
drawZeroRangeBaseline(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Draws a base line across the chart at value zero on the range axis.
DWORD - Static variable in class org.jfree.chart.util.HexNumberFormat
Number of hexadecimal digits for a double word.
DynamicDriveToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
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 in org.jfree.data.time
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 in org.jfree.data.time
A wrapper for a fixed array of float values.

E

EAST - Static variable in class org.jfree.chart.ui.Align
East alignment (same as RIGHT).
EAST_ABOVE - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis above east.
EAST_BELOW - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis below east.
EmptyBlock - Class in org.jfree.chart.block
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.
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.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 output stream.
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.
encode(String, String) - Static method in class org.jfree.chart.urls.URLUtilities
Calls java.net.URLEncoder.encode(String, String) via reflection, if we are running on JRE 1.4 or later, otherwise reverts to the deprecated URLEncoder.encode(String) method.
encodeAsPNG(BufferedImage) - Static method in class org.jfree.chart.ChartUtils
Encodes a BufferedImage to PNG format.
encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtils
Encodes a BufferedImage to PNG format.
EncoderUtil - Class in org.jfree.chart.encoders
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
 
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.
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.
endElementGroup(Graphics2D) - Method in class org.jfree.chart.renderer.AbstractRenderer
Adds a KEY_END_ELEMENT hint to the graphics target.
endSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
This method is called by the XYPlot when it ends a pass through the (visible) items in a series.
endsWithIgnoreCase(String, String) - Static method in class org.jfree.chart.util.StringUtils
Helper functions to query a strings end portion.
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.
EntityBlockParams - Interface in org.jfree.chart.block
An interface that is used by the draw() method of some Block implementations to determine whether or not to generate entities for the items within the block.
EntityBlockResult - Interface in org.jfree.chart.block
Provides access to the EntityCollection generated when a block is drawn.
EntityCollection - Interface in org.jfree.chart.entity
This interface defines the methods used to access an ordered list of ChartEntity objects.
equal(AttributedString, AttributedString) - Static method in class org.jfree.chart.text.AttributedStringUtils
Tests two attributed strings for equality.
equal(float[][], float[][]) - Static method in class org.jfree.chart.util.ArrayUtils
Tests two float arrays for equality.
equal(Object, Object) - Static method in class org.jfree.chart.util.ObjectUtils
Returns true if the two objects are equal OR both null.
equal(Paint, Paint) - Static method in class org.jfree.chart.util.PaintUtils
Returns true if the two Paint objects are equal OR both null.
equal(Shape, Shape) - Static method in class org.jfree.chart.util.ShapeUtils
Tests two shapes for equality.
equal(Line2D, Line2D) - Static method in class org.jfree.chart.util.ShapeUtils
Compares two lines are returns true if they are equal or both null.
equal(Ellipse2D, Ellipse2D) - Static method in class org.jfree.chart.util.ShapeUtils
Compares two ellipses and returns true if they are equal or both null.
equal(Arc2D, Arc2D) - Static method in class org.jfree.chart.util.ShapeUtils
Compares two arcs and returns true if they are equal or both null.
equal(Polygon, Polygon) - Static method in class org.jfree.chart.util.ShapeUtils
Tests two polygons for equality.
equal(GeneralPath, GeneralPath) - Static method in class org.jfree.chart.util.ShapeUtils
Tests two polygons for equality.
equal(double[][], double[][]) - Static method in class org.jfree.data.DataUtils
Tests two arrays for equality.
equalReferencesInArrays(Object[], Object[]) - Static method in class org.jfree.chart.util.ArrayUtils
Returns true if all the references in array1 are equal to all the references in array2 (two null references are considered equal for this test).
equals(Object) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
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.XYDataImageAnnotation
Tests this object 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 arbitrary 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.annotations.XYTitleAnnotation
Tests this object 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.AxisLabelLocation
Returns true if this object is equal to the specified object, and false otherwise.
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.CyclicNumberAxis
Tests the axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.DateAxis
Tests this axis for equality with an arbitrary object.
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.DateTickUnitType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.LogAxis
Tests this axis for equality with an arbitrary 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.ModuloAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.MonthDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.NumberAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.NumberTickUnit
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.NumberTickUnitSource
 
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.QuarterDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.StandardTickUnitSource
Tests this instance for equality with an arbitrary object.
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.SymbolAxis
Tests this 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.TickType
Returns true if this object is equal to the specified object, and false otherwise.
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.BorderArrangement
Tests this arrangement 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.ColorBlock
Tests this block 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.LabelBlock
Tests this LabelBlock 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.block.LineBorder
Tests this border for equality with an arbitrary instance.
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.date.SpreadsheetDate
Tests the equality of this date with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.AxisEntity
Tests the entity for equality with an arbitrary object.
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.CategoryLabelEntity
Tests this instance 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.JFreeChartEntity
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.PieSectionEntity
Tests this entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.PlotEntity
Tests the entity 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.TitleEntity
Tests the entity 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.JFreeChart
Tests this chart for equality with another object.
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.BubbleXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
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.IntervalCategoryToolTipGenerator
Tests this tool tip generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.IntervalXYToolTipGenerator
Tests this object for equality with an arbitrary object.
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.StandardCategoryItemLabelGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Tests this generator for equality with an arbitrary object.
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.StandardXYItemLabelGenerator
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.LegendItem
Tests this item for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.LegendItemCollection
Tests this collection 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.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.PaintMap
Tests this map for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.panel.CrosshairOverlay
Tests this overlay for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CategoryMarker
Tests the marker for equality with an arbitrary 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.Crosshair
Tests this crosshair for equality with an arbitrary object.
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.dial.AbstractDialLayer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialBackground
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialCap
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPlot
Tests this DialPlot instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Tests this pointer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Tests this pointer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Tests this StandardDialScale for equality with an arbitrary 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 arbitrary object for equality with this plot.
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.MeterInterval
Checks this instance 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.MultiplePiePlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PieLabelLinkStyle
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.PieLabelRecord
Tests this record 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.PiePlot3D
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.PolarAxisLocation
Returns true if this object is equal to the specified object, and false otherwise.
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.SeriesRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.SpiderWebPlot
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
Tests this marker for equality with 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.AreaRenderer
Tests this instance for equality with an arbitrary 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.GanttRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
Tests this instance 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.IntervalBarRenderer
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.MinMaxCategoryRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StandardBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
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.DefaultPolarItemRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.GrayPaintScale
Tests this GrayPaintScale instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.LookupPaintScale
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.Outlier
Tests this outlier for equality with an arbitrary object.
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.ClusteredXYBarRenderer
Tests this renderer for equality with an arbitrary object, returning true if obj is a ClusteredXYBarRenderer with the same settings as this renderer, and false otherwise.
equals(Object) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
Tests this renderer for equality with an arbitrary 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.StackedXYAreaRenderer2
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
Tests this instance 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.VectorRenderer
Tests this VectorRenderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Tests this renderer for equality with an arbitrary 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.XYBlockRenderer
Tests this XYBlockRenderer 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.XYBubbleRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.StandardChartTheme
Tests this theme for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.StrokeMap
Tests this map for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.text.TextBlock
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.text.TextBlockAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.text.TextBox
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.text.TextFragment
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.text.TextLine
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.CompositeTitle
Tests this title for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.ImageTitle
Tests this ImageTitle for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.LegendGraphic
Tests this LegendGraphic instance for equality with an arbitrary 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.PaintScaleLegend
Tests this legend 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.GradientPaintTransformType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.ui.HorizontalAlignment
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.ui.LengthAdjustmentType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.ui.RectangleEdge
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.ui.RectangleInsets
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.ui.Size2D
Compares this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.ui.StandardGradientPaintTransformer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.ui.TextAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.ui.VerticalAlignment
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Tests if this object is equal to another.
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 this generator for equality with an arbitrary object.
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.chart.urls.TimeSeriesURLGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.AbstractObjectList
Tests this list for equality with another object.
equals(Object) - Method in class org.jfree.chart.util.BooleanList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.chart.util.DefaultShadowGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.LogFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.PaintList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.chart.util.RelativeDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.ShapeList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.chart.util.StrokeList
Tests the list for equality with another object (typically also a list).
equals(Object) - Method in class org.jfree.chart.util.XYCoordinateType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.category.CategoryToPieDataset
Tests this dataset for equality with an arbitrary object, returning true if obj is a dataset containing the same keys and values in the same order as this dataset.
equals(Object) - Method in class org.jfree.data.category.DefaultCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.category.SlidingCategoryDataset
Tests this SlidingCategoryDataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.ComparableObjectItem
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.ComparableObjectSeries
Tests this series 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.function.LineFunction2D
Tests this function for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.function.NormalDistributionFunction2D
Tests this function for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.function.PolynomialFunction2D
Tests this function for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.function.PowerFunction2D
Tests this function for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Tests this SlidingGanttCategoryDataset instance for equality with an arbitrary object.
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.gantt.XYTaskDataset
Tests this dataset 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.DefaultHeatMapDataset
Tests this dataset 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.KeyedObject
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.KeyedObjects
Tests this object for equality with an arbitrary object.
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.KeyedValues2DItemKey
Tests this key for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.KeyedValuesItemKey
Tests this instance for equality with an arbitrary object.
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.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.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.DefaultBoxAndWhiskerXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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.ohlc.OHLC
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Tests this instance for equality with 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.TimePeriodValuesCollection
Tests this instance for equality with an arbitrary 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.CategoryTableXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Tests this dataset for equality with an arbitrary instance.
equals(Object) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
Tests this DefaultIntervalXYDataset instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Tests this instance for equality with 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.DefaultWindDataset
Checks this WindDataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultXYDataset
Tests this DefaultXYDataset instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultXYZDataset
Tests this DefaultXYZDataset instance 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.OHLCDataItem
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.Vector
Tests this vector for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.VectorSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYBarDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYCoordinate
Tests this coordinate 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.XYInterval
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYItemKey
Tests this instance for equality with an arbitrary object.
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.
equals(Object) - Method in class org.jfree.data.xy.YInterval
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.YWithXInterval
Tests this instance for equality with an arbitrary object.
escape(String) - Static method in class org.jfree.data.json.impl.JSONValue
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
estimateMaximumTickLabelHeight(Graphics2D) - Method in class org.jfree.chart.axis.LogAxis
Estimates the maximum tick label height.
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.LogAxis
Estimates the maximum width of the tick labels, assuming the specified tick unit is used.
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.
expand(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Expands an area by the amount of space represented by this object.
EXPAND - Static variable in class org.jfree.chart.ui.LengthAdjustmentType
EXPAND.
expand(Range, double, double) - Static method in class org.jfree.data.Range
Creates a new range by adding margins to an existing range.
expandToInclude(Range, double) - Static method in class org.jfree.data.Range
Returns a range that includes all the values in the specified range AND the specified value.
exponentLengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
ExportUtils - Class in org.jfree.chart.util
Utility functions for exporting charts to SVG and PDF format.
ExportUtils() - Constructor for class org.jfree.chart.util.ExportUtils
 
expTickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "1e#"-style tick labels.
ExtendedCategoryAxis - Class in org.jfree.chart.axis
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.
extendHeight(double) - Method in class org.jfree.chart.ui.RectangleInsets
Extends the given height to allow for the insets.
extendLine(Line2D, double, double) - Static method in class org.jfree.chart.util.LineUtils
Creates a new line by extending an existing line.
extendWidth(double) - Method in class org.jfree.chart.ui.RectangleInsets
Extends the given width to allow for the insets.
extractColumnFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class org.jfree.data.general.HeatMapUtils
Returns a dataset containing one series that holds a copy of the (y, z) data from one column (x-index) of the specified dataset.
extractRowFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class org.jfree.data.general.HeatMapUtils
Returns a dataset containing one series that holds a copy of the (x, z) data from one row (y-index) of the specified dataset.

F

FastScatterPlot - Class in org.jfree.chart.plot
A fast scatter plot.
FastScatterPlot() - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new instance of FastScatterPlot with default axes.
FastScatterPlot(float[][], ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new fast scatter plot.
FEBRUARY - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for February.
fetchElementHintingFlag() - Method in class org.jfree.chart.plot.Plot
Fetches the element hinting flag from the chart that this plot is assigned to.
fetchLegendItems() - Method in class org.jfree.chart.title.LegendTitle
Fetches the latest legend items.
fillArc(Graphics2D, Rectangle2D, double, double, Paint, boolean) - Method in class org.jfree.chart.plot.MeterPlot
Fills an arc on the dial between the given values.
fillArea - Variable in class org.jfree.chart.renderer.xy.XYSplineRenderer.XYSplineState
The area to fill under the curve.
fillBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Fills the specified area with the background paint.
fillBackground(Graphics2D, Rectangle2D, PlotOrientation) - 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.DatasetUtils
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, boolean) - 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.ClusteredXYBarRenderer
Returns the x-value bounds for the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.VectorRenderer
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 class org.jfree.chart.renderer.xy.XYBlockRenderer
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.XYErrorRenderer
Returns the range required by this renderer to display all the domain 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) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
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.DatasetUtils
Returns the range of values in the domain (x-values) of a dataset.
findDomainBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the domain (x-values) of a dataset.
findDomainBounds(XYDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the bounds of the x-values in the specified dataset taking into account only the visible series and including any x-interval if requested.
findDomainBoundsWithOffset(IntervalXYDataset) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Iterates over the items in an IntervalXYDataset to find the range of x-values including the interval OFFSET so that it centers the interval around the start value.
findDomainLimits() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Finds the domain limits.
findItemIndicesForX(XYDataset, int, double) - Static method in class org.jfree.data.general.DatasetUtils
Finds the indices of the the items in the dataset that span the specified x-value.
findLiveItems(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtils
Finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 (inclusive).
findLiveItemsLowerBound(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtils
Finds the lower index of the range of live items in the specified data series.
findLiveItemsUpperBound(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtils
Finds the upper index of the range of live items in the specified data series.
findMaximumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the maximum domain value for the specified dataset.
findMaximumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the maximum range value for the specified dataset.
findMaximumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the maximum range value for the specified dataset.
findMaximumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
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.
findMaxValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum value.
findMinimumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Finds the minimum domain (or X) value for the specified dataset.
findMinimumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the minimum range value for the specified dataset.
findMinimumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the minimum range value for the specified dataset.
findMinimumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
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, boolean) - 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, boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
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.BoxAndWhiskerRenderer
Returns the range of values from the specified dataset that the renderer will require to display all the data.
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.IntervalBarRenderer
Returns the range of values from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
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.StatisticalBarRenderer
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.StatisticalLineAndShapeRenderer
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, boolean) - 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.CandlestickRenderer
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.DeviationRenderer
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.HighLowRenderer
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 class org.jfree.chart.renderer.xy.VectorRenderer
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.XYBarRenderer
Returns the lower and upper bounds (range) of the y-values in the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
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.XYBoxAndWhiskerRenderer
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.XYErrorRenderer
Returns the range required by this renderer to display all the range values in 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(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
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.YIntervalRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the range for the dataset.
findRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the range for the dataset.
findRangeBounds(CategoryDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys.
findRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.
findStackedRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(CategoryDataset, double) - Static method in class org.jfree.data.general.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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.DatasetUtils
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).
findValueRange() - Method in class org.jfree.data.time.TimeSeries
Returns the range of y-values in the time series.
findValueRange(Range, TimeZone) - Method in class org.jfree.data.time.TimeSeries
Returns the range of y-values in the time series that fall within the specified range of x-values.
findValueRange(Range, TimePeriodAnchor, TimeZone) - Method in class org.jfree.data.time.TimeSeries
Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified timezone).
findYValue(XYDataset, int, double) - Static method in class org.jfree.data.general.DatasetUtils
Returns the interpolated value of y that corresponds to the specified x-value in the given series.
findZBounds(XYZDataset) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Return the range of z-values in the specified dataset.
findZBounds(XYZDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the z-dimension for the dataset.
findZBounds(XYZDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of values in the z-dimension for the dataset.
findZBounds(XYZDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Finds the bounds of the z-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.
fireAnnotationChanged() - Method in class org.jfree.chart.annotations.AbstractAnnotation
Notifies all registered listeners that the annotation has changed.
fireChangeEvent() - Method in class org.jfree.chart.axis.Axis
Sends an AxisChangeEvent to all registered listeners.
fireChangeEvent() - Method in class org.jfree.chart.plot.Plot
Sends a PlotChangeEvent to all registered listeners.
fireChangeEvent() - Method in class org.jfree.chart.renderer.AbstractRenderer
Sends a RendererChangeEvent to all registered listeners.
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, provided that the notify flag has not been set to false.
fireOverlayChanged() - Method in class org.jfree.chart.panel.AbstractOverlay
Sends a default ChartChangeEvent to all registered listeners.
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.
fireVetoableChange(String, Object, Object) - Method in class org.jfree.data.general.Series
Fires a vetoable property change event.
FIRST_HOUR_IN_DAY - Static variable in class org.jfree.data.time.Hour
Useful constant for the first hour in the day.
FIRST_MILLISECOND_IN_SECOND - Static variable in class org.jfree.data.time.Millisecond
A constant for the first millisecond in a second.
FIRST_MINUTE_IN_HOUR - Static variable in class org.jfree.data.time.Minute
Useful constant for the first minute in a day.
FIRST_MONTH_IN_QUARTER - Static variable in class org.jfree.data.time.Quarter
The first month in each quarter.
FIRST_QUARTER - Static variable in class org.jfree.data.time.Quarter
Constant for quarter 1.
FIRST_SECOND_IN_MINUTE - Static variable in class org.jfree.data.time.Second
Useful constant for the first second in a minute.
FIRST_WEEK_IN_MONTH - Static variable in class org.jfree.chart.date.SerialDate
A useful constant for referring to the first week in a month.
FIRST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the first week in the year.
FIT - Static variable in class org.jfree.chart.ui.Align
Complete fit.
FIT_HORIZONTAL - Static variable in class org.jfree.chart.ui.Align
Horizontal fit.
FIT_VERTICAL - Static variable in class org.jfree.chart.ui.Align
Vertical fit.
FIXED - Static variable in class org.jfree.chart.block.LengthConstraintType
FIXED.
FixedMillisecond - Class in org.jfree.data.time
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 in org.jfree.chart.block
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.
focusGained(FocusEvent) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Does nothing.
focusLost(FocusEvent) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
 
focusLost(FocusEvent) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Revalidates minimum/maximum range.
FOLLOWING - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
FontChooserPanel - Class in org.jfree.chart.ui
A panel for choosing a font from the available system fonts - still a bit of a hack at the moment, but good enough for demonstration applications.
FontChooserPanel(Font) - Constructor for class org.jfree.chart.ui.FontChooserPanel
Standard constructor - builds a FontChooserPanel initialised with the specified font.
FontDisplayField - Class in org.jfree.chart.ui
A field for displaying a font selection.
FontDisplayField(Font) - Constructor for class org.jfree.chart.ui.FontDisplayField
Standard constructor - builds a FontDescriptionField initialised with the specified font.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
Formats a number into the specified string buffer.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
Formats a number into the specified string buffer.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.MonthDateFormat
Formats the given date.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.QuarterDateFormat
Formats the given date.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HexNumberFormat
Formats the specified number as a hexadecimal string.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HexNumberFormat
Formats the specified number as a hexadecimal string.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HMSNumberFormat
Formats the specified number as a string of the form HH:MM:SS.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HMSNumberFormat
Formats the specified number as a string of the form HH:MM:SS.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.LogFormat
Returns a formatted representation of the specified number.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.LogFormat
Formats the specified number as a hexadecimal string.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.RelativeDateFormat
Formats the given date as the amount of elapsed time (relative to the base date specified in the constructor).
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.
FORWARD - Static variable in class org.jfree.chart.plot.SeriesRenderingOrder
Render series in the order 0, 1, 2, ..., N-1, where N is the number of series.
FOURTH_WEEK_IN_MONTH - Static variable in class org.jfree.chart.date.SerialDate
A useful constant for referring to the fourth week in a month.
FREQUENCY - Static variable in class org.jfree.data.statistics.HistogramType
Frequency histogram.
FRIDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Friday.
FULL - Static variable in class org.jfree.data.RangeType
Full range (positive and negative).
Function2D - Interface in org.jfree.data.function
A function of the form y = f(x).

G

G2TextMeasurer - Class in org.jfree.chart.text
A TextMeasurer based on a Graphics2D.
G2TextMeasurer(Graphics2D) - Constructor for class org.jfree.chart.text.G2TextMeasurer
Creates a new text measurer.
GanttCategoryDataset - Interface in org.jfree.data.gantt
An extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals.
GanttRenderer - Class in org.jfree.chart.renderer.category
A renderer for simple Gantt charts.
GanttRenderer() - Constructor for class org.jfree.chart.renderer.category.GanttRenderer
Creates a new renderer.
GENERAL - Static variable in class org.jfree.chart.event.ChartChangeEventType
GENERAL.
generateAttributedSectionLabel(PieDataset, Comparable) - Method in interface org.jfree.chart.labels.PieSectionLabelGenerator
Generates an attributed label for the specified series, or null if no attributed label is available (in which case, the string returned by PieSectionLabelGenerator.generateSectionLabel(PieDataset, Comparable) will provide the fallback).
generateAttributedSectionLabel(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Generates an attributed label for the specified series, or null if no attributed label is available (in which case, the string returned by StandardPieSectionLabelGenerator.generateSectionLabel(PieDataset, Comparable) will provide the fallback).
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.CategoryItemLabelGenerator
Generates a label for the specified row.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Generates an item label for a particular item within a series.
generateLabel(CategoryDataset, int, int) - Method in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Generates a label for the specified item.
generateLabel(CategoryDataset, int) - Method in interface org.jfree.chart.labels.CategorySeriesLabelGenerator
Generates a label for the specified series.
generateLabel(Crosshair) - Method in interface org.jfree.chart.labels.CrosshairLabelGenerator
Returns a string that can be used as the label for a crosshair.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
Generates a label for the specified item.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Generates the item label text for an item in a dataset.
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.StandardCategoryItemLabelGenerator
Generates the label for an item in a dataset.
generateLabel(CategoryDataset, int) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Generates a label for the specified series.
generateLabel(Crosshair) - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Returns a string that can be used as the label for a crosshair.
generateLabel(XYDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
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.XYItemLabelGenerator
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.BubbleXYItemLabelGenerator
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.CategoryItemLabelGenerator
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.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(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(XYDataset, int, int) - Method in class org.jfree.chart.labels.IntervalXYToolTipGenerator
Generates the tool tip text for an item in a dataset.
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(PieDataset, Comparable) - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
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(CategoryDataset, int, int) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Generates a URL.
generateURL(PieDataset, Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Generates a URL fragment.
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.axis.TickUnits
Returns the tickunit on the given position.
get(int) - Method in class org.jfree.chart.LegendItemCollection
Returns a legend item from the collection.
get(int) - Method in class org.jfree.chart.util.AbstractObjectList
Returns the object at the specified index, if there is one, or null.
get(int) - Method in class org.jfree.chart.util.ObjectList
Returns the object at the specified index, if there is one, or null.
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.
getA() - Method in class org.jfree.data.function.PowerFunction2D
Returns the 'a' coefficient that was specified in the constructor.
getAdditionalItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Returns the generator for the item labels that appear near the lower y-value.
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.
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.
getAggregatedItemsKey() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the key for aggregated items in the pie plots, if there are any.
getAggregatedItemsPaint() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the paint used to draw the pie section representing the aggregated items.
getAllocatedY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the allocated y-coordinate.
getAllowDuplicateXValues() - Method in class org.jfree.data.ComparableObjectSeries
Returns a flag that controls whether duplicate x-values are allowed.
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.
getAlpha() - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns the alpha transparency that was specified in the constructor.
getAlpha() - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns the alpha transparency for the background shading.
getAnchor() - Method in class org.jfree.chart.ChartPanel
Returns the anchor point.
getAnchor() - Method in class org.jfree.chart.plot.CrosshairState
Returns the anchor point.
getAnchor() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns the text anchor point that will be aligned to the position specified by DialTextAnnotation.getAngle() and DialTextAnnotation.getRadius().
getAnchorPoint(Rectangle2D) - Method in enum org.jfree.chart.ui.RectangleAnchor
Returns the anchor point relative to the specified rectangle.
getAnchorValue() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the anchor value.
getAnchorX() - Method in class org.jfree.chart.plot.CrosshairState
Returns the x-coordinate (in data space) for the anchor point.
getAnchorY() - Method in class org.jfree.chart.plot.CrosshairState
Returns the y-coordinate (in data space) for the anchor point.
getAngle() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the angle of the arrow.
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.dial.DialTextAnnotation
Returns the angle used to calculate the anchor point.
getAngle() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the angle for the anchor point.
getAngle() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the angle of the middle of the section, in radians.
getAngle() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns the shadow offset angle (in radians).
getAngle() - Method in class org.jfree.data.xy.Vector
Returns the angle of the vector.
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.
getAngleOffset() - Method in class org.jfree.chart.plot.PolarPlot
Returns the offset that is used for all angles.
getAngleTickUnit() - Method in class org.jfree.chart.plot.PolarPlot
Returns the tick unit that controls the spacing of the angular grid lines.
getAnnotation() - Method in class org.jfree.chart.event.AnnotationChangeEvent
Returns the annotation that triggered the event.
getAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the list of annotations.
getAnnotations() - Method in class org.jfree.chart.plot.XYPlot
Returns the list of annotations.
getAnnotations() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns a collection of the annotations that are assigned to the renderer.
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.
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').
getArcCenter(PiePlotState, Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the center for the specified section.
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.CategoryPointerAnnotation
Returns the arrow length.
getArrowLength() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the arrow length.
getArrowPaint() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the paint used for the arrow.
getArrowPaint() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the paint used for the arrow.
getArrowStroke() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the stroke used to draw the arrow line.
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.CategoryPointerAnnotation
Returns the arrow width.
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.
getAttributedLabel() - Method in class org.jfree.chart.axis.Axis
Returns the attributed label (the returned value is a copy, so modifying it will not impact the state of the axis).
getAttributedLabel() - Method in class org.jfree.chart.axis.LogTick
Returns the attributed string for the tick label, or null if there is no label.
getAttributedLabel(int) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Returns the attributed label for a section, or null if none is defined.
getAttributedLabel() - Method in class org.jfree.chart.LegendItem
Returns the attributed label.
getAutoPopulateSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether or not the section outline paint is auto-populated by the PiePlot.lookupSectionOutlinePaint(Comparable) method.
getAutoPopulateSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether or not the section outline stroke is auto-populated by the PiePlot.lookupSectionOutlinePaint(Comparable) method.
getAutoPopulateSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether or not the section paint is auto-populated by the PiePlot.lookupSectionPaint(Comparable) method.
getAutoPopulateSeriesFillPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series fill paint list is automatically populated when AbstractRenderer.lookupSeriesFillPaint(int) is called.
getAutoPopulateSeriesOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series outline paint list is automatically populated when AbstractRenderer.lookupSeriesOutlinePaint(int) is called.
getAutoPopulateSeriesOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series outline stroke list is automatically populated when AbstractRenderer.lookupSeriesOutlineStroke(int) is called.
getAutoPopulateSeriesPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series paint list is automatically populated when AbstractRenderer.lookupSeriesPaint(int) is called.
getAutoPopulateSeriesShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series shape list is automatically populated when AbstractRenderer.lookupSeriesShape(int) is called.
getAutoPopulateSeriesStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the series stroke list is automatically populated when AbstractRenderer.lookupSeriesStroke(int) is called.
getAutoRangeIncludesZero() - 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.
getAutoRangeMinimumSize() - Method in class org.jfree.chart.axis.ValueAxis
Returns the minimum size allowed for the axis range when it is automatically calculated.
getAutoRangeNextLogFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'autoRangeNextLogFlag' flag.
getAutoRangeStickyZero() - 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.
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.ComparableObjectSeries
Returns the flag that controls whether the items in the series are automatically sorted.
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.entity.AxisEntity
Returns the axis that occupies the entity area.
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 primary axis for the plot.
getAxis(int) - Method in class org.jfree.chart.plot.PolarPlot
Returns an axis for the plot.
getAxis() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the axis for the paint scale.
getAxisCount() - Method in class org.jfree.chart.plot.PolarPlot
Returns the number of domain axes.
getAxisForDataset(int) - Method in class org.jfree.chart.plot.PolarPlot
Returns the axis for a dataset.
getAxisIndex(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
Returns the index of the given axis.
getAxisLabelGap() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the axis label gap.
getAxisLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the axis label paint.
getAxisLinePaint() - Method in class org.jfree.chart.axis.Axis
Returns the paint used to draw the axis line.
getAxisLinePaint() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the paint used to draw the axis lines.
getAxisLineStroke() - Method in class org.jfree.chart.axis.Axis
Returns the stroke used to draw the axis line.
getAxisLineStroke() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the stroke used to draw the axis lines.
getAxisLocation() - Method in class org.jfree.chart.plot.PolarPlot
Returns the location of the primary axis.
getAxisLocation(int) - Method in class org.jfree.chart.plot.PolarPlot
Returns the location for an axis.
getAxisLocation() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the axis location.
getAxisLocation() - Method in class org.jfree.chart.title.PaintScaleLegend
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.
getAxisOffset() - Method in class org.jfree.chart.StandardChartTheme
Returns the axis offsets.
getAxisOffset() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the offset between the axis and the paint strip.
getB() - Method in class org.jfree.data.function.PowerFunction2D
Returns the 'b' coefficient that was specified in the constructor.
getBackground() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the background.
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.
getBackgroundImageAlpha() - Method in class org.jfree.chart.plot.Plot
Returns the alpha transparency used to draw the background image.
getBackgroundPaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the background paint for the annotation.
getBackgroundPaint() - Method in class org.jfree.chart.JFreeChart
Returns the paint used for the chart background.
getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the background paint (never null).
getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.plot.MeterInterval
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.plot.Plot
Returns the background color of the plot area.
getBackgroundPaint() - Method in class org.jfree.chart.text.TextBox
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.title.CompositeTitle
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.title.LegendTitle
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the background paint.
getBackgroundPaint() - Method in class org.jfree.chart.title.TextTitle
Returns the background paint.
getBarAlignmentFactor() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the bar alignment factor.
getBarPainter() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the bar painter.
getBarPainter() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the bar painter.
getBarPainter() - Method in class org.jfree.chart.StandardChartTheme
Returns the bar painter.
getBarWidth() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the bar width.
getBarWidth() - Method in class org.jfree.data.xy.XYBarDataset
Returns the bar width.
getBase() - Method in class org.jfree.chart.axis.LogAxis
Returns the base for the logarithm calculation.
getBase() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the base value for the bars.
getBase() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the base value for the bars.
getBaseFormatter() - Method in class org.jfree.chart.axis.LogAxis
Returns the formatter used to format the base value of the logarithmic scale when it is displayed numerically.
getBaselineOffset() - Method in class org.jfree.chart.text.TextFragment
Returns the baseline offset.
getBaselinePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the baseline paint.
getBaseMillis() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the base date/time used to calculate the elapsed time for display.
getBaseRadius() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the base radius.
getBaseRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the base radius.
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.
getBaseShapesFilled() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns the base 'shape filled' attribute.
getBaseShapesFilled() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns the base 'shape filled' attribute.
getBaseShapesVisible() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getBaseSymbol() - Method in class org.jfree.chart.axis.LogAxis
Returns the symbol used to represent the base of the logarithmic scale for the axis.
getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the default tool tip generator.
getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
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.
getBlockAnchor() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the anchor point used to align a block at its (x, y) location.
getBlockHeight() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the block height, in data/axis units.
getBlocks() - Method in class org.jfree.chart.block.BlockContainer
Returns an unmodifiable list of the Block objects managed by this arrangement.
getBlockWidth() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the block width, in data/axis units.
getBoolean(int) - Method in class org.jfree.chart.util.BooleanList
Returns a Boolean from the list.
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.
getBottom() - Method in class org.jfree.chart.ui.RectangleInsets
Returns the bottom insets.
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.
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.
getBulbDiameter() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the bulb diameter, which is always twice the value returned by ThermometerPlot.getBulbRadius().
getBulbRadius() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the bulb radius, in Java2D units.
getBundle(String) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
Finds and returns the specified resource bundle.
getBundle(String, Locale) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
Finds and returns the specified resource bundle.
getBundle(String, Locale, ClassLoader) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
Maps directly to ResourceBundle.getBundle(baseName, locale, loader).
getCalendarField() - Method in class org.jfree.chart.axis.DateTickUnit
Returns a field code that can be used with the Calendar class.
getCalendarField() - Method in class org.jfree.chart.axis.DateTickUnitType
Returns the calendar field.
getCandleWidth() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns the width of each candle.
getCap() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the cap.
getCapLength() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the length (in Java2D units) of the cap at the end of the error bars.
getCategories() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a list of the categories in the plot's primary dataset.
getCategories() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns an unmodifiable list of the categories contained in all the subplots.
getCategoriesForAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a list of the categories that should be displayed for the specified axis.
getCategoriesForAxis(CategoryAxis) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Overridden to return the categories in the subplots.
getCategory() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns the category.
getCategory() - Method in class org.jfree.chart.axis.CategoryTick
Returns the category.
getCategory1() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the category for the start of the line.
getCategory2() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the category for the end of the line.
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(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the index for the given category.
getCategoryJava2DCoordinate(CategoryAnchor, int, int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the Java 2D coordinate for a category.
getCategoryLabelPositionOffset() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the offset between the axis and the category labels (before label positioning is taken into account).
getCategoryLabelPositions() - Method in class org.jfree.chart.axis.CategoryAxis
Returns the category label position specification (this contains label positioning info for all four possible axis locations).
getCategoryLabelToolTip(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the tool tip text for the label belonging to the specified category.
getCategoryLabelURL(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the URL for the label belonging to the specified category.
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.
getCategoryMiddle(Comparable, List, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
A convenience method that returns the axis coordinate for the centre of a category.
getCategoryPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot cast as a CategoryPlot.
getCategorySeriesMiddle(Comparable, Comparable, CategoryDataset, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the middle coordinate (in Java2D space) for a series within a category.
getCategorySeriesMiddle(int, int, int, int, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the middle coordinate (in Java2D space) for a series within a category.
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.NumberTickUnitSource
 
getCeilingTickUnit(double) - Method in class org.jfree.chart.axis.NumberTickUnitSource
 
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 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.
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 smallest tick unit available in the source that is greater than or equal to the specified size.
getCenterText() - Method in class org.jfree.chart.plot.RingPlot
Returns the text to display in the center of the plot when the mode is CenterTextMode.FIXED.
getCenterTextColor() - Method in class org.jfree.chart.plot.RingPlot
Returns the color for the center text.
getCenterTextFont() - Method in class org.jfree.chart.plot.RingPlot
Returns the font used to display the center text.
getCenterTextFormatter() - Method in class org.jfree.chart.plot.RingPlot
Returns the formatter used to format the center text value for the mode CenterTextMode.VALUE.
getCenterTextMode() - Method in class org.jfree.chart.plot.RingPlot
Returns the mode for displaying text in the center of the plot.
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.entity.JFreeChartEntity
Returns the chart that occupies the entity area.
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.
getChart() - Method in class org.jfree.chart.plot.Plot
Returns the chart that this plot is assigned to.
getChartArea() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the area in which the chart was drawn.
getChartBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the chart background paint.
getChartEditor(JFreeChart) - Static method in class org.jfree.chart.editor.ChartEditorManager
Returns a component that can be used to edit the given chart.
getChartEditorFactory() - Static method in class org.jfree.chart.editor.ChartEditorManager
Returns the current factory.
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.
getChartTheme() - Static method in class org.jfree.chart.ChartFactory
Returns the current chart theme used by the factory.
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.
getClose() - Method in class org.jfree.data.time.ohlc.OHLC
Returns the close value.
getClose(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the close-value for an item within a series.
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.
getCloseTickPaint() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the paint used to draw the ticks for the close values.
getCloseValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
Returns the close value.
getCloseValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the close-value 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.
getCoefficients() - Method in class org.jfree.data.function.PolynomialFunction2D
Returns a copy of the coefficients array that was specified in the constructor.
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.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.category.SlidingCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column count.
getColumnCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the number of column in the dataset.
getColumnCount() - Method in class org.jfree.data.KeyedObjects2D
Returns the column count.
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.DefaultMultiValueCategoryDataset
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 interface org.jfree.data.Values2D
Returns the number of columns in the table.
getColumnCount() - Method in class org.jfree.data.xy.XYDatasetTableModel
Gets the number of columns in the model.
getColumnDiameter() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the column diameter, which is always twice the value returned by ThermometerPlot.getColumnRadius().
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.category.SlidingCategoryDataset
Returns the index for the specified column key.
getColumnIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the index for the specified column key.
getColumnIndex(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the column index for a column key.
getColumnIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the column index for a given key, or -1 if the key is not recognised.
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.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the column index for a given key.
getColumnIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the column key.
getColumnKey() - Method in class org.jfree.chart.plot.CategoryCrosshairState
Returns the column key.
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.category.SlidingCategoryDataset
Returns the column key for a given index.
getColumnKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the key for a given column.
getColumnKey(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the column key for a given index.
getColumnKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a column key.
getColumnKey(int) - Method in class org.jfree.data.KeyedObjects2D
Returns the key for a given column.
getColumnKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns the column key for a given index.
getColumnKey() - Method in class org.jfree.data.KeyedValues2DItemKey
Returns the 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.DefaultMultiValueCategoryDataset
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.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.category.SlidingCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the column keys in an unmodifiable list.
getColumnKeys() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a list of the column keys in the dataset.
getColumnKeys() - Method in class org.jfree.data.KeyedObjects2D
Returns the column keys.
getColumnKeys() - Method in interface org.jfree.data.KeyedValues2D
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the column keys.
getColumnKeys() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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.
getColumnRadius() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the column radius, in Java2D units.
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.
getComparable() - Method in class org.jfree.data.ComparableObjectItem
Returns the x-value.
getCompassFont(int) - Method in class org.jfree.chart.plot.CompassPlot
Returns the font for the compass, adjusted for the size of the plot.
getCompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage complete.
getConnectFirstAndLastPoint() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if first and last point of a series will be connected, false otherwise.
getContainer() - Method in class org.jfree.chart.title.CompositeTitle
Returns the container holding the titles.
getContentAlignmentPoint() - Method in class org.jfree.chart.block.LabelBlock
Returns the content alignment point.
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.
getContentXOffset() - Method in class org.jfree.chart.block.AbstractBlock
Returns the x-offset for the content within the block.
getContentYOffset() - Method in class org.jfree.chart.block.AbstractBlock
Returns the y-offset for the content within the block.
getCoordinateType() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns the coordinate type (set in the constructor).
getCorrelation(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
Calculates the correlation between two datasets.
getCount() - Method in class org.jfree.data.statistics.HistogramBin
Returns the number of items in the bin.
getCrosshairDatasetIndex() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the dataset index for the crosshair.
getCrosshairDistance() - Method in class org.jfree.chart.plot.CrosshairState
Returns the distance between the anchor point and the current crosshair point.
getCrosshairPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the crosshair paint.
getCrosshairState() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the crosshair state, if any.
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.DataUtils
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.
getDarkerSides() - Method in class org.jfree.chart.plot.PiePlot3D
Returns a flag that controls whether or not the sides of the pie chart are rendered using a darker colour.
getData() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the data array used by the plot.
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).
getDataBoundsIncludesVisibleSeriesOnly() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the data bounds reported by this renderer will exclude non-visible series.
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.ComparableObjectSeries
Return the data item with the specified index.
getDataItem(int) - Method in class org.jfree.data.time.ohlc.OHLCSeries
Returns the data item at the specified index.
getDataItem(int) - Method in class org.jfree.data.time.TimePeriodValues
Returns one data item for the series.
getDataItem(int) - Method in class org.jfree.data.time.TimeSeries
Returns a data item from the dataset.
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.VectorSeries
Returns the data item at the specified index.
getDataItem(int) - Method in class org.jfree.data.xy.XIntervalSeries
Returns the data item at the specified index.
getDataItem(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the data item at the specified index.
getDataItem(int) - Method in class org.jfree.data.xy.XYSeries
Return the data item with the specified index.
getDataItem(int) - Method in class org.jfree.data.xy.YIntervalSeries
Returns the data item at 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.CombinedDomainCategoryPlot
Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.
getDataRange(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Returns the range of data values to be plotted along the axis, or null if the specified axis isn't the domain axis or the range axis for the plot.
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 dataset this entity refers to.
getDataset() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns a reference to the dataset that this legend item is derived from.
getDataset() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns the dataset 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.LegendItem
Returns the dataset.
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 with the given index, or null if there is no dataset.
getDataset() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the primary dataset for the plot.
getDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the dataset at the given index.
getDataset() - Method in class org.jfree.chart.plot.MeterPlot
Returns the dataset for the plot.
getDataset() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the dataset used by 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(int) - Method in class org.jfree.chart.plot.PolarPlot
Returns the dataset with the specified index, if any.
getDataset() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the dataset.
getDataset() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the 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 the dataset with the specified index, or null if there is no dataset with that index.
getDataset() - Method in class org.jfree.chart.title.LegendItemBlockContainer
Returns a reference to the dataset for the associated legend item.
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.CategoryPlot
Returns the number of datasets.
getDatasetCount() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the number of datasets.
getDatasetCount() - Method in class org.jfree.chart.plot.PolarPlot
Returns the number of datasets.
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).
getDatasetIndex() - Method in class org.jfree.chart.LegendItem
Returns the dataset index for this legend item.
getDatasetIndex() - Method in class org.jfree.chart.plot.CrosshairState
Returns the dataset index that the crosshair values relate to.
getDatasetIndex() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns the dataset index that the pointer maps to.
getDatasetIndex() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the index of the dataset from which this indicator fetches its current value.
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.
getDatasets() - Method in class org.jfree.chart.plot.CompassPlot
Returns an array of dataset references for the plot.
getDate() - Method in class org.jfree.chart.axis.DateTick
Returns the date.
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 a copy of the date formatter.
getDateFormat() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Returns the date formatter.
getDateFormat() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Returns a clone of the date format assigned to this URL generator.
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.
getDay() - Method in class org.jfree.data.time.Minute
Returns the day.
getDayOfMonth() - Method in class org.jfree.chart.date.SerialDate
Returns the day of the month.
getDayOfMonth() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns the day of the month.
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.
getDayOfWeek() - Method in class org.jfree.chart.date.SerialDate
Returns the day of the week.
getDayOfWeek() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns a code representing the day of the week.
getDaySuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the string that is appended to the day count.
getDefaultAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the default auto range.
getDefaultBarPainter() - Static method in class org.jfree.chart.renderer.category.BarRenderer
Returns the default bar painter.
getDefaultBarPainter() - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the default bar painter.
getDefaultCreateEntities() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default flag for creating entities.
getDefaultCreateEntities() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
getDefaultCreateEntities() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
getDefaultDirectoryForSaveAs() - Method in class org.jfree.chart.ChartPanel
Returns the default directory for the "save as" option.
getDefaultEntityRadius() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the radius of the circle used for the default entity area when no area is specified.
getDefaultFillPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default fill paint.
getDefaultFillPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default outline paint.
getDefaultFillPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default paint.
getDefaultItemLabelFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default item label font (this is used when no other font setting is available).
getDefaultItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default item label font (this is used when no other font setting is available).
getDefaultItemLabelFont() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default item label font (this is used when no other font setting is available).
getDefaultItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the default item label generator.
getDefaultItemLabelGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default item label generator.
getDefaultItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the default item label generator.
getDefaultItemLabelGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default item label generator.
getDefaultItemLabelPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default item label paint.
getDefaultItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default item label paint.
getDefaultItemLabelPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default item label paint.
getDefaultItemLabelsVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base setting for item label visibility.
getDefaultItemLabelsVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default setting for item label visibility.
getDefaultItemLabelsVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default setting for item label visibility.
getDefaultItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the default item URL generator.
getDefaultItemURLGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default item URL generator.
getDefaultLegendShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default legend shape, which may be null.
getDefaultLegendTextFont() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default legend text font, which may be null.
getDefaultLegendTextPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default legend text paint, which may be null.
getDefaultLinesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the default 'lines visible' attribute.
getDefaultLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the default 'lines visible' attribute.
getDefaultNegativeItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the base item label position for negative values.
getDefaultNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default item label position for negative values.
getDefaultNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default item label position for negative values.
getDefaultOutlinePaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default outline paint.
getDefaultOutlinePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default outline paint.
getDefaultOutlinePaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default outline paint.
getDefaultOutlineStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default outline stroke.
getDefaultOutlineStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default outline stroke.
getDefaultOutlineStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default outline stroke.
getDefaultPaint() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default paint.
getDefaultPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default paint.
getDefaultPaint() - Method in class org.jfree.chart.renderer.LookupPaintScale
Returns the default paint (never null).
getDefaultPaint() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default paint.
getDefaultPositiveItemLabelPosition() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default positive item label position.
getDefaultPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default positive item label position.
getDefaultPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default positive item label position.
getDefaultSectionOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the default section paint.
getDefaultSectionOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the default section stroke.
getDefaultSectionPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the default section paint.
getDefaultSeriesVisible() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default visibility for all series.
getDefaultSeriesVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default visibility for all series.
getDefaultSeriesVisible() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default visibility for all series.
getDefaultSeriesVisibleInLegend() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default visibility in the legend for all series.
getDefaultSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default visibility in the legend for all series.
getDefaultSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default visibility in the legend for all series.
getDefaultShadowsVisible() - Static method in class org.jfree.chart.renderer.category.BarRenderer
Returns the default value for the shadowsVisible flag.
getDefaultShadowsVisible() - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the default value for the shadowsVisible flag.
getDefaultShape() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default shape.
getDefaultShape() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default shape.
getDefaultShape() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default shape.
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.XYLineAndShapeRenderer
Returns the default 'shape filled' attribute.
getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the default 'shape visible' attribute.
getDefaultShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the default 'shape visible' attribute.
getDefaultStroke() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the default stroke.
getDefaultStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default stroke.
getDefaultStroke() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default stroke.
getDefaultToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the default tool tip generator (the "layer 2" generator).
getDefaultToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the default tool tip generator (the "layer 2" generator).
getDefaultToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the default tool tip generator.
getDefaultToolTipGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the default tool tip generator.
getDepthFactor() - Method in class org.jfree.chart.plot.PiePlot3D
Returns the depth factor for the chart.
getDescription() - Method in class org.jfree.chart.date.SerialDate
Returns the description that is attached to the date.
getDescription() - Method in class org.jfree.chart.LegendItem
Returns the description for the legend item.
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.
getDialFrame() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the dial's frame.
getDialLayer() - Method in class org.jfree.chart.plot.dial.DialLayerChangeEvent
Returns the layer that generated the event.
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.
getDisplayFont() - Method in class org.jfree.chart.ui.FontDisplayField
Returns the current font.
getDisplayStart() - Method in class org.jfree.chart.axis.ModuloAxis
Returns the display start value.
getDistance() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns the shadow offset distance.
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.FastScatterPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis with index 0.
getDomainAxis(int) - Method in class org.jfree.chart.plot.XYPlot
Returns the domain axis with the specified index, or null if there is no axis with that index.
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.CategoryPlot
Returns the number of domain axes.
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(CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the index of the specified axis, or -1 if the axis is not assigned to the plot.
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 for the primary domain axis.
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.
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(List, boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the bounds of the domain values for the specified series.
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 the dataset's domain, including or excluding the interval around each x-value as specified.
getDomainBounds(List, boolean) - Method in interface org.jfree.data.xy.XYDomainInfo
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.
getDomainCrosshairColumnKey() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the column key for the domain crosshair.
getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint used to draw the domain crosshair.
getDomainCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the domain crosshair paint.
getDomainCrosshairRowKey() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the row key for the domain crosshair.
getDomainCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
Returns a new list containing the domain crosshairs for this overlay.
getDomainCrosshairStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke used to draw the domain crosshair.
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.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.
getDomainGridlinePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the domain grid line paint.
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.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.CategoryPlot
Returns the list of domain markers (read only) for the specified layer.
getDomainMarkers(int, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Returns a collection of domain markers for a particular renderer and layer.
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.
getDomainMinorGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the minor grid lines (if any) plotted against the domain axis.
getDomainMinorGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke for the minor grid-lines (if any) plotted against the domain axis.
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.time.TimeSeriesCollection
Returns the order of the domain values in this dataset.
getDomainOrder() - Method in class org.jfree.data.xy.AbstractXYDataset
Returns the order of the domain (X) values.
getDomainOrder() - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the order of the domain (x-) values in the dataset.
getDomainOrder() - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the order of the domain (x-) values in the dataset.
getDomainOrder() - Method in interface org.jfree.data.xy.XYDataset
Returns the order of the domain (or X) values returned by the dataset.
getDomainOrder() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the order of the domain (X) values, if this is known.
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.
getDomainZeroBaselinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the zero baseline (if any) plotted against the domain axis.
getDomainZeroBaselineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke used for the zero baseline against the domain axis.
getDotHeight() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Returns the dot height (the default value is 1).
getDotWidth() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Returns the dot width (the default value is 1).
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.
getDrawAsLine() - Method in class org.jfree.chart.plot.CategoryMarker
Returns the flag that controls whether the marker is drawn as a region or a line.
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.
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.category.AbstractCategoryItemRenderer
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.xy.AbstractXYItemRenderer
Returns the drawing supplier from the plot.
getDrawingSupplier() - Method in class org.jfree.chart.StandardChartTheme
Returns a clone of the drawing supplier for this theme.
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.category.LineAndShapeRenderer
Returns true if outlines should be drawn for shapes, and false otherwise.
getDrawOutlines() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns true if outlines should be drawn for shapes, and false otherwise.
getDrawOutlines() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if outlines should be drawn for shapes, and false otherwise.
getDrawOutlines() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns true if outlines should be drawn for shapes, and false otherwise.
getDrawOutlineWhenFilled() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if the renderer will draw an outline around a filled polygon, false otherwise.
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.
getDrawStringsWithFontAttributes() - Static method in class org.jfree.chart.text.TextUtils
Returns the flag that controls whether or not strings are drawn using the current font attributes (such as underlining, strikethrough etc).
getDrawVolume() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.
getDrawXError() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the flag that controls whether or not the renderer draws error bars for the x-values.
getDrawYError() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the flag that controls whether or not the renderer draws error bars for the y-values.
getDuration() - Method in class org.jfree.data.gantt.Task
Returns the duration (actual or estimated) of the task.
getElementHinting() - Method in class org.jfree.chart.JFreeChart
Returns the flag that controls whether or not rendering hints (ChartHints.KEY_BEGIN_ELEMENT and ChartHints.KEY_END_ELEMENT) that identify chart elements are added during rendering.
getElementHinting() - Method in class org.jfree.chart.renderer.RendererState
Returns the flag that controls whether or not the renderer should add rendering hints to the output that identify chart elements.
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.
getEndMillis() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the end date/time in milliseconds.
getEndOfCurrentMonth(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Rolls the date forward to the last day of the month.
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, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the end value of a sub-interval for a given item.
getEndValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the end value for the interval for a given series and category.
getEndValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the end value for the interval for a given series and category.
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.gantt.XYTaskDataset
Returns the ending date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
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.DefaultIntervalXYDataset
Returns the ending x-value for an item within a series.
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 upper bound of the x-interval for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the end value of the x-interval for an item within a series.
getEndX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the end x-value for an item within a series.
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.XYIntervalSeriesCollection
Returns the end x-value for an item within a series.
getEndX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the ending X value for the specified series and item.
getEndX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the end x-value for an item within a series.
getEndXValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the ending date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the ending x-value for an item within a series.
getEndXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the upper bound of the x-interval (as a double primitive) for the specified series and item.
getEndXValue(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the end value of the x-interval 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.
getEndXValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
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.XYBarDataset
Returns the ending x-value (as a double primitive) for an item within a series.
getEndXValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns the end x-value (as a double primitive) for an item within a series.
getEndY(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the ending value of the y-interval for an item in the given series.
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.DefaultIntervalXYDataset
Returns the ending y-value for an item within a series.
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 upper bound of the y-interval for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the end y-value for an item within a series.
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.XYIntervalSeriesCollection
Returns the end y-value for an item within a series.
getEndY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the ending Y value for the specified series and item.
getEndY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the end y-value for an item within a series.
getEndYValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the ending value of the y-interval for an item in the given series.
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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the ending y-value for an item within a series.
getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the upper bound of the y-interval (as a double primitive) for the specified series and item.
getEndYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the ending y-value (as a double primitive) for an item within a series.
getEndYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
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.YIntervalSeriesCollection
Returns the end y-value (as a double primitive) for an item within a series.
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 the last entity in the list with an area that encloses the specified coordinates, or null if there is no such entity.
getEntityCollection() - Method in class org.jfree.chart.block.BlockResult
Returns the collection of entities from the block.
getEntityCollection() - Method in interface org.jfree.chart.block.EntityBlockResult
Returns the entity collection.
getEntityCollection() - Method in class org.jfree.chart.ChartRenderingInfo
Returns the collection of entities maintained by this instance.
getEntityCollection() - Method in class org.jfree.chart.renderer.RendererState
A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.
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.
getErrorIndicatorPaint() - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Returns the paint used for the error indicators.
getErrorIndicatorPaint() - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Returns the paint used for the error indicators.
getErrorIndicatorPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the error indicator paint.
getErrorIndicatorStroke() - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Returns the stroke used to draw the error indicators.
getErrorIndicatorStroke() - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Returns the stroke used for the error indicators.
getErrorPaint() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the paint used to draw the error bars.
getErrorStroke() - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the stroke used to draw the error bars.
getExpandToFitSpace() - Method in class org.jfree.chart.title.TextTitle
Returns the flag that controls whether or not the title expands to fit the available space.
getExplodedPieArea() - Method in class org.jfree.chart.plot.PiePlotState
Returns the exploded pie area.
getExplodePercent(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the amount that the section with the specified key should be exploded.
getExponentFormat() - Method in class org.jfree.chart.util.LogFormat
Returns the number format used for the exponent.
getExpTickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'expTickLabelsFlag' flag.
getExtent() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the extent.
getExtent() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the extent.
getExtractIndex() - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the index of the row or column from which to extract the data.
getExtractType() - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the extract type, which determines whether data is read from one row or one column of the underlying dataset.
getExtraLargeFont() - Method in class org.jfree.chart.StandardChartTheme
Returns the largest font for this theme.
getFactor() - Method in enum org.jfree.chart.util.Rotation
Returns the rotation factor, which is -1.0 for CLOCKWISE and 1.0 for ANTICLOCKWISE.
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.
getFillComposite() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Get the composite that is used for filling.
getFillPaint() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns the fill paint.
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.plot.dial.DialCap
Returns the paint used to fill the cap.
getFillPaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Returns the fill paint.
getFillPaint() - Method in class org.jfree.chart.title.LegendGraphic
Returns the paint used to fill the shape.
getFillPaintTransformer() - Method in class org.jfree.chart.LegendItem
Returns the transformer used when the fill paint is an instance of GradientPaint.
getFillPaintTransformer() - Method in class org.jfree.chart.title.LegendGraphic
Returns the transformer used when the fill paint is an instance of GradientPaint.
getFillType() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Returns the type of fill that the renderer draws beneath the curve.
getFillZoomRectangle() - Method in class org.jfree.chart.ChartPanel
Returns the flag that controls whether or not the zoom rectangle is filled when drawn.
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.
getFirstCategoryIndex() - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns the index of the first visible category.
getFirstCategoryIndex() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the index of the first visible category.
getFirstItemIndex() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
Returns the first item index (this is updated with each call to XYItemRendererState.startSeriesPass(XYDataset, int, int, int, int, int).
getFirstMillisecond() - Method in class org.jfree.data.time.Day
Returns the first millisecond of the day.
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() - Method in class org.jfree.data.time.Hour
Returns the first millisecond of the hour.
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 second.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
Returns the first millisecond of the time period.
getFirstMillisecond() - Method in class org.jfree.data.time.Minute
Returns the first millisecond of the minute.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
Returns the first millisecond of the minute.
getFirstMillisecond() - Method in class org.jfree.data.time.Month
Returns the first millisecond of the month.
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() - Method in class org.jfree.data.time.Quarter
Returns the first millisecond of the quarter.
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.
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() - Method in class org.jfree.data.time.Second
Returns the first millisecond of the second.
getFirstMillisecond(Calendar) - Method in class org.jfree.data.time.Second
Returns the first millisecond of the minute.
getFirstMillisecond() - Method in class org.jfree.data.time.Week
Returns the first millisecond of the week.
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() - Method in class org.jfree.data.time.Year
Returns the first millisecond of the year.
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).
getFirstTextFragment() - Method in class org.jfree.chart.text.TextLine
Returns the first text fragment in the line.
getFirstTickLabelVisible() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns a flag that controls whether or not the first tick label is visible.
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.
getFixedIntervalWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the fixed interval width.
getFixedLegendItems() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the fixed legend items, if any.
getFixedLegendItems() - Method in class org.jfree.chart.plot.PolarPlot
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.
getFollowingDayOfWeek(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Returns the earliest date that falls on the specified day-of-the-week and is AFTER the base date.
getFollowingDayOfWeek(int) - Method in class org.jfree.chart.date.SerialDate
Returns the earliest date that falls on the specified day-of-the-week and is AFTER this date.
getFont() - Method in class org.jfree.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.block.LabelBlock
Returns the font.
getFont() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns the font used to display the label.
getFont() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the font.
getFont() - Method in class org.jfree.chart.text.TextFragment
Returns the font.
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.
getForegroundPaint() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the foreground paint.
getForegroundPaint() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns the foreground paint.
getFormatString() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the format string (this controls the overall structure of the label).
getFrame() - Method in class org.jfree.chart.block.AbstractBlock
Returns the current frame (border).
getFrameAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the frame anchor.
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.
getGap() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the gap, in Java2D units, between the two outlines that represent the thermometer.
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).
getGenerateEntities() - Method in class org.jfree.chart.block.BlockParams
Returns the flag that controls whether or not chart entities are generated.
getGenerateEntities() - Method in interface org.jfree.chart.block.EntityBlockParams
Returns a flag that controls whether or not the block should return entities for the items it draws.
getGradientPaintTransformer() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns the transformer used to adjust the coordinates of any GradientPaint instance used for the background paint.
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).
getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Returns the gradient paint transformer, or null.
getGradientTransformer() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns the gradient paint transformer.
getGridBandAlternatePaint() - Method in class org.jfree.chart.axis.SymbolAxis
Returns the second paint used to color grid bands (two colors are used alternately, the other is returned by SymbolAxis.getGridBandPaint()).
getGridBandAlternatePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the grid band alternate paint (used for a SymbolAxis).
getGridBandPaint() - Method in class org.jfree.chart.axis.SymbolAxis
Returns the paint used to color grid bands (two colors are used alternately, the other is returned by SymbolAxis.getGridBandAlternatePaint()).
getGridBandPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the grid band paint.
getGroup() - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the dataset group.
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.
getGroup(Comparable) - Method in class org.jfree.data.KeyToGroupMap
Returns the group that a key is mapped to.
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
Returns the paint used to draw the line between the minimum and maximum value items in each category.
getGroups() - Method in class org.jfree.data.KeyToGroupMap
Returns a list of the groups (always including the default group) in the map.
getGroupStroke() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Returns the stroke used to draw the line between the minimum and maximum value items in each category.
getGuideLinePaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the paint used to draw the guide lines.
getGuideLineStroke() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the stroke used to draw the guide lines.
getHeadPercent() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the head percent.
getHeight() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the height (in data space) of the data rectangle into which the image will be drawn.
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.
getHeight(Graphics2D) - Method in class org.jfree.chart.text.TextBox
Returns the height of the text box.
getHeight() - Method in class org.jfree.chart.ui.Size2D
Returns the 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() - Method in class org.jfree.data.time.ohlc.OHLC
Returns the high value.
getHigh(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the high-value for an item within a series.
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.
getHighlightPaint() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the highlight paint.
getHighValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
Returns the high value.
getHighValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the high-value 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.
getHorizontalAlignment() - Method in class org.jfree.chart.title.Title
Returns the horizontal alignment of the title.
getHorizontalAxisTrace() - Method in class org.jfree.chart.ChartPanel
Returns the flag that controls whether or not a horizontal axis trace line is drawn over the plot area at the current mouse location.
getHorizontalTraceLine() - Method in class org.jfree.chart.ChartPanel
Returns the horizontal trace line.
getHour() - Method in class org.jfree.data.time.Hour
Returns the hour.
getHour() - Method in class org.jfree.data.time.Minute
Returns the hour.
getHourSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the string that is appended to the hour count.
getHourValue() - 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.chart.JFreeChart
Returns the ID for the chart.
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.
getIgnoreZeroValues() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether zero values in the dataset are ignored.
getImage() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the image for the annotation.
getImage() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns the image for the annotation.
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.
getImageAnchor() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns the image anchor for the annotation.
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.ChartUtils
Creates an HTML image map.
getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtils
Creates an HTML image map.
getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
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.ImageMapUtils
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.
getIncludeBaseInRange() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the flag that controls whether or not the base value for the bars is included in the range calculated by AbstractCategoryItemRenderer.findRangeBounds(CategoryDataset).
getIncludeInDataBounds() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
Returns a flag that determines whether or not the annotation's bounds should be taken into account for auto-range calculations on the axes that the annotation is plotted against.
getIncludeInDataBounds() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the flag that controls whether or not the annotation should contribute to the autoRange for the axis it is plotted against.
getIncompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage incomplete.
getIndex(Comparable) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the index for a given key, or -1 if there is no such key.
getIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
Returns the index for a given key.
getIndex(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
Returns the index for a key, or -1 if the key is not recognised.
getIndex(Comparable) - Method in class org.jfree.data.KeyedObjects
Returns the index for a given key, or -1.
getIndex(Comparable) - Method in interface org.jfree.data.KeyedValues
Returns the index for a given key.
getIndex(RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Returns the index for the item (if any) that corresponds to a time period.
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(PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
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.
getInnerRadius() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the inner radius, relative to the framing rectangle.
getInnerRadius() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns the inner radius.
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 interface org.jfree.chart.block.BlockFrame
Returns the space reserved for the border.
getInsets() - Method in class org.jfree.chart.block.LineBorder
Returns the insets.
getInsets() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the insets.
getInsets() - Method in class org.jfree.chart.plot.Plot
Returns the insets for the plot area.
getIntercept() - Method in class org.jfree.data.function.LineFunction2D
Returns the 'a' coefficient that was specified in the constructor.
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.
getInteriorGap() - Method in class org.jfree.chart.text.TextBox
Returns the interior gap.
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.
getIntervals() - Method in class org.jfree.chart.plot.MeterPlot
Returns an unmodifiable list of the intervals for the plot.
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 interval width.
getIntervalWidth() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the interval width.
getItem() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the item index.
getItem(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Return an item from within the dataset.
getItem(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Return an item from within the dataset.
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.AbstractPieLabelDistributor
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.category.CategoryToPieDataset
Returns the number of items (values) in the collection.
getItemCount() - Method in class org.jfree.data.ComparableObjectSeries
Returns the number of items in the 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.gantt.TaskSeries
Returns the number of items in the series.
getItemCount(int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the number of items (tasks) in the specified series.
getItemCount() - Method in class org.jfree.data.general.DefaultPieDataset
Returns the number of items in the dataset.
getItemCount() - Method in class org.jfree.data.general.Series
Returns the number of data items in the 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() - Method in class org.jfree.data.KeyedObjects
Returns the number of items (values) in the collection.
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(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the number of items in the specified 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 interface org.jfree.data.Values
Returns the number of items (values) in the collection.
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.DefaultIntervalXYDataset
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(int) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the number of items in the specified 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.VectorSeriesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the number of items in the specified 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(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns the number of items in the specified 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.
getItemCount(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
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.
getItemCreateEntity(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
getItemCreateEntity(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
getItemFillPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill data items as they are drawn.
getItemFillPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to fill data items as they are drawn.
getItemFillPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to fill data items as they are drawn.
getItemFont() - Method in class org.jfree.chart.title.LegendTitle
Returns the item font.
getItemIndex() - Method in class org.jfree.data.xy.XYItemKey
Returns the item index.
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(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font for an item label.
getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the font for an item label.
getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the item label generator for a data item.
getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for the specified data item.
getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the label generator for a data item.
getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label generator for a data item.
getItemLabelPadding() - Method in class org.jfree.chart.title.LegendTitle
Returns the padding used for the items labels.
getItemLabelPaint(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw an item label.
getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to draw an item label.
getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to draw an item label.
getItemLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the item label paint.
getItemLineVisible(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag used to control whether or not the line for an item is visible.
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.
getItemMargin() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width).
getItemMargin() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width).
getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the Java2D coordinate for the middle of the specified data item.
getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the Java2D coordinate for the middle of the specified data item.
getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the Java2D coordinate for the middle of the specified data item.
getItemMiddle(Comparable, Comparable, CategoryDataset, CategoryAxis, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Returns the Java2D coordinate for the middle of the specified data item.
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(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 color data items as they are drawn.
getItemPaint() - Method in class org.jfree.chart.title.LegendTitle
Returns the item paint.
getItemParameterName() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Returns the item parameter name.
getItemRow(int) - Method in class org.jfree.data.xy.MatrixSeries
Returns the row of the specified item.
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).
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.category.ScatterRenderer
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.category.LineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is visible.
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.
getItemVisible(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
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).
getKey() - Method in class org.jfree.chart.entity.CategoryLabelEntity
Returns the category key.
getKey() - Method in class org.jfree.chart.plot.CategoryMarker
Returns the key.
getKey() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the key for the section that the label applies to.
getKey(int) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the key at the specified index.
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.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 the specified item, or null.
getKey() - Method in class org.jfree.data.general.Series
Returns the key for the series.
getKey() - Method in class org.jfree.data.KeyedObject
Returns the key.
getKey(int) - Method in class org.jfree.data.KeyedObjects
Returns the key at the specified position in the list.
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 the item at a given position.
getKey() - Method in class org.jfree.data.KeyedValuesItemKey
Returns the key.
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.category.CategoryToPieDataset
Returns the keys for the dataset.
getKeys() - Method in class org.jfree.data.DefaultKeyedValues
Returns the keys for the values in the collection.
getKeys() - Method in class org.jfree.data.general.DefaultPieDataset
Returns the categories in the dataset.
getKeys() - Method in class org.jfree.data.KeyedObjects
Returns a list containing all the keys in the list.
getKeys() - Method in interface org.jfree.data.KeyedValues
Returns the keys for the values in the collection.
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.LegendItem
Returns the label.
getLabel() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns the label text.
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.MeterInterval
Returns the label.
getLabel() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the 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.Crosshair
Returns the label anchor point.
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.
getLabelBackgroundColor() - Method in class org.jfree.chart.plot.Marker
Returns the label background color.
getLabelBackgroundPaint() - Method in class org.jfree.chart.plot.Crosshair
Returns the label background paint.
getLabelBackgroundPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label background paint.
getLabelDistributor() - Method in class org.jfree.chart.plot.PiePlot
Returns the object responsible for the vertical layout of the pie section labels.
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.LegendItem
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.Crosshair
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.
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.Crosshair
Returns the crosshair label generator.
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.
getLabelHeight() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the label height (you could derive this from the label itself, but we cache the value so it can be retrieved quickly).
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).
getLabelLinkDepth() - Method in class org.jfree.chart.plot.PiePlot
Returns the distance that the end of the label link is embedded into the plot, expressed as a percentage of the plot's radius.
getLabelLinkDepth() - Method in class org.jfree.chart.plot.RingPlot
This method overrides the default value for cases where the ring plot is very thin.
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.
getLabelLinkPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the label link paint for pie charts.
getLabelLinkStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the stroke used for the label linking lines.
getLabelLinkStyle() - Method in class org.jfree.chart.plot.PiePlot
Returns the label link style.
getLabelLinkStyle() - Method in class org.jfree.chart.StandardChartTheme
Returns the label link style for pie charts.
getLabelLinksVisible() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether or not label linking lines are visible.
getLabelLocation() - Method in class org.jfree.chart.axis.Axis
Returns the location of the axis label.
getLabelOffset() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the label offset.
getLabelOffset() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the label offset.
getLabelOffset() - Method in class org.jfree.chart.plot.Marker
Returns the label offset.
getLabelOffsetType() - Method in class org.jfree.chart.plot.Marker
Returns the label offset type.
getLabelOutlinePaint() - Method in class org.jfree.chart.plot.Crosshair
Returns the label outline paint.
getLabelOutlinePaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label outline paint.
getLabelOutlineStroke() - Method in class org.jfree.chart.plot.Crosshair
Returns the label outline stroke.
getLabelOutlineStroke() - Method in class org.jfree.chart.plot.PiePlot
Returns the section label outline stroke.
getLabelPadding() - Method in class org.jfree.chart.plot.PiePlot
Returns the label padding.
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.LegendItem
Returns the paint used to draw the label.
getLabelPaint() - Method in class org.jfree.chart.plot.Crosshair
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.
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.
getLabelTemplate() - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Returns the label template string.
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.
getLabelXOffset() - Method in class org.jfree.chart.plot.Crosshair
Returns the x-offset for the label (in Java2D units).
getLabelYOffset() - Method in class org.jfree.chart.plot.Crosshair
Returns the y-offset for the label (in Java2D units).
getLargeFont() - Method in class org.jfree.chart.StandardChartTheme
Returns the large font for this theme.
getLargerTickUnit(TickUnit) - Method in class org.jfree.chart.axis.NumberTickUnitSource
 
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 class org.jfree.chart.axis.TickUnits
Returns a tick unit that is larger than the supplied unit.
getLargerTickUnit(TickUnit) - Method in interface org.jfree.chart.axis.TickUnitSource
Returns the smallest tick unit available in the source that is larger than unit or, if there is no larger unit, returns 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.
getLastItemIndex() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
Returns the last item index (this is updated with each call to XYItemRendererState.startSeriesPass(XYDataset, int, int, int, int, int).
getLastLine() - Method in class org.jfree.chart.text.TextBlock
Returns the last line in the block.
getLastMillisecond() - Method in class org.jfree.data.time.Day
Returns the last millisecond of the day.
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() - Method in class org.jfree.data.time.Hour
Returns the last millisecond of the hour.
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 second.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Millisecond
Returns the last millisecond of the time period.
getLastMillisecond() - Method in class org.jfree.data.time.Minute
Returns the last millisecond of the minute.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Minute
Returns the last millisecond of the minute.
getLastMillisecond() - Method in class org.jfree.data.time.Month
Returns the last millisecond of the month.
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() - Method in class org.jfree.data.time.Quarter
Returns the last millisecond of the quarter.
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.
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() - Method in class org.jfree.data.time.Second
Returns the last millisecond of the second.
getLastMillisecond(Calendar) - Method in class org.jfree.data.time.Second
Returns the last millisecond of the second.
getLastMillisecond() - Method in class org.jfree.data.time.Week
Returns the last millisecond of the week.
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() - Method in class org.jfree.data.time.Year
Returns the last millisecond of the year.
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).
getLastTextFragment() - Method in class org.jfree.chart.text.TextLine
Returns the last text fragment in the line.
getLatestAngle() - Method in class org.jfree.chart.plot.PiePlotState
Returns the latest angle.
getLayerIndex(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the index for the specified layer.
getLeft() - Method in class org.jfree.chart.axis.AxisSpace
Returns the space reserved for axes at the left of the plot area.
getLeft() - Method in class org.jfree.chart.ui.RectangleInsets
Returns the left insets.
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 legend for the chart, if there is one.
getLegend(int) - Method in class org.jfree.chart.JFreeChart
Returns the nth legend for a chart, or null.
getLegendArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns the shape used to represent an area in the legend.
getLegendArea() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns the shape used to represent an area in the legend.
getLegendBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the legend background paint.
getLegendBar() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the shape used to represent bars in each legend item.
getLegendCollection() - Method in class org.jfree.chart.renderer.WaferMapRenderer
Builds the list of legend entries.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.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.CategoryStepRenderer
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.category.ScatterRenderer
Returns a legend item for a series.
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.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.XYAreaRenderer
Returns a default legend item for the specified series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns a default legend item for the specified 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 class org.jfree.chart.renderer.xy.XYDotRenderer
Returns a 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.
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.
getLegendItemGraphicPadding() - Method in class org.jfree.chart.title.LegendTitle
Returns the padding that will be applied to each item graphic.
getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item label generator.
getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the legend item label generator.
getLegendItemLabelGenerator() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the legend item label generator.
getLegendItemPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the legend item paint.
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 an item for each interval.
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 spider web 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.
getLegendItemShape() - Method in class org.jfree.chart.plot.MultiplePiePlot
Returns the shape used for legend items.
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.
getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item tool tip generator.
getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the legend item tool tip generator.
getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the legend item tool tip generator.
getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item URL generator.
getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the legend item URL generator.
getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the legend item URL generator.
getLegendLabelGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the legend label generator.
getLegendLabelToolTipGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the legend label tool tip generator.
getLegendLabelURLGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the legend label URL generator.
getLegendLine() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the shape used to represent a line in the legend.
getLegendLine() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns the shape used to represent a line in the legend.
getLegendLine() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns the shape used to represent a line in the legend.
getLegendLine() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns the shape used to represent a line in the legend.
getLegendShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the legend shape defined for the specified series (possibly null).
getLegendShape() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Returns the shape used to represent an item in the legend.
getLegendTextFont(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the legend text font defined for the specified series (possibly null).
getLegendTextPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the legend text paint defined for the specified series (possibly null).
getLength() - Method in class org.jfree.data.Range
Returns the length of the range.
getLength() - Method in class org.jfree.data.xy.Vector
Returns the length of the vector.
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.LegendItem
Returns the line.
getLine() - Method in class org.jfree.chart.title.LegendGraphic
Returns the line centered about (0, 0).
getLineAlignment() - Method in class org.jfree.chart.text.TextBlock
Returns the alignment of the lines of text within the block.
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.
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.
getLines() - Method in class org.jfree.chart.text.TextBlock
Returns an unmodifiable list containing the lines for the text block.
getLineSeparator() - Static method in class org.jfree.chart.util.StringUtils
Queries the system properties for the line separator.
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.
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.StrokeSample
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.CustomCategoryURLGenerator
Returns the number of URL lists stored by the renderer.
getListCount() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns the number of URL maps stored by the renderer.
getListCount() - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Returns the number of URL lists stored by the renderer.
getListeners(Class) - Method in class org.jfree.chart.ChartPanel
Returns an array of the listeners of the given type registered with the panel.
getListeners(Class) - Method in class org.jfree.chart.plot.Marker
Returns an array containing all the listeners of the specified type.
getLocale() - Method in class org.jfree.chart.axis.DateAxis
Returns the locale for this axis.
getLocale() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the locale for this axis.
getLog10TickLabelsFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the 'log10TickLabelsFlag' flag.
getLow() - Method in class org.jfree.data.time.ohlc.OHLC
Returns the low value.
getLow(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the low-value for an item within a series.
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.
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.dial.StandardDialRange
Returns the lower bound (a data value) of the dial range.
getLowerBound() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the lower bound for the scale.
getLowerBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the lower bound for the thermometer.
getLowerBound() - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns the lower bound.
getLowerBound() - Method in class org.jfree.chart.renderer.LookupPaintScale
Returns the lower bound.
getLowerBound() - Method in interface org.jfree.chart.renderer.PaintScale
Returns the lower bound for the scale.
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.
getLowerMillis() - Method in class org.jfree.data.time.DateRange
Returns the lower bound of the range in milliseconds.
getLowerY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the lower bound of the label.
getLowValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
Returns the low value.
getLowValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the low-value 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.
getMajorTickIncrement() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the increment (in data units) between major tick labels.
getMajorTickLength() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the length factor for the major tick marks.
getMajorTickPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the major tick paint.
getMajorTickStroke() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the stroke used to draw the major tick marks.
getMajorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the class that controls the spacing of the major tick marks.
getMargin() - Method in class org.jfree.chart.block.AbstractBlock
Returns the margin.
getMargin() - Method in class org.jfree.chart.plot.PolarPlot
Returns the margin around the plot area.
getMargin() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the margin which is a percentage amount by which the bars are trimmed.
getMarker() - Method in class org.jfree.chart.event.MarkerChangeEvent
Returns the marker that triggered the event.
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.
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.
getMaxHeight() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns the maximum height.
getMaxIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Returns the icon displayed for the maximum value data item within each category.
getMaximumBarWidth() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the maximum bar width, as a percentage of the available drawing space.
getMaximumBarWidth() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the maximum bar width as a percentage of the available drawing space.
getMaximumCategoryCount() - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns the maximum category count.
getMaximumCategoryCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the maximum category count.
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.
getMaximumItemAge() - Method in class org.jfree.data.time.TimeSeries
Returns the maximum item age (in time periods) for the series.
getMaximumItemCount() - Method in class org.jfree.data.ComparableObjectSeries
Returns the maximum number of items that will be retained in the series.
getMaximumItemCount() - Method in class org.jfree.data.time.TimeSeries
Returns the maximum number of items that will be retained in the series.
getMaximumItemCount() - Method in class org.jfree.data.xy.XYSeries
Returns the maximum number of items that will be retained in the series.
getMaximumItemWidth() - Method in class org.jfree.chart.renderer.category.LevelRenderer
Returns the maximum width, as a percentage of the available drawing space.
getMaximumLabelWidth() - Method in class org.jfree.chart.plot.PiePlot
Returns the maximum label width as a percentage of the plot width.
getMaximumLinesToDisplay() - Method in class org.jfree.chart.title.TextTitle
Returns the maximum number of lines to display.
getMaximumXValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the highest x-value represented in this dataset.
getMaximumXValue() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the highest x-value represented in this dataset.
getMaximumYValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the highest y-value represented in this dataset.
getMaximumYValue() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the highest y-value represented in this dataset.
getMaxMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the maximum middle milliseconds.
getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum outlier (non-farout) for an item.
getMaxOutlier(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum outlier (non-farout) for an item.
getMaxOutlier() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the maximum outlier.
getMaxOutlier(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum outlier (non farout) value for an item.
getMaxOutlier(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum outlier (non farout) value for an item.
getMaxOutlier(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum regular (non-outlier) value for an item.
getMaxRegularValue(Comparable, Comparable) - Method in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Returns the maximum regular (non-outlier) value for an item.
getMaxRegularValue() - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Returns the maximum regular value.
getMaxRegularValue(int, int) - Method in interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
Returns the max-value for the specified series and item.
getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum regular (non outlier) value for an item.
getMaxRegularValue(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the maximum regular (non outlier) value for an item.
getMaxRegularValue(int, int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the max-value for the specified series and item.
getMaxStartIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the maximum start milliseconds.
getMaxTemplateValue() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the template value for the maximum size of the indicator bounds.
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.
getMaxWidth() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns the maximum width.
getMaxX() - Method in class org.jfree.data.xy.XYSeries
Returns the largest x-value in the series, ignoring any Double.NaN values.
getMaxY() - Method in class org.jfree.data.time.TimeSeries
Returns the largest y-value in the series, ignoring any null and Double.NaN values.
getMaxY() - Method in class org.jfree.data.xy.XYSeries
Returns the largest y-value in the series, ignoring any Double.NaN values.
getMean() - Method in class org.jfree.data.function.NormalDistributionFunction2D
Returns the mean for the function.
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() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns the mean as a double primitive.
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 in degrees.
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.
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.data.time.Millisecond
Returns the millisecond.
getMillisecond(TimePeriodAnchor, Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
Returns the millisecond (relative to the epoch) corresponding to the specified anchor using the supplied calendar (which incorporates a time zone).
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
Returns the icon displayed for the minimum value data item within each category.
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.
getMinimumXValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the lowest x-value represented in this dataset.
getMinimumXValue() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the lowest x-value represented in this dataset.
getMinimumYValue() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the lowest y-value represented in this dataset.
getMinimumYValue() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the lowest y-value represented in this dataset.
getMinMiddleIndex() - Method in class org.jfree.data.time.TimePeriodValues
Returns the index of the time period with the minimum middle milliseconds.
getMinorTickCount() - Method in class org.jfree.chart.axis.TickUnit
Returns the minor tick count.
getMinorTickCount() - Method in class org.jfree.chart.axis.ValueAxis
Returns the number of minor tick marks to display.
getMinorTickCount() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the number of minor tick marks between major tick marks.
getMinorTickLength() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the length factor for the minor tick marks.
getMinorTickMarkInsideLength() - Method in class org.jfree.chart.axis.Axis
Returns the inside length of the minor tick marks.
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.Axis
Returns the outside length of 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.
getMinorTickPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the paint used to draw the minor tick marks.
getMinorTickStroke() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the stroke used to draw the minor tick marks.
getMinorTickTimePeriodClass() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the class that controls the spacing of the minor tick marks.
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.
getMinute() - Method in class org.jfree.data.time.Minute
Returns the minute.
getMinute() - Method in class org.jfree.data.time.Second
Returns the minute.
getMinuteSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the string that is appended to the minute count.
getMinValue() - Method in class org.jfree.data.general.WaferMapDataset
Returns the minimum value stored in the dataset.
getMinX() - Method in class org.jfree.data.xy.XYSeries
Returns the smallest x-value in the series, ignoring any Double.NaN values.
getMinY() - Method in class org.jfree.data.time.TimeSeries
Returns the smallest y-value in the series, ignoring any null and Double.NaN values.
getMinY() - Method in class org.jfree.data.xy.XYSeries
Returns the smallest y-value in the series, ignoring any null and Double.NaN values.
getMonth() - Method in class org.jfree.chart.date.SerialDate
Returns the month (January = 1, February = 2, March = 3).
getMonth() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns the month (January = 1, February = 2, March = 3).
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.
getMonths() - Static method in class org.jfree.chart.date.SerialDate
Returns an array of month names.
getMonths(boolean) - Static method in class org.jfree.chart.date.SerialDate
Returns an array of month names.
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.
getMultiple() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the unit multiple.
getName() - Method in class org.jfree.chart.StandardChartTheme
Returns the name of this theme.
getNearestDayOfWeek(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Returns the date that falls on the specified day-of-the-week and is CLOSEST to the base date.
getNearestDayOfWeek(int) - Method in class org.jfree.chart.date.SerialDate
Returns the nearest date that falls on the specified day-of-the-week.
getNeedlePaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint for the needle.
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(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for negative values.
getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for negative values.
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.
getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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.
getNextFillPaint() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns the next fill paint in the sequence.
getNextFillPaint() - Method in interface org.jfree.chart.plot.DrawingSupplier
Returns the next fill paint in a sequence maintained by the supplier.
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.
getNotify() - Method in class org.jfree.chart.annotations.AbstractAnnotation
Returns a flag that indicates whether listeners should be notified about changes to the annotation.
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.AbstractDataset
Returns the value of the notify flag.
getNotify() - Method in class org.jfree.data.general.Series
Returns the flag that controls whether or not change events are sent to registered listeners.
getNullYString() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the string representing a null value.
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.
getNumberFormat() - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Returns the number formatter.
getNumberFormat() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the formatter used to format the value.
getNumberFormatOverride() - Method in class org.jfree.chart.axis.LogAxis
Returns the number format override.
getNumberFormatOverride() - Method in class org.jfree.chart.axis.NumberAxis
Returns the number format override.
getNumberOfDigits() - Method in class org.jfree.chart.util.HexNumberFormat
Returns the number of digits.
getObject() - Method in class org.jfree.data.ComparableObjectItem
Returns the y-value.
getObject() - Method in class org.jfree.data.KeyedObject
Returns the object.
getObject(int) - Method in class org.jfree.data.KeyedObjects
Returns an object from the list.
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
Returns the icon drawn for each data item.
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.
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.
getOpen() - Method in class org.jfree.data.time.ohlc.OHLC
Returns the open value.
getOpen(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the open-value for an item within a series.
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.
getOpenTickPaint() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the paint used to draw the ticks for the open values.
getOpenValue() - Method in class org.jfree.data.time.ohlc.OHLCItem
Returns the open value.
getOpenValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the open-value 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() - Method in class org.jfree.chart.axis.AxisLocation
Returns the location that is opposite to this location.
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.function.PolynomialFunction2D
Returns the order of the polynomial.
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 interface org.jfree.chart.plot.Pannable
Returns the orientation of the plot.
getOrientation() - Method in class org.jfree.chart.plot.PolarPlot
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.
getOuterRadius() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the outer radius, relative to the framing rectangle.
getOuterRadius() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns the outer radius.
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.
getOuterWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the outer window.
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 a list 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 a list of outliers for the specified series and item.
getOutlinePaint() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the outline paint for the annotation.
getOutlinePaint() - Method in class org.jfree.chart.LegendItem
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.dial.DialCap
Returns the paint used to draw the outline of the cap.
getOutlinePaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
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.MeterInterval
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.text.TextBox
Returns the outline paint.
getOutlinePaint() - Method in class org.jfree.chart.title.LegendGraphic
Returns the outline paint.
getOutlineStroke() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the outline stroke for the annotation.
getOutlineStroke() - Method in class org.jfree.chart.LegendItem
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.dial.DialCap
Returns the stroke used to draw the outline of the cap.
getOutlineStroke() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
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.MeterInterval
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.text.TextBox
Returns the outline stroke.
getOutlineStroke() - Method in class org.jfree.chart.title.LegendGraphic
Returns the outline stroke.
getOwner() - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns the owner (as specified in the constructor).
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.JFreeChart
Returns the padding between the chart border and the chart drawing area.
getPadding() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the padding for the thermometer.
getPaint() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the paint used to draw the connecting line.
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() - Method in class org.jfree.chart.block.BlockBorder
Returns the paint used to draw the border.
getPaint() - Method in class org.jfree.chart.block.ColorBlock
Returns the paint.
getPaint() - Method in class org.jfree.chart.block.LabelBlock
Returns the paint.
getPaint() - Method in class org.jfree.chart.block.LineBorder
Returns the paint.
getPaint(Comparable) - Method in class org.jfree.chart.PaintMap
Returns the paint associated with the specified key, or null.
getPaint() - Method in class org.jfree.chart.plot.Crosshair
Returns the paint for the crosshair line.
getPaint() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns the paint used to fill the background.
getPaint() - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Returns the paint.
getPaint() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns the paint used to display the label.
getPaint() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the paint.
getPaint() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns the paint used to highlight the range.
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(double) - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns a paint for the specified value.
getPaint(double) - Method in class org.jfree.chart.renderer.LookupPaintScale
Returns the paint associated with the specified value.
getPaint(double) - Method in interface org.jfree.chart.renderer.PaintScale
Returns a Paint instance for the specified value.
getPaint(XYDataset, int, int) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Get the paint for a given series and item from a dataset.
getPaint() - Method in class org.jfree.chart.text.TextFragment
Returns the text paint.
getPaint() - Method in class org.jfree.chart.title.TextTitle
Returns the paint used to display the title string.
getPaint() - Method in class org.jfree.chart.ui.PaintSample
Returns the current Paint object being displayed in the panel.
getPaint(int) - Method in class org.jfree.chart.util.PaintList
Returns a Paint object from the list.
getPaintScale() - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the paint scale used by the renderer.
getPaintScale() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the paint scale used by the renderer.
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).
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.LineAndShapeRenderer
This renderer uses two passes to draw the data.
getPassCount() - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Returns the number of passes (2) required by this renderer.
getPassCount() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the number of passes (3) 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.ClusteredXYBarRenderer
Returns the number of passes through the dataset that this renderer requires.
getPassCount() - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns the number of passes (through the dataset) used by this renderer.
getPassCount() - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
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.StackedXYBarRenderer
Returns 3 to indicate that this renderer requires three passes for drawing (shadows are drawn in the first pass, the bars in the second, and item labels are drawn in the third pass so that they always appear in front of all the bars).
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.XYLineAndShapeRenderer
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.XYShapeRenderer
Returns the number of passes required by this renderer.
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(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the percent complete for a given item.
getPercentComplete(Comparable, Comparable, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the percentage complete value of a sub-interval for a given item.
getPercentComplete(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the percent complete for a given item.
getPercentComplete(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
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.ohlc.OHLCItem
Returns the period.
getPeriod(int) - Method in class org.jfree.data.time.ohlc.OHLCSeries
Returns the time period for the specified item.
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.AbstractPieLabelDistributor
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.axis.Axis
Returns the plot that the axis is assigned to.
getPlot() - Method in class org.jfree.chart.entity.PlotEntity
Returns the plot that occupies the entity area.
getPlot() - Method in class org.jfree.chart.event.PlotChangeEvent
Returns the plot that generated the event.
getPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot for the chart.
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.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.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.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.XYStepAreaRenderer
Returns true if Area is being plotted by the renderer.
getPlotBackgroundPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the plot background paint.
getPlotDiscontinuous() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns a flag that controls whether or not the renderer shows discontinuous lines.
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.
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.
getPlotOutlinePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the plot outline paint.
getPlotShapes() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
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.dial.DialPlot
Returns the plot type.
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.
getPlotValue(int, int) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the value to be plotted at the intersection of the series and the category.
getPoint() - Method in class org.jfree.chart.renderer.Outlier
Returns the xy coordinates of the bounding box containing the outlier ellipse.
getPointerForDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the dial pointer that is associated with the specified dataset, or null.
getPointerIndex(DialPointer) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the index for the specified pointer.
getPointInRectangle(double, double, Rectangle2D) - Static method in class org.jfree.chart.util.ShapeUtils
Returns a point based on (x, y) but constrained to be within the bounds of a given rectangle.
getPolygonCoordinates() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns the coordinates of the polygon's vertices.
getPolynomialRegression(XYDataset, int, int) - Static method in class org.jfree.data.statistics.Regression
Returns the parameters 'a0', 'a1', 'a2', ..., 'an' for a polynomial function of order n, y = a0 + a1 * x + a2 * x^2 + ...
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).
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(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for positive values.
getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label position for positive values.
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.
getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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.
getPositivePrefix() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the string that is prepended to the format if the relative time is positive.
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.
getPrecision() - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Returns the number of line segments used to approximate the spline curve between data points.
getPreferredSize() - Method in class org.jfree.chart.ui.PaintSample
Returns the preferred size of the component.
getPreferredSize() - Method in class org.jfree.chart.ui.StrokeSample
Returns the preferred size of the component.
getPrefix() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Returns the prefix string.
getPreviousDayOfWeek(int, SerialDate) - Static method in class org.jfree.chart.date.SerialDate
Returns the latest date that falls on the specified day-of-the-week and is BEFORE the base date.
getPreviousDayOfWeek(int) - Method in class org.jfree.chart.date.SerialDate
Returns the latest date that falls on the specified day-of-the-week and is BEFORE this date.
getPreviousHeight(TableXYDataset, 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 item.
getProcessVisibleItemsOnly() - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
Returns the flag that controls whether the plot passes all data items in each series to the renderer, or just the visible items.
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.SunJPEGEncoderAdapter
Returns the quality of the image encoding, which is a number in the range 0.0f to 1.0f (higher values give better quality output, but larger file sizes).
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.plot.dial.DialCap
Returns the radius of the cap, as a percentage of the dial's framing rectangle.
getRadius() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns the radius of the pointer, as a percentage of the dial's framing rectangle.
getRadius() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns the radius used to calculate the anchor point.
getRadius() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the radius.
getRadius() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns the radius, relative to the framing rectangle.
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.ValueAxis
Returns the range for the axis.
getRange() - Method in class org.jfree.chart.plot.MeterInterval
Returns the range.
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.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 the range axis with the specified index, or null if there is no axis with that index.
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.CategoryPlot
Returns the number of range axes.
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.CategoryPlot
Returns the index of the specified axis, or -1 if the axis is not assigned to the plot.
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.
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(List, boolean) - Method in interface org.jfree.data.category.CategoryRangeInfo
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 interface org.jfree.data.RangeInfo
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.DefaultMultiValueCategoryDataset
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Returns the bounds of the values in this dataset's y-values.
getRangeBounds(boolean) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the value range.
getRangeBounds(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the bounds for the y-values in the dataset.
getRangeBounds(List, Range, boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the bounds for the y-values in the dataset.
getRangeBounds(List, Range, boolean) - Method in interface org.jfree.data.xy.XYRangeInfo
Returns the range of the values in this dataset's range.
getRangeBounds(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the range of the values in this dataset's range.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint used to draw the range crosshair.
getRangeCrosshairPaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the range crosshair paint.
getRangeCrosshairs() - Method in class org.jfree.chart.panel.CrosshairOverlay
Returns a new list containing the range crosshairs for this overlay.
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.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.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.
getRangeGridlinePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the range grid line paint.
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 class org.jfree.data.jdbc.JDBCXYDataset
Returns the minimum y-value in the dataset.
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.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.DefaultMultiValueCategoryDataset
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.
getRangeLowerBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the minimum y-value in the dataset.
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.
getRangeMinorGridlinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint for the minor grid lines (if any) plotted against the range axis.
getRangeMinorGridlinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the minor grid lines (if any) plotted against the range axis.
getRangeMinorGridlineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke for the minor grid lines (if any) plotted against the range axis.
getRangeMinorGridlineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke for the minor grid lines (if any) plotted against the range axis.
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 class org.jfree.data.jdbc.JDBCXYDataset
Returns the maximum y-value in the dataset.
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.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.DefaultMultiValueCategoryDataset
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.
getRangeUpperBound(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the maximum y-value in the dataset.
getRangeZeroBaselinePaint() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the paint for the zero baseline (if any) plotted against the range axis.
getRangeZeroBaselinePaint() - Method in class org.jfree.chart.plot.XYPlot
Returns the paint for the zero baseline (if any) plotted against the range axis.
getRangeZeroBaselineStroke() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the stroke used for the zero baseline against the range axis.
getRangeZeroBaselineStroke() - Method in class org.jfree.chart.plot.XYPlot
Returns the stroke used for the zero baseline against the range axis.
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.
getRefreshBuffer() - Method in class org.jfree.chart.ChartPanel
Returns the flag that controls whether or not the offscreen buffer needs to be refreshed.
getRegularFont() - Method in class org.jfree.chart.StandardChartTheme
Returns the regular font.
getRenderAsPercentages() - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Returns true if the renderer displays each item value as a percentage (so that the stacked areas add to 100%), and false otherwise.
getRenderAsPercentages() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns true if the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and false otherwise.
getRenderAsPercentages() - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Returns true if the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and false otherwise.
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 primary renderer.
getRenderer(int) - Method in class org.jfree.chart.plot.PolarPlot
Returns the renderer at the specified index, if there is one.
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 with the specified index, or null.
getRendererCount() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the number of renderer slots for this plot.
getRendererCount() - Method in class org.jfree.chart.plot.XYPlot
Returns the number of renderer slots for this plot.
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 (this is either the renderer with the same index as the dataset or, if there isn't a renderer with the same index, the default renderer).
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.
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.
getRight() - Method in class org.jfree.chart.ui.RectangleInsets
Returns the right insets.
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.
getRollMultiple() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the roll unit multiple.
getRollUnitType() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the roll unit type.
getRootPlot() - Method in class org.jfree.chart.plot.Plot
Returns the root plot.
getRoseCenterPaint() - Method in class org.jfree.chart.plot.CompassPlot
Returns the paint used to fill the inner background area of the compass.
getRoseHighlightPaint() - Method in class org.jfree.chart.plot.CompassPlot
Returns the paint used to draw the circles, symbols and labels on the compass.
getRosePaint() - Method in class org.jfree.chart.plot.CompassPlot
Returns the paint used to fill the outer circle of the compass.
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 in radians.
getRotationAngle() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the rotation angle.
getRoundXCoordinates() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values.
getRoundXCoordinates() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values.
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.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.category.SlidingCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row count.
getRowCount() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the number of rows in the table.
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.KeyedObjects2D
Returns the row count.
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.DefaultMultiValueCategoryDataset
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 interface org.jfree.data.Values2D
Returns the number of rows in the table.
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.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.category.SlidingCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the row index for the given row key.
getRowIndex(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Returns the row index for a given key, or -1 if the key is not recognised.
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.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the row index for a given key.
getRowIndex(Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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() - Method in class org.jfree.chart.entity.CategoryItemEntity
Returns the row key.
getRowKey() - Method in class org.jfree.chart.plot.CategoryCrosshairState
Returns the row key.
getRowKey(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Returns the key for the specified row.
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.category.SlidingCategoryDataset
Returns the row key for a given index.
getRowKey(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the key for a given row.
getRowKey(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the row key for a given index.
getRowKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the key for a row.
getRowKey(int) - Method in class org.jfree.data.KeyedObjects2D
Returns the key for a given row.
getRowKey(int) - Method in interface org.jfree.data.KeyedValues2D
Returns the row key for a given index.
getRowKey() - Method in class org.jfree.data.KeyedValues2DItemKey
Returns the row key.
getRowKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns a row key.
getRowKey(int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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.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.category.SlidingCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns the row keys in an unmodifiable list.
getRowKeys() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.gantt.TaskSeriesCollection
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.statistics.DefaultBoxAndWhiskerCategoryDataset
Returns the row keys.
getRowKeys() - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
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.
getScale(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the scale at the given index.
getScale() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the scale used to convert values to colors.
getScaleFactor() - Method in class org.jfree.data.xy.NormalizedMatrixSeries
Returns the factor that multiplies each item in this series when observed using getItem mehtod.
getScaleForDataset(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the dial scale for a specific dataset.
getScaleIndex() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns the scale index.
getScaleType() - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Returns the scale type that was set when the renderer was constructed.
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.
getScreenDataArea() - Method in class org.jfree.chart.ChartPanel
Returns the data area for the chart (the area inside the axes) with the current scaling applied (that is, the area as it appears on screen).
getScreenDataArea(int, int) - Method in class org.jfree.chart.ChartPanel
Returns the data area (the area inside the axes) for the plot or subplot, 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.
getSecondSuffix() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the string that is appended to the second count.
getSectionDepth() - Method in class org.jfree.chart.plot.RingPlot
Returns the depth of each section, expressed as a percentage of the plot radius.
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.
getSectionKey(int) - Method in class org.jfree.chart.plot.PiePlot
Returns a key for the specified section.
getSectionOutlinePaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline paint associated with the specified key, or null if there is no paint associated with the key.
getSectionOutlineStroke(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline stroke associated with the specified key, or null if there is no stroke associated with the key.
getSectionOutlinesVisible() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether or not the outline is drawn for each pie section.
getSectionPaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint associated with the specified key, or null if there is no paint associated with the key.
getSelectedFont() - Method in class org.jfree.chart.ui.FontChooserPanel
Returns a Font object representing the selection in the panel.
getSelectedName() - Method in class org.jfree.chart.ui.FontChooserPanel
Returns the selected name.
getSelectedSize() - Method in class org.jfree.chart.ui.FontChooserPanel
Returns the selected size.
getSelectedStroke() - Method in class org.jfree.chart.ui.StrokeChooserPanel
Returns the selected stroke.
getSelectedStyle() - Method in class org.jfree.chart.ui.FontChooserPanel
Returns the selected style.
getSelector() - Method in class org.jfree.chart.ui.StrokeChooserPanel
Returns the selector component.
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(Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a series from the collection.
getSeries(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns a series from the collection.
getSeries(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns a series from the collection.
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(Comparable) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the series with the specified key, 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(int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns a series from the collection.
getSeries(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns a series from the collection.
getSeries(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns a series from the collection.
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.
getSeries(Comparable) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns a series from the collection.
getSeries(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns a series from the collection.
getSeriesBarWidth(int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Returns the bar width for a series, or Double.NaN if no width has been set.
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.gantt.TaskSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.general.AbstractSeriesDataset
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.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.ohlc.OHLCSeriesCollection
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.DefaultIntervalXYDataset
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.DefaultXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class org.jfree.data.xy.DefaultXYZDataset
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.VectorSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.XIntervalSeriesCollection
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.XYIntervalSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class org.jfree.data.xy.YIntervalSeriesCollection
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.
getSeriesCreateEntities(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
getSeriesCreateEntities(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
getSeriesFillPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesFillPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesFillPaint(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesIndex() - Method in class org.jfree.chart.entity.XYItemEntity
Returns the series index.
getSeriesIndex() - Method in class org.jfree.chart.LegendItem
Returns the series index for this legend item.
getSeriesIndex() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Returns the series index for the current path.
getSeriesIndex() - Method in class org.jfree.chart.title.LegendItemBlockContainer
Returns the series index.
getSeriesIndex(Comparable) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns a series index.
getSeriesIndex(Comparable) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the index of the series with the specified key, or -1 if no series has that key.
getSeriesIndex(Comparable) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the index of the series with the specified key, or -1 if no series has that key.
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.
getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to draw the item labels for a series.
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.
getSeriesKey() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns the series key that identifies the legend item.
getSeriesKey() - Method in class org.jfree.chart.LegendItem
Returns the series key.
getSeriesKey(int) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the name of the given series.
getSeriesKey() - Method in class org.jfree.chart.title.LegendItemBlockContainer
Returns the series key.
getSeriesKey(int) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeriesKey(int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the name of a series.
getSeriesKey(int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the name of a series.
getSeriesKey(int) - Method in class org.jfree.data.general.AbstractSeriesDataset
Returns the key for a series.
getSeriesKey(int) - Method in interface org.jfree.data.general.SeriesDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns the key for the specified series.
getSeriesKey(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Returns the name of the series stored in this dataset.
getSeriesKey(int) - Method in class org.jfree.data.statistics.HistogramDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.time.TimeTableXYDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Returns the key for the series stored in this dataset.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Returns the series key.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultWindDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns the key for a series.
getSeriesKey() - Method in class org.jfree.data.xy.XYItemKey
Returns the series key.
getSeriesKey(int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the key for a series.
getSeriesKey(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the key for a series.
getSeriesLinesVisible(int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag used to control whether or not the lines for a series are visible.
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.
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 color an item drawn by the renderer.
getSeriesParameterName() - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Returns the series parameter name.
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.
getSeriesRenderingOrder() - Method in class org.jfree.chart.plot.XYPlot
Returns the series rendering order.
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.category.ScatterRenderer
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.category.LineAndShapeRenderer
Returns the flag used to control whether or not the shapes for a series are visible.
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.DefaultPolarItemRenderer
Returns the tool tip generator for the specified series.
getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Returns the tool tip generator for a series.
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.
getSeriesVisibilityChanged() - Method in class org.jfree.chart.event.RendererChangeEvent
Returns the flag that indicates whether or not the event relates to a change in series visibility.
getSeriesVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisibleInLegend(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether a series is visible in the legend.
getSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls whether a series is visible 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.
getSeriesWidth() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the width of the interval for each series this dataset.
getShadowColor() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns the shadow color.
getShadowGenerator() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the shadow generator for the plot, if any.
getShadowGenerator() - Method in class org.jfree.chart.plot.PiePlot
Returns the shadow generator for the plot, if any.
getShadowGenerator() - Method in class org.jfree.chart.plot.XYPlot
Returns the shadow generator for the plot, if any.
getShadowOpacity() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns the shadow opacity.
getShadowPaint() - Method in class org.jfree.chart.plot.PiePlot
Returns the shadow paint.
getShadowPaint() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the shadow paint.
getShadowPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the shadow paint.
getShadowPaint() - Method in class org.jfree.chart.text.TextBox
Returns the shadow paint.
getShadowSize() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns the shadow size.
getShadowsVisible() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the flag that controls whether or not shadows are drawn for the bars.
getShadowsVisible() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the flag that controls whether or not shadows are drawn for the bars.
getShadowXOffset() - Method in class org.jfree.chart.plot.PiePlot
Returns the x-offset for the shadow effect.
getShadowXOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the shadow x-offset.
getShadowXOffset() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the shadow x-offset.
getShadowXOffset() - Method in class org.jfree.chart.text.TextBox
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.
getShadowYOffset() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the shadow y-offset.
getShadowYOffset() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the shadow y-offset.
getShadowYOffset() - Method in class org.jfree.chart.text.TextBox
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.
getShape(int) - Method in class org.jfree.chart.util.ShapeList
Returns a Shape object from the list.
getShapeAnchor() - Method in class org.jfree.chart.title.LegendGraphic
Returns the shape anchor.
getShapeCoords() - Method in class org.jfree.chart.entity.ChartEntity
Returns the shape coordinates as a string.
getShapeLocation() - Method in class org.jfree.chart.title.LegendGraphic
Returns the shape location.
getShapePaint() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns the paint used for rendering shapes, or null if using series paints.
getShapeStroke() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns the stroke used for rendering shapes, or null if using series strokes.
getShapesVisible() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if a shape will be drawn for every item, or false if not.
getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns a flag that controls whether or not shapes are drawn for each data value.
getShapesVisible() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns true if shapes are being plotted by the renderer.
getShapeType() - Method in class org.jfree.chart.entity.ChartEntity
Returns a string describing the entity area.
getSharedAxisStates() - Method in class org.jfree.chart.plot.PlotState
Returns a map containing the shared axis states.
getShowZeroDays() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the flag that controls whether or not zero day counts are shown in the formatted output.
getShowZeroHours() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns the flag that controls whether or not zero hour counts are shown in the formatted output.
getSimpleLabelOffset() - Method in class org.jfree.chart.plot.PiePlot
Returns the offset used for the simple labels, if they are displayed.
getSimpleLabels() - Method in class org.jfree.chart.plot.PiePlot
Returns the flag that controls whether simple or extended labels are displayed on the plot.
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() - Method in class org.jfree.data.function.LineFunction2D
Returns the 'b' coefficient that was specified in the constructor.
getSlope(Number[], Number[]) - Static method in class org.jfree.data.statistics.Statistics
Finds the slope of a regression line using least squares.
getSmallestValue() - Method in class org.jfree.chart.axis.LogAxis
Returns the smallest value represented by the axis.
getSmallFont() - Method in class org.jfree.chart.StandardChartTheme
Returns the small font.
getSortOrder() - Method in class org.jfree.chart.title.LegendTitle
Gets the order used to display legend items.
getSources() - Method in class org.jfree.chart.title.LegendTitle
Returns the legend item sources.
getStackValues(CategoryDataset, int, int, int[]) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Calculates the stacked values (one positive and one negative) of all series up to, but not including, series for the specified item.
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.function.NormalDistributionFunction2D
Returns the standard deviation for the function.
getStandardDeviation() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns the standard deviation.
getStandardDeviationValue() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns the standard deviation as a double primitive.
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.dial.ArcDialFrame
Returns the start angle.
getStartAngle() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the start angle for the scale (in degrees using the same orientation as Java's Arc2D class).
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.
getStartMillis() - Method in class org.jfree.data.time.SimpleTimePeriod
Returns the start date/time in milliseconds.
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.
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, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(int, int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the start value of a sub-interval for a given item.
getStartValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the start value for the interval for a given series and category.
getStartValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the start value for the interval for a given series and category.
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.gantt.XYTaskDataset
Returns the starting date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
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.DefaultIntervalXYDataset
Returns the starting x-value for an item within a series.
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 lower bound of the x-interval for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the start value of the x-interval for an item within a series.
getStartX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the start x-value for an item within a series.
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.XYIntervalSeriesCollection
Returns the start x-value for an item within a series.
getStartX(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the starting X value for the specified series and item.
getStartX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the start x-value for an item within a series.
getStartXValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the starting date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the starting x-value for an item within a series.
getStartXValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the lower bound of the x-interval (as a double primitive) for the specified series and item.
getStartXValue(int, int) - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns the start value of the x-interval 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.
getStartXValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
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.XYBarDataset
Returns the starting x-value (as a double primitive) for an item within a series.
getStartXValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns the start x-value (as a double primitive) for an item within a series.
getStartY(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the starting value of the y-interval for an item in the given series.
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.DefaultIntervalXYDataset
Returns the starting y-value for an item within a series.
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 lower bound of the y-interval for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the start y-value for an item within a series.
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.XYIntervalSeriesCollection
Returns the start y-value for an item within a series.
getStartY(int, int) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the starting Y value for the specified series and item.
getStartY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the start y-value for an item within a series.
getStartYValue(int, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the starting value of the y-interval for an item in the given series.
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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the starting y-value for an item within a series.
getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYDataset
Returns the lower bound of the y-interval (as a double primitive) for the specified series and item.
getStartYValue(int, int) - Method in interface org.jfree.data.xy.IntervalXYZDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the starting y-value (as a double primitive) for an item within a series.
getStartYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
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.YIntervalSeriesCollection
Returns the start y-value (as a double primitive) for an item within a series.
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.
getStepPoint() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns the fraction of the domain position between two points on which the step is drawn.
getStepPoint() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Returns the fraction of the domain position between two points on which the step is drawn.
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.
getStringWidth(String, int, int) - Method in class org.jfree.chart.text.G2TextMeasurer
Returns the string width.
getStringWidth(String, int, int) - Method in interface org.jfree.chart.text.TextMeasurer
Calculates the width of a String in the current Graphics context.
getStripOutlinePaint() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the paint used to draw the outline of the paint strip.
getStripOutlineStroke() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the stroke used to draw the outline around the paint strip.
getStripWidth() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the width of the paint strip, in Java2D units.
getStroke() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the stroke used to draw the connecting line.
getStroke() - Method in class org.jfree.chart.block.LineBorder
Returns the stroke.
getStroke() - Method in class org.jfree.chart.plot.Crosshair
Returns the stroke for the crosshair line.
getStroke() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the stroke.
getStroke() - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Returns the stroke.
getStroke() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns the stroke for the frame.
getStroke() - Method in class org.jfree.chart.plot.Marker
Returns the stroke.
getStroke(Comparable) - Method in class org.jfree.chart.StrokeMap
Returns the stroke associated with the specified key, or null.
getStroke() - Method in class org.jfree.chart.ui.StrokeSample
Returns the current Stroke object being displayed.
getStroke(int) - Method in class org.jfree.chart.util.StrokeList
Returns a Stroke object from the list.
getSubdivisionCount() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the number of subdivisions used to draw the scale.
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(Comparable, Comparable) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the number of sub-intervals for a given item.
getSubIntervalCount(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
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 (possibly zero).
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 the list of subplots.
getSubrangePaint(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Gets the paint used for a particular subrange.
getSubtask(int) - Method in class org.jfree.data.gantt.Task
Returns a sub-task.
getSubtaskCount() - Method in class org.jfree.data.gantt.Task
Returns the sub-task count.
getSubtitle(int) - Method in class org.jfree.chart.JFreeChart
Returns a chart subtitle.
getSubtitleCount() - Method in class org.jfree.chart.JFreeChart
Returns the number of titles for the chart.
getSubtitlePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the subtitle paint.
getSubtitles() - Method in class org.jfree.chart.JFreeChart
Returns the list of subtitles for the chart.
getSurroundingItems(int, long) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the indices of the two data items surrounding a particular millisecond value.
getSymbols() - Method in class org.jfree.chart.axis.SymbolAxis
Returns an array of the symbols for the axis.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jfree.chart.ui.NumberCellRenderer
Returns itself as the renderer.
getTasks() - Method in class org.jfree.data.gantt.TaskSeries
Returns an unmodifialble list of the tasks in the series.
getTasks() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the underlying task series collection that was supplied to the constructor.
getTempFilePrefix() - Static method in class org.jfree.chart.servlet.ServletUtilities
Returns the prefix for the temporary file names generated by this class.
getTemplateValue() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the template value.
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.text.TextFragment
Returns the text.
getText() - Method in class org.jfree.chart.title.TextTitle
Returns the title text.
getTextAlignment() - Method in class org.jfree.chart.title.TextTitle
Returns the text alignment.
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.block.LabelBlock
Returns the text anchor (never null).
getTextAnchor() - Method in class org.jfree.chart.labels.ItemLabelPosition
Returns the text anchor.
getTextAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the text anchor.
getTextAntiAlias() - Method in class org.jfree.chart.JFreeChart
Returns the current value stored in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING.
getTextBlock() - Method in class org.jfree.chart.text.TextBox
Returns the text block.
getTextBounds(String, Graphics2D, FontMetrics) - Static method in class org.jfree.chart.text.TextUtils
Returns the bounds for the specified text.
getTextBounds(AttributedString, Graphics2D) - Static method in class org.jfree.chart.util.AttrStringUtils
Returns the bounds for the attributed string.
getThermometerPaint() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the paint used to draw the thermometer outline.
getThermometerPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the thermometer paint.
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(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the font for the tick label for the given category.
getTickLabelFont() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the font used to draw the tick labels.
getTickLabelFont() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label font.
getTickLabelFormat() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label format.
getTickLabelFormatter() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the number formatter used to convert the tick label values to strings.
getTickLabelInsets() - Method in class org.jfree.chart.axis.Axis
Returns the insets for the tick labels.
getTickLabelOffset() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the tick label offset.
getTickLabelPaint() - Method in class org.jfree.chart.axis.Axis
Returns the color/shade used for the tick labels.
getTickLabelPaint(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Returns the paint for the tick label for the given category.
getTickLabelPaint() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the paint used to draw the tick labels.
getTickLabelPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick label paint.
getTickLabelPaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the tick label paint.
getTickLabelsVisible() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns true if the tick labels should be displayed, and false otherwise.
getTickLabelsVisible() - Method in class org.jfree.chart.plot.MeterPlot
Returns the flag that determines whether or not tick labels are visible.
getTickLength() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the tick length (in Java2D units).
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.
getTickPaint() - Method in class org.jfree.chart.plot.MeterPlot
Returns the paint used to draw the ticks around the dial.
getTickRadius() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the radius (as a percentage of the maximum space available) of the outer limit of the tick marks.
getTicks() - Method in class org.jfree.chart.axis.AxisState
Returns the list of ticks.
getTickSize() - Method in class org.jfree.chart.plot.MeterPlot
Returns the tick size (the interval between ticks on the dial).
getTickType() - Method in class org.jfree.chart.axis.ValueTick
Returns the tick type (major or minor).
getTickUnit() - Method in class org.jfree.chart.axis.DateAxis
Returns the tick unit for the axis.
getTickUnit() - Method in class org.jfree.chart.axis.LogAxis
Returns the current tick unit.
getTickUnit() - Method in class org.jfree.chart.axis.NumberAxis
Returns the tick unit for the axis.
getTime() - Method in class org.jfree.data.time.FixedMillisecond
Returns the date/time (creates a new Date instance each time this method is called).
getTimeline() - Method in class org.jfree.chart.axis.DateAxis
Returns the underlying timeline used by this axis.
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.DateAxis
Returns the time zone for the axis.
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.
getTipRadius() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns the tip radius.
getTipRadius() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns the tip radius.
getTitle() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns the title for the annotation.
getTitle() - Method in class org.jfree.chart.entity.TitleEntity
Returns the title that occupies the entity area.
getTitle() - Method in class org.jfree.chart.event.TitleChangeEvent
Returns the title that generated the event.
getTitle() - Method in class org.jfree.chart.JFreeChart
Returns the main chart title.
getTitleAnchor() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns the title anchor for the annotation.
getTitlePaint() - Method in class org.jfree.chart.StandardChartTheme
Returns the title paint.
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.PiePlot
Returns the tool tip generator, an object that is responsible for generating the text items used for tool tips by the plot.
getToolTipGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the tool tip generator for 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(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(int, int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the tooltip generator for the specified series and item.
getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Returns the tool tip generator for a data item.
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() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Returns the tool tip text for the annotation.
getToolTipText() - Method in class org.jfree.chart.block.LabelBlock
Returns the tool tip text.
getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
Returns a string for the tooltip.
getToolTipText() - Method in class org.jfree.chart.entity.ChartEntity
Returns the tool tip text for the entity.
getToolTipText(int, int) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Returns the tool tip text for an item.
getToolTipText() - Method in class org.jfree.chart.LegendItem
Returns the tool tip text.
getToolTipText() - Method in class org.jfree.chart.title.LegendItemBlockContainer
Returns the tool tip text.
getToolTipText() - Method in class org.jfree.chart.title.TextTitle
Returns the tool tip text.
getTop() - Method in class org.jfree.chart.axis.AxisSpace
Returns the space reserved for axes at the top of the plot area.
getTop() - Method in class org.jfree.chart.ui.RectangleInsets
Returns the top insets.
getTotal() - Method in class org.jfree.chart.plot.PiePlotState
Returns the total of the values in the dataset.
getTransferData(DataFlavor) - Method in class org.jfree.chart.ChartTransferable
Returns the content for the requested flavor, if it is supported.
getTransferDataFlavors() - Method in class org.jfree.chart.ChartTransferable
Returns the data flavors supported.
getTransform() - Method in class org.jfree.chart.needle.MeterNeedle
Returns the transform.
getTranslateX() - Method in class org.jfree.chart.block.BlockParams
Returns the translation required to convert local x-coordinates back to the coordinate space of the container.
getTranslateY() - Method in class org.jfree.chart.block.BlockParams
Returns the translation required to convert local y-coordinates back to the coordinate space of the container.
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.
getTreatLegendShapeAsLine() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the flag that controls whether or not the legend shape is treated as a line when creating legend items.
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.chart.ui.StandardGradientPaintTransformer
Returns the type of transform.
getType() - Method in class org.jfree.data.KeyedValueComparator
Returns the type.
getType() - Method in class org.jfree.data.statistics.HistogramDataset
Returns the histogram type.
getUnderlyingDataset() - Method in class org.jfree.data.category.CategoryToPieDataset
Returns the underlying dataset.
getUnderlyingDataset() - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns the underlying dataset that was supplied to the constructor.
getUnderlyingDataset() - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns the underlying dataset that was supplied to the constructor.
getUnderlyingDataset() - Method in class org.jfree.data.xy.XYBarDataset
Returns the underlying dataset that was specified via the constructor.
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.
getUnits() - Method in class org.jfree.chart.plot.MeterPlot
Returns a string describing the units for the dial.
getUnits() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a code indicating the unit display type.
getUnitType() - Method in class org.jfree.chart.axis.DateTickUnit
Returns the unit type.
getUnitType() - Method in class org.jfree.chart.ui.RectangleInsets
Returns the unit type (absolute or relative).
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.dial.StandardDialRange
Returns the upper bound of the dial range.
getUpperBound() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns the upper bound for the scale.
getUpperBound() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns the upper bound for the thermometer.
getUpperBound() - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns the upper bound.
getUpperBound() - Method in class org.jfree.chart.renderer.LookupPaintScale
Returns the upper bound.
getUpperBound() - Method in interface org.jfree.chart.renderer.PaintScale
Returns the upper bound for the scale.
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.
getUpperMillis() - Method in class org.jfree.data.time.DateRange
Returns the upper bound of the range in milliseconds.
getUpperY() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns the upper bound of the label.
getURL() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Returns the URL for the annotation.
getURL(int, int) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Returns the URL for an item.
getURL(Comparable, int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns the URL for a section in the specified map.
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.CustomCategoryURLGenerator
Returns the number of URLs in a given list.
getURLCount(int) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns the number of URLs in a given map (specified by its position in the map 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.PiePlot
Returns the URL generator.
getURLGenerator() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the URL generator for the plot.
getURLGenerator() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns the URL generator.
getURLGenerator() - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Returns the URL generator for HTML image maps.
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.block.LabelBlock
Returns the URL text.
getURLText() - Method in class org.jfree.chart.entity.ChartEntity
Returns the URL text for the entity.
getURLText() - Method in class org.jfree.chart.LegendItem
Returns the URL text.
getURLText() - Method in class org.jfree.chart.title.LegendItemBlockContainer
Returns the URL text.
getURLText() - Method in class org.jfree.chart.title.TextTitle
Returns the URL text.
getUseFillPaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseFillPaint() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseFillPaint() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns the flag that controls whether the series fill paint is used to fill the area under the line.
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.
getUseFillPaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseFontMetricsGetStringBounds() - Static method in class org.jfree.chart.text.TextUtils
Returns the flag that controls whether the FontMetrics.getStringBounds() method is used or not.
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.category.ScatterRenderer
Returns the flag that controls whether the outline paint is used for shape outlines.
getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns the flag that controls whether or not the renderer's outline paint is used to draw the candlestick outline.
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.
getUseOutlinePaint() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the flag that controls whether the outline paint is used for shape outlines.
getUseOutlinePaintForWhiskers() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that, if true, causes the whiskers to be drawn using the series outline paint.
getUseSeriesOffset() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag that controls whether or not the x-position for each data item is offset within the category according to the series.
getUseSeriesOffset() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns the flag that controls whether or not the x-position for each data item is offset within the category according to the series.
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.Crosshair
Returns the crosshair value.
getValue(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the value from the specified dataset.
getValue() - Method in class org.jfree.chart.plot.ValueMarker
Returns the value.
getValue(int) - Method in class org.jfree.data.category.CategoryToPieDataset
Returns a value from the dataset.
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(Comparable, Comparable) - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns the value for a pair of keys.
getValue(int, int) - Method in class org.jfree.data.category.SlidingCategoryDataset
Returns a value from the table.
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(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.PolynomialFunction2D
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.SlidingGanttCategoryDataset
Returns the value for a pair of keys.
getValue(int, int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Returns a value from the table.
getValue(Comparable, Comparable) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the value for an item.
getValue(int, int) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Returns the value for a task.
getValue() - 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(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(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(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Returns the average value for the specified item.
getValue(int, int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Returns the average value for the specified 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 interface org.jfree.data.Value
Returns the value.
getValue(int) - Method in interface org.jfree.data.Values
Returns the value with the specified index.
getValue(int, int) - Method in interface org.jfree.data.Values2D
Returns a value from the table.
getValue() - Method in class org.jfree.data.xml.ItemHandler
Returns the key that has been read by the handler, or null.
getValue1() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the y-value for the start of the line.
getValue2() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns the y-value for the end of the line.
getValueAnchor() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns the value anchor.
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 a code indicating the location at which the value label is displayed.
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.
getValues(int, int) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Returns a list (possibly empty) of the values for the specified item.
getValues(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Returns a list (possibly empty) of the values for the specified item.
getValues(int, int) - Method in interface org.jfree.data.statistics.MultiValueCategoryDataset
Returns a list (possibly empty) of the values for the specified item.
getValues(Comparable, Comparable) - Method in interface org.jfree.data.statistics.MultiValueCategoryDataset
Returns a list (possibly empty) of the values for the specified item.
getVector() - Method in class org.jfree.data.xy.VectorDataItem
Returns the vector.
getVector(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the vector for an item in a series.
getVector(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
Returns the vector for an item in a series.
getVectorX() - Method in class org.jfree.data.xy.VectorDataItem
Returns the x-component for the vector.
getVectorXValue(int) - Method in class org.jfree.data.xy.VectorSeries
Returns the x-component of the vector for an item in the series.
getVectorXValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the x-component of the vector for an item in a series.
getVectorXValue(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
Returns the x-component of the vector for an item in a series.
getVectorY() - Method in class org.jfree.data.xy.VectorDataItem
Returns the y-component for the vector.
getVectorYValue(int) - Method in class org.jfree.data.xy.VectorSeries
Returns the y-component of the vector for an item in the series.
getVectorYValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the y-component of the vector for an item in a series.
getVectorYValue(int, int) - Method in interface org.jfree.data.xy.VectorXYDataset
Returns the y-component of the vector for an item in a series.
getVerticalAlignment() - Method in class org.jfree.chart.title.Title
Returns the vertical alignment of the title.
getVerticalAxisTrace() - Method in class org.jfree.chart.ChartPanel
Returns the flag that controls whether or not a vertical axis trace line is drawn over the plot area at the current mouse location.
getVerticalTraceLine() - Method in class org.jfree.chart.ChartPanel
Returns the vertical trace line.
getViewHeight() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the height of the viewing rectangle.
getViewWidth() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the width of the viewing rectangle.
getViewX() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the x-coordinate of the viewing rectangle.
getViewY() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns the y-coordinate of the viewing rectangle.
getVisibleSeriesArray() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns a copy of the visible series array.
getVisibleSeriesCount() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the number of visible series or -1 if no visible series have been specified.
getVisibleSeriesIndex(int) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the index of the row relative to the visible rows.
getVolume(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns null always, because this dataset doesn't record any volume data.
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.
getVolumePaint() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns the paint that is used to fill the volume bars if they are visible.
getVolumeValue(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns Double.NaN always, because this dataset doesn't record any volume data.
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.
getWaferEdge(Rectangle2D) - Method in class org.jfree.chart.plot.WaferMapPlot
Calculates the location of the waferedge.
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.
getWhiskerWidth() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the width of the whiskers as fraction of the bar width.
getWidth() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the width (in data space) of the data rectangle into which the image will be drawn.
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.
getWidth() - Method in class org.jfree.chart.ui.Size2D
Returns the width.
getWidthConstraintType() - Method in class org.jfree.chart.block.RectangleConstraint
Returns the constraint type.
getWidthRadius() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Returns the width radius.
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, corresponding to the positions on an upside-down clock face).
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).
getWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns the shape for the window for this dial.
getWindow(Rectangle2D) - Method in interface org.jfree.chart.plot.dial.DialFrame
Returns the shape of the viewing window for the dial, or null if the dial is completely open.
getWindow(Rectangle2D) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns the shape for the window for this dial.
getWrapper() - Method in class org.jfree.chart.title.LegendTitle
Returns the wrapper container, if any.
getX() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the x-coordinate (in data space) for the annotation.
getX() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns the x-coordinate (in data space) for the annotation.
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.annotations.XYTitleAnnotation
Returns the x-coordinate for the annotation.
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.gantt.XYTaskDataset
Returns the x-value for the specified series.
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(RegularTimePeriod) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the x-value for a time period.
getX(int, int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns the x-value for an item within a series.
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.DefaultIntervalXYDataset
Returns the x-value for an item within 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.DefaultXYDataset
Returns the x-value for an item within a series.
getX(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the x-value for an 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() - Method in class org.jfree.data.xy.Vector
Returns the x-value.
getX(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the x-value for an item within a series.
getX() - Method in class org.jfree.data.xy.XIntervalDataItem
Returns the x-value.
getX(int) - Method in class org.jfree.data.xy.XIntervalSeries
Returns the x-value for the specified item.
getX(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the x-value for an item within a 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.XYCoordinate
Returns the x-coordinate.
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() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the x-value.
getX(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the x-value for the specified item.
getX(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
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.
getX() - Method in class org.jfree.data.xy.YIntervalDataItem
Returns the x-value.
getX(int) - Method in class org.jfree.data.xy.YIntervalSeries
Returns the x-value for the specified item.
getX(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the x-value for an item within a series.
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.
getXHigh() - Method in class org.jfree.data.xy.XYInterval
Returns the upper bound of the x-interval.
getXHigh() - Method in class org.jfree.data.xy.YWithXInterval
Returns the upper bound of the x-interval.
getXHighValue() - Method in class org.jfree.data.xy.XIntervalDataItem
Returns the upper bound of the x-interval.
getXHighValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
Returns the upper bound of the x-interval for the specified item.
getXHighValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the upper bound of the x-interval.
getXHighValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the upper bound of the x-interval for the specified item in the series.
getXLow() - Method in class org.jfree.data.xy.XYInterval
Returns the lower bound of the x-interval.
getXLow() - Method in class org.jfree.data.xy.YWithXInterval
Returns the lower bound of the x-interval.
getXLowValue() - Method in class org.jfree.data.xy.XIntervalDataItem
Returns the lower bound of the x-interval.
getXLowValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
Returns the lower bound of the x-interval for the specified item.
getXLowValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the lower bound of the x-interval.
getXLowValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the lower bound of the x-interval for the specified item in the series.
getXPosition() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
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.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.
getXRange() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
Returns the range of x-values (in data space) that the annotation uses.
getXRange() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the x-range for the annotation.
getXSampleCount() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the number of x values across the width of the dataset.
getXSampleCount() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the number of x values across the width of the dataset.
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(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, int) - Method in class org.jfree.data.gantt.XYTaskDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValue(int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
A convenience method that returns the x-value for the given index.
getXValue(int) - Method in interface org.jfree.data.general.HeatMapDataset
A convenience method that returns the x-value for the given index.
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.ohlc.OHLCSeriesCollection
Returns the x-value 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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the x-value for an item within a series.
getXValue() - Method in class org.jfree.data.xy.VectorDataItem
Returns the x-value.
getXValue(int) - Method in class org.jfree.data.xy.VectorSeries
Returns the x-value for the specified item.
getXValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the x-value (as a double primitive) for an item within a series.
getXValue() - Method in class org.jfree.data.xy.XYDataItem
Returns the x-value as a double primitive.
getXValue(int, int) - Method in interface org.jfree.data.xy.XYDataset
Returns the x-value for an item within a series.
getXYBarPainter() - Method in class org.jfree.chart.StandardChartTheme
Returns the XY bar painter.
getXYPlot() - Method in class org.jfree.chart.JFreeChart
Returns the plot cast as an XYPlot.
getY() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the y-coordinate (in data space) for the annotation.
getY() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns the y-coordinate (in data space) for the annotation.
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.annotations.XYTitleAnnotation
Returns the y-coordinate for the annotation.
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.gantt.XYTaskDataset
Returns the y-value for the specified series/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.ohlc.OHLCSeriesCollection
Returns the y-value for an item within a series.
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.DefaultIntervalXYDataset
Returns the y-value for an item within 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.DefaultXYDataset
Returns the y-value for an item within a series.
getY(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the y-value for an 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() - Method in class org.jfree.data.xy.Vector
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the y-value for an item within a series.
getY(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the y-value for an item within a 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.XYCoordinate
Returns the y-coordinate.
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() - Method in class org.jfree.data.xy.XYInterval
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
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.
getY() - Method in class org.jfree.data.xy.YInterval
Returns the y-value.
getY(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the y-value for an item within a series.
getY() - Method in class org.jfree.data.xy.YWithXInterval
Returns the y-value.
getYDateFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the date formatter for the 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.Quarter
Returns the year.
getYearValue() - Method in class org.jfree.data.time.Week
Returns the year in which the week falls, as an integer value.
getYFormat() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns the number formatter for the y-values.
getYHigh() - Method in class org.jfree.data.xy.XYInterval
Returns the upper bound of the y-interval.
getYHigh() - Method in class org.jfree.data.xy.YInterval
Returns the upper bound of the y-interval.
getYHighValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the upper bound of the y-interval.
getYHighValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the upper bound of the y-interval for the specified item in the series.
getYHighValue() - Method in class org.jfree.data.xy.YIntervalDataItem
Returns the upper bound of the y-interval.
getYHighValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
Returns the upper bound of the y-interval for the specified item in the series.
getYLow() - Method in class org.jfree.data.xy.XYInterval
Returns the lower bound of the y-interval.
getYLow() - Method in class org.jfree.data.xy.YInterval
Returns the lower bound of the y-interval.
getYLowValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the lower bound of the y-interval.
getYLowValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the lower bound of the Y-interval for the specified item in the series.
getYLowValue() - Method in class org.jfree.data.xy.YIntervalDataItem
Returns the lower bound of the y-interval.
getYLowValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
Returns the lower bound of the Y-interval for the specified item in the series.
getYRange() - Method in interface org.jfree.chart.annotations.XYAnnotationBoundsInfo
Returns the range of y-values (in data space) that the annotation uses.
getYRange() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns the y-range for the annotation.
getYSampleCount() - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the number of y values (or samples) for the dataset.
getYSampleCount() - Method in interface org.jfree.data.general.HeatMapDataset
Returns the number of y values (or samples) for the dataset.
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(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.gantt.XYTaskDataset
Returns the y-value (as a double primitive) for an item within a series.
getYValue(int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
A convenience method that returns the y-value for the given index.
getYValue(int) - Method in interface org.jfree.data.general.HeatMapDataset
A convenience method that returns the y-value for the given index.
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() - Method in class org.jfree.data.time.ohlc.OHLCItem
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 class org.jfree.data.xy.DefaultIntervalXYDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the y-value for an item within a series.
getYValue() - Method in class org.jfree.data.xy.VectorDataItem
Returns the y-value.
getYValue(int) - Method in class org.jfree.data.xy.VectorSeries
Returns the y-value for the specified item.
getYValue(int, int) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the y-value for an item within a series.
getYValue() - Method in class org.jfree.data.xy.XIntervalDataItem
Returns the y-value.
getYValue(int) - Method in class org.jfree.data.xy.XIntervalSeries
Returns the y-value for the specified item.
getYValue(int, int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Returns the y-value (as a double primitive) for an item within a series.
getYValue(int, int) - Method in class org.jfree.data.xy.XYBarDataset
Returns the y-value (as a double primitive) for an item within a series.
getYValue() - Method in class org.jfree.data.xy.XYDataItem
Returns the y-value as a double primitive.
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.
getYValue() - Method in class org.jfree.data.xy.XYIntervalDataItem
Returns the y-value.
getYValue(int) - Method in class org.jfree.data.xy.XYIntervalSeries
Returns the y-value for the specified item.
getYValue(int, int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Returns the y-value (as a double primitive) for an item within a series.
getYValue() - Method in class org.jfree.data.xy.YIntervalDataItem
Returns the y-value.
getYValue(int) - Method in class org.jfree.data.xy.YIntervalSeries
Returns the y-value for the specified item.
getYValue(int, int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Returns the y-value (as a double primitive) for an item within a series.
getYYYY() - Method in class org.jfree.chart.date.SerialDate
Returns the year (assume a valid range of 1900 to 9999).
getYYYY() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns the year (assume a valid range of 1900 to 9999).
getZ(int, int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZ(int, int) - Method in interface org.jfree.data.general.HeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZ(int, int) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the z-value for an item within a series.
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.BubbleXYItemLabelGenerator
Returns the date formatter for the z-values.
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.BubbleXYItemLabelGenerator
Returns the number formatter for the z-values.
getZFormat() - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Returns the number formatter for the z-values.
getZoomAroundAnchor() - Method in class org.jfree.chart.ChartPanel
Returns the flag that controls whether or not zoom operations are centered around the current anchor point.
getZoomFillPaint() - Method in class org.jfree.chart.ChartPanel
Returns the zoom rectangle fill paint.
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.
getZoomOutlinePaint() - Method in class org.jfree.chart.ChartPanel
Returns the zoom rectangle outline paint.
getZoomTriggerDistance() - Method in class org.jfree.chart.ChartPanel
Returns the zoom trigger distance.
getZValue(int, int) - Method in class org.jfree.data.general.DefaultHeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZValue(int, int) - Method in interface org.jfree.data.general.HeatMapDataset
Returns the z-value at the specified sample position in the dataset.
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 class org.jfree.data.xy.DefaultXYZDataset
Returns the z-value 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.
GIF - Static variable in interface org.jfree.chart.encoders.ImageFormat
Graphics Interchange Format - lossless, but 256 colour restriction
GradientBarPainter - Class in org.jfree.chart.renderer.category
An implementation of the BarPainter interface that uses several gradient fills to enrich the appearance of the bars.
GradientBarPainter() - Constructor for class org.jfree.chart.renderer.category.GradientBarPainter
Creates a new instance.
GradientBarPainter(double, double, double) - Constructor for class org.jfree.chart.renderer.category.GradientBarPainter
Creates a new instance.
GradientPaintTransformer - Interface in org.jfree.chart.ui
The interface for a class that can transform a GradientPaint to fit an arbitrary shape.
GradientPaintTransformType - Class in org.jfree.chart.ui
Represents a type of transform for a GradientPaint.
GradientXYBarPainter - Class in org.jfree.chart.renderer.xy
An implementation of the XYBarPainter interface that uses several gradient fills to enrich the appearance of the bars.
GradientXYBarPainter() - Constructor for class org.jfree.chart.renderer.xy.GradientXYBarPainter
Creates a new instance.
GradientXYBarPainter(double, double, double) - Constructor for class org.jfree.chart.renderer.xy.GradientXYBarPainter
Creates a new instance.
GrayPaintScale - Class in org.jfree.chart.renderer
A paint scale that returns shades of gray.
GrayPaintScale() - Constructor for class org.jfree.chart.renderer.GrayPaintScale
Creates a new GrayPaintScale instance with default values.
GrayPaintScale(double, double) - Constructor for class org.jfree.chart.renderer.GrayPaintScale
Creates a new paint scale for values in the specified range.
GrayPaintScale(double, double, int) - Constructor for class org.jfree.chart.renderer.GrayPaintScale
Creates a new paint scale for values in the specified range.
GREEK_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
Symbols for greek numbered quarters.
GridArrangement - Class in org.jfree.chart.block
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 in org.jfree.chart.renderer.category
A renderer that draws stacked bars within groups.
GroupedStackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Creates a new renderer.

H

HALF_ASCENT_CENTER - Static variable in class org.jfree.chart.ui.TextAnchor
Half-ascent/center.
HALF_ASCENT_LEFT - Static variable in class org.jfree.chart.ui.TextAnchor
Half-ascent/left.
HALF_ASCENT_RIGHT - Static variable in class org.jfree.chart.ui.TextAnchor
Half-ascent/right.
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.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.
handleMouseWheelRotation(int) - Method in class org.jfree.chart.plot.PiePlot
Handles a mouse wheel rotation (this method is intended for use by the MouseWheelHandler class).
hasDuplicateItems(Object[]) - Static method in class org.jfree.chart.util.ArrayUtils
Returns true if any two items in the array are equal to one another.
hashCode() - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns a hash code for this instance.
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.XYDataImageAnnotation
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Returns a hash code.
hashCode() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.annotations.XYLineAnnotation
Returns a hash code.
hashCode() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns a hash code for this instance.
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.annotations.XYTitleAnnotation
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.Axis
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.AxisLabelLocation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.AxisLocation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.AxisSpace
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.CategoryAxis
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.CategoryLabelPosition
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.CategoryLabelPositions
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.CategoryTick
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.DateAxis
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.DateTick
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.DateTickUnit
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.LogAxis
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.MarkerAxisBand
Returns a hash code for the object.
hashCode() - Method in class org.jfree.chart.axis.NumberAxis
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.NumberTickUnit
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.PeriodAxis
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.axis.StandardTickUnitSource
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.axis.SubCategoryAxis
Returns a hashcode for this instance.
hashCode() - Method in class org.jfree.chart.axis.TickUnit
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.block.LengthConstraintType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns a hash code for this object instance.
hashCode() - Method in class org.jfree.chart.entity.AxisEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.CategoryLabelEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.ChartEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.JFreeChartEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.PieSectionEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.PlotEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.entity.TitleEntity
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.event.ChartChangeEventType
Returns a hash code value for the object.
hashCode(int, boolean) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and the value of a boolean primitive.
hashCode(int, int) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and the value of an int primitive.
hashCode(int, double) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and the value of a double primitive.
hashCode(int, Paint) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and a paint instance.
hashCode(int, Stroke) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and a stroke instance.
hashCode(int, String) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and a string instance.
hashCode(int, Comparable) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and a Comparable instance.
hashCode(int, Object) - Static method in class org.jfree.chart.HashUtils
Returns a hash value based on a seed value and an Object instance.
hashCode(int, BooleanList) - Static method in class org.jfree.chart.HashUtils
Computes a hash code for a BooleanList.
hashCode(int, PaintList) - Static method in class org.jfree.chart.HashUtils
Computes a hash code for a PaintList.
hashCode(int, StrokeList) - Static method in class org.jfree.chart.HashUtils
Computes a hash code for a StrokeList.
hashCode() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.ArrowNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.LineNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.LongNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.MeterNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.MiddlePinNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.PinNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.PlumNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.PointerNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.ShipNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.needle.WindNeedle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.Crosshair
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.DatasetRenderingOrder
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialCap
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialPlot
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns a hash code.
hashCode() - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.DialShape
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.PieLabelLinkStyle
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.PlotOrientation
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.plot.SeriesRenderingOrder
Returns a hash code for this instance.
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.renderer.category.GradientBarPainter
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.category.LevelRenderer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.category.StandardBarPainter
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.GrayPaintScale
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.text.TextBlock
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.text.TextBlockAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.text.TextBox
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.text.TextFragment
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.text.TextLine
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.title.LegendGraphic
Returns a hash code for this instance.
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.GradientPaintTransformType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.ui.HorizontalAlignment
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.ui.LengthAdjustmentType
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.ui.RectangleEdge
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.ui.RectangleInsets
Returns a hash code for the object.
hashCode() - Method in class org.jfree.chart.ui.StandardGradientPaintTransformer
Returns a hash code for this object.
hashCode() - Method in class org.jfree.chart.ui.TextAnchor
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.ui.VerticalAlignment
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Returns a hash code.
hashCode() - Method in class org.jfree.chart.util.AbstractObjectList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.util.BooleanList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.util.DefaultShadowGenerator
Returns a hash code for this instance.
hashCode(Object) - Static method in class org.jfree.chart.util.ObjectUtils
Returns a hash code for an object, or zero if the object is null.
hashCode() - Method in class org.jfree.chart.util.PaintList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.util.RelativeDateFormat
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.chart.util.ShapeList
Returns a hash code value for the object.
hashCode() - Method in class org.jfree.chart.util.StrokeList
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.ComparableObjectItem
Returns a hash code.
hashCode() - Method in class org.jfree.data.ComparableObjectSeries
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.function.LineFunction2D
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.function.NormalDistributionFunction2D
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.function.PolynomialFunction2D
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.function.PowerFunction2D
Returns a hash code for this instance.
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.KeyedObjects
Returns a hash code.
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.KeyedValues2DItemKey
 
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.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.ohlc.OHLC
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Returns a hash code for this 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.DefaultIntervalXYDataset
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.DefaultXYDataset
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.MatrixSeriesCollection
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.Vector
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.XYCoordinate
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.data.xy.XYDataItem
Returns a hash code.
hashCode() - Method in class org.jfree.data.xy.XYItemKey
 
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.
hashCodeForDoubleArray(double[]) - Static method in class org.jfree.chart.HashUtils
Returns a hash code for a double[] instance.
hashCodeForPaint(Paint) - Static method in class org.jfree.chart.HashUtils
Returns a hash code for a Paint instance.
HashUtils - Class in org.jfree.chart
Some utility methods for calculating hash codes.
HashUtils() - Constructor for class org.jfree.chart.HashUtils
 
hasListener(EventListener) - Method in class org.jfree.chart.annotations.AbstractAnnotation
Returns true if the specified object is registered with the annotation as a listener.
hasListener(EventListener) - Method in class org.jfree.chart.axis.Axis
Returns true if the specified object is registered with the dataset as a listener.
hasListener(EventListener) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns true if the specified object is registered with the dataset as a listener.
hasListener(EventListener) - Method in interface org.jfree.chart.plot.dial.DialLayer
Returns true if the specified listener is currently registered with the this layer.
hasListener(EventListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the specified object is registered with the dataset as a listener.
hasListener(EventListener) - Method in class org.jfree.data.general.AbstractDataset
Returns true if the specified object is registered with the dataset as a listener.
headPercent - Variable in class org.jfree.chart.plot.SpiderWebPlot
The head radius as a percentage of the available drawing area.
HeatMapDataset - Interface in org.jfree.data.general
A dataset that represents a rectangular grid of (x, y, z) values.
HeatMapUtils - Class in org.jfree.data.general
A utility class for the HeatMapDataset.
HeatMapUtils() - Constructor for class org.jfree.data.general.HeatMapUtils
 
height - Variable in class org.jfree.chart.ui.Size2D
The height.
HexNumberFormat - Class in org.jfree.chart.util
A custom number formatter that formats numbers as hexadecimal strings.
HexNumberFormat() - Constructor for class org.jfree.chart.util.HexNumberFormat
Creates a new instance with 8 digits.
HexNumberFormat(int) - Constructor for class org.jfree.chart.util.HexNumberFormat
Creates a new instance with the specified number of digits.
HIGH_END - Static variable in class org.jfree.chart.axis.AxisLabelLocation
Axis label at the top.
HighLowItemLabelGenerator - Class in org.jfree.chart.labels
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 in org.jfree.chart.renderer.xy
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 in org.jfree.data.statistics
A bin for the HistogramDataset class.
HistogramBin(double, double) - Constructor for class org.jfree.data.statistics.HistogramBin
Creates a new bin.
HistogramDataset - Class in org.jfree.data.statistics
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 in org.jfree.data.statistics
A class for creating constants to represent the histogram type.
historyCount - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
The history count.
HMSNumberFormat - Class in org.jfree.chart.util
A custom number formatter that formats numbers (in seconds) as HH:MM:SS.
HMSNumberFormat() - Constructor for class org.jfree.chart.util.HMSNumberFormat
Creates a new instance.
HORIZONTAL - Static variable in class org.jfree.chart.plot.PlotOrientation
For a plot where the range axis is horizontal.
HORIZONTAL - Static variable in class org.jfree.chart.ui.GradientPaintTransformType
Horizontal.
HorizontalAlignment - Class in org.jfree.chart.ui
An enumeration of the horizontal alignment types (LEFT, RIGHT and CENTER).
HOUR - Static variable in class org.jfree.chart.axis.DateTickUnitType
Hour.
Hour - Class in org.jfree.data.time
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 instance, based on the supplied date/time and the default time zone.
Hour(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Hour
Constructs a new instance, based on the supplied date/time evaluated in the specified time zone.
htmlEscape(String) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
Returns a string that is equivalent to the input string, but with special characters converted to HTML escape sequences.

I

ImageEncoder - Interface in org.jfree.chart.encoders
Interface for abstracting different types of image encoders.
ImageEncoderFactory - Class in org.jfree.chart.encoders
Factory class for returning ImageEncoders for different ImageFormats.
ImageEncoderFactory() - Constructor for class org.jfree.chart.encoders.ImageEncoderFactory
 
ImageFormat - Interface in org.jfree.chart.encoders
Interface used for referencing different image formats.
ImageMapUtils - Class in org.jfree.chart.imagemap
Collection of utility methods related to producing image maps.
ImageMapUtils() - Constructor for class org.jfree.chart.imagemap.ImageMapUtils
 
IMAGES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (images only).
ImageTitle - Class in org.jfree.chart.title
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.
INCLUDE_BOTH - Static variable in class org.jfree.chart.date.SerialDate
Useful range constant.
INCLUDE_FIRST - Static variable in class org.jfree.chart.date.SerialDate
Useful range constant.
INCLUDE_NONE - Static variable in class org.jfree.chart.date.SerialDate
Useful range constant.
INCLUDE_SECOND - Static variable in class org.jfree.chart.date.SerialDate
Useful range constant.
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).
INDEX - Static variable in class org.jfree.chart.util.XYCoordinateType
The (x, y) coordinates represent indices in a dataset.
indexOf(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the index of the specified dataset, or -1 if the dataset does not belong to the plot.
indexOf(XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
Returns the index of the specified dataset, or -1 if the dataset does not belong to the plot.
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(Comparable) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the index of the named series, or -1.
indexOf(Object) - Method in class org.jfree.chart.util.AbstractObjectList
Returns the index of the specified object, or -1 if the object is not in the list.
indexOf(Object) - Method in class org.jfree.chart.util.ObjectList
Returns the index of the specified object, or -1 if the object is not in the list.
indexOf(Comparable) - Method in class org.jfree.data.ComparableObjectSeries
Returns the index of the item with the specified x-value, or a negative index if the series does not contain an item with that x-value.
indexOf(Comparable) - Method in class org.jfree.data.general.AbstractSeriesDataset
Returns the index of the named series, or -1.
indexOf(Comparable) - Method in interface org.jfree.data.general.SeriesDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(TimeSeries) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
indexOf(Comparable) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(Comparable) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(VectorSeries) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
indexOf(Number) - Method in class org.jfree.data.xy.XYSeries
Returns the index of the item with the specified x-value, or a negative index if the series does not contain an item with that x-value.
indexOf(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
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, PiePlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.plot.RingPlot
Initialises the plot state (which will store the total of all dataset values, among other things).
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.DeviationRenderer
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
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.XYSplineRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Initialises the renderer.
insertValue(int, Comparable, double) - Method in class org.jfree.data.DefaultKeyedValues
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, double) - Method in class org.jfree.data.general.DefaultPieDataset
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Number) - Method in class org.jfree.data.general.DefaultPieDataset
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Object) - Method in class org.jfree.data.KeyedObjects
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
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.
intersects(Rectangle2D, Rectangle2D) - Static method in class org.jfree.chart.util.ShapeUtils
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!).
intersects(double, double) - Method in class org.jfree.data.Range
Returns true if the range intersects with the specified range, and false otherwise.
intersects(Range) - Method in class org.jfree.data.Range
Returns true if the range intersects with the specified range, and false otherwise.
IntervalBarRenderer - Class in org.jfree.chart.renderer.category
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 in org.jfree.data.category
A category dataset that defines a value range for each series/category combination.
IntervalCategoryItemLabelGenerator - Class in org.jfree.chart.labels
A label generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with a default number formatter.
IntervalCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with the specified number formatter.
IntervalCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with the specified date formatter.
IntervalCategoryToolTipGenerator - Class in org.jfree.chart.labels
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 in org.jfree.chart.plot
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) - Constructor for class org.jfree.chart.plot.IntervalMarker
Creates a new interval marker with the specified range and fill paint.
IntervalMarker(double, double, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.IntervalMarker
Constructs an interval marker.
IntervalXYDataset - Interface in org.jfree.data.xy
An extension of the XYDataset interface that allows an x-interval and a y-interval to be defined.
IntervalXYDelegate - Class in org.jfree.data.xy
A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.
IntervalXYDelegate(XYDataset) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates a new delegate that.
IntervalXYDelegate(XYDataset, boolean) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates a new delegate for the specified dataset.
IntervalXYItemLabelGenerator - Class in org.jfree.chart.labels
An item label generator for datasets that implement the IntervalXYDataset interface.
IntervalXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using default number formatters.
IntervalXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
IntervalXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified formatters.
IntervalXYItemLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
IntervalXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates a label generator using the specified date formatters.
IntervalXYToolTipGenerator - Class in org.jfree.chart.labels
A tooltip generator for datasets that implement the IntervalXYDataset interface.
IntervalXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.IntervalXYToolTipGenerator
Creates a new tooltip generator using default number formatters.
IntervalXYToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYToolTipGenerator
Creates a new tooltip generator using the specified number formatters.
IntervalXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYToolTipGenerator
Creates a new tool tip generator using the specified formatters.
IntervalXYToolTipGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYToolTipGenerator
Creates a new tool tip generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
IntervalXYToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYToolTipGenerator
Creates a new tool tip generator using the specified date formatters.
IntervalXYZDataset - Interface in org.jfree.data.xy
An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.
invalidateRangeInfo() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Invalidates the range info.
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.
isAfter(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isAfter(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
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 true if the interval width is automatically calculated, and false otherwise.
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.
isBaseline() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a baseline anchor, and false otherwise.
isBefore(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
isBefore(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
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.
isBottom() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a bottom anchor, and false otherwise.
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.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns false to indicate that this dial layer is not clipped to the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialCap
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in interface org.jfree.chart.plot.dial.DialLayer
Returns true if the drawing should be clipped to the dial window (which is defined by the DialFrame), and false otherwise.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns false to indicate that this dial layer is not clipped to the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns true to indicate that this layer should be clipped within the dial window.
isCompatibleValue(Object) - Method in class org.jfree.chart.ChartHints.Key
Returns true if val is a value that is compatible with this key, and false otherwise.
isCounterClockwise() - Method in class org.jfree.chart.plot.PolarPlot
Get the direction for growing angle degrees.
isDataFlavorSupported(DataFlavor) - Method in class org.jfree.chart.ChartTransferable
Returns true if the specified flavor is supported.
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.CategoryPlot
Returns the flag that controls whether or not the domain crosshair is displayed by the plot.
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.
isDomainMinorGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain minor gridlines are visible, and false otherwise.
isDomainPannable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false always, because the plot cannot be panned along the domain axis/axes.
isDomainPannable() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns true if the domain is pannable for at least one subplot, and false otherwise.
isDomainPannable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if panning is enabled for the domain axes, and false otherwise.
isDomainPannable() - Method in interface org.jfree.chart.plot.Pannable
Evaluates if the domain axis can be panned.
isDomainPannable() - Method in class org.jfree.chart.plot.XYPlot
Returns true if panning is enabled for the domain axes, and false otherwise.
isDomainZeroBaselineVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag that controls whether or not a zero baseline is displayed for the domain axis.
isDomainZoomable() - Method in class org.jfree.chart.ChartPanel
Returns the flag that determines whether or not zooming is enabled for the domain axis.
isDomainZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false to indicate that the domain axes are not zoomable.
isDomainZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isDomainZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns false always.
isDomainZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true, indicating that the domain axis/axes for this plot are zoomable.
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.
isEmpty() - Method in class org.jfree.chart.block.BlockContainer
Returns true if there are no blocks in the container, and false otherwise.
isEmpty() - Method in class org.jfree.data.general.Series
Returns true if the series contains no data items, and false otherwise.
isEmptyOrNull(PieDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
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.SunJPEGEncoderAdapter
Returns false always, indicating that this encoder does not encode alpha transparency.
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.
isGridBandsVisible() - Method in class org.jfree.chart.axis.SymbolAxis
Returns the flag that controls whether or not grid bands are drawn for the axis.
isGuideLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns a flag that controls whether or not guide lines are drawn for each data item (the lines are horizontal and vertical "crosshairs" linking the data point to the axes).
isHalfAscent() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a half-ascent anchor, 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.
isHorizontal() - Method in class org.jfree.chart.plot.PlotOrientation
Returns true if this orientation is HORIZONTAL, and false otherwise.
isHorizontalCenter() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a center anchor, and false otherwise.
isInRange(SerialDate, SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate is within the specified range (INCLUSIVE).
isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
isInRange(SerialDate, SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate is within the specified range (INCLUSIVE).
isInRange(SerialDate, SerialDate, int) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
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.DeviationRenderer
Returns true if this is the pass where the shapes are drawn.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the specified pass is the one for drawing items.
isJFreeSVGAvailable() - Static method in class org.jfree.chart.util.ExportUtils
Returns true if JFreeSVG is on the classpath, and false otherwise.
isLabelOutlineVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that controls the visibility of the label outline.
isLabelVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that controls whether or not a label is drawn for this crosshair.
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).
isLeapYear(int) - Static method in class org.jfree.chart.date.SerialDate
Determines whether or not the specified year is a leap year.
isLeft() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a left-side anchor, and false otherwise.
isLeftOrRight(RectangleEdge) - Static method in class org.jfree.chart.ui.RectangleEdge
Returns true if the edge is LEFT or RIGHT, and false otherwise.
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns true if this is the pass where the lines are drawn.
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.
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.
isMeanVisible() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the mean indicator is draw for each item.
isMedianVisible() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the median indicator is draw for each item.
isMinorTickMarksVisible() - Method in class org.jfree.chart.axis.Axis
Returns the flag that indicates whether or not the minor tick marks are showing.
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.
isMinValue(Number) - Method in class org.jfree.data.general.WaferMapDataset
Tests to see if the passed value is smaller than the stored minvalue.
isMouseWheelEnabled() - Method in class org.jfree.chart.ChartPanel
Returns true if the mouse wheel handler is enabled, and false otherwise.
isMultiple() - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the list contains multiple outliers, and false otherwise.
isNaNRange() - Method in class org.jfree.data.Range
Returns true if both the lower and upper bounds are Double.NaN, 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.
isNotify() - Method in class org.jfree.chart.plot.Plot
Returns a flag that controls whether or not change events are sent to registered listeners.
isOn(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOn(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrAfter(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrAfter(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrBefore(SerialDate) - Method in class org.jfree.chart.date.SerialDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOnOrBefore(SerialDate) - Method in class org.jfree.chart.date.SpreadsheetDate
Returns true if this SerialDate represents the same date as the specified SerialDate.
isOrsonPDFAvailable() - Static method in class org.jfree.chart.util.ExportUtils
Returns true if OrsonPDF is on the classpath, and false otherwise.
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.
isOutlineVisible() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the flag that controls whether or not the outline is drawn.
isOutlineVisible() - Method in class org.jfree.chart.plot.Plot
Returns the flag that controls whether or not the plot outline is drawn.
isOverlapped(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the outlier overlaps, and false otherwise.
isPointInRect(Rectangle2D, double, double) - Static method in class org.jfree.chart.util.ShapeUtils
Returns true if the specified point (x, y) falls within or on the boundary of the specified rectangle.
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.
isRadiusMinorGridlinesVisible() - Method in class org.jfree.chart.plot.PolarPlot
Return the current value of the flag indicating if radial minor grid-lines will be drawn or not.
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.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.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.
isRangeMinorGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true if the range axis minor grid is visible, and false otherwise.
isRangeMinorGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis minor grid is visible, and false otherwise.
isRangePannable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true if panning is enabled for the range axes, and false otherwise.
isRangePannable() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns true if the range is pannable for at least one subplot, and false otherwise.
isRangePannable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if panning is enabled for the range axes, and false otherwise.
isRangePannable() - Method in interface org.jfree.chart.plot.Pannable
Evaluates if the range axis can be panned.
isRangePannable() - Method in class org.jfree.chart.plot.XYPlot
Returns true if panning is enabled for the range axis/axes, and false otherwise.
isRangeZeroBaselineVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag that controls whether or not a zero baseline is displayed for the range axis.
isRangeZeroBaselineVisible() - 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.
isRangeZoomable() - Method in class org.jfree.chart.ChartPanel
Returns the flag that determines whether or not zooming is enabled for the range axis.
isRangeZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true to indicate that the range axes are zoomable.
isRangeZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns true to indicate that the range axis is zoomable.
isRangeZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true, indicating that the range axis/axes for this plot are zoomable.
isRangeZoomable() - Method in interface org.jfree.chart.plot.Zoomable
Returns true if the plot's range is zoomable, and false otherwise.
isRight() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a right-side anchor, and false otherwise.
isSerializable(Class) - Static method in class org.jfree.chart.util.SerialUtils
Returns true if a class implements Serializable and false otherwise.
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.
isSeriesVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a boolean that indicates whether or not the specified series should be drawn.
isSeriesVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a boolean that indicates whether or not the specified series should be drawn (this is typically used to hide an entire series).
isSeriesVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a boolean that indicates whether or not the specified series should be drawn (this is typically used to hide an entire series).
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.category.CategoryItemRenderer
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.
isShadowVisible() - Method in class org.jfree.chart.StandardChartTheme
Returns the shadow visibility flag.
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.
isShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns the flag that controls whether or not the shapes are filled.
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.
isStripOutlineVisible() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the flag that controls whether or not an outline is drawn around the paint strip.
isSubplot() - Method in class org.jfree.chart.plot.Plot
Returns true if this plot is part of a combined plot structure (that is, Plot.getParent() returns a non-null value), and false otherwise.
isTickLabelsVisible() - Method in class org.jfree.chart.axis.Axis
Returns a flag indicating 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.
isTimeSeries() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns true if the dataset represents time series data, and false otherwise.
isTop() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a top anchor, and false otherwise.
isTopOrBottom(RectangleEdge) - Static method in class org.jfree.chart.ui.RectangleEdge
Returns true if the edge is TOP or BOTTOM, and false otherwise.
isTransposed() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns a flag that indicates whether or not the dataset is transposed.
isUseDrawRotatedStringWorkaround() - Static method in class org.jfree.chart.text.TextUtils
Returns the flag that controls whether or not a workaround is used for drawing rotated strings.
isValidMonthCode(int) - Static method in class org.jfree.chart.date.SerialDate
Returns true if the supplied integer code represents a valid month.
isValidNumber(double) - Static method in class org.jfree.chart.plot.ThermometerPlot
Determine whether a number is valid and finite.
isValidWeekdayCode(int) - Static method in class org.jfree.chart.date.SerialDate
Returns true if the supplied integer code represents a valid day-of-the-week, and false otherwise.
isValidWeekInMonthCode(int) - Static method in class org.jfree.chart.date.SerialDate
Returns true if the supplied integer code represents a valid week-in-the-month, and false otherwise.
isVertical() - Method in class org.jfree.chart.plot.PlotOrientation
Returns true if this orientation is VERTICAL, and false otherwise.
isVerticalCenter() - Method in class org.jfree.chart.ui.TextAnchor
Returns true if the anchor is a half-ascent anchor, and false otherwise.
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.
isVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that indicates whether or not the crosshair is currently visible.
isVisible() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns true if this layer is visible (should be displayed), and false otherwise.
isVisible() - Method in interface org.jfree.chart.plot.dial.DialLayer
Returns a flag that indicates whether or not the layer is visible.
isVisible() - Method in class org.jfree.chart.title.Title
Returns a flag that controls whether or not the title should be drawn.
isWebFilled() - Method in class org.jfree.chart.plot.SpiderWebPlot
Method to determine if the web chart is to be filled.
ITEM_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Item' element name.
ItemHandler - Class in org.jfree.data.xml
A handler for reading key-value items.
ItemHandler(RootHandler, DefaultHandler) - Constructor for class org.jfree.data.xml.ItemHandler
Creates a new item handler.
ItemKey - Interface in org.jfree.data
A key that references a single data item in a dataset.
ItemLabelAnchor - Class in org.jfree.chart.labels
An enumeration of the positions that a value label can take, relative to an item in a CategoryPlot.
ItemLabelPosition - Class in org.jfree.chart.labels
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.
iterateDomainBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
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.DatasetUtils
Iterates over the items in an XYDataset to find the range of x-values.
iterateRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data item of the category dataset to find the range bounds.
iterateRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data item of the category dataset to find the range bounds.
iterateRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data item of the xy dataset to find the range bounds.
iterateRangeBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data items of the xy dataset to find the range bounds.
iterateToFindDomainBounds(XYDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of x-values in the specified dataset for the data items belonging to the visible series.
iterateToFindRangeBounds(CategoryDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data item of the category dataset to find the range bounds.
iterateToFindRangeBounds(XYDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of y-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.
iterateToFindZBounds(XYZDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Returns the range of z-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.
iterateZBounds(XYZDataset) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data item of the xyz dataset to find the z-dimension bounds.
iterateZBounds(XYZDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtils
Iterates over the data items of the xyz dataset to find the z-dimension bounds.
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.LegendItemCollection
Returns an iterator that provides access to all the legend items.
iterator() - Method in class org.jfree.chart.renderer.OutlierListCollection
Returns an iterator for the outlier lists.

J

JANUARY - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for January.
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.LogAxis
Converts a Java2D coordinate to an axis value, assuming that the axis is aligned to the specified edge of the area.
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.
javascriptEscape(String) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
Returns a string that is equivalent to the input string, but with special characters converted to JavaScript escape sequences.
JDBCCategoryDataset - Class in org.jfree.data.jdbc
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 in org.jfree.data.jdbc
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 in org.jfree.data.jdbc
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 in org.jfree.chart
A chart class implemented using the Java 2D APIs.
JFreeChart(Plot) - Constructor for class org.jfree.chart.JFreeChart
Creates a new chart based on the supplied plot.
JFreeChart(String, Plot) - Constructor for class org.jfree.chart.JFreeChart
Creates a new chart with the given title and plot.
JFreeChart(String, Font, Plot, boolean) - Constructor for class org.jfree.chart.JFreeChart
Creates a new chart with the given title and plot.
JFreeChartEntity - Class in org.jfree.chart.entity
A class that captures information about an entire chart.
JFreeChartEntity(Shape, JFreeChart) - Constructor for class org.jfree.chart.entity.JFreeChartEntity
Creates a new chart entity.
JFreeChartEntity(Shape, JFreeChart, String) - Constructor for class org.jfree.chart.entity.JFreeChartEntity
Creates a new chart entity.
JFreeChartEntity(Shape, JFreeChart, String, String) - Constructor for class org.jfree.chart.entity.JFreeChartEntity
Creates a new chart entity.
JFreeChartResources - Class in org.jfree.chart.resources
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
JSONArray - Class in org.jfree.data.json.impl
A JSON array.
JSONArray() - Constructor for class org.jfree.data.json.impl.JSONArray
 
JSONAware - Interface in org.jfree.data.json.impl
Classes that support customized output of JSON text shall implement this interface.
JSONObject - Class in org.jfree.data.json.impl
A JSON object.
JSONObject() - Constructor for class org.jfree.data.json.impl.JSONObject
 
JSONStreamAware - Interface in org.jfree.data.json.impl
Beans that support customized output of JSON text to a writer shall implement this interface.
JSONUtils - Class in org.jfree.data.json
A utility class that can read and write data in specific JSON formats.
JSONUtils() - Constructor for class org.jfree.data.json.JSONUtils
 
JSONValue - Class in org.jfree.data.json.impl
Utility methods for JSON values.
JSONValue() - Constructor for class org.jfree.data.json.impl.JSONValue
 
JULY - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for July.
JUNE - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for June.

K

Key(int) - Constructor for class org.jfree.chart.ChartHints.Key
Creates a new key.
KEY_BEGIN_ELEMENT - Static variable in class org.jfree.chart.ChartHints
The key for a hint to signal the beginning of an element.
KEY_END_ELEMENT - Static variable in class org.jfree.chart.ChartHints
The key for a hint that ends an element.
KEY_SUPPRESS_SHADOW_GENERATION - Static variable in class org.jfree.chart.JFreeChart
The key for a rendering hint that can suppress the generation of a shadow effect when drawing the chart.
KEY_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Key' element name.
KeyedObject - Class in org.jfree.data
A (key, object) pair.
KeyedObject(Comparable, Object) - Constructor for class org.jfree.data.KeyedObject
Creates a new (key, object) pair.
KeyedObjects - Class in org.jfree.data
A collection of (key, object) pairs.
KeyedObjects() - Constructor for class org.jfree.data.KeyedObjects
Creates a new collection (initially empty).
KeyedObjects2D - Class in org.jfree.data
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 in org.jfree.data
A (key, value) pair.
KeyedValueComparator - Class in org.jfree.data
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 in org.jfree.data
Used to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
KeyedValueDataset - Interface in org.jfree.data.general
A dataset containing a single value.
KeyedValues - Interface in org.jfree.data
An ordered list of (key, value) items where the keys are unique and non-null.
KeyedValues2D - Interface in org.jfree.data
An extension of the Values2D interface where a unique key is associated with the row and column indices.
KeyedValues2DDataset - Interface in org.jfree.data.general
A dataset containing (key, value) data items.
KeyedValues2DItemKey<R extends Comparable<R>,C extends Comparable<C>> - Class in org.jfree.data
An object that references one data item in a KeyedValues2D data structure.
KeyedValues2DItemKey(R, C) - Constructor for class org.jfree.data.KeyedValues2DItemKey
Creates a new instance.
KeyedValuesDataset - Interface in org.jfree.data.general
A dataset containing (key, value) data items.
KeyedValuesItemKey - Class in org.jfree.data
 
KeyedValuesItemKey(Comparable<? extends Object>) - Constructor for class org.jfree.data.KeyedValuesItemKey
Creates a new instance.
KeyHandler - Class in org.jfree.data.xml
A SAX handler for reading a key.
KeyHandler(RootHandler, ItemHandler) - Constructor for class org.jfree.data.xml.KeyHandler
Creates a new handler.
KeyToGroupMap - Class in org.jfree.data
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.

L

labelAnchorH(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
 
labelAnchorV(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
 
LabelBlock - Class in org.jfree.chart.block
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.
LabelBlock(String, Font, Paint) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
labelLocationX(AxisLabelLocation, Rectangle2D) - Method in class org.jfree.chart.axis.Axis
 
labelLocationY(AxisLabelLocation, Rectangle2D) - Method in class org.jfree.chart.axis.Axis
 
labels - Variable in class org.jfree.chart.plot.AbstractPieLabelDistributor
The label records.
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_MONTH - Static variable in class org.jfree.chart.date.SerialDate
A useful constant for referring to the last week in a month.
LAST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the last week in the year.
lastDayOfMonth(int, int) - Static method in class org.jfree.chart.date.SerialDate
Returns the number of the last day of the month, taking into account leap years.
Layer - Enum in org.jfree.chart.ui
Used to indicate either the foreground or background layer.
LayeredBarRenderer - Class in org.jfree.chart.renderer.category
A CategoryItemRenderer that represents data using bars which are superimposed.
LayeredBarRenderer() - Constructor for class org.jfree.chart.renderer.category.LayeredBarRenderer
Default constructor.
layoutContainer(Container) - Method in class org.jfree.chart.ui.LCBLayout
Lays out the components.
LCBLayout - Class in org.jfree.chart.ui
Specialised layout manager for a grid of components.
LCBLayout(int) - Constructor for class org.jfree.chart.ui.LCBLayout
Creates a new LCBLayout with the specified maximum number of rows.
leapYearCount(int) - Static method in class org.jfree.chart.date.SerialDate
Returns the number of leap years from 1900 to the specified year INCLUSIVE.
LEFT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (left of the thermometer).
LEFT - Static variable in class org.jfree.chart.ui.Align
Left alignment.
LEFT - Static variable in class org.jfree.chart.ui.HorizontalAlignment
Left alignment.
LEFT - Static variable in class org.jfree.chart.ui.RectangleEdge
Left.
LegendGraphic - Class in org.jfree.chart.title
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 in org.jfree.chart
A temporary storage object for recording the properties of a legend item, without any consideration for layout issues.
LegendItem(String) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with the specified label.
LegendItem(String, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with the specified label and fill paint.
LegendItem(String, String, String, String, Shape, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled shape.
LegendItem(String, String, 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, String, String, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item using a line.
LegendItem(String, String, 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.
LegendItem(AttributedString, String, String, String, Shape, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled shape.
LegendItem(AttributedString, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled and outlined shape.
LegendItem(AttributedString, String, String, String, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item using a line.
LegendItem(AttributedString, String, 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.
LegendItemBlockContainer - Class in org.jfree.chart.title
A container that holds all the pieces of a single legend item.
LegendItemBlockContainer(Arrangement, Dataset, Comparable) - Constructor for class org.jfree.chart.title.LegendItemBlockContainer
Creates a new legend item block.
LegendItemCollection - Class in org.jfree.chart
A collection of legend items.
LegendItemCollection() - Constructor for class org.jfree.chart.LegendItemCollection
Constructs a new legend item collection, initially empty.
LegendItemEntity - Class in org.jfree.chart.entity
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 in org.jfree.chart
A source of legend items.
LegendRenderingOrder - Class in org.jfree.chart
Represents the order for rendering legend items.
LegendTitle - Class in org.jfree.chart.title
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.
LengthAdjustmentType - Class in org.jfree.chart.ui
Represents the three options for adjusting a length: expand, contract, and no change.
LengthConstraintType - Class in org.jfree.chart.block
Defines tokens used to indicate a length constraint type.
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.
LEVEL - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is levelled at the first or last value.
LevelRenderer - Class in org.jfree.chart.renderer.category
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.
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.
line - Variable in class org.jfree.chart.renderer.category.CategoryStepRenderer.State
A working line for re-use to avoid creating large numbers of objects.
LineAndShapeRenderer - Class in org.jfree.chart.renderer.category
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
Creates a renderer with both lines and shapes visible by default.
LineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.category.LineAndShapeRenderer
Creates a new renderer with lines and/or shapes visible.
LineBorder - Class in org.jfree.chart.block
A line border for any AbstractBlock.
LineBorder() - Constructor for class org.jfree.chart.block.LineBorder
Creates a default border.
LineBorder(Paint, Stroke, RectangleInsets) - Constructor for class org.jfree.chart.block.LineBorder
Creates a new border with the specified color.
LineFunction2D - Class in org.jfree.data.function
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 in org.jfree.chart.needle
A needle that is represented by a line.
LineNeedle() - Constructor for class org.jfree.chart.needle.LineNeedle
 
LINES - Static variable in class org.jfree.chart.renderer.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).
lineTo(GeneralPath, double, double) - Static method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Utility method delegating to Path2D.Float.lineTo(double, double) taking double as parameters.
LineUtils - Class in org.jfree.chart.util
Some utility methods for Line2D objects.
LineUtils() - Constructor for class org.jfree.chart.util.LineUtils
 
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.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.FontChooserPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.ui.FontDisplayField
The resourceBundle for the localization.
LOG10_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
Useful constant for log(10).
log10TickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "10^n"-style tick labels.
LogarithmicAxis - Class in org.jfree.chart.axis
A numerical axis that uses a logarithmic scale.
LogarithmicAxis(String) - Constructor for class org.jfree.chart.axis.LogarithmicAxis
Creates a new axis.
LogAxis - Class in org.jfree.chart.axis
A numerical axis that uses a logarithmic scale.
LogAxis() - Constructor for class org.jfree.chart.axis.LogAxis
Creates a new LogAxis with no label.
LogAxis(String) - Constructor for class org.jfree.chart.axis.LogAxis
Creates a new LogAxis with the given label.
LogFormat - Class in org.jfree.chart.util
A number formatter for logarithmic values.
LogFormat() - Constructor for class org.jfree.chart.util.LogFormat
Creates a new instance using base 10.
LogFormat(double, String, boolean) - Constructor for class org.jfree.chart.util.LogFormat
Creates a new instance.
LogFormat(double, String, String, boolean) - Constructor for class org.jfree.chart.util.LogFormat
Creates a new instance.
LogTick - Class in org.jfree.chart.axis
A tick from a LogAxis.
LogTick(TickType, double, AttributedString, TextAnchor) - Constructor for class org.jfree.chart.axis.LogTick
Creates a new instance.
LongNeedle - Class in org.jfree.chart.needle
A needle that is represented by a long line.
LongNeedle() - Constructor for class org.jfree.chart.needle.LongNeedle
Default constructor.
lookupBoxPaint(int, int) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns the box paint or, if this is null, the item paint.
lookupLegendShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Performs a lookup for the legend shape.
lookupLegendTextFont(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Performs a lookup for the legend text font.
lookupLegendTextPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Performs a lookup for the legend text paint.
LookupPaintScale - Class in org.jfree.chart.renderer
A paint scale that uses a lookup table to associate paint instances with data value ranges.
LookupPaintScale() - Constructor for class org.jfree.chart.renderer.LookupPaintScale
Creates a new paint scale.
LookupPaintScale(double, double, Paint) - Constructor for class org.jfree.chart.renderer.LookupPaintScale
Creates a new paint scale with the specified default paint.
lookupSectionOutlinePaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline paint for the specified section.
lookupSectionOutlinePaint(Comparable, boolean) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline paint for the specified section.
lookupSectionOutlineStroke(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline stroke for the specified section.
lookupSectionOutlineStroke(Comparable, boolean) - Method in class org.jfree.chart.plot.PiePlot
Returns the outline stroke for the specified section.
lookupSectionPaint(Comparable) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for the specified section.
lookupSectionPaint(Comparable, boolean) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for the specified section.
lookupSectionPaint(Comparable, PiePlotState) - Method in class org.jfree.chart.plot.PiePlot
Returns the paint for the specified section.
lookupSeriesFillPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill an item drawn by the renderer.
lookupSeriesOutlinePaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to outline an item drawn by the renderer.
lookupSeriesOutlineStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to outline the items in a series.
lookupSeriesPaint(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the paint used to fill an item drawn by the renderer.
lookupSeriesShape(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a shape used to represent the items in a series.
lookupSeriesStroke(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns the stroke used to draw the items in a series.
LOW_END - Static variable in class org.jfree.chart.axis.AxisLabelLocation
Axis label at the bottom.
lowerCoordinates - Variable in class org.jfree.chart.renderer.xy.DeviationRenderer.State
A list of coordinates for the lower y-values in the current series (after translation into Java2D space).

M

MAJOR - Static variable in class org.jfree.chart.axis.TickType
Major tick.
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.
mapDatasetToAxes(int, List) - Method in class org.jfree.chart.plot.PolarPlot
Maps the specified dataset to the axes in the list.
mapDatasetToAxis(int, int) - Method in class org.jfree.chart.plot.PolarPlot
Maps a dataset to a particular axis.
mapDatasetToDomainAxes(int, List) - Method in class org.jfree.chart.plot.CategoryPlot
Maps the specified dataset to the axes in the list.
mapDatasetToDomainAxes(int, List) - Method in class org.jfree.chart.plot.XYPlot
Maps the specified dataset to the axes in the list.
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.
mapDatasetToRangeAxes(int, List) - Method in class org.jfree.chart.plot.CategoryPlot
Maps the specified dataset to the axes in the list.
mapDatasetToRangeAxes(int, List) - Method in class org.jfree.chart.plot.XYPlot
Maps the specified dataset to the axes in the list.
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.
mapDatasetToScale(int, int) - Method in class org.jfree.chart.plot.dial.DialPlot
Maps a dataset to a particular scale.
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.
MARCH - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for March.
Marker - Class in org.jfree.chart.plot
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 in org.jfree.chart.axis
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.
markerChanged(MarkerChangeEvent) - Method in interface org.jfree.chart.event.MarkerChangeListener
Receives notification of a marker change event.
markerChanged(MarkerChangeEvent) - Method in class org.jfree.chart.plot.Plot
Receives notification of a change to a marker that is assigned to the plot.
MarkerChangeEvent - Class in org.jfree.chart.event
An event that can be forwarded to any MarkerChangeListener to signal a change to a Marker.
MarkerChangeEvent(Marker) - Constructor for class org.jfree.chart.event.MarkerChangeEvent
Creates a new MarkerChangeEvent instance.
MarkerChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to a Marker.
MatrixSeries - Class in org.jfree.data.xy
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 in org.jfree.data.xy
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.
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%).
MAXIMUM_TICK_COUNT - Static variable in class org.jfree.chart.axis.ValueAxis
The maximum tick count.
MAXIMUM_YEAR - Static variable in class org.jfree.data.time.Year
The maximum year value.
MAXIMUM_YEAR_SUPPORTED - Static variable in class org.jfree.chart.date.SerialDate
The highest year value supported by this date format.
MAY - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for May.
MeanAndStandardDeviation - Class in org.jfree.data.statistics
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.
MeterInterval - Class in org.jfree.chart.plot
An interval to be highlighted on a MeterPlot.
MeterInterval(String, Range) - Constructor for class org.jfree.chart.plot.MeterInterval
Creates a new interval.
MeterInterval(String, Range, Paint, Stroke, Paint) - Constructor for class org.jfree.chart.plot.MeterInterval
Creates a new interval.
MeterNeedle - Class in org.jfree.chart.needle
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 in org.jfree.chart.plot
A plot that displays a single value in the form of a needle on a dial.
MeterPlot() - Constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot with a default range of 0 to 100 and no value to display.
MeterPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot that displays the value from the supplied dataset.
MIDDLE - Static variable in class org.jfree.chart.axis.AxisLabelLocation
Axis label at the middle.
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.
MiddlePinNeedle - Class in org.jfree.chart.needle
A needle that is drawn as a pin shape.
MiddlePinNeedle() - Constructor for class org.jfree.chart.needle.MiddlePinNeedle
 
MILLISECOND - Static variable in class org.jfree.chart.axis.DateTickUnitType
Millisecond.
Millisecond - Class in org.jfree.data.time
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 new millisecond using the default time zone.
Millisecond(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Millisecond
Creates a millisecond.
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.
MINIMUM_YEAR - Static variable in class org.jfree.data.time.Year
The minimum year value.
MINIMUM_YEAR_SUPPORTED - Static variable in class org.jfree.chart.date.SerialDate
The lowest year value supported by this date format.
minimumLayoutSize(Container) - Method in class org.jfree.chart.ui.LCBLayout
Returns the minimum size using this layout manager.
MinMaxCategoryRenderer - Class in org.jfree.chart.renderer.category
Renderer for drawing min max plot.
MinMaxCategoryRenderer() - Constructor for class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Default constructor.
MINOR - Static variable in class org.jfree.chart.axis.TickType
Minor tick.
MINUTE - Static variable in class org.jfree.chart.axis.DateTickUnitType
Minute.
Minute - Class in org.jfree.data.time
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 instance, based on the supplied date/time and the default time zone.
Minute(Date, TimeZone, Locale) - 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 in org.jfree.chart.axis
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.
MONDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Monday.
MONTH - Static variable in class org.jfree.chart.axis.DateTickUnitType
Month.
Month - Class in org.jfree.data.time
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, Locale) - Constructor for class org.jfree.data.time.Month
Creates a new Month instance, based on the specified time, zone and locale.
monthCodeToQuarter(int) - Static method in class org.jfree.chart.date.SerialDate
Returns the quarter for the specified month.
monthCodeToString(int) - Static method in class org.jfree.chart.date.SerialDate
Returns a string representing the supplied month.
monthCodeToString(int, boolean) - Static method in class org.jfree.chart.date.SerialDate
Returns a string representing the supplied month.
MonthConstants - Interface in org.jfree.chart.date
 
MonthDateFormat - Class in org.jfree.chart.axis
A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year.
MonthDateFormat() - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the default time zone.
MonthDateFormat(TimeZone) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(Locale) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(TimeZone, int) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(Locale, int) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(TimeZone, Locale, int, boolean, boolean) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new formatter.
MonthDateFormat(TimeZone, Locale, int, boolean[], DateFormat) - Constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new formatter.
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.
moveTo(GeneralPath, double, double) - Static method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Utility method delegating to Path2D.Float.moveTo(double, double) taking double as parameters.
MovingAverage - Class in org.jfree.data.time
A utility class for calculating moving averages of time series data.
MovingAverage() - Constructor for class org.jfree.data.time.MovingAverage
 
MultiplePiePlot - Class in org.jfree.chart.plot
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 in org.jfree.chart.labels
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.
MultiValueCategoryDataset - Interface in org.jfree.data.statistics
A category dataset that defines multiple values for each item.

N

NEAREST - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
NEGATIVE - Static variable in class org.jfree.data.RangeType
Negative range.
NEW_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEventType
NEW_DATASET.
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.
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).
NO_CHANGE - Static variable in class org.jfree.chart.ui.LengthAdjustmentType
NO_CHANGE.
NO_LABELS - Static variable in class org.jfree.chart.plot.CompassPlot
A constant for the label type.
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.
NormalDistributionFunction2D - Class in org.jfree.data.function
A normal distribution function.
NormalDistributionFunction2D(double, double) - Constructor for class org.jfree.data.function.NormalDistributionFunction2D
Constructs a new normal distribution function.
NormalizedMatrixSeries - Class in org.jfree.data.xy
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.
NORTH - Static variable in class org.jfree.chart.ui.Align
North alignment (same as TOP).
NORTH_EAST - Static variable in class org.jfree.chart.ui.Align
North/East alignment (same as TOP_RIGHT).
NORTH_LEFT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis left of north.
NORTH_RIGHT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis right of north.
NORTH_WEST - Static variable in class org.jfree.chart.ui.Align
North/West alignment (same as TOP_LEFT).
notifyListeners(AnnotationChangeEvent) - Method in class org.jfree.chart.annotations.AbstractAnnotation
Notifies all registered listeners that the annotation has changed.
notifyListeners(AxisChangeEvent) - Method in class org.jfree.chart.axis.Axis
Notifies all registered listeners that the axis has changed.
notifyListeners(ChartChangeEvent) - Method in class org.jfree.chart.JFreeChart
Sends a ChartChangeEvent to all registered listeners.
notifyListeners(ChartProgressEvent) - Method in class org.jfree.chart.JFreeChart
Sends a ChartProgressEvent to all registered listeners.
notifyListeners(OverlayChangeEvent) - Method in class org.jfree.chart.panel.AbstractOverlay
Sends a ChartChangeEvent to all registered listeners.
notifyListeners(DialLayerChangeEvent) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Notifies all registered listeners that the dial layer has changed.
notifyListeners(MarkerChangeEvent) - Method in class org.jfree.chart.plot.Marker
Notifies all registered listeners that the marker has been modified.
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.
NotOutlierException - Exception in org.jfree.chart.renderer
An exception that is generated by the Outlier, OutlierList and OutlierListCollection classes.
NotOutlierException(String) - Constructor for exception org.jfree.chart.renderer.NotOutlierException
Creates a new exception.
NOVEMBER - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for November.
nullNotPermitted(Object, String) - Static method in class org.jfree.chart.util.Args
Throws an IllegalArgumentException if the supplied param is null.
NumberAxis - Class in org.jfree.chart.axis
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.
NumberCellRenderer - Class in org.jfree.chart.ui
A table cell renderer that formats numbers with right alignment in each cell.
NumberCellRenderer() - Constructor for class org.jfree.chart.ui.NumberCellRenderer
Default constructor - builds a renderer that right justifies the contents of a table cell.
numberFormatterObj - Variable in class org.jfree.chart.axis.LogarithmicAxis
Number formatter for generating numeric strings.
NumberTick - Class in org.jfree.chart.axis
A numerical tick.
NumberTick(Number, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.NumberTick
Creates a new tick.
NumberTick(TickType, double, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.NumberTick
Creates a new tick.
NumberTickUnit - Class in org.jfree.chart.axis
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.
NumberTickUnit(double, NumberFormat, int) - Constructor for class org.jfree.chart.axis.NumberTickUnit
Creates a new number tick unit.
NumberTickUnitSource - Class in org.jfree.chart.axis
A tick unit source implementation that returns NumberTickUnit instances that are multiples of 1, 2 or 5 times some power of 10.
NumberTickUnitSource() - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
Creates a new instance.
NumberTickUnitSource(boolean) - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
Creates a new instance.
NumberTickUnitSource(boolean, NumberFormat) - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
Creates a new instance.

O

ObjectList - Class in org.jfree.chart.util
A list of objects that can grow as required.
ObjectList() - Constructor for class org.jfree.chart.util.ObjectList
Default constructor.
ObjectList(int) - Constructor for class org.jfree.chart.util.ObjectList
Creates a new list.
ObjectUtils - Class in org.jfree.chart.util
A collection of useful static utility methods for handling classes and object instantiation.
OCTOBER - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for October.
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
??
OHLC - Class in org.jfree.data.time.ohlc
A data record containing open-high-low-close data (immutable).
OHLC(double, double, double, double) - Constructor for class org.jfree.data.time.ohlc.OHLC
Creates a new instance of OHLC.
OHLCDataItem - Class in org.jfree.data.xy
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 in org.jfree.data.xy
An interface that defines data in the form of (x, high, low, open, close) tuples.
OHLCItem - Class in org.jfree.data.time.ohlc
An item representing data in the form (time-period, open, high, low, close).
OHLCItem(RegularTimePeriod, double, double, double, double) - Constructor for class org.jfree.data.time.ohlc.OHLCItem
Creates a new instance of OHLCItem.
OHLCSeries - Class in org.jfree.data.time.ohlc
A list of (RegularTimePeriod, open, high, low, close) data items.
OHLCSeries(Comparable) - Constructor for class org.jfree.data.time.ohlc.OHLCSeries
Creates a new empty series.
OHLCSeriesCollection - Class in org.jfree.data.time.ohlc
A collection of OHLCSeries objects.
OHLCSeriesCollection() - Constructor for class org.jfree.data.time.ohlc.OHLCSeriesCollection
Creates a new instance of OHLCSeriesCollection.
opposite(RectangleEdge) - Static method in class org.jfree.chart.ui.RectangleEdge
Returns the opposite edge.
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 adding 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.date - package org.jfree.chart.date
Date-related classes formerly in the JCommon class library.
org.jfree.chart.editor - package org.jfree.chart.editor
Provides a simple (but so far incomplete) framework for editing chart properties.
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, including org.jfree.chart.imagemap.ImageMapUtilities, for creating HTML 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.panel - package org.jfree.chart.panel
Classes related to the ChartPanel class.
org.jfree.chart.plot - package org.jfree.chart.plot
Plot classes and related interfaces.
org.jfree.chart.plot.dial - package org.jfree.chart.plot.dial
Classes for creating dial plots.
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.text - package org.jfree.chart.text
Text-related classes formerly in the JCommon class library.
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
 
org.jfree.chart.urls - package org.jfree.chart.urls
Classes for adding URLS to charts for HTML image map generation.
org.jfree.chart.util - package org.jfree.chart.util
Utility classes used by JFreeChart.
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.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.json - package org.jfree.data.json
Utilities for reading/writing data to/from JSON format.
org.jfree.data.json.impl - package org.jfree.data.json.impl
Utility classes for JSON, for internal use only.
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.time.ohlc - package org.jfree.data.time.ohlc
Classes for representing financial data in open-high-low-close form.
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.
Outlier - Class in org.jfree.chart.renderer
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 in org.jfree.chart.renderer
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 in org.jfree.chart.renderer
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.
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.
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.
Overlay - Interface in org.jfree.chart.panel
Defines the interface for an overlay that can be added to a ChartPanel.
overlayChanged(OverlayChangeEvent) - Method in class org.jfree.chart.ChartPanel
Handles a change to an overlay by repainting the panel.
overlayChanged(OverlayChangeEvent) - Method in interface org.jfree.chart.event.OverlayChangeListener
This method is called to notify a listener of a change event.
OverlayChangeEvent - Class in org.jfree.chart.event
A change event for an Overlay.
OverlayChangeEvent(Object) - Constructor for class org.jfree.chart.event.OverlayChangeEvent
Creates a new change event.
OverlayChangeListener - Interface in org.jfree.chart.event
A listener for changes to an Overlay.
OverLIBToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
Generates tooltips using the OverLIB library (http://www.bosrup.com/web/overlib/).
OverLIBToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
Creates a new instance.
OverwriteDataSet(double[], double[], XYDataset) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Creates a new dataset.

P

PaintAlpha - Class in org.jfree.chart.util
This class contains static methods for the manipulation of objects of type Paint
PaintAlpha() - Constructor for class org.jfree.chart.util.PaintAlpha
 
paintBar(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge) - Method in interface org.jfree.chart.renderer.category.BarPainter
Paints a single bar on behalf of a renderer.
paintBar(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
Paints a single bar instance.
paintBar(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class org.jfree.chart.renderer.category.StandardBarPainter
Paints a single bar instance.
paintBar(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
Paints a single bar instance.
paintBar(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
Paints a single bar instance.
paintBar(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge) - Method in interface org.jfree.chart.renderer.xy.XYBarPainter
Paints a single bar on behalf of a renderer.
paintBarShadow(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in interface org.jfree.chart.renderer.category.BarPainter
Paints the shadow for a single bar on behalf of a renderer.
paintBarShadow(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
Paints a single bar instance.
paintBarShadow(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.category.StandardBarPainter
Paints a single bar instance.
paintBarShadow(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
Paints a single bar instance.
paintBarShadow(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
Paints a single bar instance.
paintBarShadow(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in interface org.jfree.chart.renderer.xy.XYBarPainter
Paints the shadow for a single bar on behalf of a renderer.
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.PaintSample
Fills the component with the current Paint.
paintComponent(Graphics) - Method in class org.jfree.chart.ui.StrokeSample
Draws a line using the sample stroke.
PaintList - Class in org.jfree.chart.util
A table of Paint objects.
PaintList() - Constructor for class org.jfree.chart.util.PaintList
Creates a new list.
PaintMap - Class in org.jfree.chart
A storage structure that maps Comparable instances with Paint instances.
PaintMap() - Constructor for class org.jfree.chart.PaintMap
Creates a new (empty) map.
paintOverlay(Graphics2D, ChartPanel) - Method in class org.jfree.chart.panel.CrosshairOverlay
Paints the crosshairs in the layer.
paintOverlay(Graphics2D, ChartPanel) - Method in interface org.jfree.chart.panel.Overlay
Paints the crosshairs in the layer.
PaintSample - Class in org.jfree.chart.ui
A panel that displays a paint sample.
PaintSample(Paint) - Constructor for class org.jfree.chart.ui.PaintSample
Standard constructor - builds a paint sample.
PaintScale - Interface in org.jfree.chart.renderer
A source for Paint instances, used by the XYBlockRenderer.
PaintScaleLegend - Class in org.jfree.chart.title
A legend that shows a range of values and their associated colors, driven by an underlying PaintScale implementation.
PaintScaleLegend(PaintScale, ValueAxis) - Constructor for class org.jfree.chart.title.PaintScaleLegend
Creates a new instance.
PaintUtils - Class in org.jfree.chart.util
Utility code that relates to Paint objects.
pan(double) - Method in class org.jfree.chart.axis.LogAxis
Slides the axis range by the specified percentage.
pan(double) - Method in class org.jfree.chart.axis.ValueAxis
Slides the axis range by the specified percentage.
panDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Pans the domain axes by the specified percentage.
panDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Pans all domain axes by the specified percentage.
panDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Pans the domain axes by the specified percentage.
panDomainAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Pannable
Pans the domain axes by the specified percentage.
panDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Pans the domain axes by the specified percentage.
Pannable - Interface in org.jfree.chart.plot
An interface that the ChartPanel class uses to communicate with plots that support panning.
panRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Pans the range axes by the specified percentage.
panRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Pans all range axes by the specified percentage.
panRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Pans the range axes by the specified percentage.
panRangeAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Pannable
Pans the range axes by the specified percentage.
panRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Pans the range axes by the specified percentage.
pArea - Variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Area of the complete series
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.MonthDateFormat
Parses the given string (not implemented).
parse(String, ParsePosition) - Method in class org.jfree.chart.axis.QuarterDateFormat
Parses the given string (not implemented).
parse(String, ParsePosition) - Method in class org.jfree.chart.util.HexNumberFormat
Parsing is not implemented, so this method always returns null.
parse(String, ParsePosition) - Method in class org.jfree.chart.util.HMSNumberFormat
Parsing is not implemented, so this method always returns null.
parse(String, ParsePosition) - Method in class org.jfree.chart.util.LogFormat
Parsing is not implemented, so this method always returns null.
parse(String, ParsePosition) - Method in class org.jfree.chart.util.RelativeDateFormat
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.
peg(Calendar) - Method in class org.jfree.data.time.Day
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.FixedMillisecond
This method is overridden to do nothing.
peg(Calendar) - Method in class org.jfree.data.time.Hour
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Millisecond
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Minute
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Month
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Quarter
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.RegularTimePeriod
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Second
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Week
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
peg(Calendar) - Method in class org.jfree.data.time.Year
Recalculates the start date/time and end date/time for this time period relative to the supplied calendar (which incorporates a time zone).
period - Variable in class org.jfree.chart.axis.CyclicNumberAxis
The period.
PeriodAxis - Class in org.jfree.chart.axis
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, Locale) - Constructor for class org.jfree.chart.axis.PeriodAxis
Creates a new axis.
PeriodAxisLabelInfo - Class in org.jfree.chart.axis
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.
PIE - Static variable in class org.jfree.chart.plot.DialShape
Pie.
PieDataset - Interface in org.jfree.data.general
A general purpose dataset where values are associated with keys.
PIEDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'PieDataset' element name.
PieDatasetHandler - Class in org.jfree.data.xml
A SAX handler for reading a PieDataset from an XML file.
PieDatasetHandler() - Constructor for class org.jfree.data.xml.PieDatasetHandler
Default constructor.
PieLabelDistributor - Class in org.jfree.chart.plot
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.
PieLabelLinkStyle - Class in org.jfree.chart.plot
Used to indicate the style for the lines linking pie sections to their corresponding labels.
PieLabelRecord - Class in org.jfree.chart.plot
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 in org.jfree.chart.plot
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 in org.jfree.chart.plot
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
PiePlot3D() - Constructor for class org.jfree.chart.plot.PiePlot3D
Creates a new instance with no dataset.
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 in org.jfree.chart.plot
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 in org.jfree.chart.entity
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 in org.jfree.chart.labels
Interface for a label generator for plots that use data from a PieDataset.
PieToolTipGenerator - Interface in org.jfree.chart.labels
A tool tip generator that is used by the PiePlot class.
PieURLGenerator - Interface in org.jfree.chart.urls
Interface for a URL generator for plots that use data from a PieDataset.
Pin() - Constructor for class org.jfree.chart.plot.dial.DialPointer.Pin
Creates a new instance.
Pin(int) - Constructor for class org.jfree.chart.plot.dial.DialPointer.Pin
Creates a new instance.
PinNeedle - Class in org.jfree.chart.needle
A needle that is drawn as a pin shape.
PinNeedle() - Constructor for class org.jfree.chart.needle.PinNeedle
 
Plot - Class in org.jfree.chart.plot
The base class for all plots in JFreeChart.
Plot() - Constructor for class org.jfree.chart.plot.Plot
Creates a new plot.
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.JFreeChart
Receives notification that the plot has changed, and passes this on to registered listeners.
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.
PlotChangeEvent - Class in org.jfree.chart.event
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 in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to a plot.
PlotEntity - Class in org.jfree.chart.entity
A class that captures information about a plot.
PlotEntity(Shape, Plot) - Constructor for class org.jfree.chart.entity.PlotEntity
Creates a new plot entity.
PlotEntity(Shape, Plot, String) - Constructor for class org.jfree.chart.entity.PlotEntity
Creates a new plot entity.
PlotEntity(Shape, Plot, String, String) - Constructor for class org.jfree.chart.entity.PlotEntity
Creates a new plot entity.
PlotOrientation - Class in org.jfree.chart.plot
Used to indicate the orientation (horizontal or vertical) of a 2D plot.
PlotRenderingInfo - Class in org.jfree.chart.plot
Stores information about the dimensions of a plot and its subplots.
PlotRenderingInfo(ChartRenderingInfo) - Constructor for class org.jfree.chart.plot.PlotRenderingInfo
Creates a new instance.
PlotState - Class in org.jfree.chart.plot
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 in org.jfree.chart.needle
A needle for use with the CompassPlot class.
PlumNeedle() - Constructor for class org.jfree.chart.needle.PlumNeedle
 
PNG - Static variable in interface org.jfree.chart.encoders.ImageFormat
Portable Network Graphics - lossless
Pointer() - Constructor for class org.jfree.chart.plot.dial.DialPointer.Pointer
Creates a new instance.
Pointer(int) - Constructor for class org.jfree.chart.plot.dial.DialPointer.Pointer
Creates a new instance.
PointerNeedle - Class in org.jfree.chart.needle
A needle in the shape of a pointer, for use with the CompassPlot class.
PointerNeedle() - Constructor for class org.jfree.chart.needle.PointerNeedle
 
points - Variable in class org.jfree.chart.renderer.xy.XYSplineRenderer.XYSplineState
The points.
pointsInTime - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Storage for the x-values.
PolarAxisLocation - Class in org.jfree.chart.plot
Used to indicate the location of an axis on a PolarPlot.
PolarChartPanel - Class in org.jfree.chart
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 in org.jfree.chart.renderer
The interface for a renderer that can be used by the PolarPlot class.
PolarPlot - Class in org.jfree.chart.plot
Plots data that is in (theta, radius) pairs where theta equal to zero is due north 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.
PolynomialFunction2D - Class in org.jfree.data.function
A function in the form {@code y = a0 + a1 * x + a2 * x^2 + ...
PolynomialFunction2D(double[]) - Constructor for class org.jfree.data.function.PolynomialFunction2D
Constructs a new polynomial function {@code y = a0 + a1 * x + a2 * x^2 + ...
popSubHandler() - Method in class org.jfree.data.xml.RootHandler
Pops a sub-handler from the stack.
POSITION_INDEX - Static variable in class org.jfree.chart.renderer.WaferMapRenderer
default multivalue paint calculation
positionDialogRelativeToParent(Dialog, double, double) - Static method in class org.jfree.chart.ui.UIUtils
Positions the specified dialog at a position relative to its parent.
positionFrameOnScreen(Window, double, double) - Static method in class org.jfree.chart.ui.UIUtils
Positions the specified frame at a relative position in the screen, where 50% is considered to be the center of the screen.
positionFrameRandomly(Window) - Static method in class org.jfree.chart.ui.UIUtils
Positions the specified frame at a random location on the screen while ensuring that the entire frame is visible (provided that the frame is smaller than the screen).
POSITIVE - Static variable in class org.jfree.data.RangeType
Positive range.
PowerFunction2D - Class in org.jfree.data.function
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.
PRECEDING - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for specifying a day of the week relative to a fixed date.
preferredLayoutSize(Container) - Method in class org.jfree.chart.ui.LCBLayout
Returns the preferred size using this layout manager.
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.
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.
propertyChange(PropertyChangeEvent) - Method in class org.jfree.chart.panel.CrosshairOverlay
Receives a property change event (typically a change in one of the crosshairs).
prune() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Removes all x-values for which all the y-values are null.
PublicCloneable - Interface in org.jfree.chart.util
An interface that exposes the clone() method.
pushSubHandler(DefaultHandler) - Method in class org.jfree.data.xml.RootHandler
Pushes a sub-handler onto the stack.
put(Comparable, Paint) - Method in class org.jfree.chart.PaintMap
Adds a mapping between the specified key and Paint values.
put(Comparable, Stroke) - Method in class org.jfree.chart.StrokeMap
Adds a mapping between the specified key and stroke values.

Q

QUAD_CURVE - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
QUAD_CURVE.
Quarter - Class in org.jfree.data.time
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 instance, based on a date/time and the default time zone.
Quarter(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Quarter
Creates a new Quarter instance, using the specified zone and locale.
QuarterDateFormat - Class in org.jfree.chart.axis
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.
QuarterDateFormat(TimeZone, String[], boolean) - Constructor for class org.jfree.chart.axis.QuarterDateFormat
Creates a new instance for the specified time zone.
QWORD - Static variable in class org.jfree.chart.util.HexNumberFormat
Number of hexadecimal digits for a quad word.

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 - Class in org.jfree.data
Represents an immutable range of values.
Range(double, double) - Constructor for class org.jfree.data.Range
Creates a new 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.
RangeInfo - Interface in org.jfree.data
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
RangeType - Class in org.jfree.data
Used to indicate the type of range to display on an axis (full, positive or negative).
readAttributedString(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a AttributedString object that has been serialised by the SerialUtils.writeAttributedString(AttributedString, ObjectOutputStream) method.
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.
readComposite(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a Composite object that has been serialised by the SerialUtils.writeComposite(Composite, ObjectOutputStream) method.
readPaint(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a Paint object that has been serialised by the SerialUtils.writePaint(Paint, ObjectOutputStream) method.
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.
readPoint2D(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a Point2D object that has been serialised by the SerialUtils.writePoint2D(Point2D, ObjectOutputStream) method.
readShape(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a Shape object that has been serialised by the SerialUtils.writeShape(Shape, ObjectOutputStream) method.
readStroke(ObjectInputStream) - Static method in class org.jfree.chart.util.SerialUtils
Reads a Stroke object that has been serialised by the SerialUtils.writeStroke(Stroke, ObjectOutputStream) method.
RectangleAnchor - Enum in org.jfree.chart.ui
Used to indicate an anchor point for a rectangle.
rectangleByRadius(Rectangle2D, double, double) - Static method in class org.jfree.chart.plot.dial.DialPlot
A utility method that computes a rectangle using relative radius values.
RectangleConstraint - Class in org.jfree.chart.block
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(Range, double) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint with a range for the width and a fixed height.
RectangleConstraint(double, Range) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint with a fixed width and a range for the height.
RectangleConstraint(double, Range, LengthConstraintType, double, Range, LengthConstraintType) - Constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint.
RectangleEdge - Class in org.jfree.chart.ui
Used to indicate the edge of a rectangle.
RectangleInsets - Class in org.jfree.chart.ui
Represents the insets for a rectangle, specified in absolute or relative terms.
RectangleInsets() - Constructor for class org.jfree.chart.ui.RectangleInsets
Creates a new instance with all insets initialised to 1.0.
RectangleInsets(double, double, double, double) - Constructor for class org.jfree.chart.ui.RectangleInsets
Creates a new instance with the specified insets (as 'absolute' units).
RectangleInsets(UnitType, double, double, double, double) - Constructor for class org.jfree.chart.ui.RectangleInsets
Creates a new instance.
refreshAngleTicks() - Method in class org.jfree.chart.plot.PolarPlot
Generates a list of tick values for the angular tick marks.
refreshTicks(Graphics2D, AxisState, 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, 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, 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, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
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, 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, 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, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Builds a list of ticks for the axis.
refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Recalculates the ticks for the date axis.
refreshTicksHorizontal(Graphics2D, 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, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Returns a list of ticks for an axis at the top or bottom of the chart.
refreshTicksHorizontal(Graphics2D, 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).
refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Recalculates the ticks for the date axis.
refreshTicksVertical(Graphics2D, 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, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Returns a list of ticks for an axis at the left or right of the chart.
refreshTicksVertical(Graphics2D, 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).
refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshVerticalTicks(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Builds a list of ticks for the axis.
registerChartForDeletion(File, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Adds a ChartDeleter object to the session object with the name JFreeChart_Deleter if there is not already one bound to the session and adds the filename to the list of charts to be deleted.
Regression - Class in org.jfree.data.statistics
A utility class for fitting regression curves to data.
Regression() - Constructor for class org.jfree.data.statistics.Regression
 
REGULAR_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
Symbols for regular quarters.
RegularTimePeriod - Class in org.jfree.data.time
An abstract class representing a unit of time.
RegularTimePeriod() - Constructor for class org.jfree.data.time.RegularTimePeriod
 
RELATIVE - Static variable in class org.jfree.chart.util.XYCoordinateType
The (x, y) coordinates represent a relative position in the data space.
RELATIVE_FREQUENCY - Static variable in class org.jfree.data.statistics.HistogramType
Relative frequency.
RelativeDateFormat - Class in org.jfree.chart.util
A formatter that formats dates to show the elapsed time relative to some base date.
RelativeDateFormat() - Constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance with base milliseconds set to zero.
RelativeDateFormat(Date) - Constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance.
RelativeDateFormat(long) - Constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance.
relativeToString(int) - Static method in class org.jfree.chart.date.SerialDate
Returns a string representing the supplied 'relative'.
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(int) - Method in class org.jfree.data.ComparableObjectSeries
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.
remove(Comparable) - Method in class org.jfree.data.ComparableObjectSeries
Removes the item with the specified x-value and sends a SeriesChangeEvent to all registered listeners.
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(Comparable) - Method in class org.jfree.data.general.DefaultPieDataset
Removes an item from the dataset and sends a DatasetChangeEvent to all registered listeners.
remove(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Removes an item from the dataset and sends a DatasetChangeEvent to all registered listeners.
remove(Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Removes an item from the dataset and sends a DatasetChangeEvent to all registered listeners.
remove(int) - Method in class org.jfree.data.time.ohlc.OHLCSeries
Removes the item with the specified index.
remove(TimePeriod, Comparable) - Method in class org.jfree.data.time.TimeTableXYDataset
Removes an existing data item from the dataset.
remove(TimePeriod, Comparable, boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
Removes an existing data item from the dataset and, if requested, sends a DatasetChangeEvent to all registered listeners.
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.VectorSeries
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.
remove(int) - Method in class org.jfree.data.xy.XYSeries
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.
remove(Number) - Method in class org.jfree.data.xy.XYSeries
Removes an item with the specified x-value and sends a SeriesChangeEvent to all registered listeners.
removeAgedItems(boolean) - Method in class org.jfree.data.time.TimeSeries
Age items in the series.
removeAgedItems(long, boolean) - Method in class org.jfree.data.time.TimeSeries
Age items in the series.
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.
removeAllBins() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Removes all bins and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
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.VectorSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.XYSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - Method in class org.jfree.data.xy.YIntervalSeriesCollection
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(CategoryAnnotation) - Method in class org.jfree.chart.plot.CategoryPlot
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.
removeAnnotation(CategoryAnnotation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Removes an annotation from the plot and, if requested, sends a PlotChangeEvent to all registered listeners.
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, boolean) - 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, if there was a value associated with that category, sends an AxisChangeEvent to all registered listeners.
removeCategoryLabelURL(Comparable) - Method in class org.jfree.chart.axis.CategoryAxis
Removes the URL for the specified category and, if there was a URL associated with that category, sends an AxisChangeEvent to all registered listeners.
removeChangeListener(AnnotationChangeListener) - Method in class org.jfree.chart.annotations.AbstractAnnotation
Deregisters an object so that it no longer receives notification of changes to the annotation.
removeChangeListener(AnnotationChangeListener) - Method in interface org.jfree.chart.annotations.Annotation
Deregisters an object for notification of changes to the annotation.
removeChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
Deregisters an object for notification of changes to the axis.
removeChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removeChangeListener(OverlayChangeListener) - Method in class org.jfree.chart.panel.AbstractOverlay
Deregisters an object for notification of changes to the overlay.
removeChangeListener(OverlayChangeListener) - Method in interface org.jfree.chart.panel.Overlay
Deregisters a listener from the overlay.
removeChangeListener(DialLayerChangeListener) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Deregisters an object for notification of changes to the dial layer.
removeChangeListener(DialLayerChangeListener) - Method in interface org.jfree.chart.plot.dial.DialLayer
Deregisters a listener, so that it no longer receives notification of changes to this layer.
removeChangeListener(MarkerChangeListener) - Method in class org.jfree.chart.plot.Marker
Unregisters an object for notification of changes to the marker.
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.category.CategoryItemRenderer
Removes a change listener.
removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
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.
removeCodeBase(URL, URLClassLoader) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
Instantiate a URLClassLoader for resource lookups where the codeBase URL is removed.
removeColumn(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a column from the table.
removeColumn(int) - Method in class org.jfree.data.KeyedObjects2D
Removes an entire column from the table.
removeColumn(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes an entire column from the table.
removeColumn(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeCornerTextItem(String) - Method in class org.jfree.chart.plot.PolarPlot
Remove the given text from the list of corner text items and sends a PlotChangeEvent to all registered listeners.
removeDomainCrosshair(Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Removes a domain axis crosshair and sends an OverlayChangeEvent to all registered listeners.
removeDomainMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for the domain axis and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for the domain axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for a specific dataset/renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for the domain axis and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for the domain axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeDomainMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for a specific dataset/renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
removeFragment(TextFragment) - Method in class org.jfree.chart.text.TextLine
Removes a fragment from the line.
removeLayer(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Removes the layer at the specified index and sends a PlotChangeEvent to all registered listeners.
removeLayer(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Removes the specified layer and sends a PlotChangeEvent to all registered listeners.
removeLayoutComponent(Component) - Method in class org.jfree.chart.ui.LCBLayout
Not used.
removeLayoutComponent(String, Component) - Method in class org.jfree.chart.ui.LCBLayout
Not used.
removeLegend() - Method in class org.jfree.chart.JFreeChart
Removes the first legend in the chart and sends a ChartChangeEvent to all registered listeners.
removeObject(Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes an object from the table by setting it to null.
removeOverlay(Overlay) - Method in class org.jfree.chart.ChartPanel
Removes an overlay from the panel.
removePointer(int) - Method in class org.jfree.chart.plot.dial.DialPlot
Removes the pointer at the specified index and sends a PlotChangeEvent to all registered listeners.
removePointer(DialPointer) - Method in class org.jfree.chart.plot.dial.DialPlot
Removes the specified pointer and sends a PlotChangeEvent to all registered listeners.
removeProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.chart.plot.Crosshair
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.general.Series
Removes a property change listener from the series.
removeRangeCrosshair(Crosshair) - Method in class org.jfree.chart.panel.CrosshairOverlay
Removes a range axis crosshair and sends an OverlayChangeEvent to all registered listeners.
removeRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for the range axis and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for the range axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for the range axis and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for the range axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeRangeMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
Removes a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
removeRow(int) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(int) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Removes a row from the table.
removeRow(int) - Method in class org.jfree.data.KeyedObjects2D
Removes an entire row from the table.
removeRow(Comparable) - Method in class org.jfree.data.KeyedObjects2D
Removes an entire row from the table.
removeRow(int) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(int) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(Comparable) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Removes the series with the specified index and sends a DatasetChangeEvent to all registered listeners.
removeSeries(OHLCSeries) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Removes the specified series from the dataset and sends a DatasetChangeEvent to all registered listeners.
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(Comparable) - Method in class org.jfree.data.xy.DefaultXYDataset
Removes a series from the dataset, then sends a DatasetChangeEvent to all registered listeners.
removeSeries(Comparable) - Method in class org.jfree.data.xy.DefaultXYZDataset
Removes a series from the dataset, then 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(VectorSeries) - Method in class org.jfree.data.xy.VectorSeriesCollection
Removes the specified series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(XIntervalSeries) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(XYIntervalSeries) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
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.
removeSeries(int) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(YIntervalSeries) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
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.
removeSubtitle(Title) - Method in class org.jfree.chart.JFreeChart
Removes the specified subtitle and sends a ChartChangeEvent to all registered listeners.
removeValue(Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Removes a value from the dataset and sends a DatasetChangeEvent to all registered listeners.
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 from the table by setting it to null.
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.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.jfree.data.general.Series
Removes a vetoable property change listener from the series.
render(Graphics2D, Rectangle2D, int, PlotRenderingInfo, CategoryCrosshairState) - 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.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.
RendererChangeEvent - Class in org.jfree.chart.event
An event that can be forwarded to any RendererChangeListener to signal a change to a renderer.
RendererChangeEvent(Object) - Constructor for class org.jfree.chart.event.RendererChangeEvent
Creates a new event.
RendererChangeEvent(Object, boolean) - Constructor for class org.jfree.chart.event.RendererChangeEvent
Creates a new event.
RendererChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to a renderer.
RendererState - Class in org.jfree.chart.renderer
Represents the current state of a renderer.
RendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.RendererState
Creates a new state object.
RendererUtils - Class in org.jfree.chart.renderer
Utility methods related to the rendering process.
RendererUtils() - Constructor for class org.jfree.chart.renderer.RendererUtils
 
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.
requireInRange(int, String, int, int) - Static method in class org.jfree.chart.util.Args
Checks that the value falls within the specified range and, if it does not, throws an IllegalArgumentException.
requireNonNegative(int, String) - Static method in class org.jfree.chart.util.Args
Throws an IllegalArgumentException if value is negative.
reserved(Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
Calculates the reserved area.
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, 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.
resizeRange(double) - Method in class org.jfree.chart.axis.LogAxis
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.LogAxis
 
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.
resizeRange2(double, double) - Method in class org.jfree.chart.axis.LogAxis
Resizes the axis length to the specified percentage of the current range and sends a change event to all registered listeners.
resizeRange2(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.
ResourceBundleWrapper - Class in org.jfree.chart.util
Wrapper of ResourceBundle.getBundle() methods.
restoreAutoBounds() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on both axes.
restoreAutoDomainBounds() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the domain axis.
restoreAutoRangeBounds() - Method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the range axis.
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.
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.
REVERSE - Static variable in class org.jfree.chart.plot.SeriesRenderingOrder
Render series in the order N-1, N-2, ..., 2, 1, 0, where N is the number of series.
revolutionDistance - Variable in class org.jfree.chart.plot.CompassPlot
The count to complete one revolution.
RIGHT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (right of the thermometer).
RIGHT - Static variable in class org.jfree.chart.ui.Align
Right alignment.
RIGHT - Static variable in class org.jfree.chart.ui.HorizontalAlignment
Right alignment.
RIGHT - Static variable in class org.jfree.chart.ui.RectangleEdge
Right.
RingPlot - Class in org.jfree.chart.plot
A customised pie plot that leaves a hole in the middle.
RingPlot() - Constructor for class org.jfree.chart.plot.RingPlot
Creates a new plot with a null dataset.
RingPlot(PieDataset) - Constructor for class org.jfree.chart.plot.RingPlot
Creates a new plot for the specified dataset.
rollDate(Date) - Method in class org.jfree.chart.axis.DateTickUnit
Rolls the date forward by the amount specified by the roll unit and count.
rollDate(Date, TimeZone) - Method in class org.jfree.chart.axis.DateTickUnit
Rolls the date forward by the amount specified by the roll unit and count.
ROMAN_QUARTERS - Static variable in class org.jfree.chart.axis.QuarterDateFormat
Symbols for roman numbered quarters.
RootHandler - Class in org.jfree.data.xml
A SAX handler that delegates work to sub-handlers.
RootHandler() - Constructor for class org.jfree.data.xml.RootHandler
Creates a new handler.
rotateShape(Shape, double, float, float) - Static method in class org.jfree.chart.util.ShapeUtils
Rotates a shape about the specified coordinates.
Rotation - Enum in org.jfree.chart.util
Represents a direction of rotation (CLOCKWISE or ANTICLOCKWISE).

S

sampleFunction2D(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtils
Creates an XYDataset by sampling the specified function over a fixed range.
sampleFunction2DToSeries(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtils
Creates an XYSeries by sampling the specified function over a fixed range.
SamplingXYLineRenderer - Class in org.jfree.chart.renderer.xy
A renderer that draws line charts.
SamplingXYLineRenderer() - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
Creates a new renderer.
SamplingXYLineRenderer.State - Class in org.jfree.chart.renderer.xy
Records the state for the renderer.
SATURDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Saturday.
SAVE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Save action command.
saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtils
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtils
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
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.ChartUtils
Saves a chart to the specified file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
Saves a chart to a file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtils
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.
scale(Rectangle2D) - Method in class org.jfree.chart.ChartPanel
Applies any scaling that is in effect for the chart drawing to the given rectangle.
scale(Range, double) - Static method in class org.jfree.data.Range
Scales the range by the specified factor.
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 constant to specify that the bubbles drawn by this renderer should be scaled on both axes (see XYBubbleRenderer.XYBubbleRenderer(int)).
SCALE_ON_DOMAIN_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A constant to specify that the bubbles drawn by this renderer should be scaled on the domain axis (see XYBubbleRenderer.XYBubbleRenderer(int)).
SCALE_ON_RANGE_AXIS - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A constant to specify that the bubbles drawn by this renderer should be scaled on the range axis (see XYBubbleRenderer.XYBubbleRenderer(int)).
ScatterRenderer - Class in org.jfree.chart.renderer.category
A renderer that handles the multiple values from a MultiValueCategoryDataset by plotting a shape for each value for each given item in the dataset.
ScatterRenderer() - Constructor for class org.jfree.chart.renderer.category.ScatterRenderer
Constructs a new renderer.
searchReplace(String, String, String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Perform a search/replace operation on a String There are String methods to do this since (JDK 1.4)
SECOND - Static variable in class org.jfree.chart.axis.DateTickUnitType
Second.
Second - Class in org.jfree.data.time
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 new instance from the specified date/time and the default time zone.
Second(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Second
Creates a new second based on the supplied time and time zone.
SECOND_WEEK_IN_MONTH - Static variable in class org.jfree.chart.date.SerialDate
A useful constant for referring to the second week in a month.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
This operation is not supported by this axis.
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, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectHorizontalAutoTickUnit(Graphics2D, 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, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectVerticalAutoTickUnit(Graphics2D, 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.
SEPTEMBER - Static variable in interface org.jfree.chart.date.MonthConstants
Constant for September.
SERIAL_LOWER_BOUND - Static variable in class org.jfree.chart.date.SerialDate
The serial number for 1 January 1900.
SERIAL_UPPER_BOUND - Static variable in class org.jfree.chart.date.SerialDate
The serial number for 31 December 9999.
SerialDate - Class in org.jfree.chart.date
An abstract class that defines our requirements for manipulating dates, without tying down a particular implementation.
SerialDate() - Constructor for class org.jfree.chart.date.SerialDate
Default constructor.
SerialUtils - Class in org.jfree.chart.util
A class containing useful utility methods relating to serialization.
serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
For serialization.
Series - Class in org.jfree.data.general
Base class representing a data series.
Series(Comparable) - Constructor for class org.jfree.data.general.Series
Creates a new series with the specified key.
Series(Comparable, String) - Constructor for class org.jfree.data.general.Series
Creates a new series with the specified key and description.
SERIES_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Series' element name.
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.
SeriesChangeEvent - Class in org.jfree.data.general
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 in org.jfree.data.general
Methods for receiving notification of changes to a data series.
SeriesDataset - Interface in org.jfree.data.general
The interface for a dataset consisting of one or many series of data.
SeriesException - Exception in org.jfree.data.general
A general purpose exception class for data series.
SeriesException(String) - Constructor for exception org.jfree.data.general.SeriesException
Constructs a new series exception.
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.
SeriesRenderingOrder - Class in org.jfree.chart.plot
Defines the tokens that indicate the rendering order for series in a XYPlot.
service(HttpServletRequest, HttpServletResponse) - Method in class org.jfree.chart.servlet.DisplayChart
Service method.
ServletUtilities - Class in org.jfree.chart.servlet
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
 
set(int, Object) - Method in class org.jfree.chart.util.AbstractObjectList
Sets an object reference (overwriting any existing object).
set(int, Object) - Method in class org.jfree.chart.util.ObjectList
Sets an object reference (overwriting any existing object).
setAdditionalItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Sets the generator for the item labels that appear near the lower y-value and sends a RendererChangeEvent to all registered listeners.
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.getYValue(int, int) method, and sends a DatasetChangeEvent to all registered listeners.
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.
setAggregatedItemsKey(Comparable) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the key for aggregated items in the pie plots.
setAggregatedItemsPaint(Paint) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the paint used to draw the pie section representing the aggregated items and sends a PlotChangeEvent to all registered listeners.
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 that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
setAlpha(float) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Sets the alpha transparency for the background shading, and sends a RendererChangeEvent to all registered listeners.
setAnchor(Point2D) - Method in class org.jfree.chart.ChartPanel
Sets the anchor point.
setAnchor(Point2D) - Method in class org.jfree.chart.plot.CrosshairState
Sets the anchor point.
setAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the text anchor point and sends a DialLayerChangeEvent to all registered listeners.
setAnchorValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value and sends a PlotChangeEvent to all registered listeners.
setAnchorValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value and, if requested, sends a PlotChangeEvent to all registered listeners.
setAnchorX(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the x-coordinate (in data space) for the anchor point.
setAnchorY(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the y-coordinate (in data space) for the anchor point.
setAngle(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the angle of the arrow and sends an AnnotationChangeEvent to all registered listeners.
setAngle(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the angle of the arrow and sends an AnnotationChangeEvent to all registered listeners.
setAngle(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the angle used to calculate the anchor point and sends a DialLayerChangeEvent to all registered listeners.
setAngle(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the angle for the anchor point and sends a DialLayerChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
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.
setAngleOffset(double) - Method in class org.jfree.chart.plot.PolarPlot
Sets the offset that is used for all angles and sends a PlotChangeEvent to all registered listeners.
setAngleTickUnit(TickUnit) - Method in class org.jfree.chart.plot.PolarPlot
Sets the tick unit that controls the spacing of the angular grid lines, 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.CategoryPointerAnnotation
Sets the arrow length and sends an AnnotationChangeEvent to all registered listeners.
setArrowLength(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow length and sends an AnnotationChangeEvent to all registered listeners.
setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the paint used for the arrow and sends an AnnotationChangeEvent to all registered listeners.
setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the paint used for the arrow and sends an AnnotationChangeEvent to all registered listeners.
setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the stroke used to draw the arrow line and sends an AnnotationChangeEvent to all registered listeners.
setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the stroke used to draw the arrow line and sends an AnnotationChangeEvent to all registered listeners.
setArrowWidth(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the arrow width and sends an AnnotationChangeEvent to all registered listeners.
setArrowWidth(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow width and sends an AnnotationChangeEvent to all registered listeners.
setArtifactPaint(Paint) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the paint used to color the median and average markers and sends a RendererChangeEvent to all registered listeners.
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, and sends a RendererChangeEvent to all registered listeners.
setAttributedLabel(String) - Method in class org.jfree.chart.axis.Axis
Sets the attributed label for the axis and sends an AxisChangeEvent to all registered listeners.
setAttributedLabel(AttributedString) - Method in class org.jfree.chart.axis.Axis
Sets the attributed label for the axis and sends an AxisChangeEvent to all registered listeners.
setAttributedLabel(int, AttributedString) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Sets the attributed label for a section.
setAutoPopulateSectionOutlinePaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section outline paint is auto-populated by the PiePlot.lookupSectionOutlinePaint(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSectionOutlineStroke(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section outline stroke is auto-populated by the PiePlot.lookupSectionOutlineStroke(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSectionPaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section paint is auto-populated by the PiePlot.lookupSectionPaint(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSeriesFillPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series fill paint list is automatically populated when AbstractRenderer.lookupSeriesFillPaint(int) is called.
setAutoPopulateSeriesOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series outline paint list is automatically populated when AbstractRenderer.lookupSeriesOutlinePaint(int) is called.
setAutoPopulateSeriesOutlineStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series outline stroke list is automatically populated when AbstractRenderer.lookupSeriesOutlineStroke(int) is called.
setAutoPopulateSeriesPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series paint list is automatically populated when AbstractRenderer.lookupSeriesPaint(int) is called.
setAutoPopulateSeriesShape(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series shape list is automatically populated when AbstractRenderer.lookupSeriesShape(int) is called.
setAutoPopulateSeriesStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series stroke list is automatically populated when AbstractRenderer.lookupSeriesStroke(int) is called.
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.
setAutoRangeNextLogFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'autoRangeNextLogFlag' flag.
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.
setAutoWidth(boolean) - Method in class org.jfree.data.xy.XYSeriesCollection
Sets the flag that indicates whether 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 and sends a RendererChangeEvent to all registered listeners.
setAutoWidthMethod(int) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the method of automatically calculating the candle width and sends a RendererChangeEvent to all registered listeners.
setAveragedOutlier(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Sets the averaged outlier.
setAxis(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
Sets the primary axis for the plot and sends a PlotChangeEvent to all registered listeners.
setAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
Sets an axis for the plot and sends a PlotChangeEvent to all registered listeners.
setAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets an axis for the plot and, if requested, sends a PlotChangeEvent to all registered listeners.
setAxis(ValueAxis) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis for the paint scale and sends a TitleChangeEvent to all registered listeners.
setAxisLabelGap(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the axis label gap and sends a PlotChangeEvent to all registered listeners.
setAxisLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the axis label paint.
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.
setAxisLinePaint(Paint) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to draw the axis lines and sends a PlotChangeEvent 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.
setAxisLineStroke(Stroke) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the stroke used to draw the axis lines and sends a PlotChangeEvent 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(PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
Sets the location of the primary axis and sends a PlotChangeEvent to all registered listeners.
setAxisLocation(PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the location of the primary axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setAxisLocation(int, PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
Sets the location for an axis and sends a PlotChangeEvent to all registered listeners.
setAxisLocation(int, PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the axis location for an axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setAxisLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the axis is displayed relative to the thermometer, and sends a PlotChangeEvent to all registered listeners.
setAxisLocation(AxisLocation) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis location and sends a TitleChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the axis offsets (gap between the data area and the axes) and sends a PlotChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.plot.XYPlot
Sets the axis offsets (gap between the data area and the axes) and sends a PlotChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.StandardChartTheme
Sets the axis offset.
setAxisOffset(double) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the offset between the axis and the paint strip and sends a TitleChangeEvent to all registered listeners.
setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
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(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the background layer and sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
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.
setBackgroundImageAlpha(float) - Method in class org.jfree.chart.plot.Plot
Sets the alpha transparency used when drawing the background image.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the background paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
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.plot.dial.ArcDialFrame
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Sets the background paint and sends a DialLayerChangeEvent 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.text.TextBox
Sets the background paint.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.CompositeTitle
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
Sets the background paint for the legend and sends a TitleChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBarAlignmentFactor(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the bar alignment factor and sends a RendererChangeEvent to all registered listeners.
setBarPainter(BarPainter) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the bar painter for this renderer and sends a RendererChangeEvent to all registered listeners.
setBarPainter(XYBarPainter) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the bar painter and sends a RendererChangeEvent to all registered listeners.
setBarPainter(BarPainter) - Method in class org.jfree.chart.StandardChartTheme
Sets the bar painter.
setBarWidth(double) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Sets the bar width.
setBarWidth(double) - Method in class org.jfree.data.xy.XYBarDataset
Sets the bar width and sends a DatasetChangeEvent to all registered listeners.
setBase(double) - Method in class org.jfree.chart.axis.LogAxis
Sets the base for the logarithm calculation and sends a change event to all registered listeners.
setBase(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
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.
setBaseFormatter(Format) - Method in class org.jfree.chart.axis.LogAxis
Sets the formatter used to format the base value of the logarithmic scale when it is displayed numerically and sends a change event to all registered listeners.
setBaselinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the baseline paint.
setBaseMillis(long) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the base date/time used to calculate the elapsed time for display.
setBaseRadius(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the base radius and sends an AnnotationChangeEvent to all registered listeners.
setBaseRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the base radius and sends an AnnotationChangeEvent to all registered listeners.
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.
setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the base 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the base 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
setBaseShapesVisible(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.
setBaseSymbol(String) - Method in class org.jfree.chart.axis.LogAxis
Sets the symbol used to represent the base value of the logarithmic scale and sends a change event to all registered listeners.
setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
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.
setBlockAnchor(RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the anchor point used to align a block at its (x, y) location and sends a RendererChangeEvent to all registered listeners.
setBlockHeight(double) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the height of the blocks used to represent each data item and sends a RendererChangeEvent to all registered listeners.
setBlockWidth(double) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the width of the blocks used to represent each data item and sends a RendererChangeEvent to all registered listeners.
setBoolean(int, Boolean) - Method in class org.jfree.chart.util.BooleanList
Sets the value for an item in the list.
setBorder(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets a black border with the specified line widths.
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.
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.
setBounds(double, double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the bounds for the range and sends a DialLayerChangeEvent to all registered listeners.
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 and sends a RendererChangeEvent to all registered listeners.
setBulbRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the bulb radius (in Java2D units) and sends a PlotChangeEvent to all registered listeners.
setCandleWidth(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the candle width and sends a RendererChangeEvent to all registered listeners.
setCap(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the cap and sends a PlotChangeEvent to all registered listeners.
setCapLength(double) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the length of the cap at the end of the error bars, and sends a RendererChangeEvent to all registered listeners.
setCategory(Comparable) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the category that the annotation attaches to and sends an AnnotationChangeEvent to all registered listeners.
setCategory1(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the category for the start of the line and sends an AnnotationChangeEvent to all registered listeners.
setCategory2(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the category for the end of the line and sends an AnnotationChangeEvent to all registered listeners.
setCategoryAnchor(CategoryAnchor) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the category anchor point and sends an AnnotationChangeEvent to all registered listeners.
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) and sends a change event to all registered listeners.
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.
setCenterText(String) - Method in class org.jfree.chart.plot.RingPlot
Sets the text to display in the center of the plot and sends a change event to all registered listeners.
setCenterTextColor(Color) - Method in class org.jfree.chart.plot.RingPlot
Sets the color for the center text and sends a change event to all registered listeners.
setCenterTextFont(Font) - Method in class org.jfree.chart.plot.RingPlot
Sets the font used to display the center text and sends a change event to all registered listeners.
setCenterTextFormatter(Format) - Method in class org.jfree.chart.plot.RingPlot
Sets the formatter used to format the center text value and sends a change event to all registered listeners.
setCenterTextMode(CenterTextMode) - Method in class org.jfree.chart.plot.RingPlot
Sets the mode for displaying text in the center of the plot and sends a change event 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.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.
setChart(JFreeChart) - Method in class org.jfree.chart.plot.Plot
Sets the chart that the plot is assigned to.
setChart(JFreeChart) - Method in class org.jfree.chart.PolarChartPanel
Sets the chart that is displayed in the panel.
setChartArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the chart was drawn.
setChartBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the chart background paint.
setChartEditorFactory(ChartEditorFactory) - Static method in class org.jfree.chart.editor.ChartEditorManager
Sets the chart editor factory.
setChartTheme(ChartTheme) - Static method in class org.jfree.chart.ChartFactory
Sets the current chart theme.
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.
setCloseTickPaint(Paint) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the paint used to draw the ticks for the close values and sends a RendererChangeEvent to all registered listeners.
setColumnKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the column key.
setColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
Sets the column key.
setColumnRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the column radius (in Java2D units) and sends a PlotChangeEvent to all registered listeners.
setColumnRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the column order in which the items in each dataset should be rendered and sends a PlotChangeEvent to all registered listeners.
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.
setConnectFirstAndLastPoint(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Set the flag that controls whether the first and last point of a series will be connected or not and sends a RendererChangeEvent to all registered listeners.
setContentAlignmentPoint(TextBlockAnchor) - Method in class org.jfree.chart.block.LabelBlock
Sets the content alignment point.
setCounterClockwise(boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets the flag for increasing angle degrees direction.
setCrosshairDatasetIndex(int) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the dataset index for the crosshair and sends a PlotChangeEvent to all registered listeners.
setCrosshairDatasetIndex(int, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the dataset index for the crosshair and, if requested, sends a PlotChangeEvent to all registered listeners.
setCrosshairDistance(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the distance between the anchor point and the current crosshair point.
setCrosshairPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the crosshair paint.
setCrosshairState(CategoryCrosshairState) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Sets the crosshair state.
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.
setDarkerSides(boolean) - Method in class org.jfree.chart.plot.PiePlot3D
Sets a flag that controls whether or not the sides of the pie chart are rendered using a darker colour, and sends a PlotChangeEvent to all registered listeners.
setData(float[][]) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the data array used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the data area.
setDataBoundsIncludesVisibleSeriesOnly(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the data bounds reported by this renderer will exclude non-visible series and sends a RendererChangeEvent to all registered listeners.
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 dataset this entity refers to.
setDataset(Dataset) - Method in class org.jfree.chart.entity.LegendItemEntity
Sets a reference to the dataset that this legend item is derived from.
setDataset(PieDataset) - Method in class org.jfree.chart.entity.PieSectionEntity
Sets the dataset this entity refers to.
setDataset(XYDataset) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the dataset this entity refers to.
setDataset(Dataset) - Method in class org.jfree.chart.LegendItem
Sets the dataset.
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 and sends a change notification to all registered listeners.
setDataset(ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the dataset for the plot, replacing the existing dataset, if there is one, and sends a PlotChangeEvent to all registered listeners.
setDataset(int, ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets a dataset for the plot.
setDataset(ValueDataset) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers a PlotChangeEvent.
setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
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 primary dataset for the plot, replacing the existing dataset if there is one, and sends a link PlotChangeEvent to all registered listeners.
setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
Sets a dataset for the plot, replacing the existing dataset at the same index if there is one, and sends a link PlotChangeEvent to all registered listeners.
setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataset(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the dataset for the plot, replacing the existing dataset if there is one, and sends a PlotChangeEvent to all registered listeners.
setDataset(WaferMapDataset) - Method in class org.jfree.chart.plot.WaferMapPlot
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
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 and sends a change event to all registered listeners.
setDatasetGroup(DatasetGroup) - Method in class org.jfree.chart.plot.Plot
Sets the dataset group (not currently used).
setDatasetIndex(int) - Method in class org.jfree.chart.LegendItem
Sets the dataset index for this legend item.
setDatasetIndex(int) - Method in class org.jfree.chart.plot.CrosshairState
Sets the dataset index that the current crosshair values relate to.
setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialPointer
Sets the dataset index for the pointer and sends a DialLayerChangeEvent to all registered listeners.
setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the dataset index and sends a DialLayerChangeEvent to all registered listeners.
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 and sends an AxisChangeEvent to all registered listeners.
setDayFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the formatter for the days.
setDaySuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the day count.
setDefaultAutoRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the default auto range and sends an AxisChangeEvent to all registered listeners.
setDefaultBarPainter(BarPainter) - Static method in class org.jfree.chart.renderer.category.BarRenderer
Sets the default bar painter.
setDefaultBarPainter(XYBarPainter) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the default bar painter.
setDefaultCreateEntities(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
setDefaultCreateEntities(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default flag that controls whether entities are created and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultCreateEntities(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultCreateEntities(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultCreateEntities(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultCreateEntities(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultDirectoryForSaveAs(File) - Method in class org.jfree.chart.ChartPanel
Sets the default directory for the "save as" option.
setDefaultEntityRadius(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the radius of the circle used for the default entity area when no area is specified.
setDefaultFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default fill paint and sends a RendererChangeEvent to all registered listeners.
setDefaultFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default fill paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultFillPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default outline paint and sends a RendererChangeEvent to all registered listeners.
setDefaultFillPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default paint and sends a RendererChangeEvent to all registered listeners.
setDefaultFillPaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultItemLabelFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default item label font and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelFont(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.
setDefaultItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default item label font and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelFont(Font, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default item label font and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default item label generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelGenerator(CategoryItemLabelGenerator, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default item label generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default item label generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelGenerator(CategoryItemLabelGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the default item label generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default item label generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default item label paint and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default item label paint and, if requested, sends a RendererChangeEvent to all registered listeners..
setDefaultItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default item label paint and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelPaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default item label paint and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether or not item labels are visible, and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelsVisible(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.
setDefaultItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default flag that controls whether or not item labels are visible and sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelsVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default flag that controls whether or not item labels are visible.
setDefaultItemLabelsVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default item URL generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemURLGenerator(CategoryURLGenerator, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default item URL generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default item URL generator and sends a RendererChangeEvent to all registered listeners.
setDefaultItemURLGenerator(CategoryURLGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultLegendShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend shape and sends a RendererChangeEvent to all registered listeners.
setDefaultLegendTextFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend text font and sends a RendererChangeEvent to all registered listeners.
setDefaultLegendTextPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend text paint and sends a RendererChangeEvent to all registered listeners.
setDefaultLinesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the default 'lines visible' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'lines visible' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setDefaultNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline paint and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default outline paint and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlinePaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default outline paint and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlinePaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default outline stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default outline stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlineStroke(Stroke, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultOutlineStroke(Stroke, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default paint and sends a RendererChangeEvent to all registered listeners.
setDefaultPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default paint and sends a RendererChangeEvent to all registered listeners.
setDefaultPaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default paint and sends a RendererChangeEvent to all registered listeners.
setDefaultPaint(Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultPositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default positive item label position.
setDefaultPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default positive item label position.
setDefaultPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default positive item label position.
setDefaultPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the default section paint.
setDefaultSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the default section stroke.
setDefaultSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the default section paint and sends a PlotChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default series visibility and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default series visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default visibility and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default visibility and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setDefaultSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.category.BarRenderer
Sets the default value for the shadows visible flag.
setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the default value for the shadows visible flag.
setDefaultShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default shape and sends a RendererChangeEvent to all registered listeners.
setDefaultShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default shape and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default shape and sends a RendererChangeEvent to all registered listeners.
setDefaultShape(Shape, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default shape and sends a RendererChangeEvent to all registered listeners.
setDefaultShape(Shape, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the default 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultShapesVisible(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the default 'shapes visible' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the default 'shapes visible' flag and sends a RendererChangeEvent to all registered listeners.
setDefaultStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setDefaultStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultStroke(Stroke, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default stroke and sends a RendererChangeEvent to all registered listeners.
setDefaultStroke(Stroke, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setDefaultToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setDefaultToolTipGenerator(CategoryToolTipGenerator, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setDefaultToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setDefaultToolTipGenerator(CategoryToolTipGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setDefaultToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setDefaultToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the default tool tip generator and sends a RendererChangeEvent to all registered listeners.
setDepthFactor(double) - Method in class org.jfree.chart.plot.PiePlot3D
Sets the pie depth as a percentage of the height of the plot area, and sends a PlotChangeEvent to all registered listeners.
setDescription(String) - Method in class org.jfree.chart.date.SerialDate
Sets the description for the date.
setDescription(String) - Method in class org.jfree.chart.LegendItem
Sets the description for this legend item.
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 and sends a PropertyChangeEvent to all registered listeners.
setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to fill the dial background.
setDialFrame(DialFrame) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the dial's frame and sends a PlotChangeEvent to all registered listeners.
setDialOutlinePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dial outline paint and sends a PlotChangeEvent to all registered listeners.
setDialShape(DialShape) - Method in class org.jfree.chart.plot.MeterPlot
Sets the dial shape and sends a PlotChangeEvent to all registered listeners.
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.
setDisplayFont(Font) - Method in class org.jfree.chart.ui.FontDisplayField
Sets the font.
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 displayed bounds for a sub range.
setDisplayToolTips(boolean) - Method in class org.jfree.chart.ChartPanel
Switches the display of tooltips for the panel on or off.
setDomainAxes(CategoryAxis[]) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the domain axes for this plot and sends a PlotChangeEvent to all registered listeners.
setDomainAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.XYPlot
Sets the domain axes for this plot and sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setDomainAxis(int, CategoryAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the domain axis and sends a PlotChangeEvent to all registered listeners.
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.
setDomainAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets a domain axis and, if requested, 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 and, if requested, sends a PlotChangeEvent to all registered listeners.
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(int, AxisLocation, boolean) - 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 primary 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.
setDomainAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the axis location for a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the column key for the domain crosshair and sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairColumnKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the column key for the domain crosshair and, if requested, sends a PlotChangeEvent to all registered listeners.
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.CategoryPlot
Sets the paint used to draw the domain crosshair.
setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint used to draw the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the row key for the domain crosshair and sends a {PlotChangeEvent} to all registered listeners.
setDomainCrosshairRowKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the row key for the domain crosshair and, if requested, sends a {PlotChangeEvent} to all registered listeners.
setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw the domain crosshair, and sends a PlotChangeEvent to all registered listeners.
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.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.CategoryPlot
Sets the flag that controls whether or not the domain crosshair is displayed by the plot, and sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair is visible and, if the flag changes, sends a PlotChangeEvent to all registered listeners.
setDomainDescription(String) - Method in class org.jfree.data.time.TimePeriodValues
Sets the domain description and fires a property change event (with the property name Domain if the description changes).
setDomainDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the domain description and sends a PropertyChangeEvent (with the property name Domain) to all registered property change listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the paint for the grid lines plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the domain grid line paint.
setDomainGridlinePosition(CategoryAnchor) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the position used for the domain gridlines and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw grid-lines against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the stroke for the grid lines plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
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.TimeTableXYDataset
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDomainMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the minor grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the minor grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the domain minor grid-lines are visible.
setDomainPannable(boolean) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the flag, on each of the subplots, that controls whether or not the domain is pannable.
setDomainPannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the flag that enables or disables panning of the plot along the domain axes.
setDomainPannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that enables or disables panning of the plot along the domain axes.
setDomainTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the domain tick bands.
setDomainZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the zero baseline plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the zero baseline for the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the zero baseline is displayed for the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
Sets the flag that controls whether or not zooming is enabled for the domain axis.
setDotHeight(int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Sets the dot height and sends a RendererChangeEvent to all registered listeners.
setDotWidth(int) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Sets the dot width and sends a RendererChangeEvent to all registered listeners.
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 and sends a RendererChangeEvent to all registered listeners.
setDrawAsLine(boolean) - Method in class org.jfree.chart.plot.CategoryMarker
Sets the flag that controls whether the marker is drawn as a region or as a line, and sends a MarkerChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
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.
setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.plot.Plot
Sets the drawing supplier for the plot and sends a PlotChangeEvent to all registered listeners.
setDrawingSupplier(DrawingSupplier, boolean) - Method in class org.jfree.chart.plot.Plot
Sets the drawing supplier for the plot and, if requested, sends a PlotChangeEvent to all registered listeners.
setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.StandardChartTheme
Sets the drawing supplier for this theme.
setDrawLines(boolean) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the flag that controls whether or not lines are drawn to connect the items within a series and sends a RendererChangeEvent to all registered listeners.
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.category.LineAndShapeRenderer
Sets the flag that controls whether outlines are drawn for shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the flag that controls whether outlines are drawn for shapes, 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 shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the flag that controls whether outlines are drawn for shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlineWhenFilled(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Set the flag that controls whether the outline around a filled polygon will be drawn or not and sends a RendererChangeEvent to all registered listeners.
setDrawSeriesLineAsPath(boolean) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
This method is overridden so that this flag cannot be changed---it is set to true for this renderer.
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 and sends a RendererChangeEvent to all registered listeners.
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.
setDrawStringsWithFontAttributes(boolean) - Static method in class org.jfree.chart.text.TextUtils
Sets the flag that controls whether or not strings are drawn using the current font attributes.
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 and sends a RendererChangeEvent to all registered listeners.
setDrawXError(boolean) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the flag that controls whether or not the renderer draws error bars for the x-values and, if the flag changes, sends a RendererChangeEvent to all registered listeners.
setDrawYError(boolean) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the flag that controls whether or not the renderer draws error bars for the y-values and, if the flag changes, sends a RendererChangeEvent to all registered listeners.
setDuration(TimePeriod) - Method in class org.jfree.data.gantt.Task
Sets the task duration (actual or estimated).
setElementHinting(boolean) - Method in class org.jfree.chart.JFreeChart
Sets the flag that controls whether or not rendering hints (ChartHints.KEY_BEGIN_ELEMENT and ChartHints.KEY_END_ELEMENT) that identify chart elements are added during rendering.
setElementHinting(boolean) - Method in class org.jfree.chart.renderer.RendererState
Sets the elementHinting flag.
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.SunJPEGEncoderAdapter
Set whether the encoder should encode alpha transparency (this is not supported for JPEG, so this method does nothing).
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, and sends a RendererChangeEvent to all registered listeners.
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(double) - Method in class org.jfree.chart.plot.IntervalMarker
Sets the end value for the marker and sends a MarkerChangeEvent to all registered listeners.
setEndValue(int, Comparable, 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.block.BlockResult
Sets the entities for the block.
setEntityCollection(EntityCollection) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the entity collection.
setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Sets the paint used for the error indicators (if null, the item outline paint is used instead) and sends a RendererChangeEvent to all registered listeners.
setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Sets the paint used for the error indicators (if null, the item paint is used instead) and sends a RendererChangeEvent to all registered listeners.
setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the error indicator paint.
setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Sets the stroke used to draw the error indicators, and sends a RendererChangeEvent to all registered listeners.
setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Sets the stroke used for the error indicators (if null, the item outline stroke is used instead) and sends a RendererChangeEvent to all registered listeners.
setErrorPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the paint used to draw the error bars and sends a RendererChangeEvent to all registered listeners.
setErrorStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the stroke used to draw the error bars and sends a RendererChangeEvent to all registered listeners.
setExpandToFitSpace(boolean) - Method in class org.jfree.chart.title.TextTitle
Sets the flag that controls whether the title expands to fit the available space, and sends a TitleChangeEvent to all registered listeners.
setExplodedPieArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
Sets the exploded pie area.
setExplodePercent(Comparable, 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.
setExponentFormat(NumberFormat) - Method in class org.jfree.chart.util.LogFormat
Sets the number format used for the exponent.
setExpTickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'expTickLabelsFlag' flag.
setExtent(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Sets the extent and sends a DialLayerChangeEvent to all registered listeners.
setExtent(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the extent and sends a DialLayerChangeEvent to all registered listeners.
setExtraLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the largest font for this theme.
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.
setFillComposite(Composite) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the composite which will be used for filling polygons and sends a RendererChangeEvent to all registered listeners.
setFillPaint(Paint) - Method in class org.jfree.chart.LegendItem
Sets the fill paint.
setFillPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the fill paint.
setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
Sets the paint for the cap background and sends a DialLayerChangeEvent to all registered listeners.
setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Sets the fill paint and sends a DialLayerChangeEvent to all registered listeners.
setFillPaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the paint used to fill the shape.
setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.LegendItem
Sets the transformer used when the fill paint is an instance of GradientPaint.
setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.title.LegendGraphic
Sets the transformer used when the fill paint is an instance of GradientPaint.
setFillType(XYSplineRenderer.FillType) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Set the fill type and sends a RendererChangeEvent to all registered listeners.
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.
setFirstCategoryIndex(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
Sets the index of the first category that should be used from the underlying dataset, and sends a DatasetChangeEvent to all registered listeners.
setFirstCategoryIndex(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Sets the index of the first category that should be used from the underlying dataset, and sends a DatasetChangeEvent to all registered listeners.
setFirstTickLabelVisible(boolean) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets a flag that controls whether or not the first tick label is visible, and sends a DialLayerChangeEvent 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 and sends a PlotChangeEvent to all registered listeners.
setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the fixed domain axis space and sends a PlotChangeEvent to all registered listeners.
setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed domain axis space and sends a PlotChangeEvent to all registered listeners.
setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed domain axis space and, if requested, sends a PlotChangeEvent to all registered listeners.
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.
setFixedIntervalWidth(double) - Method in class org.jfree.data.xy.IntervalXYDelegate
Sets the fixed interval width and, as a side effect, sets the autoWidth flag to false.
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.PolarPlot
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 and sends a PlotChangeEvent to all registered listeners.
setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the fixed range axis space and sends a PlotChangeEvent to all registered listeners.
setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the fixed range axis space and sends a PlotChangeEvent to all registered listeners.
setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed range axis space and sends a PlotChangeEvent to all registered listeners.
setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the fixed range axis space and, if requested, sends a PlotChangeEvent to all registered listeners.
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.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 and sends an AnnotationChangeEvent to all registered listeners.
setFont(Font) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the font for the annotation and sends an AnnotationChangeEvent to all registered listeners.
setFont(Font) - Method in class org.jfree.chart.block.LabelBlock
Sets the font and regenerates the label.
setFont(Font) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the font used to display the label and sends a DialLayerChangeEvent to all registered listeners.
setFont(Font) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the font and sends a DialLayerChangeEvent to all registered listeners.
setFont(Font) - Method in class org.jfree.chart.title.TextTitle
Sets the font used to display the title string.
setForegroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
Sets the alpha-transparency for the plot and sends a PlotChangeEvent to all registered listeners.
setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Sets the foreground paint and sends a DialLayerChangeEvent to all registered listeners.
setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Sets the foreground paint and sends a DialLayerChangeEvent to all registered listeners.
setFrame(BlockFrame) - Method in class org.jfree.chart.block.AbstractBlock
Sets the frame (or border).
setFrameAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the frame anchor and sends a DialLayerChangeEvent to all registered listeners.
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.
setGap(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the gap (in Java2D units) between the two outlines that represent the thermometer, and sends a PlotChangeEvent to all registered listeners.
setGapThreshold(double) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines and sends a RendererChangeEvent to all registered listeners.
setGapThresholdType(UnitType) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold type and sends a RendererChangeEvent to all registered listeners.
setGenerateEntities(boolean) - Method in class org.jfree.chart.block.BlockParams
Sets the flag that controls whether or not chart entities are generated.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.dial.DialBackground
Sets the transformer used to adjust the coordinates of any GradientPaint instance used for the background paint, and sends a DialLayerChangeEvent to all registered listeners.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.IntervalMarker
Sets the gradient paint transformer and sends a MarkerChangeEvent to all registered listeners.
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.
setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGradientTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
Sets the grid band paint and notifies registered listeners that the axis has been changed.
setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the grid band alternate paint (used for a SymbolAxis).
setGridBandPaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
Sets the grid band paint and notifies registered listeners that the axis has been changed.
setGridBandPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the grid band paint.
setGridBandsVisible(boolean) - Method in class org.jfree.chart.axis.SymbolAxis
Sets the flag that controls whether or not grid bands are drawn for this axis and notifies registered listeners that the axis has been modified.
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 used to draw the line between the minimum and maximum value items in each category and sends a RendererChangeEvent to all registered listeners.
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 and sends a RendererChangeEvent to all registered listeners.
setGuideLinePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the paint used to draw the guide lines and sends a RendererChangeEvent to all registered listeners.
setGuideLineStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the stroke used to draw the guide lines and sends a RendererChangeEvent to all registered listeners.
setGuideLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the flag that controls whether or not guide lines are drawn for each data item and sends a RendererChangeEvent to all registered listeners.
setHeadPercent(double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the head percent and sends a PlotChangeEvent to all registered listeners.
setHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setHeight(double) - Method in class org.jfree.chart.ui.Size2D
Sets the height.
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.
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.
setHorizontalTraceLine(Line2D) - Method in class org.jfree.chart.ChartPanel
Sets the horizontal trace line.
setHourFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the formatter for the hours.
setHourSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the hour count.
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.
setID(String) - Method in class org.jfree.chart.JFreeChart
Sets the ID for the chart.
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.
setIgnoreZeroValues(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether zero 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.
setIncludeBaseInRange(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the flag that controls whether or not the base value for the bars is included in the range calculated by AbstractCategoryItemRenderer.findRangeBounds(CategoryDataset).
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.
setInitialDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the initial delay value for this chart panel.
setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Sets the inner radius and sends a DialLayerChangeEvent to all registered listeners.
setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the inner radius and sends a DialLayerChangeEvent to all registered listeners.
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 change event to all registered listeners.
setInsets(RectangleInsets) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the insets and sends a DialLayerChangeEvent to all registered listeners.
setInsets(RectangleInsets) - Method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and sends a PlotChangeEvent to all registered listeners.
setInsets(RectangleInsets, boolean) - Method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and, if requested, and sends a PlotChangeEvent to all registered listeners.
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.
setInteriorGap(RectangleInsets) - Method in class org.jfree.chart.text.TextBox
Sets the interior gap.
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 to a fixed value, and sends a DatasetChangeEvent to all registered listeners.
setIntervalWidth(double) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the interval width to a fixed value, and sends a DatasetChangeEvent to all registered listeners.
setIntervalWidth(double) - Method in class org.jfree.data.xy.XYSeriesCollection
Sets the interval width and sends a DatasetChangeEvent to all registered listeners.
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.title.LegendTitle
Sets the item font and sends a TitleChangeEvent to all registered listeners.
setItemLabelAnchorOffset(double) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label anchor offset.
setItemLabelPadding(RectangleInsets) - Method in class org.jfree.chart.title.LegendTitle
Sets the padding used for the item labels in the legend.
setItemLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the item label paint.
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 and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width), and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width), and sends a RendererChangeEvent to all registered listeners.
setItemPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
Sets the item paint.
setKey(Comparable) - Method in class org.jfree.chart.plot.CategoryMarker
Sets the key and sends a MarkerChangeEvent to all registered listeners.
setKey(Comparable) - Method in class org.jfree.data.general.Series
Sets the key for the series and sends a VetoableChangeEvent (with the property name "Key") to all registered listeners.
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.dial.DialTextAnnotation
Sets the label and sends a DialLayerChangeEvent to all registered listeners.
setLabel(String) - Method in class org.jfree.chart.plot.Marker
Sets the label (if null no label is displayed) and sends a MarkerChangeEvent to all registered listeners.
setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Crosshair
Sets the label anchor point and sends a property change event (with the name 'labelAnchor') to all registered listeners.
setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Marker
Sets the label anchor and sends a MarkerChangeEvent to all registered listeners.
setLabelAngle(double) - Method in class org.jfree.chart.axis.Axis
Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.
setLabelBackgroundColor(Color) - Method in class org.jfree.chart.plot.Marker
Sets the label background color.
setLabelBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
Sets the label background paint and sends a property change event with the name 'labelBackgroundPaint') 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.
setLabelDistributor(AbstractPieLabelDistributor) - Method in class org.jfree.chart.plot.PiePlot
Sets the label distributor 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.LegendItem
Sets the label font.
setLabelFont(Font) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label font and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - Method in class org.jfree.chart.plot.Crosshair
Sets the label font and sends a property change event (with the name 'labelFont') to all registered listeners.
setLabelFont(Font) - Method in class org.jfree.chart.plot.Marker
Sets the label font and sends a MarkerChangeEvent to all registered listeners.
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(CrosshairLabelGenerator) - Method in class org.jfree.chart.plot.Crosshair
Sets the crosshair label generator and sends a property change event (with the name 'labelGenerator') 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(CategoryItemLabelGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the label generator and sends a PlotChangeEvent to all registered listeners.
setLabelInfo(PeriodAxisLabelInfo[]) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the array of label info records and sends an AxisChangeEvent to all registered listeners.
setLabelInsets(RectangleInsets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the axis label, and sends an AxisChangeEvent to all registered listeners.
setLabelInsets(RectangleInsets, boolean) - 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.
setLabelLinkPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the label link paint for pie charts.
setLabelLinkStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the link stroke and sends a PlotChangeEvent to all registered listeners.
setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.plot.PiePlot
Sets the label link style and sends a PlotChangeEvent to all registered listeners.
setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.StandardChartTheme
Sets the label link style for pie charts.
setLabelLinksVisible(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not label linking lines are visible and sends a PlotChangeEvent to all registered listeners.
setLabelLocation(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
Sets the axis label location and sends an AxisChangeEvent to all registered listeners.
setLabelOffset(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the label offset (from the arrow base, continuing in a straight line, in Java2D units) and sends an AnnotationChangeEvent 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) and sends an AnnotationChangeEvent to all registered listeners.
setLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.Marker
Sets the label offset and sends a MarkerChangeEvent to all registered listeners.
setLabelOffsetType(LengthAdjustmentType) - Method in class org.jfree.chart.plot.Marker
Sets the label offset type and sends a MarkerChangeEvent to all registered listeners.
setLabelOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
Sets the label outline paint and sends a property change event (with the name "labelOutlinePaint") to all registered listeners.
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.Crosshair
Sets the label outline stroke and sends a property change event (with the name 'labelOutlineStroke') 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.
setLabelOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
Sets the flag that controls the visibility of the label outlines and sends a property change event (with the name "labelOutlineVisible") to all registered listeners.
setLabelPadding(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
Sets the padding between each label and its outline 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.LegendItem
Sets the paint used to draw the label.
setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
Sets the label paint and sends a property change event (with the name 'labelPaint') to all registered listeners.
setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Marker
Sets the label paint and sends a MarkerChangeEvent to all registered listeners.
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.
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 and sends a MarkerChangeEvent to all registered listeners.
setLabelType(int) - Method in class org.jfree.chart.plot.CompassPlot
Sets the label type (either CompassPlot.NO_LABELS or CompassPlot.VALUE_LABELS.
setLabelVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
Sets the flag that controls whether or not a label is drawn for the crosshair and sends a property change event (with the name 'labelVisible') to all registered listeners.
setLabelXOffset(double) - Method in class org.jfree.chart.plot.Crosshair
Sets the x-offset and sends a property change event (with the name 'labelXOffset') to all registered listeners.
setLabelYOffset(double) - Method in class org.jfree.chart.plot.Crosshair
Sets the y-offset and sends a property change event (with the name 'labelYOffset') to all registered listeners.
setLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the large font for this theme.
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 and sends a RendererChangeEvent to all registered listeners.
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.
setLegacyAlpha(boolean) - Static method in class org.jfree.chart.util.PaintAlpha
Per default PaintAlpha will try to honour alpha-channel information.
setLegendArea(Shape) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Sets the shape used as an area in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendArea(Shape) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Sets the shape used as an area in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the legend background paint.
setLegendBar(Shape) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the shape used to represent bars in each legend item and sends a RendererChangeEvent to all registered listeners.
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.
setLegendItemGraphicPadding(RectangleInsets) - Method in class org.jfree.chart.title.LegendTitle
Sets the padding that will be applied to each item graphic in the legend and sends a TitleChangeEvent to all registered listeners.
setLegendItemLabelGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the legend item paint.
setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the shape used for legend items and sends a PlotChangeEvent to all registered listeners.
setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.PiePlot
Sets the shape used for legend items and sends a PlotChangeEvent to all registered listeners.
setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the shape used for legend items and sends a PlotChangeEvent to all registered listeners.
setLegendItemToolTipGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the legend item tool tip generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the legend item tool tip generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the legend item tool tip generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemURLGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
setLegendLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the legend label generator and sends a PlotChangeEvent to all registered listeners.
setLegendLabelToolTipGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the legend label tool tip generator and sends a PlotChangeEvent to all registered listeners.
setLegendLabelURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the legend label URL generator and sends a PlotChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for the legend item for the specified series, and sends a RendererChangeEvent to all registered listeners.
setLegendShape(Shape) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendTextFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the font used for the legend text for the specified series, and sends a RendererChangeEvent to all registered listeners.
setLegendTextPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for the legend text for the specified series, and sends a RendererChangeEvent to all registered listeners.
setLimit(double) - Method in class org.jfree.chart.plot.MultiplePiePlot
Sets the limit below which pie sections are aggregated.
setLine(Shape) - Method in class org.jfree.chart.LegendItem
Sets the line.
setLine(Shape) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line.
setLineAlignment(HorizontalAlignment) - Method in class org.jfree.chart.text.TextBlock
Sets the alignment of the lines of text within the block.
setLinePaint(Paint) - Method in class org.jfree.chart.LegendItem
Sets the line paint.
setLinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line paint.
setLineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
Sets the line stroke.
setLineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
Sets the line stroke.
setLineVisible(boolean) - Method in class org.jfree.chart.LegendItem
Sets the flag that controls whether or not the line shape is visible for this legend item.
setLineVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets the flag that controls whether or not the line is visible.
setLinkArea(Rectangle2D) - Method in class org.jfree.chart.plot.PiePlotState
Sets the label link area.
setLocale(Locale) - Method in class org.jfree.chart.axis.DateAxis
Sets the locale for the axis and sends a change event to all registered listeners.
setLog10TickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'log10TickLabelsFlag' flag.
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.dial.StandardDialRange
Sets the lower bound of the dial range and sends a DialLayerChangeEvent to all registered listeners.
setLowerBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the lower bound for the scale and sends a DialLayerChangeEvent to all registered listeners.
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.
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.
setMajorTickIncrement(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the increment (in data units) between major tick labels and sends a DialLayerChangeEvent to all registered listeners.
setMajorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the length factor for the major tick marks and sends a DialLayerChangeEvent to all registered listeners.
setMajorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the major tick paint and sends a DialLayerChangeEvent to all registered listeners.
setMajorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the stroke used to draw the major tick marks and sends a DialLayerChangeEvent 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.block.AbstractBlock
Sets the margin (use RectangleInsets.ZERO_INSETS for no padding).
setMargin(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the margin.
setMargin(int) - Method in class org.jfree.chart.plot.PolarPlot
Set the margin around the plot area and sends a PlotChangeEvent to all registered listeners.
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.
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.
setMaxCandleWidthInMilliseconds(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the maximum candle width (in milliseconds) and sends a RendererChangeEvent to all registered listeners.
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.
setMaxHeight(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Sets the maximum height and sends an AnnotationChangeEvent to all registered listeners.
setMaxIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon displayed for the maximum value data item within each category and sends a RendererChangeEvent to all registered listeners.
setMaximumBarWidth(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.
setMaximumBarWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
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.
setMaximumCategoryCount(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
Sets the maximum category count and sends a DatasetChangeEvent to all registered listeners.
setMaximumCategoryCount(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Sets the maximum category count and sends a DatasetChangeEvent to all registered listeners.
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 and sends an AxisChangeEvent to all registered listeners.
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.
setMaximumItemAge(long) - Method in class org.jfree.data.time.TimeSeries
Sets the number of time units in the 'history' for the series.
setMaximumItemCount(int) - Method in class org.jfree.data.ComparableObjectSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - Method in class org.jfree.data.time.TimeSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - Method in class org.jfree.data.xy.XYSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemWidth(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.
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.
setMaximumLinesToDisplay(int) - Method in class org.jfree.chart.title.TextTitle
Sets the maximum number of lines to display and sends a TitleChangeEvent to all registered listeners.
setMaxTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the template value for the maximum size of the indicator bounds and sends a DialLayerChangeEvent 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.
setMaxWidth(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Sets the maximum width and sends an AnnotationChangeEvent to all registered listeners.
setMeanVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the flag that controls whether or not the mean indicator is drawn for each item, and sends a RendererChangeEvent to all registered listeners.
setMedianVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the flag that controls whether or not the median indicator is drawn for each item, and sends a RendererChangeEvent to all registered listeners.
setMercuryPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the default mercury paint and sends a PlotChangeEvent to all registered listeners.
setMeterAngle(int) - Method in class org.jfree.chart.plot.MeterPlot
Sets the angle (in degrees) for the whole range of the dial and sends a PlotChangeEvent to all registered listeners.
setMinIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon displayed for the minimum value data item within each category and sends a RendererChangeEvent to all registered listeners.
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.
setMinorTickCount(int) - Method in class org.jfree.chart.axis.ValueAxis
Sets the number of minor tick marks to display, and sends an AxisChangeEvent to all registered listeners.
setMinorTickCount(int) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the number of minor tick marks between major tick marks and sends a DialLayerChangeEvent to all registered listeners.
setMinorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the length factor for the minor tick marks and sends a DialLayerChangeEvent to all registered listeners.
setMinorTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
Sets the inside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
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.Axis
Sets the outside 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.Axis
Sets the flag that indicates whether or not the minor tick marks are showing and sends an 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.
setMinorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the paint used to draw the minor tick marks and sends a DialLayerChangeEvent to all registered listeners.
setMinorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the stroke used to draw the minor tick marks and sends a DialLayerChangeEvent 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.
setMinuteFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the formatter for the minutes.
setMinuteSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the minute count.
setModel(TableXYDataset) - Method in class org.jfree.data.xy.XYDatasetTableModel
Sets the model (dataset).
setMouseWheelEnabled(boolean) - Method in class org.jfree.chart.ChartPanel
Enables or disables mouse wheel support for the panel.
setMouseZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
A convenience method that switches on mouse-based zooming.
setMouseZoomable(boolean, boolean) - Method in class org.jfree.chart.ChartPanel
A convenience method that switches on mouse-based zooming.
setMultiple(boolean) - Method in class org.jfree.chart.renderer.OutlierList
Sets the flag that indicates whether or not this list represents multiple outliers.
setNeedlePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the needle and sends a PlotChangeEvent to all registered listeners.
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, and 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.
setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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, and sends a PlotChangeEvent to all registered listeners.
setNoDataMessageFont(Font) - Method in class org.jfree.chart.plot.Plot
Sets the font used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNoDataMessagePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the paint used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNotify(boolean) - Method in class org.jfree.chart.annotations.AbstractAnnotation
Sets a flag that indicates whether listeners should be notified about changes of an annotation.
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.plot.Plot
Sets a flag that controls whether or not listeners receive PlotChangeEvent 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.AbstractDataset
Sets the notify flag, which controls whether or not the AbstractDataset.fireDatasetChanged() method notifies listeners.
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.
setNumberFormat(NumberFormat) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the formatter used to format the value and sends a DialLayerChangeEvent to all registered listeners.
setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.LogAxis
Sets the number format override and sends a change event to all registered listeners.
setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.NumberAxis
Sets the number format override.
setNumberOfDigits(int) - Method in class org.jfree.chart.util.HexNumberFormat
Sets the number of digits.
setObject(Object) - Method in class org.jfree.data.ComparableObjectItem
Sets the y-value for this data item.
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 drawn for each data item and sends a RendererChangeEvent to all registered listeners.
setOffset(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
setOpenTickPaint(Paint) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the paint used to draw the ticks for the open values and sends a RendererChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Sets the outer radius and sends a DialLayerChangeEvent to all registered listeners.
setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the outer radius and sends a DialLayerChangeEvent to all registered listeners.
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 change event 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 and sends a RendererChangeEvent to all registered listeners.
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, and sends a RendererChangeEvent to all registered listeners.
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.annotations.XYTextAnnotation
Sets the outline paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in class org.jfree.chart.LegendItem
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
Sets the paint used to draw the outline of the cap and sends a DialLayerChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Sets the outline paint and sends a DialLayerChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the outline paint and sends a DialLayerChangeEvent to all registered listeners.
setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.Marker
Sets the outline paint and sends a MarkerChangeEvent to all registered listeners.
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.text.TextBox
Sets the outline paint.
setOutlinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline paint.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the outline stroke for the annotation and sends an AnnotationChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
Sets the outline stroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the outline stroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialCap
Sets the stroke used to draw the outline of the cap and sends a DialLayerChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the outline stroke and sends a DialLayerChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.Marker
Sets the outline stroke and sends a MarkerChangeEvent to all registered listeners.
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.text.TextBox
Sets the outline stroke.
setOutlineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline stroke.
setOutlineVisible(boolean) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the flag that controls whether or not the outline is drawn and sends an AnnotationChangeEvent to all registered listeners.
setOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Plot
Sets the flag that controls whether or not the plot's outline is drawn, and sends a PlotChangeEvent to all registered listeners.
setPadding(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
Sets the padding (use RectangleInsets.ZERO_INSETS for no padding).
setPadding(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the padding.
setPadding(RectangleInsets) - Method in class org.jfree.chart.JFreeChart
Sets the padding between the chart border and the chart drawing area, and sends a ChartChangeEvent to all registered listeners.
setPadding(RectangleInsets) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the padding for the thermometer and sends a PlotChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the paint used to draw the connecting line and sends an AnnotationChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.block.LabelBlock
Sets the paint and regenerates the label.
setPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
Sets the paint for the crosshair line and sends a property change event with the name "paint" to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialBackground
Sets the paint for the dial background and sends a DialLayerChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Sets the paint and sends a DialLayerChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the paint used to display the label and sends a DialLayerChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the paint and sends a DialLayerChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the paint used to highlight the range and sends a DialLayerChangeEvent to all registered listeners.
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 and sends a MarkerChangeEvent to all registered listeners.
setPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the paint used to display the title string.
setPaint(Paint) - Method in class org.jfree.chart.ui.PaintSample
Sets the Paint object being displayed in the panel.
setPaint(int, Paint) - Method in class org.jfree.chart.util.PaintList
Sets the Paint for an item in the list.
setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the paint scale used by the renderer and sends a RendererChangeEvent to all registered listeners.
setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the paint scale used by the renderer and sends a RendererChangeEvent to all registered listeners.
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(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(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(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.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 and sends a RendererChangeEvent to all registered listeners.
setPlotBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the plot background paint.
setPlotDiscontinuous(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not the renderer shows discontinuous lines, and sends a RendererChangeEvent to all registered listeners.
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 and sends a RendererChangeEvent to all registered listeners.
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 and sends a RendererChangeEvent to all registered listeners.
setPlotOutlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the plot outline paint.
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.
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.
setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
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 and sends a RendererChangeEvent to all registered listeners.
setPositivePrefix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is prepended to the format if the relative time is positive.
setPrecision(int) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Set the resolution of splines and sends a RendererChangeEvent to all registered listeners.
setProcessVisibleItemsOnly(boolean) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
Sets the flag that controls whether the plot passes all data items in each series to the renderer, or just the visible items.
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.SunJPEGEncoderAdapter
Set the quality of the image encoding.
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.plot.dial.DialCap
Sets the radius of the cap, as a percentage of the dial's framing rectangle, and sends a DialLayerChangeEvent to all registered listeners.
setRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer
Sets the radius of the pointer and sends a DialLayerChangeEvent to all registered listeners.
setRadius(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the radius used to calculate the anchor point and sends a DialLayerChangeEvent to all registered listeners.
setRadius(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the radius and sends a DialLayerChangeEvent to all registered listeners.
setRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Sets the radius and sends a DialLayerChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setRadiusGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.PolarPlot
Sets the stroke for the grid lines plotted against the radius axis and sends a PlotChangeEvent to all registered listeners.
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.
setRadiusMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
Set the flag that determines if radial minor grid-lines will be drawn, and sends a PlotChangeEvent to all registered listeners.
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, boolean, boolean) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis and sends a change event to all registered listeners.
setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis and, if requested, sends a change event to all registered listeners.
setRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis and sends a change event to all registered listeners.
setRange(Range) - Method in class org.jfree.chart.plot.MeterPlot
Sets the range for the dial and sends a PlotChangeEvent to all registered listeners.
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'.
setRangeAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range axes for this plot and sends a PlotChangeEvent to all registered listeners.
setRangeAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.XYPlot
Sets the range axes for this plot and sends a PlotChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets a range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the range axis for the plot and sends a PlotChangeEvent to all registered listeners.
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.
setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets a range axis and, if requested, 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.
setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the axis location for a domain axis and, if requested, 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, and sends a RendererChangeEvent to all registered listeners.
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, and sends a PlotChangeEvent to all registered listeners.
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 draw the range crosshair (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint used to color the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the pen-style (Stroke) used to draw the range crosshair (if visible), and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke used to draw the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range crosshair value and, if the crosshair is visible, sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the range crosshair value and, if requested, sends a PlotChangeEvent to all registered listeners (but only if the crosshair is visible).
setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value.
setRangeCrosshairValue(double, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value and sends a PlotChangeEvent to all registered listeners, but only if the crosshair is visible.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.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 and fires a property change event with the name Range.
setRangeDescription(String) - Method in class org.jfree.data.time.TimeSeries
Sets the range description and sends a PropertyChangeEvent (with the property name Range) to all registered listeners.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid lines against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the paint for the grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
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.
setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the range grid line paint.
setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw the grid-lines against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the stroke 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.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.
setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint for the minor grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the minor grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke for the minor grid lines plotted against the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the minor grid lines plotted against the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether or not the range axis minor grid lines are visible.
setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the range axis minor grid lines are visible.
setRangePannable(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that enables or disables panning of the plot along the range axes.
setRangePannable(boolean) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the flag, on each of the subplots, that controls whether or not the range is pannable.
setRangePannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the flag that enables or disables panning of the plot along the range axes.
setRangePannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that enables or disables panning of the plot along the range axis/axes.
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.
setRangeZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the paint for the zero baseline plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselinePaint(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.
setRangeZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke for the zero baseline for the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselineStroke(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.
setRangeZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
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.
setRangeZeroBaselineVisible(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.
setRangeZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setRefreshBuffer(boolean) - Method in class org.jfree.chart.ChartPanel
Sets the refresh buffer flag.
setRegularFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the regular font for this theme.
setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked areas add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPercentages(boolean) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and sends a RendererChangeEvent to all registered listeners.
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 change event 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 change event to all registered listeners.
setRenderer(int, CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer to use for the dataset with the specified index and sends a change event to all registered listeners.
setRenderer(int, CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderer to use for the dataset with the specified index and, if requested, sends a change event to all registered listeners.
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 primary renderer, and notifies all listeners of a change to the plot.
setRenderer(int, PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
Sets a renderer and sends a PlotChangeEvent to all registered listeners.
setRenderer(int, PolarItemRenderer, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Sets a renderer and, if requested, sends a PlotChangeEvent to all registered listeners.
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 change event to all registered listeners.
setRenderer(int, XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
Sets the renderer for the dataset with the specified index and sends a change event to all registered listeners.
setRenderer(int, XYItemRenderer, boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the renderer for the dataset with the specified index and, if requested, sends a change event to all registered listeners.
setRendererIndex(int) - Method in class org.jfree.chart.entity.XYAnnotationEntity
Sets the renderer index.
setRenderers(CategoryItemRenderer[]) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the renderers for this plot and sends a PlotChangeEvent to all registered listeners.
setRenderers(XYItemRenderer[]) - Method in class org.jfree.chart.plot.XYPlot
Sets the renderers for this plot and sends a PlotChangeEvent to all registered listeners.
setRenderingHints(RenderingHints) - Method in class org.jfree.chart.JFreeChart
Sets the rendering hints for the chart.
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.
setRoseCenterPaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to fill the inner background area of the compass, and sends a PlotChangeEvent to all registered listeners.
setRoseHighlightPaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to draw the circles, symbols and labels of the compass, and sends a PlotChangeEvent to all registered listeners.
setRosePaint(Paint) - Method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to fill the outer circle of the compass, and sends a PlotChangeEvent 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 and sends an AnnotationChangeEvent to all registered listeners.
setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the rotation anchor point and sends an AnnotationChangeEvent to all registered listeners.
setRotationAngle(double) - Method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation angle and sends an AnnotationChangeEvent to all registered listeners.
setRotationAngle(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the rotation angle and sends an AnnotationChangeEvent to all registered listeners.
setRoundXCoordinates(boolean) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Sets the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values, and sends a RendererChangeEvent to all registered listeners.
setRoundXCoordinates(boolean) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values, and sends a RendererChangeEvent to all registered listeners.
setRowKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
Sets the row key.
setRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
Sets the row key.
setRowRenderingOrder(SortOrder) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the row order in which the items in each dataset should be rendered and sends a PlotChangeEvent to all registered listeners.
setScale(PaintScale) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the scale and sends a TitleChangeEvent to all registered listeners.
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.
setScaleIndex(int) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the scale index and sends a DialLayerChangeEvent to all registered listeners.
setSecondFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the formatter for the seconds and milliseconds.
setSecondSuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the second count.
setSectionDepth(double) - Method in class org.jfree.chart.plot.RingPlot
The section depth is given as percentage of the plot radius.
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(Comparable, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the outline paint associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSectionOutlineStroke(Comparable, Stroke) - Method in class org.jfree.chart.plot.PiePlot
Sets the outline stroke associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSectionOutlinesVisible(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the outline is drawn for each pie section, and sends a PlotChangeEvent to all registered listeners.
setSectionPaint(Comparable, Paint) - Method in class org.jfree.chart.plot.PiePlot
Sets the paint associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSelectedFont(Font) - Method in class org.jfree.chart.ui.FontChooserPanel
Initializes the contents of the dialog from the given font object.
setSeparatorPaint(Paint) - Method in class org.jfree.chart.plot.RingPlot
Sets the paint used to draw the separator between sections and sends a change event to all registered listeners.
setSeparatorStroke(Stroke) - Method in class org.jfree.chart.plot.RingPlot
Sets the stroke used to draw the separator between sections and sends a change event to all registered listeners.
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 change event to all registered listeners.
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.
setSeriesCreateEntities(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setSeriesCreateEntities(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setSeriesCreateEntities(int, Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setSeriesCreateEntities(int, Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setSeriesFilled(int, boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets a flag that controls whether or not a series is filled.
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.
setSeriesFillPaint(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.
setSeriesFillPaint(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.
setSeriesFillPaint(int, Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setSeriesIndex(int) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the series index.
setSeriesIndex(int) - Method in class org.jfree.chart.LegendItem
Sets the series index for this legend item.
setSeriesIndex(int) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Sets the series index for the current path.
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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - 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.
setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label generator 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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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, and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int, Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for a series and sends a RendererChangeEvent to all registered listeners.
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 and 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, 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 and sends a RendererChangeEvent to all registered listeners.
setSeriesItemURLGenerator(int, CategoryURLGenerator, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the URL generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item URL generator for a series.
setSeriesItemURLGenerator(int, CategoryURLGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setSeriesKey(Comparable) - Method in class org.jfree.chart.entity.LegendItemEntity
Sets the key for the series.
setSeriesKey(Comparable) - Method in class org.jfree.chart.LegendItem
Sets the series key.
setSeriesKey(int, Comparable) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the name of a series.
setSeriesKey(Comparable) - Method in class org.jfree.data.xml.CategorySeriesHandler
Sets the series key.
setSeriesKeys(Comparable[]) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the names of the series in the dataset.
setSeriesLinesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'lines visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesLinesVisible(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'lines visible' flag 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 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 and sends a RendererChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesOutlinePaint(int, Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesOutlineStroke(int, Stroke, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesPaint(int, Paint, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
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.
setSeriesRenderingOrder(SeriesRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
Sets the series order and sends a PlotChangeEvent 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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesShape(int, Shape, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' flag 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 and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesVisible(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
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.category.LineAndShapeRenderer
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.
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, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
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.
setSeriesStroke(int, Stroke, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
 
setSeriesToGroupMap(KeyToGroupMap) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Updates the map used to assign each series to a group, and sends a RendererChangeEvent to all registered listeners.
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, boolean) - 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, CategoryToolTipGenerator, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
 
setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the tooltip generator for the specified series.
setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
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(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(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
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.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible and, if requested, 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(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(int, Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
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.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, 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.
setSeriesWidth(double) - Method in class org.jfree.data.gantt.XYTaskDataset
Sets the series interval width and sends a DatasetChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CategoryPlot
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Sets the shadow generator for the plot (and all subplots) and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the shadow generator for the plot (and all subplots) and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Sets the shadow generator for the plot (and all subplots) and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the shadow generator for the plot (and all subplots) and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners.
setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.XYPlot
Sets the shadow generator for the plot and sends a PlotChangeEvent 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.
setShadowPaint(Paint) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the shadow paint and sends a RendererChangeEvent to all registered listeners.
setShadowPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the shadow paint.
setShadowPaint(Paint) - Method in class org.jfree.chart.text.TextBox
Sets the shadow paint.
setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the flag that controls whether or not shadows are drawn by the renderer.
setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the flag that controls whether or not the renderer draws shadows for the bars, and sends a RendererChangeEvent to all registered listeners.
setShadowVisible(boolean) - Method in class org.jfree.chart.StandardChartTheme
Sets the shadow visibility flag.
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.
setShadowXOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the x-offset for the bar shadow and sends a RendererChangeEvent to all registered listeners.
setShadowXOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the x-offset for the bar shadow and sends a RendererChangeEvent to all registered listeners.
setShadowXOffset(double) - Method in class org.jfree.chart.text.TextBox
Sets the x-offset for the shadow effect.
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.
setShadowYOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the y-offset for the bar shadow and sends a RendererChangeEvent to all registered listeners.
setShadowYOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the y-offset for the bar shadow and sends a RendererChangeEvent to all registered listeners.
setShadowYOffset(double) - Method in class org.jfree.chart.text.TextBox
Sets the y-offset for the shadow effect.
setShape(Shape) - Method in class org.jfree.chart.LegendItem
Sets the shape for the legend item.
setShape(Shape) - Method in class org.jfree.chart.title.LegendGraphic
Sets the shape.
setShape(int, Shape) - Method in class org.jfree.chart.util.ShapeList
Sets the Shape for an item in the list.
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.
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 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 and sends a RendererChangeEvent to all registered listeners.
setShapeStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Sets the stroke for rendering shapes and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Set the flag that controls whether a shape will be drawn for every item, or not and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(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, and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(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, and sends a RendererChangeEvent to all registered listeners.
setShapeVisible(boolean) - Method in class org.jfree.chart.LegendItem
Sets the flag that controls whether or not the shape is visible.
setShapeVisible(boolean) - Method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape is visible.
setShowZeroDays(boolean) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the flag that controls whether or not zero day counts are shown in the formatted output.
setShowZeroHours(boolean) - Method in class org.jfree.chart.util.RelativeDateFormat
Sets the flag that controls whether or not zero hour counts are shown in the formatted output.
setSimpleLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
Sets the offset for the simple labels and sends a PlotChangeEvent to all registered listeners.
setSimpleLabels(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether simple or extended labels are displayed on the plot, and sends a PlotChangeEvent to all registered listeners.
setSize(int) - Method in class org.jfree.chart.needle.MeterNeedle
Sets the size.
setSmallestValue(double) - Method in class org.jfree.chart.axis.LogAxis
Sets the smallest value represented by the axis and sends a change event to all registered listeners.
setSmallFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the small font for this theme.
setSortOrder(SortOrder) - Method in class org.jfree.chart.title.LegendTitle
Sets the order used to display legend items.
setSources(LegendItemSource[]) - Method in class org.jfree.chart.title.LegendTitle
Sets the legend item sources and sends a TitleChangeEvent to all registered listeners.
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.dial.ArcDialFrame
Sets the start angle and sends a DialLayerChangeEvent to all registered listeners.
setStartAngle(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the start angle for the scale and sends a DialLayerChangeEvent 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, and sends a RendererChangeEvent to all registered listeners.
setStartValue(double) - Method in class org.jfree.chart.plot.IntervalMarker
Sets the start value for the marker and sends a MarkerChangeEvent to all registered listeners.
setStartValue(int, Comparable, Number) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the start data value for one category in a series.
setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the step point and sends a RendererChangeEvent to all registered listeners.
setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Sets the step point and sends a RendererChangeEvent to all registered listeners.
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.
setStripOutlinePaint(Paint) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the paint used to draw the outline of the paint strip, and sends a TitleChangeEvent to all registered listeners.
setStripOutlineStroke(Stroke) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the stroke used to draw the outline around the paint strip and sends a TitleChangeEvent to all registered listeners.
setStripOutlineVisible(boolean) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the flag that controls whether or not an outline is drawn around the paint strip, and sends a TitleChangeEvent to all registered listeners.
setStripWidth(double) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the width of the paint strip and sends a TitleChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the stroke used to draw the connecting line and sends an AnnotationChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.plot.Crosshair
Sets the stroke for the crosshair line and sends a property change event with the name "stroke" to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Sets the stroke and sends a DialLayerChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Sets the stroke and sends a DialLayerChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Sets the stroke and sends a DialLayerChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.plot.Marker
Sets the stroke and sends a MarkerChangeEvent to all registered listeners.
setStroke(Stroke) - Method in class org.jfree.chart.ui.StrokeSample
Sets the stroke object being displayed and repaints the component.
setStroke(int, Stroke) - Method in class org.jfree.chart.util.StrokeList
Sets the Stroke for an item in the list.
setSubdivisionCount(int) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the subdivision count and sends a TitleChangeEvent to all registered listeners.
setSubLabelFont(Font) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the font for the sublabels and sends an AxisChangeEvent to all registered listeners.
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 and sends an AxisChangeEvent to all registered listeners.
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 bounds for a subrange.
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 subrange and sends a PlotChangeEvent to all registered listeners.
setSubtitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the subtitle paint.
setSubtitles(List) - Method in class org.jfree.chart.JFreeChart
Sets the title list for the chart (completely replaces any existing titles) and sends a ChartChangeEvent to all registered listeners.
setTempFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
Sets the prefix for the temporary file names generated by this class.
setTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the template value and sends a DialLayerChangeEvent to all registered listeners.
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 and sends an AnnotationChangeEvent to all registered listeners.
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.
setTextAlignment(HorizontalAlignment) - Method in class org.jfree.chart.title.TextTitle
Sets the text alignment 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) and sends an AnnotationChangeEvent to all registered listeners.
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) and sends an AnnotationChangeEvent to all registered listeners.
setTextAnchor(RectangleAnchor) - Method in class org.jfree.chart.block.LabelBlock
Sets the text anchor.
setTextAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the text anchor and sends a DialLayerChangeEvent to all registered listeners.
setTextAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING to either RenderingHints.VALUE_TEXT_ANTIALIAS_ON or RenderingHints.VALUE_TEXT_ANTIALIAS_OFF, then sends a ChartChangeEvent to all registered listeners.
setTextAntiAlias(Object) - Method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING and sends a ChartChangeEvent to all registered listeners.
setTextBlock(TextBlock) - Method in class org.jfree.chart.text.TextBox
Sets the text block.
setThermometerPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to draw the thermometer outline and sends a PlotChangeEvent to all registered listeners.
setThermometerPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the thermometer paint.
setThermometerStroke(Stroke) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the stroke used to draw the thermometer outline and sends a PlotChangeEvent to all registered listeners.
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(Comparable, Font) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the font for the tick label for the specified category and sends an AxisChangeEvent to all registered listeners.
setTickLabelFont(Font) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the font used to display the tick labels and sends a DialLayerChangeEvent to all registered listeners.
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.
setTickLabelFormatter(NumberFormat) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the number formatter used to convert the tick label values to strings, and sends a DialLayerChangeEvent to all registered listeners.
setTickLabelInsets(RectangleInsets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.
setTickLabelOffset(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the tick label offset and sends a DialLayerChangeEvent 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.
setTickLabelPaint(Comparable, Paint) - Method in class org.jfree.chart.axis.CategoryAxis
Sets the paint for the tick label for the specified category and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the paint used to draw the tick labels and sends a DialLayerChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the tick label paint and sends a PlotChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the tick label paint.
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.
setTickLabelsVisible(boolean) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the flag that controls whether or not the tick labels are displayed, and sends a DialLayerChangeEvent to all registered listeners.
setTickLabelsVisible(boolean) - Method in class org.jfree.chart.plot.MeterPlot
Sets the flag that controls whether or not the tick labels are visible and sends a PlotChangeEvent to all registered listeners.
setTickLength(double) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the tick length (in Java2D units) and sends a RendererChangeEvent 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.
setTickPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to draw the tick labels around the dial and sends a PlotChangeEvent to all registered listeners.
setTickRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the tick radius and sends a DialLayerChangeEvent to all registered listeners.
setTicks(List) - Method in class org.jfree.chart.axis.AxisState
Sets the list of ticks.
setTickSize(double) - Method in class org.jfree.chart.plot.MeterPlot
Sets the tick size and sends a PlotChangeEvent to all registered listeners.
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 and, if requested, sends an AxisChangeEvent to all registered listeners.
setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.LogAxis
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.LogAxis
Sets the tick unit for the axis and, if requested, sends an AxisChangeEvent to all registered listeners.
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.
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.
setTimeline(Timeline) - Method in class org.jfree.chart.axis.DateAxis
Sets the underlying timeline to use for this axis.
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.DateAxis
Sets the time zone for the axis and sends an AxisChangeEvent to all registered listeners.
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.
setTipRadius(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the tip radius and sends an AnnotationChangeEvent to all registered listeners.
setTipRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the tip radius and sends an AnnotationChangeEvent to all registered listeners.
setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
Sets the main title for the chart and sends a ChartChangeEvent to all registered listeners.
setTitle(String) - Method in class org.jfree.chart.JFreeChart
Sets the chart title and sends a ChartChangeEvent to all registered listeners.
setTitleContainer(BlockContainer) - Method in class org.jfree.chart.title.CompositeTitle
Sets the title container.
setTitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the title paint.
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.plot.SpiderWebPlot
Sets the tool tip generator for the plot and sends a PlotChangeEvent 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.block.LabelBlock
Sets the tool tip text.
setToolTipText(String) - Method in class org.jfree.chart.entity.ChartEntity
Sets the tool tip text.
setToolTipText(String) - Method in class org.jfree.chart.LegendItem
Sets the tool tip text for this legend item.
setToolTipText(String) - Method in class org.jfree.chart.title.LegendItemBlockContainer
Sets the tool tip text.
setToolTipText(String) - Method in class org.jfree.chart.title.TextTitle
Sets the tool tip text to the specified text and sends a TitleChangeEvent to all registered listeners.
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.
setTranslateX(double) - Method in class org.jfree.chart.block.BlockParams
Sets the translation required to convert local x-coordinates into the coordinate space of the container.
setTranslateY(double) - Method in class org.jfree.chart.block.BlockParams
Sets the translation required to convert local y-coordinates into the coordinate space of the container.
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.
setTransposed(boolean) - Method in class org.jfree.data.gantt.XYTaskDataset
Sets the flag that controls whether or not the dataset is transposed and sends a DatasetChangeEvent to all registered listeners.
setTreatLegendShapeAsLine(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the legend shape is treated as a line when creating legend items.
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.
setUnits(String) - Method in class org.jfree.chart.plot.MeterPlot
Sets the units for the dial and sends a PlotChangeEvent to all registered listeners.
setUnits(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the units to be displayed in the thermometer.
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.
setupNumberFmtObj() - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets up the number formatter object according to the 'expTickLabelsFlag' flag.
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 and sends a RendererChangeEvent to all registered listeners.
setUpperBound(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper bound for the axis range, and sends an AxisChangeEvent to all registered listeners.
setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Sets the upper bound of the dial range and sends a DialLayerChangeEvent to all registered listeners.
setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Sets the upper bound for the scale and sends a DialLayerChangeEvent to all registered listeners.
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.
setupSmallLogFlag() - Method in class org.jfree.chart.axis.LogarithmicAxis
Sets up flag for log axis processing.
setURL(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the URL for the annotation.
setURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
Sets the URL generator and sends a PlotChangeEvent to all registered listeners.
setURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
Sets the URL generator for the plot and sends a PlotChangeEvent to all registered listeners.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the URL generator.
setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the URL generator for HTML image maps and sends a RendererChangeEvent to all registered listeners.
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.block.LabelBlock
Sets the URL text.
setURLText(String) - Method in class org.jfree.chart.entity.ChartEntity
Sets the URL text.
setURLText(String) - Method in class org.jfree.chart.LegendItem
Sets the URL text.
setURLText(String) - Method in class org.jfree.chart.title.LegendItemBlockContainer
Sets the URL text.
setURLText(String) - Method in class org.jfree.chart.title.TextTitle
Sets the URL text to the specified text and sends a TitleChangeEvent to all registered listeners.
setUseDrawRotatedStringWorkaround(boolean) - Static method in class org.jfree.chart.text.TextUtils
Sets the flag that controls whether or not a workaround is used for drawing rotated strings.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Sets the flag that controls whether or not the series fill paint is used to fill the area under the line and sends a RendererChangeEvent to all 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.
setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseFontMetricsGetStringBounds(boolean) - Static method in class org.jfree.chart.text.TextUtils
Sets the flag that controls whether the FontMetrics.getStringBounds() method is used or not.
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, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the flag that controls whether the outline paint is used for shape outlines, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the flag that controls whether or not the renderer's outline paint is used to draw the candlestick outline, and sends a RendererChangeEvent to all registered listeners.
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.
setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Sets the flag that controls whether the outline paint is used for shape outlines, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaintForWhiskers(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the flag that, if true, causes the whiskers to be drawn using the series outline paint, and sends a RendererChangeEvent to all registered listeners.
setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether or not the x-position for each data item is offset within its category according to the series, and sends a RendererChangeEvent to all registered listeners.
setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Sets the flag that controls whether or not the x-position for each data item is offset within its category according to the series, 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 and sends an AnnotationChangeEvent to all registered listeners.
setValue(double) - Method in class org.jfree.chart.plot.Crosshair
Sets the crosshair value and sends a property change event with the name 'value' to all registered listeners.
setValue(double) - Method in class org.jfree.chart.plot.ValueMarker
Sets the value for the marker and sends a MarkerChangeEvent to all registered listeners.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table and sends a DatasetChangeEvent to all registered listeners.
setValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table and sends a DatasetChangeEvent to all registered listeners.
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(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 and sends a DatasetChangeEvent to all registered listeners.
setValue(Comparable, double) - Method in class org.jfree.data.general.DefaultPieDataset
Sets the data value for a key and sends a DatasetChangeEvent to all registered listeners.
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.
setValue1(double) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the y-value for the start of the line and sends an AnnotationChangeEvent to all registered listeners.
setValue2(double) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the y-value for the end of the line and sends an AnnotationChangeEvent to all registered listeners.
setValueAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the value anchor and sends a DialLayerChangeEvent to all registered listeners.
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.MeterPlot
Sets the font used to display the value label and sends a PlotChangeEvent to all registered listeners.
setValueFont(Font) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the font used to display the current value.
setValueFormat(NumberFormat) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the formatter for the value label and sends a PlotChangeEvent to all registered listeners.
setValueLocation(int) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the current value is displayed and sends a PlotChangeEvent to all registered listeners.
setValuePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the value label and sends a PlotChangeEvent to all registered listeners.
setValuePaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to display the current value and sends a PlotChangeEvent to all registered listeners.
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).
setVerticalTraceLine(Line2D) - Method in class org.jfree.chart.ChartPanel
Sets the vertical trace line.
setView(double, double, double, double) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the viewing rectangle, relative to the dial's framing rectangle, and sends a PlotChangeEvent to all registered listeners.
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.
setVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
Sets the flag that controls the visibility of the crosshair and sends a proerty change event (with the name 'visible') to all registered listeners.
setVisible(boolean) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Sets the flag that determines whether or not this layer is drawn by the plot, and sends a DialLayerChangeEvent to all registered listeners.
setVisible(boolean) - Method in class org.jfree.chart.title.Title
Sets a flag that controls whether or not the title should be drawn, and sends a TitleChangeEvent to all registered listeners.
setVisibleSeriesArray(int[]) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Sets an array with the indices of the visible rows.
setVolumePaint(Paint) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the paint used to fill the volume bars, and sends a RendererChangeEvent to all registered listeners.
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 and sends a PlotChangeEvent to all registered listeners.
setWeight(int) - Method in class org.jfree.chart.plot.XYPlot
Sets the weight for the plot and sends a PlotChangeEvent to all registered listeners.
setWhiskerWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the width of the whiskers as a fraction of the bar width and sends a RendererChangeEvent to all registered listeners.
setWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setWidth(double) - Method in class org.jfree.chart.ui.Size2D
Sets the width.
setWidthRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Sets the width radius and sends a DialLayerChangeEvent to all registered listeners.
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.annotations.XYTextAnnotation
Sets the x coordinate for the text anchor point (measured against the domain axis) and sends an AnnotationChangeEvent to all registered listeners.
setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
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.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.
setXYBarPainter(XYBarPainter) - Method in class org.jfree.chart.StandardChartTheme
Sets the XY bar painter.
setY(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the y coordinate for the text anchor point (measured against the range axis) and sends an AnnotationChangeEvent to all registered listeners.
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.
setZoomAroundAnchor(boolean) - Method in class org.jfree.chart.ChartPanel
Sets the flag that controls whether or not zoom operations are centered around the current anchor point.
setZoomFillPaint(Paint) - Method in class org.jfree.chart.ChartPanel
Sets the zoom rectangle fill paint.
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.
setZoomOutlinePaint(Paint) - Method in class org.jfree.chart.ChartPanel
Sets the zoom rectangle outline paint.
setZoomTriggerDistance(int) - Method in class org.jfree.chart.ChartPanel
Sets the zoom trigger distance.
setZValue(int, int, double) - Method in class org.jfree.data.general.DefaultHeatMapDataset
Updates a z-value in the dataset and sends a DatasetChangeEvent to all registered listeners.
setZValue(int, int, double, boolean) - Method in class org.jfree.data.general.DefaultHeatMapDataset
Updates a z-value in the dataset and, if requested, sends a DatasetChangeEvent to all registered listeners.
ShadowGenerator - Interface in org.jfree.chart.util
An interface that defines the API for a shadow generator.
ShapeList - Class in org.jfree.chart.util
A table of Shape objects.
ShapeList() - Constructor for class org.jfree.chart.util.ShapeList
Creates a new list.
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).
ShapeUtils - Class in org.jfree.chart.util
Utility methods for Shape objects.
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.
ShipNeedle - Class in org.jfree.chart.needle
A needle in the shape of a ship, for use with the CompassPlot class.
ShipNeedle() - Constructor for class org.jfree.chart.needle.ShipNeedle
 
ShortTextTitle - Class in org.jfree.chart.title
A text title that is only displayed if the entire text will be visible without line wrapping.
ShortTextTitle(String) - Constructor for class org.jfree.chart.title.ShortTextTitle
Creates a new title.
shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Shrinks an area by the space attributes.
SimpleHistogramBin - Class in org.jfree.data.statistics
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 in org.jfree.data.statistics
A dataset used for creating simple histograms with custom defined bins.
SimpleHistogramDataset(Comparable) - Constructor for class org.jfree.data.statistics.SimpleHistogramDataset
Creates a new histogram dataset.
SimpleTimePeriod - Class in org.jfree.data.time
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.
size() - Method in class org.jfree.chart.axis.TickUnits
Returns the number of tick units in this collection.
size() - Method in class org.jfree.chart.util.AbstractObjectList
Returns the size of the list.
Size2D - Class in org.jfree.chart.ui
A simple class for representing the dimensions of an object.
Size2D() - Constructor for class org.jfree.chart.ui.Size2D
Creates a new instance with zero width and height.
Size2D(double, double) - Constructor for class org.jfree.chart.ui.Size2D
Creates a new instance with the specified width and height.
SIZES - Static variable in class org.jfree.chart.ui.FontChooserPanel
The font sizes that can be selected.
SlidingCategoryDataset - Class in org.jfree.data.category
A CategoryDataset implementation that presents a subset of the categories in an underlying dataset.
SlidingCategoryDataset(CategoryDataset, int, int) - Constructor for class org.jfree.data.category.SlidingCategoryDataset
Creates a new instance.
SlidingGanttCategoryDataset - Class in org.jfree.data.gantt
A GanttCategoryDataset implementation that presents a subset of the categories in an underlying dataset.
SlidingGanttCategoryDataset(GanttCategoryDataset, int, int) - Constructor for class org.jfree.data.gantt.SlidingGanttCategoryDataset
Creates a new instance.
SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
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.
sortByKeys(SortOrder) - Method in class org.jfree.data.general.DefaultPieDataset
Sorts the dataset's items by key and sends a DatasetChangeEvent to all registered listeners.
sortByValues(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by value.
sortByValues(SortOrder) - Method in class org.jfree.data.general.DefaultPieDataset
Sorts the dataset's items by value and sends a DatasetChangeEvent to all registered listeners.
sortDataByDate() - Method in class org.jfree.data.xy.DefaultOHLCDataset
Sorts the data into ascending order by date.
SortOrder - Enum in org.jfree.chart.util
Defines tokens used to indicate sorting order (ascending or descending).
SOUTH - Static variable in class org.jfree.chart.ui.Align
South alignment (same as BOTTOM).
SOUTH_EAST - Static variable in class org.jfree.chart.ui.Align
South/East alignment (same as BOTTOM_RIGHT).
SOUTH_LEFT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis left of south.
SOUTH_RIGHT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis right of south.
SOUTH_WEST - Static variable in class org.jfree.chart.ui.Align
South/West alignment (same as BOTTOM_LEFT).
SpiderWebPlot - Class in org.jfree.chart.plot
A plot that displays data from a CategoryDataset in the form of a "spider web".
SpiderWebPlot() - Constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a default plot with no dataset.
SpiderWebPlot(CategoryDataset) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a new spider web plot with the given dataset, with each row representing a series.
SpiderWebPlot(CategoryDataset, TableOrder) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a new spider web plot with the given dataset.
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.
SpreadsheetDate - Class in org.jfree.chart.date
Represents a date using an integer, in a similar fashion to the implementation in Microsoft Excel.
SpreadsheetDate(int, int, int) - Constructor for class org.jfree.chart.date.SpreadsheetDate
Creates a new date instance.
SpreadsheetDate(int) - Constructor for class org.jfree.chart.date.SpreadsheetDate
Standard constructor - creates a new date object representing the specified day number (which should be in the range 2 to 2958465.
StackedAreaRenderer - Class in org.jfree.chart.renderer.category
A renderer that draws stacked area charts for a CategoryPlot.
StackedAreaRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
Creates a new renderer.
StackedAreaRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
Creates a new renderer.
StackedBarRenderer - Class in org.jfree.chart.renderer.category
A stacked bar renderer for use with the CategoryPlot class.
StackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
Creates a new renderer.
StackedBarRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
Creates a new renderer.
StackedXYAreaRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
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.
STAGGER_WIDTH - Static variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
The stagger width.
STANDARD - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
STANDARD category label positions.
STANDARD - Static variable in class org.jfree.chart.LegendRenderingOrder
In order.
STANDARD - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
STANDARD.
StandardBarPainter - Class in org.jfree.chart.renderer.category
An implementation of the BarPainter interface that preserves the behaviour of bar painting that existed prior to the introduction of the BarPainter interface.
StandardBarPainter() - Constructor for class org.jfree.chart.renderer.category.StandardBarPainter
Creates a new instance.
StandardCategoryItemLabelGenerator - Class in org.jfree.chart.labels
A standard label generator that can be used with a CategoryItemRenderer.
StandardCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new generator with a default number formatter.
StandardCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new generator with the specified number formatter.
StandardCategoryItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new generator with the specified number formatter.
StandardCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new generator with the specified date formatter.
StandardCategorySeriesLabelGenerator - Class in org.jfree.chart.labels
A standard series label generator for plots that use data from a CategoryDataset.
StandardCategorySeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Creates a default series label generator (uses StandardCategorySeriesLabelGenerator.DEFAULT_LABEL_FORMAT).
StandardCategorySeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Creates a new series label generator.
StandardCategoryToolTipGenerator - Class in org.jfree.chart.labels
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 in org.jfree.chart.urls
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.
StandardChartTheme - Class in org.jfree.chart
A default implementation of the ChartTheme interface.
StandardChartTheme(String) - Constructor for class org.jfree.chart.StandardChartTheme
Creates a new default instance.
StandardChartTheme(String, boolean) - Constructor for class org.jfree.chart.StandardChartTheme
Creates a new default instance.
StandardCrosshairLabelGenerator - Class in org.jfree.chart.labels
A default label generator.
StandardCrosshairLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Creates a new instance with default attributes.
StandardCrosshairLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Creates a new instance with the specified attributes.
StandardDialFrame - Class in org.jfree.chart.plot.dial
A simple circular frame for the DialPlot class.
StandardDialFrame() - Constructor for class org.jfree.chart.plot.dial.StandardDialFrame
Creates a new instance of StandardDialFrame.
StandardDialRange - Class in org.jfree.chart.plot.dial
A layer that draws a range highlight on a dial plot.
StandardDialRange() - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
Creates a new StandardDialRange instance.
StandardDialRange(double, double, Paint) - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
Creates a new StandardDialRange instance.
StandardDialScale - Class in org.jfree.chart.plot.dial
A scale for a DialPlot.
StandardDialScale() - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
Creates a new instance of DialScale.
StandardDialScale(double, double, double, double, double, int) - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
Creates a new instance.
StandardEntityCollection - Class in org.jfree.chart.entity
A standard implementation of the EntityCollection interface.
StandardEntityCollection() - Constructor for class org.jfree.chart.entity.StandardEntityCollection
Constructs a new entity collection (initially empty).
StandardGradientPaintTransformer - Class in org.jfree.chart.ui
Transforms a GradientPaint to range over the width of a target shape.
StandardGradientPaintTransformer() - Constructor for class org.jfree.chart.ui.StandardGradientPaintTransformer
Creates a new transformer with the type GradientPaintTransformType.VERTICAL.
StandardGradientPaintTransformer(GradientPaintTransformType) - Constructor for class org.jfree.chart.ui.StandardGradientPaintTransformer
Creates a new transformer with the specified type.
StandardPieSectionLabelGenerator - Class in org.jfree.chart.labels
A standard item label generator for plots that use data from a PieDataset.
StandardPieSectionLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new section label generator using StandardPieSectionLabelGenerator.DEFAULT_SECTION_LABEL_FORMAT as the label format string, and platform default number and percentage formatters.
StandardPieSectionLabelGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new instance for the specified locale.
StandardPieSectionLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new section label generator using the specified label format string, and platform default number and percentage formatters.
StandardPieSectionLabelGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new instance for the specified locale.
StandardPieSectionLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates an item label generator using the specified number formatters.
StandardPieToolTipGenerator - Class in org.jfree.chart.labels
A standard item label generator for plots that use data from a PieDataset.
StandardPieToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates an item label generator using default number formatters.
StandardPieToolTipGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates a pie tool tip generator for the specified locale, using the default format string.
StandardPieToolTipGenerator(String) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates a pie tool tip generator for the default locale.
StandardPieToolTipGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates a pie tool tip generator for the specified locale.
StandardPieToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates an item label generator using the specified number formatters.
StandardPieURLGenerator - Class in org.jfree.chart.urls
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 in org.jfree.chart.axis
A source that can used by the NumberAxis class to obtain a suitable TickUnit.
StandardTickUnitSource() - Constructor for class org.jfree.chart.axis.StandardTickUnitSource
Default constructor.
StandardToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
Generates tooltips using the HTML title attribute for image map area tags.
StandardToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
Creates a new instance.
StandardURLTagFragmentGenerator - Class in org.jfree.chart.imagemap
Generates URLs using the HTML href attribute for image map area tags.
StandardURLTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
Creates a new instance.
StandardXYBarPainter - Class in org.jfree.chart.renderer.xy
An implementation of the XYBarPainter interface that preserves the behaviour of bar painting that existed prior to the introduction of the XYBarPainter interface.
StandardXYBarPainter() - Constructor for class org.jfree.chart.renderer.xy.StandardXYBarPainter
Creates a new instance.
StandardXYItemLabelGenerator - Class in org.jfree.chart.labels
A standard item label generator for plots that use data from an XYDataset.
StandardXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using default number formatters.
StandardXYItemLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
StandardXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
StandardXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using the specified formatters.
StandardXYItemLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
StandardXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates a label generator using the specified date formatters.
StandardXYItemRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
Records the state for the renderer.
StandardXYSeriesLabelGenerator - Class in org.jfree.chart.labels
A standard series label generator for plots that use data from an XYDataset.
StandardXYSeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates a default series label generator (uses StandardXYSeriesLabelGenerator.DEFAULT_LABEL_FORMAT).
StandardXYSeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates a new series label generator.
StandardXYToolTipGenerator - Class in org.jfree.chart.labels
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, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
StandardXYToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified date formatters.
StandardXYURLGenerator - Class in org.jfree.chart.urls
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 in org.jfree.chart.labels
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 in org.jfree.chart.urls
A URL generator.
StandardXYZURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYZURLGenerator
 
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.
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.
startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
This method is called by the XYPlot at the start of each series pass.
startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
This method is called by the XYPlot when it starts a pass through the (visible) items in a series.
startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
This method is called by the XYPlot at the start of each series pass.
startsWithIgnoreCase(String, String) - Static method in class org.jfree.chart.util.StringUtils
Helper functions to query a strings start portion.
State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer.State
Creates a new state instance.
State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer.State
Creates a new state instance.
State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
Creates a new state instance.
State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Creates a new state instance.
State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Creates a new state instance.
StatisticalBarRenderer - Class in org.jfree.chart.renderer.category
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 in org.jfree.data.statistics
A category dataset that defines a mean and standard deviation value for each item.
StatisticalLineAndShapeRenderer - Class in org.jfree.chart.renderer.category
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 in org.jfree.data.statistics
A utility class that provides some common statistical functions.
Statistics() - Constructor for class org.jfree.data.statistics.Statistics
 
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.
stringToColor(String) - Static method in class org.jfree.chart.util.PaintUtils
Converts a given string into a color.
stringToMonthCode(String) - Static method in class org.jfree.chart.date.SerialDate
Converts a string to a month code.
stringToWeekdayCode(String) - Static method in class org.jfree.chart.date.SerialDate
Converts the supplied string to a day of the week.
StringUtils - Class in org.jfree.chart.util
String utilities.
StrokeChooserPanel - Class in org.jfree.chart.ui
A component for choosing a stroke from a list of available strokes.
StrokeChooserPanel(StrokeSample, StrokeSample[]) - Constructor for class org.jfree.chart.ui.StrokeChooserPanel
Creates a panel containing a combo-box that allows the user to select one stroke from a list of available strokes.
StrokeList - Class in org.jfree.chart.util
A table of Stroke objects.
StrokeList() - Constructor for class org.jfree.chart.util.StrokeList
Creates a new list.
StrokeMap - Class in org.jfree.chart
A storage structure that maps Comparable instances with Stroke instances.
StrokeMap() - Constructor for class org.jfree.chart.StrokeMap
Creates a new (empty) map.
StrokeSample - Class in org.jfree.chart.ui
A panel that displays a stroke sample.
StrokeSample(Stroke) - Constructor for class org.jfree.chart.ui.StrokeSample
Creates a StrokeSample for the specified stroke.
style - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The style number
SubCategoryAxis - Class in org.jfree.chart.axis
A specialised category axis that can display sub-categories.
SubCategoryAxis(String) - Constructor for class org.jfree.chart.axis.SubCategoryAxis
Creates a new axis.
SUNDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Sunday.
SunJPEGEncoderAdapter - Class in org.jfree.chart.encoders
Adapter class for the Sun JPEG Encoder.
SunJPEGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Creates a new SunJPEGEncoderAdapter instance.
SunPNGEncoderAdapter - Class in org.jfree.chart.encoders
Adapter class for the Sun PNG Encoder.
SunPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunPNGEncoderAdapter
 
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.
switchedPow10(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns a power of 10, depending on if values between 0 and 1 are being plotted.
SymbolAxis - Class in org.jfree.chart.axis
A standard linear value axis that replaces integer values with symbols.
SymbolAxis(String, String[]) - Constructor for class org.jfree.chart.axis.SymbolAxis
Constructs a symbol axis, using default attribute values where necessary.
SymbolicXYItemLabelGenerator - Class in org.jfree.chart.labels
A standard item label generator for plots that use data from an XYDataset.
SymbolicXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
 

T

TableOrder - Enum in org.jfree.chart.util
Used to indicate the processing order for a table (by row or by column).
TableXYDataset - Interface in org.jfree.data.xy
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.
TAPER - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area tapers from the first or last value down to zero.
Task - Class in org.jfree.data.gantt
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 in org.jfree.data.gantt
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 in org.jfree.data.gantt
A collection of TaskSeries objects.
TaskSeriesCollection() - Constructor for class org.jfree.data.gantt.TaskSeriesCollection
Default constructor.
TextAnchor - Class in org.jfree.chart.ui
Used to indicate the position of an anchor point for a text string.
TextAnnotation - Class in org.jfree.chart.annotations
A base class for text annotations.
TextAnnotation(String) - Constructor for class org.jfree.chart.annotations.TextAnnotation
Creates a text annotation with default settings.
TextBlock - Class in org.jfree.chart.text
A list of TextLine objects that form a block of text.
TextBlock() - Constructor for class org.jfree.chart.text.TextBlock
Creates a new empty text block.
TextBlockAnchor - Class in org.jfree.chart.text
Used to indicate the position of an anchor point for a text block.
TextBox - Class in org.jfree.chart.text
A box containing a text block.
TextBox() - Constructor for class org.jfree.chart.text.TextBox
Creates an empty text box.
TextBox(String) - Constructor for class org.jfree.chart.text.TextBox
Creates a text box.
TextBox(TextBlock) - Constructor for class org.jfree.chart.text.TextBox
Creates a new text box.
TextFragment - Class in org.jfree.chart.text
A text item, with an associated font, that fits on a single line (see TextLine).
TextFragment(String) - Constructor for class org.jfree.chart.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font) - Constructor for class org.jfree.chart.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint) - Constructor for class org.jfree.chart.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint, float) - Constructor for class org.jfree.chart.text.TextFragment
Creates a new text fragment.
TextLine - Class in org.jfree.chart.text
A sequence of TextFragment objects that together form a line of text.
TextLine() - Constructor for class org.jfree.chart.text.TextLine
Creates a new empty line.
TextLine(String) - Constructor for class org.jfree.chart.text.TextLine
Creates a new text line using the default font.
TextLine(String, Font) - Constructor for class org.jfree.chart.text.TextLine
Creates a new text line.
TextLine(String, Font, Paint) - Constructor for class org.jfree.chart.text.TextLine
Creates a new text line.
TextMeasurer - Interface in org.jfree.chart.text
An object that can measure text.
TextTitle - Class in org.jfree.chart.title
A chart title that displays a text string with automatic wrapping as required.
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, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title.
TextUtils - Class in org.jfree.chart.text
Some utility methods for working with text in Java2D.
ThermometerPlot - Class in org.jfree.chart.plot
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.
THIRD_WEEK_IN_MONTH - Static variable in class org.jfree.chart.date.SerialDate
A useful constant for referring to the third week in a month.
THURSDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Thrusday.
Tick - Class in org.jfree.chart.axis
The base class used to represent labeled ticks along an axis.
Tick(String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.Tick
Creates a new tick.
TickLabelEntity - Class in org.jfree.chart.entity
A chart entity representing a tick label.
TickLabelEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.TickLabelEntity
Creates a new entity.
TickType - Class in org.jfree.chart.axis
Used to indicate the tick type (MAJOR or MINOR).
TickUnit - Class in org.jfree.chart.axis
Base class representing a tick unit.
TickUnit(double) - Constructor for class org.jfree.chart.axis.TickUnit
Constructs a new tick unit.
TickUnit(double, int) - Constructor for class org.jfree.chart.axis.TickUnit
Constructs a new tick unit.
TickUnits - Class in org.jfree.chart.axis
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.
TickUnitSource - Interface in org.jfree.chart.axis
An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit.
Timeline - Interface in org.jfree.chart.axis
An interface that defines the contract for a Timeline.
TimePeriod - Interface in org.jfree.data.time
A period of time measured to millisecond precision using two instances of java.util.Date.
TimePeriodAnchor - Class in org.jfree.data.time
Used to indicate one of three positions in a time period: START, MIDDLE and END.
timePeriodClass - Variable in class org.jfree.data.time.TimeSeries
The type of period for the data.
TimePeriodFormatException - Exception in org.jfree.data.time
An exception that indicates an invalid format in a string representing a time period.
TimePeriodFormatException(String) - Constructor for exception org.jfree.data.time.TimePeriodFormatException
Creates a new exception.
TimePeriodValue - Class in org.jfree.data.time
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 item.
TimePeriodValues - Class in org.jfree.data.time
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 in org.jfree.data.time
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 in org.jfree.data.time
Represents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass of RegularTimePeriod.
TimeSeries(Comparable) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new (empty) time series.
TimeSeries(Comparable, String, String) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new time series that contains no data.
TimeSeriesCollection - Class in org.jfree.data.time
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 in org.jfree.data.time
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 in org.jfree.data.time
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 in org.jfree.chart.urls
A URL generator for time series charts.
TimeSeriesURLGenerator() - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Default constructor.
TimeSeriesURLGenerator(DateFormat, String, String, String) - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Construct TimeSeriesURLGenerator overriding defaults.
TimeTableXYDataset - Class in org.jfree.data.time
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.
title - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The title, empty string not to display
Title - Class in org.jfree.chart.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.
titleChanged(TitleChangeEvent) - Method in interface org.jfree.chart.event.TitleChangeListener
Receives notification of a chart title change event.
titleChanged(TitleChangeEvent) - Method in class org.jfree.chart.JFreeChart
Receives notification that a chart title has changed, and passes this on to registered listeners.
TitleChangeEvent - Class in org.jfree.chart.event
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 in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to a chart title.
TitleEntity - Class in org.jfree.chart.entity
A class that captures information about a Title of a chart.
TitleEntity(Shape, Title) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new chart entity.
TitleEntity(Shape, Title, String) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new chart entity.
TitleEntity(Shape, Title, String, String) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new entity.
toArray() - Method in class org.jfree.data.xy.XYSeries
Returns a new array containing the x and y values from this series.
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.
toDate() - Method in class org.jfree.chart.date.SerialDate
Returns a java.util.Date.
toDate() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns a java.util.Date equivalent to this date.
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.
toggleAutoTick() - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
Toggles the auto-tick-unit setting.
toJSONString() - Method in interface org.jfree.data.ItemKey
Returns a JSON formatted string representing the key.
toJSONString(List) - Static method in class org.jfree.data.json.impl.JSONArray
Convert a list to JSON text.
toJSONString() - Method in class org.jfree.data.json.impl.JSONArray
Returns a JSON string representation of this list.
toJSONString() - Method in interface org.jfree.data.json.impl.JSONAware
Returns a JSON string representing the object.
toJSONString(Map) - Static method in class org.jfree.data.json.impl.JSONObject
Convert a map to JSON text.
toJSONString() - Method in class org.jfree.data.json.impl.JSONObject
Returns a JSON string representing this object.
toJSONString(Object) - Static method in class org.jfree.data.json.impl.JSONValue
Convert an object to JSON text.
toJSONString() - Method in class org.jfree.data.KeyedValues2DItemKey
 
toJSONString() - Method in class org.jfree.data.KeyedValuesItemKey
 
toJSONString() - Method in class org.jfree.data.xy.XYItemKey
 
toMillisecond(long) - Method in interface org.jfree.chart.axis.Timeline
Translates a value relative to this timeline into a domain value.
ToolTipTagFragmentGenerator - Interface in org.jfree.chart.imagemap
Interface for generating the tooltip fragment of an HTML image map area tag.
TOP - Static variable in class org.jfree.chart.ui.Align
Top alignment.
TOP - Static variable in class org.jfree.chart.ui.RectangleEdge
Top.
TOP - Static variable in class org.jfree.chart.ui.VerticalAlignment
Top alignment.
TOP_CENTER - Static variable in class org.jfree.chart.text.TextBlockAnchor
Top/center.
TOP_CENTER - Static variable in class org.jfree.chart.ui.TextAnchor
Top/center.
TOP_LEFT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Top/left.
TOP_LEFT - Static variable in class org.jfree.chart.ui.Align
Top/Left alignment.
TOP_LEFT - Static variable in class org.jfree.chart.ui.TextAnchor
Top/left.
TOP_OR_LEFT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or left.
TOP_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or right.
TOP_RIGHT - Static variable in class org.jfree.chart.text.TextBlockAnchor
Top/right.
TOP_RIGHT - Static variable in class org.jfree.chart.ui.Align
Top/Right alignment.
TOP_RIGHT - Static variable in class org.jfree.chart.ui.TextAnchor
Top/right.
toRangeHeight(Range) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has a range height constraint.
toRangeWidth(Range) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has a range width constraint.
toSerial() - Method in class org.jfree.chart.date.SerialDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toSerial() - Method in class org.jfree.chart.date.SpreadsheetDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toString() - Method in class org.jfree.chart.axis.AxisLabelLocation
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.DateTickUnit
Returns a string representation of this instance, primarily used for debugging purposes.
toString() - Method in class org.jfree.chart.axis.DateTickUnitType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.NumberTickUnit
Returns a string representing this unit.
toString() - Method in class org.jfree.chart.axis.Tick
Returns a string representation of the tick.
toString() - Method in class org.jfree.chart.axis.TickType
Returns a string representing the object.
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.date.SerialDate
Converts the date to a string.
toString() - Method in class org.jfree.chart.entity.AxisEntity
Returns a string representation of the chart entity, useful for debugging.
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.CategoryLabelEntity
Returns a string representation of this entity.
toString() - Method in class org.jfree.chart.entity.ChartEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.JFreeChartEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.LegendItemEntity
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.PlotEntity
Returns a string representation of the plot entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.TitleEntity
Returns a string representation of the chart entity, useful for debugging.
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.LegendRenderingOrder
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.PieLabelLinkStyle
Returns a string representing the object.
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.plot.PolarAxisLocation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.SeriesRenderingOrder
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.chart.text.TextBlockAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.GradientPaintTransformType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.HorizontalAlignment
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.ui.Layer
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.LengthAdjustmentType
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.ui.RectangleAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.RectangleEdge
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.RectangleInsets
Returns a textual representation of this instance, useful for debugging purposes.
toString() - Method in class org.jfree.chart.ui.Size2D
Returns a string representation of this instance, mostly used for debugging purposes.
toString() - Method in class org.jfree.chart.ui.TextAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.ui.VerticalAlignment
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.util.Rotation
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.util.SortOrder
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.util.TableOrder
Returns a string representing the object.
toString() - Method in enum org.jfree.chart.util.UnitType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.util.XYCoordinateType
Returns a string representing the object.
toString() - Method in class org.jfree.data.DefaultKeyedValue
Returns a string representing this instance, primarily useful for debugging.
toString() - Method in class org.jfree.data.DomainOrder
Returns a string representing the object.
toString() - Method in class org.jfree.data.json.impl.JSONArray
Returns a string representation of this list.
toString() - Method in class org.jfree.data.json.impl.JSONObject
Returns a string representation of this object.
toString(String, Object) - Static method in class org.jfree.data.json.impl.JSONObject
Returns a JSON string fragment containing the key and value.
toString() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a string representing the object.
toString() - Method in class org.jfree.data.KeyedValues2DItemKey
 
toString() - Method in class org.jfree.data.KeyedValuesItemKey
 
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.BoxAndWhiskerItem
Returns a string representation of this instance, primarily for debugging purposes.
toString() - Method in class org.jfree.data.statistics.HistogramType
Returns a string representing the object.
toString() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns a string representing this instance.
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.Hour
Returns a string representation of this instance, for debugging purposes.
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.TimePeriodValue
Returns a string representing this instance, primarily for use in debugging.
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..
toString() - Method in class org.jfree.data.xy.XYCoordinate
Returns a string representation of this instance, primarily for debugging purposes.
toString() - Method in class org.jfree.data.xy.XYDataItem
Returns a string representing this instance, primarily for debugging use.
toString() - Method in class org.jfree.data.xy.XYItemKey
 
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.
transform(GradientPaint, Shape) - Method in interface org.jfree.chart.ui.GradientPaintTransformer
Transforms a GradientPaint instance to fit some target shape.
transform(GradientPaint, Shape) - Method in class org.jfree.chart.ui.StandardGradientPaintTransformer
Transforms a GradientPaint instance to fit the specified target shape.
transform(GradientPaint, Shape) - Method in class org.jfree.chart.util.DirectionalGradientPaintTransformer
Transforms a GradientPaint instance to fit some target shape.
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 panel (component) location to a Java2D point.
translateToJava2D(double, double, ValueAxis, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Translates a (theta, radius) pair into Java2D coordinates.
trim(Rectangle2D) - Method in class org.jfree.chart.ui.RectangleInsets
Shrinks the given rectangle by the amount of these insets.
trimBorder(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the border.
trimHeight(double) - Method in class org.jfree.chart.ui.RectangleInsets
Trims the given height to allow for the insets.
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.
trimWidth(double) - Method in class org.jfree.chart.ui.RectangleInsets
Trims the given width to allow for the insets.
TRUNCATE - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is truncated at the first or last value.
TUESDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Tuesday.

U

UIUtils - Class in org.jfree.chart.ui
A collection of utility methods relating to user interfaces.
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'.
UnitType - Enum in org.jfree.chart.util
Used to indicate absolute or relative units.
UnknownKeyException - Exception in org.jfree.data
An exception that indicates an unknown key value.
UnknownKeyException(String) - Constructor for exception org.jfree.data.UnknownKeyException
Creates a new exception.
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.
update(Comparable, Object) - Method in class org.jfree.data.ComparableObjectSeries
Updates an item in the series.
update(int, Number) - Method in class org.jfree.data.time.TimePeriodValues
Updates (changes) the value of a data item and sends a SeriesChangeEvent to all registered listeners.
update(RegularTimePeriod, double) - Method in class org.jfree.data.time.TimeSeries
Updates (changes) the value for a time period.
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
Updates the value of the specified item in this matrix series.
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.
updateByIndex(int, Object) - Method in class org.jfree.data.ComparableObjectSeries
Updates the value of an item in the series and sends a SeriesChangeEvent to all registered listeners.
updateByIndex(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.
updateChart(JFreeChart) - Method in interface org.jfree.chart.editor.ChartEditor
Applies the changes to the specified chart.
updateCrosshairPoint(Comparable, Comparable, double, int, double, double, PlotOrientation) - Method in class org.jfree.chart.plot.CategoryCrosshairState
Evaluates a data point from a CategoryItemRenderer and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairPoint(double, double, int, double, double, PlotOrientation) - Method in class org.jfree.chart.plot.CrosshairState
Updates the crosshair point.
updateCrosshairValues(CategoryCrosshairState, Comparable, Comparable, double, int, double, double, PlotOrientation) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
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).
updateCrosshairValues(CrosshairState, double, double, int, 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(Comparable, Comparable, int, double, PlotOrientation) - Method in class org.jfree.chart.plot.CategoryCrosshairState
Updates only the crosshair row and column keys (this is for the case where the range crosshair does NOT lock onto the nearest data value).
updateCrosshairX(double, double, int) - Method in class org.jfree.chart.plot.CrosshairState
Checks to see if the specified data point is the closest to the anchor point and, if yes, updates the current state.
updateCrosshairY(double, double, int) - Method in class org.jfree.chart.plot.CrosshairState
Evaluates a y-value and if it is the closest to the anchor y-value it becomes the new crosshair value.
updatePlotProperties(Plot) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
 
updateUI() - Method in class org.jfree.chart.ChartPanel
Updates the UI for a LookAndFeel change.
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.
upperCoordinates - Variable in class org.jfree.chart.renderer.xy.DeviationRenderer.State
A list of coordinates for the upper y-values in the current series (after translation into Java2D space).
URLTagFragmentGenerator - Interface in org.jfree.chart.imagemap
Interface for generating the URL fragment of an HTML image map area tag.
URLUtilities - Class in org.jfree.chart.urls
General utility methods for URLs.
URLUtilities() - Constructor for class org.jfree.chart.urls.URLUtilities
 

V

validateAngleOffset() - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Validates the angle offset entered by the user.
validateObject() - Method in class org.jfree.data.general.AbstractDataset
Validates the object.
validateTickUnit() - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
Validates the tick unit entered.
validateTickUnit() - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Validates the tick unit entered by the user.
Value - Interface in org.jfree.data
A general purpose interface for accessing a value.
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_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Value' element name.
ValueAxis - Class in org.jfree.chart.axis
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 in org.jfree.chart.plot
An interface that is implemented by plots that use a ValueAxis, providing a standard method to find the current data range.
valueBound(HttpSessionBindingEvent) - Method in class org.jfree.chart.servlet.ChartDeleter
Binding this object to the session has no additional effects.
ValueDataset - Interface in org.jfree.data.general
An interface for a dataset that returns a single value.
ValueHandler - Class in org.jfree.data.xml
A handler for reading a 'Value' element.
ValueHandler(RootHandler, ItemHandler) - Constructor for class org.jfree.data.xml.ValueHandler
Creates a new value handler.
valueHistory - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
An array for storing the objects that represent each series.
ValueMarker - Class in org.jfree.chart.plot
A marker that represents a single 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.
valueOf(String) - Static method in enum org.jfree.chart.plot.CenterTextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.renderer.xy.XYSplineRenderer.FillType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.ui.Layer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.ui.RectangleAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.util.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.util.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.util.TableOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.chart.util.UnitType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jfree.chart.plot.CenterTextMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.renderer.xy.XYSplineRenderer.FillType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.ui.Layer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.ui.RectangleAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.util.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.util.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.util.TableOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.chart.util.UnitType
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Interface in org.jfree.data
An interface through which (single-dimension) data values can be accessed.
Values2D - Interface in org.jfree.data
A general purpose interface that can be used to access a table of values.
ValueSequence() - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Default constructor:
ValueSequence(int) - Constructor for class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Creates a sequence with the specified length.
ValueTick - Class in org.jfree.chart.axis
A value tick.
ValueTick(double, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.ValueTick
Creates a new value tick.
ValueTick(TickType, double, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.ValueTick
Creates a new value tick.
valueToAngle(double) - Method in interface org.jfree.chart.plot.dial.DialScale
Converts a data value to an angle (in degrees, using the same specification as Java's Arc2D class).
valueToAngle(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Converts a data value to an angle against this scale.
valueToAngle(double) - Method in class org.jfree.chart.plot.MeterPlot
Translates a data value to an angle on the dial.
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.LogAxis
Converts a value on the axis scale to a Java2D coordinate relative to the given area, based on the axis running along the specified edge.
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.SymbolAxis
Converts a value to a string, using the list of symbols.
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.
Vector - Class in org.jfree.data.xy
A vector.
Vector(double, double) - Constructor for class org.jfree.data.xy.Vector
Creates a new instance of Vector.
VectorDataItem - Class in org.jfree.data.xy
A data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class.
VectorDataItem(double, double, double, double) - Constructor for class org.jfree.data.xy.VectorDataItem
Creates a new VectorDataItem instance.
VectorRenderer - Class in org.jfree.chart.renderer.xy
A renderer that represents data from an VectorXYDataset by drawing a line with an arrow at each (x, y) point.
VectorRenderer() - Constructor for class org.jfree.chart.renderer.xy.VectorRenderer
Creates a new VectorRenderer instance with default attributes.
VectorSeries - Class in org.jfree.data.xy
A list of (x,y, deltaX, deltaY) data items.
VectorSeries(Comparable) - Constructor for class org.jfree.data.xy.VectorSeries
Creates a new empty series.
VectorSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.VectorSeries
Constructs a new series that contains no data.
VectorSeriesCollection - Class in org.jfree.data.xy
A collection of VectorSeries objects.
VectorSeriesCollection() - Constructor for class org.jfree.data.xy.VectorSeriesCollection
Creates a new VectorSeriesCollection instance.
VectorXYDataset - Interface in org.jfree.data.xy
An extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location.
VERTICAL - Static variable in class org.jfree.chart.plot.PlotOrientation
For a plot where the range axis is vertical.
VERTICAL - Static variable in class org.jfree.chart.ui.GradientPaintTransformType
Vertical.
VerticalAlignment - Class in org.jfree.chart.ui
An enumeration of the vertical alignment types (TOP, BOTTOM and CENTER).
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.
vetoableChange(PropertyChangeEvent) - Method in class org.jfree.data.time.TimeSeriesCollection
Receives notification that the key for one of the series in the collection has changed, and vetos it if the key is already present in the collection.
vetoableChange(PropertyChangeEvent) - Method in class org.jfree.data.xy.XYSeriesCollection
Receives notification that the key for one of the series in the collection has changed, and vetos it if the key is already present in the collection.
visible - Variable in class org.jfree.chart.title.Title
A flag that controls whether or not the title is visible.

W

WaferMapDataset - Class in org.jfree.data.general
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 in org.jfree.chart.plot
A wafer map plot.
WaferMapPlot() - Constructor for class org.jfree.chart.plot.WaferMapPlot
Creates a new plot with no dataset.
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 in org.jfree.chart.renderer
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.
WARNING - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'warning' range.
WaterfallBarRenderer - Class in org.jfree.chart.renderer.category
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.
WEDNESDAY - Static variable in class org.jfree.chart.date.SerialDate
Useful constant for Wednesday.
Week - Class in org.jfree.data.time
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, using the default time zone and locale (the locale can affect the day-of-the-week that marks the beginning of the week, as well as the minimal number of days in the first week of the year).
Week(Date, TimeZone, Locale) - 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.
weekdayCodeToString(int) - Static method in class org.jfree.chart.date.SerialDate
Returns a string representing the supplied day-of-the-week.
weekInMonthToString(int) - Static method in class org.jfree.chart.date.SerialDate
Returns a string corresponding to the week-in-the-month code.
WEST - Static variable in class org.jfree.chart.ui.Align
West alignment (same as LEFT).
WEST_ABOVE - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis above west.
WEST_BELOW - Static variable in class org.jfree.chart.plot.PolarAxisLocation
Axis below west.
width - Variable in class org.jfree.chart.ui.Size2D
The width.
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.
WindDataset - Interface in org.jfree.data.xy
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
WindItemRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.needle
A needle that indicates wind direction, for use with the CompassPlot class.
WindNeedle() - Constructor for class org.jfree.chart.needle.WindNeedle
Default constructor.
windowActivated(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowClosed(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowClosing(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Listens for the main window closing, and shuts down the application.
windowDeactivated(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowDeiconified(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowIconified(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
windowOpened(WindowEvent) - Method in class org.jfree.chart.ui.ApplicationFrame
Required for WindowListener interface, but not used by this class.
WORD - Static variable in class org.jfree.chart.util.HexNumberFormat
Number of hexadecimal digits for a word.
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
??
writeAsJPEG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
Writes the current content to the specified file in JPEG format.
writeAsPDF(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
Writes a Drawable to the specified file in PDF format.
writeAsPNG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
Writes the current content to the specified file in PNG format.
writeAsSVG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
Writes the current content to the specified file in SVG format.
writeAttributedString(AttributedString, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises an AttributedString object.
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.ChartUtils
Writes a BufferedImage to an output stream in JPEG format.
writeBufferedImageAsJPEG(OutputStream, float, BufferedImage) - Static method in class org.jfree.chart.ChartUtils
Writes a BufferedImage to an output stream in JPEG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtils
Writes a BufferedImage to an output stream in PNG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtils
Writes a BufferedImage to an output stream in PNG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in JPEG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, boolean, int) - Static method in class org.jfree.chart.ChartUtils
Writes a chart to an output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtils
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.ChartUtils
Writes a chart to an output stream in PNG format.
writeComposite(Composite, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises a Composite object.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.ChartUtils
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtils
Writes an image map to the specified writer.
writeImageMap(PrintWriter, String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
Writes an image map to an output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.imagemap.ImageMapUtils
Writes an image map to an output stream.
writeJSONString(List, Writer) - Static method in class org.jfree.data.json.impl.JSONArray
Encode a list into JSON text and write it to out.
writeJSONString(Writer) - Method in class org.jfree.data.json.impl.JSONArray
Writes this array to the specified output writer.
writeJSONString(Map, Writer) - Static method in class org.jfree.data.json.impl.JSONObject
Encode a map into JSON text and write it to out.
writeJSONString(Writer) - Method in class org.jfree.data.json.impl.JSONObject
Writes a JSON string representing this object instance to the specified output writer.
writeJSONString(Writer) - Method in interface org.jfree.data.json.impl.JSONStreamAware
write JSON string to out.
writeJSONString(Object, Writer) - Static method in class org.jfree.data.json.impl.JSONValue
Encode an object into JSON text and write it to out.
writeKeyedValues(KeyedValues) - Static method in class org.jfree.data.json.JSONUtils
Returns a string containing the data in JSON format.
writeKeyedValues(KeyedValues, Writer) - Static method in class org.jfree.data.json.JSONUtils
Writes the data in JSON format to the supplied writer.
writeKeyedValues2D(KeyedValues2D) - Static method in class org.jfree.data.json.JSONUtils
Returns a string containing the data in JSON format.
writeKeyedValues2D(KeyedValues2D, Writer) - Static method in class org.jfree.data.json.JSONUtils
Writes the data in JSON format to the supplied writer.
writePaint(Paint, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises a Paint object.
writePoint2D(Point2D, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises a Point2D object.
writeScaledChartAsPNG(OutputStream, JFreeChart, int, int, int, int) - Static method in class org.jfree.chart.ChartUtils
Writes a scaled version of a chart to an output stream in PNG format.
writeShape(Shape, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises a Shape object.
writeStroke(Stroke, ObjectOutputStream) - Static method in class org.jfree.chart.util.SerialUtils
Serialises a Stroke object.

X

XIntervalDataItem - Class in org.jfree.data.xy
An item representing data in the form (x, x-low, x-high, y).
XIntervalDataItem(double, double, double, double) - Constructor for class org.jfree.data.xy.XIntervalDataItem
Creates a new instance of XIntervalDataItem.
XIntervalSeries - Class in org.jfree.data.xy
A list of (x, x-low, x-high, y) data items.
XIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.XIntervalSeries
Creates a new empty series.
XIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XIntervalSeries
Constructs a new xy-series that contains no data.
XIntervalSeriesCollection - Class in org.jfree.data.xy
A collection of XIntervalSeries objects.
XIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.XIntervalSeriesCollection
Creates a new XIntervalSeriesCollection instance.
XisSymbolic - Interface in org.jfree.data.xy
Represent a data set where X is a symbolic values.
XYAnnotation - Interface in org.jfree.chart.annotations
The interface that must be supported by annotations that are to be added to an XYPlot.
XYAnnotationBoundsInfo - Interface in org.jfree.chart.annotations
An interface that supplies information about the bounds of the annotation.
XYAnnotationEntity - Class in org.jfree.chart.entity
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 in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
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 in org.jfree.data.xy
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.
XYBarPainter - Interface in org.jfree.chart.renderer.xy
The interface for plugin painter for the XYBarRenderer class.
XYBarRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
The state class used by this renderer.
XYBarRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Creates a new state object.
XYBlockRenderer - Class in org.jfree.chart.renderer.xy
A renderer that represents data from an XYZDataset by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.
XYBlockRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBlockRenderer
Creates a new XYBlockRenderer instance with default attributes.
XYBoxAndWhiskerRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.annotations
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 in org.jfree.chart.renderer.xy
A renderer that draws a circle at each data point with a diameter that is determined by the z-value in the dataset (the renderer requires the dataset to be an instance of XYZDataset.
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 with the specified type of scaling.
XYCoordinate - Class in org.jfree.data.xy
Represents an (x, y) coordinate.
XYCoordinate() - Constructor for class org.jfree.data.xy.XYCoordinate
Creates a new coordinate for the point (0.0, 0.0).
XYCoordinate(double, double) - Constructor for class org.jfree.data.xy.XYCoordinate
Creates a new coordinate for the point (x, y).
XYCoordinateType - Class in org.jfree.chart.util
Represents several possible interpretations for an (x, y) coordinate.
XYCrosshairState - Class in org.jfree.chart.plot
Crosshair state information for the XYPlot and XYItemRenderer classes.
XYCrosshairState() - Constructor for class org.jfree.chart.plot.XYCrosshairState
Creates a new instance.
XYDataImageAnnotation - Class in org.jfree.chart.annotations
An annotation that allows an image to be placed within a rectangle specified in data coordinates on an XYPlot.
XYDataImageAnnotation(Image, double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYDataImageAnnotation
Creates a new annotation to be displayed within the specified rectangle.
XYDataImageAnnotation(Image, double, double, double, double, boolean) - Constructor for class org.jfree.chart.annotations.XYDataImageAnnotation
Creates a new annotation to be displayed within the specified rectangle.
XYDataItem - Class in org.jfree.data.xy
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 in org.jfree.data.xy
An interface through which data in the form of (x, y) items can be accessed.
XYDatasetTableModel - Class in org.jfree.data.xy
A READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable.
XYDatasetTableModel() - Constructor for class org.jfree.data.xy.XYDatasetTableModel
Default constructor.
XYDatasetTableModel(TableXYDataset) - Constructor for class org.jfree.data.xy.XYDatasetTableModel
Creates a new table model based on the specified dataset.
XYDifferenceRenderer - Class in org.jfree.chart.renderer.xy
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.
XYDomainInfo - Interface in org.jfree.data.xy
An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset.
XYDotRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.annotations
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.
XYDrawableAnnotation(double, double, double, double, double, Drawable) - Constructor for class org.jfree.chart.annotations.XYDrawableAnnotation
Creates a new annotation to be displayed within the given area.
XYErrorRenderer - Class in org.jfree.chart.renderer.xy
A line and shape renderer that can also display x and/or y-error values.
XYErrorRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYErrorRenderer
Creates a new XYErrorRenderer instance.
XYImageAnnotation - Class in org.jfree.chart.annotations
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.
XYImageAnnotation(double, double, Image, RectangleAnchor) - Constructor for class org.jfree.chart.annotations.XYImageAnnotation
Creates a new annotation to be displayed at the specified (x, y) location.
XYInterval - Class in org.jfree.data.xy
An xy-interval.
XYInterval(double, double, double, double, double) - Constructor for class org.jfree.data.xy.XYInterval
Creates a new instance of XYInterval.
XYIntervalDataItem - Class in org.jfree.data.xy
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).
XYIntervalDataItem(double, double, double, double, double, double) - Constructor for class org.jfree.data.xy.XYIntervalDataItem
Creates a new instance of XYIntervalItem.
XYIntervalSeries - Class in org.jfree.data.xy
A list of (x, x-low, x-high, y, y-low, y-high) data items.
XYIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.XYIntervalSeries
Creates a new empty series.
XYIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XYIntervalSeries
Constructs a new xy-series that contains no data.
XYIntervalSeriesCollection - Class in org.jfree.data.xy
A collection of XYIntervalSeries objects.
XYIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.XYIntervalSeriesCollection
Creates a new instance of XIntervalSeriesCollection.
XYItemEntity - Class in org.jfree.chart.entity
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.
XYItemKey<S extends Comparable<S>> - Class in org.jfree.data.xy
An object that references one data item in an XYZDataset.
XYItemKey(S, int) - Constructor for class org.jfree.data.xy.XYItemKey
Creates a new instance.
XYItemLabelGenerator - Interface in org.jfree.chart.labels
Interface for a label generator for plots that use data from an XYDataset.
XYItemRenderer - Interface in org.jfree.chart.renderer.xy
Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYItemRendererState - Class in org.jfree.chart.renderer.xy
The state for an XYItemRenderer.
XYItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYItemRendererState
Creates a new state.
XYLineAndShapeRenderer - Class in org.jfree.chart.renderer.xy
A renderer that connects data points with lines and/or draws shapes at each data point.
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 in org.jfree.chart.renderer.xy
Records the state for the renderer.
XYLineAnnotation - Class in org.jfree.chart.annotations
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 in org.jfree.chart.plot
A general class for plotting data in the form of (x, y) pairs.
XYPlot() - Constructor for class org.jfree.chart.plot.XYPlot
Creates a new XYPlot instance with no dataset, no axes and no renderer.
XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class org.jfree.chart.plot.XYPlot
Creates a new plot with the specified dataset, axes and renderer.
XYPointerAnnotation - Class in org.jfree.chart.annotations
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 in org.jfree.chart.annotations
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.
XYRangeInfo - Interface in org.jfree.data.xy
An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.
XYSeries - Class in org.jfree.data.xy
Represents a sequence of zero or more data items in the form (x, y).
XYSeries(Comparable) - Constructor for class org.jfree.data.xy.XYSeries
Creates a new empty series.
XYSeries(Comparable, boolean) - Constructor for class org.jfree.data.xy.XYSeries
Constructs a new empty series, with the auto-sort flag set as requested, and duplicate values allowed.
XYSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XYSeries
Constructs a new xy-series that contains no data.
XYSeriesCollection - Class in org.jfree.data.xy
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 in org.jfree.chart.labels
A generator that creates labels for the series in an XYDataset.
XYShapeAnnotation - Class in org.jfree.chart.annotations
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.
XYShapeRenderer - Class in org.jfree.chart.renderer.xy
A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance of XYZDataset, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table).
XYShapeRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYShapeRenderer
Creates a new XYShapeRenderer instance with default attributes.
XYSplineRenderer - Class in org.jfree.chart.renderer.xy
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.
XYSplineRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
Creates a new instance with the precision attribute defaulting to 5 and no fill of the area 'under' the spline.
XYSplineRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
Creates a new renderer with the specified precision and no fill of the area 'under' (between '0' and) the spline.
XYSplineRenderer(int, XYSplineRenderer.FillType) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
Creates a new renderer with the specified precision and specified fill of the area 'under' (between '0' and) the spline.
XYSplineRenderer.FillType - Enum in org.jfree.chart.renderer.xy
An enumeration of the fill types for the renderer.
XYSplineRenderer.XYSplineState - Class in org.jfree.chart.renderer.xy
Represents state information that applies to a single rendering of a chart.
XYSplineState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer.XYSplineState
Creates a new state instance.
XYStepAreaRenderer - Class in org.jfree.chart.renderer.xy
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 in org.jfree.chart.renderer.xy
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 with the specified tool tip and URL generators.
XYTaskDataset - Class in org.jfree.data.gantt
A dataset implementation that wraps a TaskSeriesCollection and presents it as an IntervalXYDataset, allowing a set of tasks to be displayed using an XYBarRenderer (and usually a SymbolAxis).
XYTaskDataset(TaskSeriesCollection) - Constructor for class org.jfree.data.gantt.XYTaskDataset
Creates a new dataset based on the supplied collection of tasks.
XYTextAnnotation - Class in org.jfree.chart.annotations
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.
XYTitleAnnotation - Class in org.jfree.chart.annotations
An annotation that allows any Title to be placed at a location on an XYPlot.
XYTitleAnnotation(double, double, Title) - Constructor for class org.jfree.chart.annotations.XYTitleAnnotation
Creates a new annotation to be displayed at the specified (x, y) location.
XYTitleAnnotation(double, double, Title, RectangleAnchor) - Constructor for class org.jfree.chart.annotations.XYTitleAnnotation
Creates a new annotation to be displayed at the specified (x, y) location.
XYToolTipGenerator - Interface in org.jfree.chart.labels
Interface for a tooltip generator for plots that use data from an XYDataset.
XYURLGenerator - Interface in org.jfree.chart.urls
Interface for a URL generator for plots that uses data from an XYDataset.
XYZDataset - Interface in org.jfree.data.xy
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
XYZToolTipGenerator - Interface in org.jfree.chart.labels
Interface for a tooltip generator for plots that use data from an XYZDataset.
XYZURLGenerator - Interface in org.jfree.chart.urls
Interface for a URL generator for plots that uses data from an XYZDataset.

Y

YEAR - Static variable in class org.jfree.chart.axis.DateTickUnitType
Year.
Year - Class in org.jfree.data.time
Represents a year in the range -9999 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, Locale) - Constructor for class org.jfree.data.time.Year
Creates a new Year instance, for the specified time zone and locale.
YInterval - Class in org.jfree.data.xy
A y-interval.
YInterval(double, double, double) - Constructor for class org.jfree.data.xy.YInterval
Creates a new instance of YInterval.
YIntervalDataItem - Class in org.jfree.data.xy
An item representing data in the form (x, y, y-low, y-high).
YIntervalDataItem(double, double, double, double) - Constructor for class org.jfree.data.xy.YIntervalDataItem
Creates a new instance of YIntervalDataItem.
YIntervalRenderer - Class in org.jfree.chart.renderer.xy
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.
YIntervalSeries - Class in org.jfree.data.xy
A list of (x, y, y-low, y-high) data items.
YIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.YIntervalSeries
Creates a new empty series.
YIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.YIntervalSeries
Constructs a new xy-series that contains no data.
YIntervalSeriesCollection - Class in org.jfree.data.xy
A collection of YIntervalSeries objects.
YIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.YIntervalSeriesCollection
Creates a new instance of YIntervalSeriesCollection.
YisSymbolic - Interface in org.jfree.data.xy
Represent a data set where Y is a symbolic values.
YWithXInterval - Class in org.jfree.data.xy
A y-value plus the bounds for the related x-interval.
YWithXInterval(double, double, double) - Constructor for class org.jfree.data.xy.YWithXInterval
Creates a new instance of YWithXInterval.

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
Zero represented as a double.
ZERO_INSETS - Static variable in class org.jfree.chart.ui.RectangleInsets
A useful constant representing zero insets.
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.MeterPlot
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.
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 in org.jfree.chart.plot
A plot that is zoomable must implement this interface to provide a mechanism for the ChartPanel to control the zooming.
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, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the domain axis by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the domain axis 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, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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 (specified in screen coordinate space).
zoomInDomain(double, double) - Method in class org.jfree.chart.ChartPanel
Decreases the length of the domain axis, centered about the given coordinate on the screen.
zoomInRange(double, double) - Method in class org.jfree.chart.ChartPanel
Decreases the length of the range axis, centered about the given coordinate on the screen.
zoomOutBoth(double, double) - Method in class org.jfree.chart.ChartPanel
Zooms out on an anchor point (specified in screen coordinate space).
zoomOutDomain(double, double) - Method in class org.jfree.chart.ChartPanel
Increases the length of the domain axis, centered about the given coordinate on the screen.
zoomOutRange(double, double) - Method in class org.jfree.chart.ChartPanel
Increases the length the range axis, centered about the given coordinate on the screen.
zoomRange(double, double) - Method in class org.jfree.chart.axis.DateAxis
Zooms in on the current range (zoom-in stops once the axis length reaches the equivalent of one millisecond).
zoomRange(double, double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Zooms in on the current range.
zoomRange(double, double) - Method in class org.jfree.chart.axis.LogAxis
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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the range axis 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, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the range axis by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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, PlotRenderingInfo, Point2D, boolean) - 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 
Skip navigation links

Copyright © 2001–2017 JFree.org. All rights reserved.