Alphabetical Index: R

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

R

r - field in class org.jfree.chart.plot.ColorPalette
Red components.
RainbowPalette - class org.jfree.chart.plot.RainbowPalette
Contains the data to construct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device.
RainbowPalette() - constructor for class org.jfree.chart.plot.RainbowPalette
Default constructor.
RANGE - static field in class org.jfree.chart.axis.CategoryLabelWidthType
Percentage of range.
RANGE - static field in class org.jfree.chart.block.LengthConstraintType
Range.
Range - class org.jfree.data.Range
Represents an immutable range of values.
Range(double,double) - constructor for class org.jfree.data.Range
Creates a new range.
RANGE_HIGH - static field in class org.jfree.chart.plot.ThermometerPlot
Index for high value in subrangeInfo matrix.
RANGE_LOW - static field in class org.jfree.chart.plot.ThermometerPlot
Index for low value in subrangeInfo matrix.
RangeInfo - interface org.jfree.data.RangeInfo
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
RangeType - class org.jfree.data.RangeType
Used to indicate the type of range to display on an axis (full, positive or negative).
readCategoryDataset(Reader) - method in class org.jfree.data.io.CSV
Reads a CategoryDataset from a CSV file or input source.
readCategoryDatasetFromXML(File) - static method in class org.jfree.data.xml.DatasetReader
Reads a CategoryDataset from a file.
readCategoryDatasetFromXML(InputStream) - static method in class org.jfree.data.xml.DatasetReader
Reads a CategoryDataset from a stream.
readPieDatasetFromXML(File) - static method in class org.jfree.data.xml.DatasetReader
Reads a PieDataset from an XML file.
readPieDatasetFromXML(InputStream) - static method in class org.jfree.data.xml.DatasetReader
Reads a PieDataset from a stream.
RectangleConstraint - class org.jfree.chart.block.RectangleConstraint
A description of a constraint for resizing a rectangle.
RectangleConstraint(double,double) - constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new "fixed width and height" instance.
RectangleConstraint(double,org.jfree.data.Range) - constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint with a fixed width and a range for the height.
Creates a new constraint.
RectangleConstraint(org.jfree.data.Range,double) - constructor for class org.jfree.chart.block.RectangleConstraint
Creates a new constraint with a range for the width and a fixed height.
Creates a new "range width and height" instance.
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing).
Creates a temporary list of ticks that can be used when drawing the axis.
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Builds a list of ticks for the axis.
Recalculates the ticks for the date axis.
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Recalculates the ticks for the date axis.
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
Builds a list of ticks for the axis.
registerChartForDeletion(File,HttpSession) - static method in class org.jfree.chart.servlet.ServletUtilities
Adds a ChartDeleter object to the session object with the name JFreeChart_Deleter if there is not already one bound to the session and adds the filename to the list of charts to be deleted.
Regression - class org.jfree.data.statistics.Regression
A utility class for fitting regression curves to data.
REGULAR_QUARTERS - static field in class org.jfree.chart.axis.QuarterDateFormat
Symbols for regular quarters.
RegularTimePeriod - class org.jfree.data.time.RegularTimePeriod
An abstract class representing a unit of time.
RELATIVE_FREQUENCY - static field in class org.jfree.data.statistics.HistogramType
Relative frequency.
RelativeDateFormat - class org.jfree.chart.util.RelativeDateFormat
A formatter that formats dates to show the elapsed time relative to some base date.
RelativeDateFormat() - constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance.
RelativeDateFormat(Date) - constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance.
RelativeDateFormat(long) - constructor for class org.jfree.chart.util.RelativeDateFormat
Creates a new instance.
remove(Comparable) - method in class org.jfree.data.ComparableObjectSeries
Removes the item with the specified x-value and sends a SeriesChangeEvent to all registered listeners.
remove(Comparable) - method in class org.jfree.data.general.DefaultPieDataset
Removes an item from the dataset and sends a DatasetChangeEvent to all registered listeners.
remove(double,String) - method in class org.jfree.data.xy.CategoryTableXYDataset
Removes a value from the dataset.
remove(int) - method in class org.jfree.data.ComparableObjectSeries
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.
remove(int) - method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
remove(int) - method in class org.jfree.data.xy.XYSeries
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.
remove(Number) - method in class org.jfree.data.xy.XYSeries
Removes the item with the specified x-value and sends a SeriesChangeEvent to all registered listeners.
remove(Number,String,boolean) - method in class org.jfree.data.xy.CategoryTableXYDataset
Removes an item from the dataset.
Removes a subplot from the combined chart.
Removes a subplot from the combined chart.
remove(org.jfree.chart.plot.XYPlot) - method in class org.jfree.chart.plot.CombinedDomainXYPlot
Removes a subplot from the combined chart and sends a PlotChangeEvent to all registered listeners.
remove(org.jfree.chart.plot.XYPlot) - method in class org.jfree.chart.plot.CombinedRangeXYPlot
Removes a subplot from the combined chart.
remove(org.jfree.data.gantt.Task) - method in class org.jfree.data.gantt.TaskSeries
Removes a task from the series and sends a SeriesChangeEvent to all registered listeners.
remove(org.jfree.data.gantt.TaskSeries) - method in class org.jfree.data.gantt.TaskSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
Removes an existing data item from the dataset.
Removes an existing data item from the dataset.
removeAgedItems(boolean) - method in class org.jfree.data.time.TimeSeries
Age items in the series.
removeAgedItems(long,boolean) - method in class org.jfree.data.time.TimeSeries
Age items in the series.
removeAll() - method in class org.jfree.data.gantt.TaskSeries
Removes all tasks from the series and sends a SeriesChangeEvent to all registered listeners.
removeAll() - method in class org.jfree.data.gantt.TaskSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - method in class org.jfree.data.xy.DefaultTableXYDataset
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - method in class org.jfree.data.xy.MatrixSeriesCollection
Removes all the series from the collection.
removeAllSeries() - method in class org.jfree.data.time.TimeSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllSeries() - method in class org.jfree.data.xy.XYSeriesCollection
Removes all the series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeAllValuesForX(Number) - method in class org.jfree.data.xy.DefaultTableXYDataset
Removes the items from all series for a given x value.
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.
removeAnnotations() - method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Removes all annotations and sends a RendererChangeEvent to all registered listeners.
removeAnnotations() - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Removes all annotations and sends a RendererChangeEvent to all registered listeners.
removeCategoryLabelToolTip(Comparable) - method in class org.jfree.chart.axis.CategoryAxis
Removes the tooltip for the specified category and sends an AxisChangeEvent to all registered listeners.
Deregisters an object for notification of changes to the axis.
Deregisters an object for notification of changes to the chart.
Unregisters an object for notification of changes to the marker.
Unregisters an object for notification of changes to the plot.
Deregisters an object so that it no longer receives notification of changes to the renderer.
Removes a change listener.
Removes a change listener.
Removes a change listener.
Unregisters an object for notification of changes to the chart title.
Deregisters an object so that it no longer receives notification of changes to the dataset.
Does nothing.
Deregisters an object for notification of changes to the dataset.
Deregisters an object, so that it not longer receives notification whenever the series changes.
Removes a listener from the list of objects listening for chart mouse events.
removeColumn(Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(Comparable) - method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(Comparable) - method in class org.jfree.data.KeyedObjects2D
Removes a column.
removeColumn(int) - method in class org.jfree.data.category.DefaultCategoryDataset
Removes a column from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeColumn(int) - method in class org.jfree.data.DefaultKeyedValues2D
Removes a column.
removeColumn(int) - method in class org.jfree.data.KeyedObjects2D
Removes a column.
removeCornerTextItem(String) - method in class org.jfree.chart.plot.PolarPlot
Remove the given text from the list of corner text items and sends a PlotChangeEvent to all registered listeners.
removeLegend() - method in class org.jfree.chart.JFreeChart
Removes the first legend in the chart and sends a ChartChangeEvent to all registered listeners.
removeObject(Comparable,Comparable) - method in class org.jfree.data.KeyedObjects2D
Removes an object.
Deregisters an object for notification of changes to the chart.
removePropertyChangeListener(PropertyChangeListener) - method in class org.jfree.data.general.Series
Removes a property change listener from the series.
removeRow(Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(Comparable) - method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(Comparable) - method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeRow(int) - method in class org.jfree.data.category.DefaultCategoryDataset
Removes a row from the dataset and sends a DatasetChangeEvent to all registered listeners.
removeRow(int) - method in class org.jfree.data.DefaultKeyedValues2D
Removes a row.
removeRow(int) - method in class org.jfree.data.KeyedObjects2D
Removes a row.
removeSeries(Comparable) - method in class org.jfree.data.xy.DefaultXYDataset
Removes a series from the dataset, then sends a DatasetChangeEvent to all registered listeners.
removeSeries(Comparable) - method in class org.jfree.data.xy.DefaultXYZDataset
Removes a series from the dataset, then sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - method in class org.jfree.data.xy.DefaultTableXYDataset
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSeries(int) - method in class org.jfree.data.xy.MatrixSeriesCollection
Removes a series from the collection.
removeSeries(int) - method in class org.jfree.data.time.TimePeriodValuesCollection
Removes a series from the collection.
removeSeries(int) - method in class org.jfree.data.time.TimeSeriesCollection
Removes a series from the collection.
removeSeries(int) - method in class org.jfree.data.xy.XYSeriesCollection
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
Removes the specified series from the collection.
Removes the specified series from the collection and sends a DatasetChangeEvent to all registered listeners.
Removes a series from the collection.
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
removeSubtask(org.jfree.data.gantt.Task) - method in class org.jfree.data.gantt.Task
Removes a sub-task from the task.
Removes the specified subtitle and sends a ChartChangeEvent to all registered listeners.
removeValue(Comparable) - method in class org.jfree.data.DefaultKeyedValues
Removes a value from the collection.
removeValue(Comparable) - method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
removeValue(Comparable,Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Removes a value from the dataset and sends a DatasetChangeEvent to all registered listeners.
Removes a value.
removeValue(int) - method in class org.jfree.data.DefaultKeyedValues
Removes a value from the collection.
removeValue(int) - method in class org.jfree.data.KeyedObjects
Removes a value from the collection.
Draws a representation of a dataset within the dataArea region using the appropriate renderer.
Draws a representation of the data within the dataArea region, using the current renderer.
Draws a representation of the data within the dataArea region, using the current m_Renderer.
Draws a representation of the data within the dataArea region, using the current renderer.
Draws a representation of the data within the dataArea region.
Receives notification of a renderer change event.
Notifies all registered listeners of a property change.
Receives notification of a renderer change event.
Notifies all registered listeners of a renderer change.
Receives notification of a renderer change event.
RendererChangeEvent - class org.jfree.chart.event.RendererChangeEvent
An event that can be forwarded to any RendererChangeListener to signal a change to a plot.
RendererChangeEvent(Object) - constructor for class org.jfree.chart.event.RendererChangeEvent
Creates a new event.
RendererChangeListener - interface org.jfree.chart.event.RendererChangeListener
The interface that must be supported by classes that wish to receive notification of changes to a renderer.
RendererState - class org.jfree.chart.renderer.RendererState
Represents the current state of a renderer.
RendererState(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.RendererState
Creates a new state object.
Returns a new instance based on an existing instance but with the bottom position changed.
Returns a new instance based on an existing instance but with the left position changed.
Returns a new instance based on an existing instance but with the right position changed.
Returns a new instance based on an existing instance but with the top position changed.
reserved(Rectangle2D,RectangleEdge) - method in class org.jfree.chart.axis.AxisSpace
Calculates the reserved area.
Reserves the space required to draw the color bar.
Estimates the space (height or width) required to draw the axis.
Estimates the space required for the axis, given a specific drawing area.
Reserve some space on each axis side because we draw a centered label at each extremity.
Estimates the space (height or width) required to draw the axis.
Estimates the space required for the axis, given a specific drawing area.
Returns the space required to draw the axis.
resizeRange(double) - method in class org.jfree.chart.axis.ModuloAxis
Increases or decreases the axis range by the specified percentage about the central value and sends an AxisChangeEvent to all registered listeners.
resizeRange(double) - method in class org.jfree.chart.axis.ValueAxis
Increases or decreases the axis range by the specified percentage about the central value and sends an AxisChangeEvent to all registered listeners.
resizeRange(double,double) - method in class org.jfree.chart.axis.ModuloAxis
Increases or decreases the axis range by the specified percentage about the specified anchor value and sends an AxisChangeEvent to all registered listeners.
resizeRange(double,double) - method in class org.jfree.chart.axis.ValueAxis
Increases or decreases the axis range by the specified percentage about the specified anchor value and sends an AxisChangeEvent to all registered listeners.
Resolves a domain axis location for a given plot orientation.
Resolves a range axis location for a given plot orientation.
restoreAutoBounds() - method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on both axes.
restoreAutoDomainBounds() - method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the domain axis.
restoreAutoRangeBounds() - method in class org.jfree.chart.ChartPanel
Restores the auto-range calculation on the range axis.
Helper method which returns a value if it lies inside the visible dataArea and otherwise the corresponding coordinate on the border of the dataArea.
REVERSE - static field in class org.jfree.chart.plot.DatasetRenderingOrder
Render datasets in the order N-1, N-2, ..., 2, 1, 0, where N is the number of datasets.
REVERSE - static field in class org.jfree.chart.LegendRenderingOrder
In reverse order.
REVERSE - static field in class org.jfree.chart.plot.SeriesRenderingOrder
Render series in the order N-1, N-2, ..., 2, 1, 0, where N is the number of series.
revolutionDistance - field in class org.jfree.chart.plot.CompassPlot
The count to complete one revolution.
RIGHT - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (right of the thermometer).
RingPlot - class org.jfree.chart.plot.RingPlot
A customised pie plot that leaves a hole in the middle.
RingPlot() - constructor for class org.jfree.chart.plot.RingPlot
Creates a new plot with a null dataset.
RingPlot(org.jfree.data.general.PieDataset) - constructor for class org.jfree.chart.plot.RingPlot
Creates a new plot for the specified dataset.
rollDate(Date) - method in class org.jfree.chart.axis.DateTickUnit
Rolls the date forward by the amount specified by the roll unit and count.
ROMAN_QUARTERS - static field in class org.jfree.chart.axis.QuarterDateFormat
Symbols for roman numbered quarters.
RootHandler - class org.jfree.data.xml.RootHandler
A SAX handler that delegates work to sub-handlers.
RootHandler() - constructor for class org.jfree.data.xml.RootHandler
Creates a new handler.