Alphabetical Index: A

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractBlock - class org.jfree.chart.block.AbstractBlock
A convenience class for creating new classes that implement the Block interface.
AbstractBlock() - constructor for class org.jfree.chart.block.AbstractBlock
Creates a new block.
A base class that can be used to create a label or tooltip generator that can be assigned to a CategoryItemRenderer.
Creates a label generator with the specified date formatter.
Creates a label generator with the specified number formatter.
Creates a label generator with the specified number formatter.
AbstractCategoryItemRenderer - class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
An abstract base class that you can use to implement a new CategoryItemRenderer.
AbstractCategoryItemRenderer() - constructor for class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Creates a new renderer with no tool tip generator and no URL generator.
AbstractDataset - class org.jfree.data.general.AbstractDataset
An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractDataset() - constructor for class org.jfree.data.general.AbstractDataset
Constructs a dataset.
An base class that you can use to create new implementations of the IntervalXYDataset interface.
A base class used for generating pie chart item labels.
Creates an item label generator using the specified number formatters.
AbstractRenderer - class org.jfree.chart.renderer.AbstractRenderer
Base class providing common services for renderers.
AbstractRenderer() - constructor for class org.jfree.chart.renderer.AbstractRenderer
Default constructor.
AbstractSeriesDataset - class org.jfree.data.general.AbstractSeriesDataset
An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset() - constructor for class org.jfree.data.general.AbstractSeriesDataset
Creates a new dataset.
AbstractXYAnnotation - class org.jfree.chart.annotations.AbstractXYAnnotation
The interface that must be supported by annotations that are to be added to an XYPlot.
AbstractXYAnnotation() - constructor for class org.jfree.chart.annotations.AbstractXYAnnotation
Creates a new instance that has no tool tip or URL specified.
AbstractXYDataset - class org.jfree.data.xy.AbstractXYDataset
An base class that you can use to create new implementations of the XYDataset interface.
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.
Creates an item label generator using the specified number formatters.
Creates an item label generator using the specified number formatters.
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
Creates an item label generator using the specified number formatters.
AbstractXYItemRenderer - class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
A base class that can be used to create new XYItemRenderer implementations.
AbstractXYItemRenderer() - constructor for class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Creates a renderer where the tooltip generator and the URL generator are both null.
AbstractXYZDataset - class org.jfree.data.xy.AbstractXYZDataset
An base class that you can use to create new implementations of the XYZDataset interface.
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(Comparable,Object) - method in class org.jfree.data.ComparableObjectSeries
Adds new data to the series and sends a SeriesChangeEvent to all registered listeners.
Adds new data to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
Adds an item to the dataset.
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.
Adds a mean and standard deviation to the table.
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) - method in class org.jfree.data.xy.YIntervalSeries
Adds a data item to the series.
Adds a data item to the series.
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(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(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(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(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.
Adds a mean and standard deviation to the table.
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(Number,Paint) - method in class org.jfree.chart.renderer.LookupPaintScale
Adds an entry to the lookup table.
add(org.jfree.chart.axis.Axis,RectangleEdge) - method in class org.jfree.chart.axis.AxisCollection
Adds an axis to the collection.
add(org.jfree.chart.axis.TickUnit) - method in class org.jfree.chart.axis.TickUnits
Adds a tick unit to the collection.
add(org.jfree.chart.block.Block) - method in class org.jfree.chart.block.BlockContainer
Adds a block to the container.
add(org.jfree.chart.block.Block,Object) - method in class 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(org.jfree.chart.block.Block,Object) - method in class org.jfree.chart.block.BlockContainer
Adds a block to the container.
add(org.jfree.chart.block.Block,Object) - method in class org.jfree.chart.block.BorderArrangement
Adds a block to the arrangement manager at the specified edge.
add(org.jfree.chart.block.Block,Object) - method in class org.jfree.chart.block.CenterArrangement
Adds a block to be managed by this instance.
add(org.jfree.chart.block.Block,Object) - method in class org.jfree.chart.block.ColumnArrangement
Adds a block to be managed by this instance.
add(org.jfree.chart.block.Block,Object) - method in class org.jfree.chart.block.FlowArrangement
Adds a block to be managed by this instance.
add(org.jfree.chart.block.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(org.jfree.chart.entity.ChartEntity) - method in class org.jfree.chart.entity.EntityCollection
Adds an entity to the collection.
add(org.jfree.chart.entity.ChartEntity) - method in class org.jfree.chart.entity.StandardEntityCollection
Adds an entity to the collection.
add(org.jfree.chart.LegendItem) - method in class org.jfree.chart.LegendItemCollection
Adds a legend item to the collection.
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
Adds a subplot (with a default 'weight' of 1) and sends a PlotChangeEvent to all registered listeners.
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
Adds a subplot and sends a PlotChangeEvent to all registered listeners.
add(org.jfree.chart.plot.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(org.jfree.chart.plot.XYPlot) - method in class org.jfree.chart.plot.CombinedRangeXYPlot
Adds a subplot, with a default 'weight' of 1.
add(org.jfree.chart.plot.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(org.jfree.chart.plot.XYPlot,int) - method in class org.jfree.chart.plot.CombinedRangeXYPlot
Adds a subplot with a particular weight (greater than or equal to one).
add(org.jfree.chart.renderer.Outlier) - method in class org.jfree.chart.renderer.OutlierList
Adds an outlier to the list.
add(org.jfree.chart.renderer.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.
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
add(org.jfree.data.gantt.Task) - method in class org.jfree.data.gantt.TaskSeries
Adds a task to the series and sends a SeriesChangeEvent to all registered listeners.
add(org.jfree.data.gantt.TaskSeries) - method in class org.jfree.data.gantt.TaskSeriesCollection
Adds a series to the dataset and sends a DatasetChangeEvent to all registered listeners.
add(org.jfree.data.general.SeriesDataset) - method in class org.jfree.data.general.CombinedDataset
Adds one SeriesDataset to the combination.
add(org.jfree.data.general.SeriesDataset,int) - method in class org.jfree.data.general.CombinedDataset
Adds one series from a SeriesDataset to the combination.
add(org.jfree.data.general.SeriesDataset[]) - method in class org.jfree.data.general.CombinedDataset
Adds an array of SeriesDataset's to the combination.
Adds a list of values relating to one Box and Whisker entity to the table.
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
Adds a data item to the series.
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(org.jfree.data.time.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.
Adds a new data item to the dataset and sends a DatasetChangeEvent to all registered listeners.
add(org.jfree.data.time.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.
Adds a new data item to the dataset.
add(org.jfree.data.time.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(org.jfree.data.time.TimeSeriesDataItem) - method in class org.jfree.data.time.TimeSeries
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
Adds a data item to the series and sends a SeriesChangeEvent to all registered listeners.
add(org.jfree.data.xy.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(org.jfree.data.xy.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.
addAll(org.jfree.chart.entity.EntityCollection) - method in class org.jfree.chart.entity.EntityCollection
Adds the entities from another collection to this collection.
Adds all the entities from the specified collection.
Adds the legend items from another collection to this collection.
addAndOrUpdate(org.jfree.data.time.TimeSeries) - method in class org.jfree.data.time.TimeSeries
Adds or updates data from one series to another.
Adds an annotation to the plot and sends a PlotChangeEvent to all registered listeners.
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
Adds an annotation to the plot.
addAnnotation(org.jfree.chart.annotations.XYAnnotation) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
Adds an annotation to the plot and sends a PlotChangeEvent to all registered listeners.
Adds an annotation to the specified layer.
Adds an annotation to the specified layer.
addBaseTimelineException(Date) - method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment relative to the baseTimeline as an exception.
addBaseTimelineException(long) - 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.
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.
Registers an object for notification of changes to the axis.
Registers an object for notification of changes to the chart.
Registers an object for notification of changes to the marker.
Registers an object for notification of changes to the plot.
Registers an object to receive notification of changes to the renderer.
Adds a change listener.
Adds a change listener.
Add a renderer change listener.
Registers an object for notification of changes to the title.
Registers an object to receive notification of changes to the dataset.
Does nothing.
Registers an object for notification of changes to the dataset.
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
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(org.jfree.data.general.ValueDataset) - method in class org.jfree.chart.plot.CompassPlot
Adds a dataset to the compass.
Adds a dataset to the compass.
Adds a marker for display by a particular renderer.
addDomainMarker(int,org.jfree.chart.plot.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.
Adds a marker for display (in the foreground) against the domain axis and sends a PlotChangeEvent to all registered listeners.
Adds a marker for display against the domain axis and sends a PlotChangeEvent to all registered listeners.
addDomainMarker(org.jfree.chart.plot.Marker) - method in class org.jfree.chart.plot.ContourPlot
Adds a marker for the domain axis.
addDomainMarker(org.jfree.chart.plot.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(org.jfree.chart.plot.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.
Adds an entity to the collection.
A utility method for adding an XYAnnotationEntity to a PlotRenderingInfo instance.
addException(Date) - method in class org.jfree.chart.axis.SegmentedTimeline
Adds a segment as an exception.
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.
addExceptions(List) - method in class org.jfree.chart.axis.SegmentedTimeline
Adds a list of dates as segment exceptions.
addInterval(org.jfree.chart.plot.MeterInterval) - method in class org.jfree.chart.plot.MeterPlot
Adds an interval and sends a PlotChangeEvent to all registered listeners.
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.
Adds an entity with the specified hotspot.
Adds a legend to the plot and sends a ChartChangeEvent to all registered listeners.
addMarker(org.jfree.chart.plot.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.
Adds an object to the table.
addObservation(double) - method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds an observation to the dataset (by incrementing the item count for the appropriate bin).
addObservation(double,boolean) - method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds an observation to the dataset (by incrementing the item count for the appropriate bin).
addObservations(double[]) - method in class org.jfree.data.statistics.SimpleHistogramDataset
Adds a set of values to the dataset.
addOrUpdate(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.
Adds or updates an item in the times series and sends a SeriesChangeEvent to all registered listeners.
Adds or updates an item in the times series and sends a SeriesChangeEvent to all registered listeners.
Adds a label record.
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.
Adds a marker for display by a particular renderer.
addRangeMarker(int,org.jfree.chart.plot.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(org.jfree.chart.plot.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(org.jfree.chart.plot.Marker) - method in class org.jfree.chart.plot.ContourPlot
Adds a marker for the range axis.
addRangeMarker(org.jfree.chart.plot.Marker) - method in class org.jfree.chart.plot.XYPlot
Adds a marker for the range axis and sends a PlotChangeEvent to all registered listeners.
Adds a marker for display against the range axis and sends a PlotChangeEvent to all registered listeners.
addRangeMarker(org.jfree.chart.plot.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.
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.
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.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.
Adds a series to the dataset.
addSeries(org.jfree.data.time.ohlc.OHLCSeries) - method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Adds a series to the collection.
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Adds a series to the collection.
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeries(org.jfree.data.xy.XYSeries) - method in class org.jfree.data.xy.XYSeriesCollection
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
addSeriesLabel(int,String) - method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Adds an extra label for the specified series.
addSubCategory(Comparable) - method in class org.jfree.chart.axis.SubCategoryAxis
Adds a sub-category to the axis.
addSubLabel(Comparable,String) - method in class org.jfree.chart.axis.ExtendedCategoryAxis
Adds a sublabel for a category.
Adds the info for a subplot.
addSubtask(org.jfree.data.gantt.Task) - method in class org.jfree.data.gantt.Task
Adds a sub-task to the task.
addSubtitle(org.jfree.chart.title.Title) - method in class org.jfree.chart.JFreeChart
Adds a chart subtitle, and notifies registered listeners that the chart has been modified.
addSubtitle(org.jfree.chart.title.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.
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(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(double,Comparable,Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Adds a value to the table.
addValue(int,int,float) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Adds a value to a series.
addValue(int,int,int) - method in class org.jfree.data.general.WaferMapDataset
Adds a value to the dataset.
addValue(Number,Comparable,Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Adds a value to the table.
Adds a value to the table.
addValue(Number,Comparable,Comparable) - method in class org.jfree.data.general.WaferMapDataset
Sets a value in the dataset.
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 - field in class org.jfree.chart.axis.CyclicNumberAxis
The advance line paint.
advanceLineStroke - field in class org.jfree.chart.axis.CyclicNumberAxis
The advance line stroke.
advanceLineVisible - field 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.
Returns true if this segment is wholly after another segment.
allowNegativesFlag - field in class org.jfree.chart.axis.LogarithmicAxis
Flag set true to allow negative values in data.
appendData(float[]) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Appends new data.
appendData(float[],int,int) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Appends data at specified index, for loading up with data from file(s).
AREA - static field in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (area only).
AREA - static field in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (area only).
AREA_AND_SHAPES - static field in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
AREA_AND_SHAPES - static field in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (area and shapes).
AreaRenderer - class org.jfree.chart.renderer.category.AreaRenderer
A category item renderer that draws area charts.
AreaRenderer() - constructor for class org.jfree.chart.renderer.category.AreaRenderer
Creates a new renderer.
AreaRendererEndType - class org.jfree.chart.renderer.AreaRendererEndType
An enumeration of the 'end types' for an area renderer.
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) - method in class org.jfree.chart.block.Block
Arranges the contents of the block, with no constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the contents of the block, within the given constraints, and returns the block size.
Arranges the blocks within the specified container, subject to the given constraint.
Arranges the items in the specified container, subject to the given constraint.
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Arranges the blocks within the specified container, subject to the given constraint.
Arranges the items within a container.
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
Arranges the container with a fixed overall width and height.
Arranges the container width a fixed width and no constraint on the height.
Arranges the blocks in the container with a fixed width and no height constraint.
Arranges the blocks in the container with a fixed width and no height constraint.
Arrange with a fixed width and a height within a given range.
Performs an arrangement with a fixed width and a range for the height.
Arranges the blocks in the container with a fixed with and a range constraint on the height.
Arranges the blocks in the container with a fixed width and a range constraint on the height.
Arrange with a fixed width and a height within a given range.
Arrangement - interface org.jfree.chart.block.Arrangement
An object that is responsible for arranging a collection of Blocks within a BlockContainer.
Arranges the blocks with no width constraint and a fixed height constraint.
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Arranges the blocks with no width constraint and a fixed height constraint.
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.
Performs an arrangement without constraints.
Arranges the blocks without any constraints.
Arranges the blocks without any constraints.
Arranges the blocks without any constraints.
Arranges the container with no constraint on the width or height.
Arranges the blocks in the container with a range constraint on the width and a fixed height.
Arranges the blocks in the container using a fixed height and a range for the width.
Arranges the blocks in the container with a range constraint on the width and a fixed height.
Arranges the block with a range constraint on the width, and no constraint on the height.
Arranges the block with a range constraint on the width, and no constraint on the height.
Returns the content size for the title.
Returns the content size for the title.
Arranges the blocks with the overall width and height to fit within specified ranges.
Arranges the blocks with the overall width and height to fit within specified ranges.
Performs an arrangement with range constraints on both the vertical and horizontal sides.
ArrowNeedle - class org.jfree.chart.needle.ArrowNeedle
A needle in the shape of an arrow.
ArrowNeedle(boolean) - constructor for class org.jfree.chart.needle.ArrowNeedle
Constructs a new arrow needle.
ASCENDING - static field in class org.jfree.data.DomainOrder
Ascending order.
autoAdjustRange() - method in class org.jfree.chart.axis.ColorBar
Rescales the axis to ensure that all data are visible.
autoAdjustRange() - method in class org.jfree.chart.axis.DateAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - method in class org.jfree.chart.axis.LogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - method in class org.jfree.chart.axis.ModuloAxis
This method should calculate a range that will show all the data values.
autoAdjustRange() - method in class org.jfree.chart.axis.NumberAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - method in class org.jfree.chart.axis.PeriodAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - method in class org.jfree.chart.axis.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 - field in class org.jfree.chart.axis.LogarithmicAxis
True to make 'autoAdjustRange()' select "10^n" values.
Axis - class org.jfree.chart.axis.Axis
The base class for all axes in JFreeChart.
Axis(String) - constructor for class org.jfree.chart.axis.Axis
Constructs an axis, using default values where necessary.
AXIS_GAP - static field in class org.jfree.chart.plot.ThermometerPlot
The axis gap.
Receives notification of an axis change event.
Receives notification of a change to one of the plot's axes.
axisChanged(org.jfree.chart.event.AxisChangeEvent) - method in class org.jfree.chart.plot.Plot
Receives notification of a change to one of the plot's axes.
AxisChangeEvent - class org.jfree.chart.event.AxisChangeEvent
A change event that encapsulates information about a change to an axis.
AxisChangeEvent(org.jfree.chart.axis.Axis) - constructor for class org.jfree.chart.event.AxisChangeEvent
Creates a new AxisChangeEvent.
AxisChangeListener - interface org.jfree.chart.event.AxisChangeListener
The interface that must be supported by classes that wish to receive notification of changes to an axis.
AxisCollection - class org.jfree.chart.axis.AxisCollection
A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart.
AxisCollection() - constructor for class org.jfree.chart.axis.AxisCollection
Creates a new empty collection.
AxisLocation - class org.jfree.chart.axis.AxisLocation
Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
AxisSpace - class org.jfree.chart.axis.AxisSpace
A record that contains the space required at each edge of a plot.
AxisSpace() - constructor for class org.jfree.chart.axis.AxisSpace
Creates a new axis space record.
AxisState - class org.jfree.chart.axis.AxisState
Instances of this class are used to carry state information for an axis during the drawing process.
AxisState() - constructor for class org.jfree.chart.axis.AxisState
Creates a new axis state.
AxisState(double) - constructor for class org.jfree.chart.axis.AxisState
Creates a new axis state.