- RANGE - Static variable in class org.jfree.chart.block.LengthConstraintType
-
Range.
- Range - Class in org.jfree.data
-
Represents an immutable range of values.
- Range(double, double) - Constructor for class org.jfree.data.Range
-
Creates a new range.
- RangeInfo - Interface in org.jfree.data
-
An interface (optional) that can be implemented by a dataset to assist in
determining the minimum and maximum values.
- RangeType - Class in org.jfree.data
-
Used to indicate the type of range to display on an axis (full, positive or
negative).
- readAttributedString(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- readComposite(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- readPaint(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- readPoint2D(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- readShape(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- readStroke(ObjectInputStream) - Static method in class org.jfree.io.SerialUtilities
-
- RectangleAnchor - Class in org.jfree.ui
-
Used to indicate an anchor point for a rectangle.
- RectangleConstraint - Class in org.jfree.chart.block
-
A description of a constraint for resizing a rectangle.
- RectangleConstraint(double, double) - Constructor for class org.jfree.chart.block.RectangleConstraint
-
Creates a new "fixed width and height" instance.
- RectangleConstraint(Range, Range) - Constructor for class org.jfree.chart.block.RectangleConstraint
-
Creates a new "range width and height" instance.
- RectangleConstraint(Range, double) - Constructor for class org.jfree.chart.block.RectangleConstraint
-
Creates a new constraint with a range for the width and a
fixed height.
- RectangleConstraint(double, Range) - Constructor for class org.jfree.chart.block.RectangleConstraint
-
Creates a new constraint with a fixed width and a range for
the height.
- RectangleConstraint(double, Range, LengthConstraintType, double, Range, LengthConstraintType) - Constructor for class org.jfree.chart.block.RectangleConstraint
-
Creates a new constraint.
- RectangleEdge - Class in org.jfree.ui
-
Used to indicate the edge of a rectangle.
- RectangleInsets - Class in org.jfree.ui
-
Represents the insets for a rectangle, specified in absolute or relative
terms.
- RectangleInsets() - Constructor for class org.jfree.ui.RectangleInsets
-
Creates a new instance with all insets initialised to 1.0
.
- RectangleInsets(double, double, double, double) - Constructor for class org.jfree.ui.RectangleInsets
-
Creates a new instance with the specified insets (as 'absolute' units).
- RectangleInsets(UnitType, double, double, double, double) - Constructor for class org.jfree.ui.RectangleInsets
-
Creates a new instance.
- RefineryUtilities - Class in org.jfree.ui
-
A collection of utility methods relating to user interfaces.
- refreshTicks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.Axis
-
Calculates the positions of the ticks for the axis, storing the results
in the tick list (ready for drawing).
- refreshTicks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.PeriodAxis
-
Calculates the positions of the ticks for the axis, storing the results
in the tick list (ready for drawing).
- refreshTicks(Graphics2D, AxisState, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Returns a list of ticks for an axis at the top or bottom of the chart.
- refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
-
Returns a list of ticks for an axis at the left or right of the chart.
- refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
-
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
- RegularTimePeriod - Class in org.jfree.data.time
-
An abstract class representing a unit of time.
- RegularTimePeriod() - Constructor for class org.jfree.data.time.RegularTimePeriod
-
- RELATIVE - Static variable in class org.jfree.chart.util.XYCoordinateType
-
The (x, y) coordinates represent a relative position in the data space.
- RELATIVE - Static variable in class org.jfree.util.UnitType
-
Relative.
- relativeToString(int) - Static method in class org.jfree.date.SerialDate
-
Returns a string representing the supplied 'relative'.
- remove(XYPlot) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Removes a subplot from the combined chart and sends a
PlotChangeEvent
to all registered listeners.
- remove(XYPlot) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Removes a subplot from the combined chart.
- remove(int) - Method in class org.jfree.data.xy.XYSeries
-
Removes the item at the specified index and sends a
SeriesChangeEvent
to all registered listeners.
- remove(Number) - Method in class org.jfree.data.xy.XYSeries
-
Removes an item with the specified x-value and sends a
SeriesChangeEvent
to all registered listeners.
- removeAllData() - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
-
- removeAllData() - Method in class com.dandymadeproductions.scatterplot.charts.LineChartPanel
-
- removeAllData() - Method in class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
-
- removeAllSeries() - Method in class org.jfree.data.xy.XYSeriesCollection
-
Removes all the series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
- removeAnnotation(XYAnnotation) - Method in class org.jfree.chart.plot.XYPlot
-
Removes an annotation from the plot and sends a
PlotChangeEvent
to all registered listeners.
- removeAnnotation(XYAnnotation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Removes an annotation from the plot and sends a
PlotChangeEvent
to all registered listeners.
- removeAnnotation(XYAnnotation) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- removeAnnotation(XYAnnotation) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- removeAnnotations() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
- removeAnnotations() - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
- removeChangeListener(AnnotationChangeListener) - Method in class org.jfree.chart.annotations.AbstractAnnotation
-
Deregisters an object so that it no longer receives notification of
changes to the annotation.
- removeChangeListener(AnnotationChangeListener) - Method in interface org.jfree.chart.annotations.Annotation
-
Deregisters an object for notification of changes to the annotation.
- removeChangeListener(AxisChangeListener) - Method in class org.jfree.chart.axis.Axis
-
Deregisters an object for notification of changes to the axis.
- removeChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
-
Deregisters an object for notification of changes to the chart.
- removeChangeListener(OverlayChangeListener) - Method in interface org.jfree.chart.panel.Overlay
-
Deregisters a listener from the overlay.
- removeChangeListener(MarkerChangeListener) - Method in class org.jfree.chart.plot.Marker
-
Unregisters an object for notification of changes to the marker.
- removeChangeListener(PlotChangeListener) - Method in class org.jfree.chart.plot.Plot
-
Unregisters an object for notification of changes to the plot.
- removeChangeListener(RendererChangeListener) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deregisters an object so that it no longer receives
notification of changes to the renderer.
- removeChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Removes a change listener.
- removeChangeListener(TitleChangeListener) - Method in class org.jfree.chart.title.Title
-
Unregisters an object for notification of changes to the chart title.
- removeChangeListener(DatasetChangeListener) - Method in class org.jfree.data.general.AbstractDataset
-
Deregisters an object so that it no longer receives notification of
changes to the dataset.
- removeChangeListener(DatasetChangeListener) - Method in interface org.jfree.data.general.Dataset
-
Deregisters an object for notification of changes to the dataset.
- removeChangeListener(SeriesChangeListener) - Method in class org.jfree.data.general.Series
-
Deregisters an object, so that it not longer receives notification
whenever the series changes.
- removeChartMouseListener(ChartMouseListener) - Method in class org.jfree.chart.ChartPanel
-
Removes a listener from the list of objects listening for chart mouse
events.
- removeCodeBase(URL, URLClassLoader) - Static method in class org.jfree.chart.util.ResourceBundleWrapper
-
Instantiate a URLClassLoader
for resource lookups where the
codeBase URL is removed.
- removeCodeBase(URL, URLClassLoader) - Static method in class org.jfree.util.ResourceBundleWrapper
-
Instantiate a URLClassLoader
for resource lookups where the
codeBase URL is removed.
- removeColumn(int) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Removes a column.
- removeColumn(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Removes a column from the table.
- removeDomainMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for the domain axis and sends a
PlotChangeEvent
to all registered listeners.
- removeDomainMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for the domain axis in the specified layer and sends a
PlotChangeEvent
to all registered listeners.
- removeDomainMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent
to all registered listeners.
- removeDomainMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for a specific dataset/renderer and, if requested,
sends a
PlotChangeEvent
to all registered listeners.
- removeFragment(TextFragment) - Method in class org.jfree.text.TextLine
-
Removes a fragment from the line.
- removeLayoutComponent(Component) - Method in class org.jfree.layout.LCBLayout
-
Not used.
- removeLayoutComponent(String, Component) - Method in class org.jfree.layout.LCBLayout
-
Not used.
- removeLegend() - Method in class org.jfree.chart.JFreeChart
-
Removes the first legend in the chart and sends a
ChartChangeEvent
to all registered listeners.
- removeOverlay(Overlay) - Method in class org.jfree.chart.ChartPanel
-
Removes an overlay from the panel.
- removeProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
-
Deregisters an object for notification of changes to the chart.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jfree.data.general.Series
-
Removes a property change listener from the series.
- removeRangeMarker(Marker) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for the range axis and sends a
PlotChangeEvent
to all registered listeners.
- removeRangeMarker(Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for the range axis in the specified layer and sends a
PlotChangeEvent
to all registered listeners.
- removeRangeMarker(int, Marker, Layer) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent
to all registered listeners.
- removeRangeMarker(int, Marker, Layer, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent
to all registered listeners.
- removeRow(int) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Removes a row.
- removeRow(Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Removes a row from the table.
- removeSeries(int) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Removes a series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
- removeSeries(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
-
Removes a series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
- removeSubtitle(Title) - Method in class org.jfree.chart.JFreeChart
-
Removes the specified subtitle and sends a
ChartChangeEvent
to
all registered listeners.
- removeTarget(LogTarget) - Method in class org.jfree.util.Log
-
Removes a log target from this facility.
- removeValue(int) - Method in class org.jfree.data.DefaultKeyedValues
-
Removes a value from the collection.
- removeValue(Comparable) - Method in class org.jfree.data.DefaultKeyedValues
-
Removes a value from the collection.
- removeValue(Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
Removes a value from the table by setting it to null
.
- removeVetoableChangeListener(VetoableChangeListener) - Method in class org.jfree.data.general.Series
-
Removes a vetoable property change listener from the series.
- render(Graphics2D, Rectangle2D, PlotRenderingInfo, CrosshairState) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Draws a representation of the data within the dataArea region.
- render(Graphics2D, Rectangle2D, int, PlotRenderingInfo, CrosshairState) - Method in class org.jfree.chart.plot.XYPlot
-
Draws a representation of the data within the dataArea region, using the
current renderer.
- rendererChanged(RendererChangeEvent) - Method in interface org.jfree.chart.event.RendererChangeListener
-
Receives notification of a renderer change event.
- rendererChanged(RendererChangeEvent) - Method in class org.jfree.chart.plot.XYPlot
-
Receives notification of a renderer change event.
- RendererChangeEvent - Class in org.jfree.chart.event
-
- RendererChangeEvent(Object) - Constructor for class org.jfree.chart.event.RendererChangeEvent
-
Creates a new event.
- RendererChangeEvent(Object, boolean) - Constructor for class org.jfree.chart.event.RendererChangeEvent
-
Creates a new event.
- RendererChangeListener - Interface in org.jfree.chart.event
-
The interface that must be supported by classes that wish to receive
notification of changes to a renderer.
- RendererState - Class in org.jfree.chart.renderer
-
Represents the current state of a renderer.
- RendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.RendererState
-
Creates a new state object.
- RendererUtilities - Class in org.jfree.chart.renderer
-
Utility methods related to the rendering process.
- RendererUtilities() - Constructor for class org.jfree.chart.renderer.RendererUtilities
-
- replaceTargets(LogTarget) - Method in class org.jfree.util.Log
-
Replaces all log targets by the given target.
- requireNonNegative(int, String) - Static method in class org.jfree.chart.util.ParamChecks
-
Throws an IllegalArgumentException
if value
is negative.
- reserved(Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
-
Calculates the reserved area.
- reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.Axis
-
Estimates the space (height or width) required to draw the axis.
- reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.PeriodAxis
-
Estimates the space (height or width) required to draw the axis.
- reserveSpace(Graphics2D, Plot, Rectangle2D, RectangleEdge, AxisSpace) - Method in class org.jfree.chart.axis.ValueAxis
-
Returns the space required to draw the axis.
- resizeByteArray(byte[], int) - Method in class com.keypoint.PngEncoder
-
Increase or decrease the length of a byte array.
- resizeRange(double) - Method in class org.jfree.chart.axis.LogAxis
-
Increases or decreases the axis range by the specified percentage about
the central value and sends an
AxisChangeEvent
to all registered
listeners.
- resizeRange(double, double) - Method in class org.jfree.chart.axis.LogAxis
-
- resizeRange(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Increases or decreases the axis range by the specified percentage about
the central value and sends an
AxisChangeEvent
to all registered
listeners.
- resizeRange(double, double) - Method in class org.jfree.chart.axis.ValueAxis
-
Increases or decreases the axis range by the specified percentage about
the specified anchor value and sends an
AxisChangeEvent
to all
registered listeners.
- resizeRange2(double, double) - Method in class org.jfree.chart.axis.LogAxis
-
Resizes the axis length to the specified percentage of the current
range and sends a change event to all registered listeners.
- resizeRange2(double, double) - Method in class org.jfree.chart.axis.ValueAxis
-
Increases or decreases the axis range by the specified percentage about
the specified anchor value and sends an
AxisChangeEvent
to all
registered listeners.
- resolveDomainAxisLocation(AxisLocation, PlotOrientation) - Static method in class org.jfree.chart.plot.Plot
-
Resolves a domain axis location for a given plot orientation.
- resolveRangeAxisLocation(AxisLocation, PlotOrientation) - Static method in class org.jfree.chart.plot.Plot
-
Resolves a range axis location for a given plot orientation.
- ResourceBundleWrapper - Class in org.jfree.chart.util
-
Wrapper of ResourceBundle.getBundle() methods.
- ResourceBundleWrapper - Class in org.jfree.util
-
Wrapper of ResourceBundle.getBundle() methods.
- resourceChart - Variable in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
-
- resourceExample - Variable in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
-
- 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.
- REVERSE - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
-
Render datasets in the order N-1, N-2, ..., 2, 1, 0, where N is the
number of datasets.
- REVERSE - Static variable in class org.jfree.chart.plot.SeriesRenderingOrder
-
Render series in the order N-1, N-2, ..., 2, 1, 0, where N is the
number of series.
- RIGHT - Static variable in class org.jfree.ui.Align
-
Right alignment.
- RIGHT - Static variable in class org.jfree.ui.HorizontalAlignment
-
Right alignment.
- RIGHT - Static variable in class org.jfree.ui.RectangleAnchor
-
Right.
- RIGHT - Static variable in class org.jfree.ui.RectangleEdge
-
Right.
- rotateShape(Shape, double, float, float) - Static method in class org.jfree.util.ShapeUtilities
-
Rotates a shape about the specified coordinates.