- 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
-
- 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
-
- 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
-
- add(TaskSeries) - Method in class org.jfree.data.gantt.TaskSeriesCollection
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- applyToFastScatterPlot(FastScatterPlot) - Method in class org.jfree.chart.StandardChartTheme
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- CategoryItemRendererState - Class in org.jfree.chart.renderer.category
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- CategoryStepRenderer - Class in org.jfree.chart.renderer.category
-
- 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
-
- 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
-
- 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
-
- CategoryToPieDataset(CategoryDataset, TableOrder, int) - Constructor for class org.jfree.data.category.CategoryToPieDataset
-
- CategoryURLGenerator - Interface in org.jfree.chart.urls
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
-
- 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
-
- 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.
- 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
-
- 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
-
- DefaultBoxAndWhiskerCategoryDataset() - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Creates a new dataset.
- DefaultBoxAndWhiskerXYDataset - Class in org.jfree.data.statistics
-
- DefaultBoxAndWhiskerXYDataset(Comparable) - Constructor for class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
Constructs a new box and whisker dataset.
- DefaultCategoryDataset - Class in org.jfree.data.category
-
- DefaultCategoryDataset() - Constructor for class org.jfree.data.category.DefaultCategoryDataset
-
Creates a new (empty) dataset.
- DefaultCategoryItemRenderer - Class in org.jfree.chart.renderer.category
-
- DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
-
- DefaultChartEditorFactory - Class in org.jfree.chart.editor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DefaultKeyedValues2DDataset() - Constructor for class org.jfree.data.general.DefaultKeyedValues2DDataset
-
- DefaultKeyedValuesDataset - Class in org.jfree.data.general
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtils
-
- 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
-
- 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.