- 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
-
- 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.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(Number, Paint) - Method in class org.jfree.chart.renderer.LookupPaintScale
-
- 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(SeriesDataset) - Method in class org.jfree.data.general.CombinedDataset
-
Adds one SeriesDataset to the combination.
- add(SeriesDataset[]) - Method in class org.jfree.data.general.CombinedDataset
-
Adds an array of SeriesDataset's to the combination.
- add(SeriesDataset, int) - Method in class org.jfree.data.general.CombinedDataset
-
Adds one series from a SeriesDataset to the combination.
- add(List, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Adds a list of values relating to one box-and-whisker entity to the
table.
- add(BoxAndWhiskerItem, Comparable, Comparable) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
-
Adds a list of values relating to one Box and Whisker entity to the
table.
- add(Date, BoxAndWhiskerItem) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
-
- 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(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, String) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Adds a new data item to the dataset and sends a
DatasetChangeEvent to all registered
listeners.
- add(TimePeriod, Number, String, boolean) - Method in class org.jfree.data.time.TimeTableXYDataset
-
Adds a new data item to the dataset.
- add(double, double, String) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Adds a data item to this dataset and sends a
DatasetChangeEvent
to all registered listeners.
- add(Number, Number, String, boolean) - Method in class org.jfree.data.xy.CategoryTableXYDataset
-
Adds a data item to this dataset and, if requested, sends a
DatasetChangeEvent to all registered listeners.
- add(double, double, double, double) - Method in class org.jfree.data.xy.VectorSeries
-
Adds a data item to the series.
- add(double, double, double, double) - Method in class org.jfree.data.xy.XIntervalSeries
-
Adds a data item to the series.
- add(double, double, double, double, double, double) - Method in class org.jfree.data.xy.XYIntervalSeries
-
Adds a data item to the series.
- 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 new data to the series and sends a
SeriesChangeEvent to
all registered listeners.
- add(Number, Number, boolean) - Method in class org.jfree.data.xy.XYSeries
-
Adds new data to the series and, if requested, sends a
SeriesChangeEvent to all registered listeners.
- 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.
- 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(XYAnnotation) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Adds an annotation to the plot.
- addAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.XYPlot
-
Adds an annotation to the plot and sends a
PlotChangeEvent to
all registered listeners.
- addAnnotation(XYAnnotation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- addAnnotation(XYAnnotation, Layer) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Adds an annotation to the specified layer.
- addAnnotation(XYAnnotation) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- addAnnotation(XYAnnotation, Layer) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Adds an annotation to the specified layer.
- addBaseTimelineException(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a segment relative to the baseTimeline as an exception.
- addBaseTimelineException(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a segment relative to the baseTimeline as an exception.
- addBaseTimelineExclusions(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds all excluded segments from the BaseTimeline as exceptions to our
timeline.
- addBin(SimpleHistogramBin) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Adds a bin to the dataset.
- addCategoryLabelToolTip(Comparable, String) - Method in class org.jfree.chart.axis.CategoryAxis
-
Adds a tooltip to the specified category and sends an
AxisChangeEvent to all registered listeners.
- addChangeListener(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(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.
- 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.
- addDomainMarker(Marker) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Adds a marker for the domain axis.
- addDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for the domain axis and sends a
PlotChangeEvent
to all registered listeners.
- addDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for the domain axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
- addDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
- addEntity(PlotRenderingInfo, Shape, int, String, String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
-
- addEntity(EntityCollection, Shape, XYDataset, int, int, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Adds an entity to the collection.
- addException(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a segment as an exception.
- addException(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a segment range as an exception.
- addException(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a segment as an exception.
- addExceptions(List) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Adds a list of dates as segment exceptions.
- 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.
- addLegend(LegendTitle) - Method in class org.jfree.chart.JFreeChart
-
Adds a legend to the plot and sends a
ChartChangeEvent to all
registered listeners.
- addMarker(IntervalMarker) - Method in class org.jfree.chart.axis.MarkerAxisBand
-
Adds a marker to the band.
- addObject(Comparable, Object) - Method in class org.jfree.data.KeyedObjects
-
Adds a new object to the collection, or overwrites an existing object.
- addObject(Object, Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Adds an object to the table.
- addObservation(double) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Adds an observation to the dataset (by incrementing the item count for
the appropriate bin).
- addObservation(double, boolean) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Adds an observation to the dataset (by incrementing the item count for
the appropriate bin).
- addObservations(double[]) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
-
Adds a set of values to the dataset 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(Number, Number) - Method in class org.jfree.data.xy.XYSeries
-
Adds or updates an item in the series and sends a
SeriesChangeEvent to all registered
listeners.
- addPieLabelRecord(PieLabelRecord) - Method in class org.jfree.chart.plot.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.data.general.Series
-
Adds a property change listener to the series.
- addRangeMarker(Marker) - Method in class org.jfree.chart.plot.CategoryPlot
-
Adds a marker for display (in the foreground) against the range axis and
sends a
PlotChangeEvent to all registered listeners.
- addRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Adds a marker for display against the range axis and sends a
PlotChangeEvent to all registered listeners.
- addRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Adds a marker for display by a particular renderer.
- addRangeMarker(Marker) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.
Adds a marker for the range axis.
- addRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for the range axis and sends a
PlotChangeEvent to
all registered listeners.
- addRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for the range axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
- addRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Adds a marker for a specific dataset/renderer and 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.
- 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.
- addSubtitle(Title) - Method in class org.jfree.chart.plot.JThermometer
-
Adds a subtitle to the chart.
- addSubtitle(String) - Method in class org.jfree.chart.plot.JThermometer
-
Adds a subtitle to the chart.
- addSubtitle(String, Font) - Method in class org.jfree.chart.plot.JThermometer
-
Adds a subtitle to the chart.
- addToDate(Date) - Method in class org.jfree.chart.axis.DateTickUnit
-
Calculates a new date by adding this unit to the base date.
- 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.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.
- 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.
- after(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
-
Returns true if this segment is wholly after another
segment.
- 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.
- 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).
- 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.
- 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(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(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.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.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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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(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.TextTitle
-
Returns the content size for the title.
- 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.
- autoAdjustRange() - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.
Rescales the axis to ensure that all data are visible.
- autoAdjustRange() - Method in class org.jfree.chart.axis.DateAxis
-
Rescales the axis to ensure that all data is visible.
- autoAdjustRange() - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Rescales the axis to ensure that all data is visible.
- autoAdjustRange() - Method in class org.jfree.chart.axis.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.ContourPlot
-
Deprecated.
Receives notification of a change to one of the plot's axes.
- axisChanged(AxisChangeEvent) - Method in class org.jfree.chart.plot.Plot
-
Receives notification of a change to one of the plot's axes.
- 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.
- 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.