Uses of Class org.jfree.data.Range

Uses in package org.jfree.chart.title

Methods with parameter type org.jfree.data.Range

Size2D
PaintScaleLegend.arrangeRR(Graphics2D g2, Range widthRange, Range heightRange)
Returns the content size for the title.
Size2D
TextTitle.arrangeRR(Graphics2D g2, Range widthRange, Range heightRange)
Returns the content size for the title.

Uses in package org.jfree.data.xy

Methods with return type org.jfree.data.Range

Range
CategoryTableXYDataset.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
Range
DefaultTableXYDataset.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
Range
IntervalXYDelegate.getDomainBounds(boolean includeInterval)
Returns the range of the values in the dataset's domain, including or excluding the interval around each x-value as specified.
Range
XYSeriesCollection.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.

Uses in package org.jfree.chart.renderer.xy

Methods with return type org.jfree.data.Range

Range
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
Range
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
Range
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
Range
Returns the range required by this renderer to display all the domain values in the specified dataset.
Range
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range required by this renderer to display all the range values in the specified dataset.
Range
Returns the lower and upper bounds (range) of the y-values in the specified dataset.

Uses in package org.jfree.chart.renderer.category

Methods with return type org.jfree.data.Range

Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.
Range
Returns the range of values the renderer requires to display all the items from the specified dataset.

Uses in package org.jfree.data.general

Methods with return type org.jfree.data.Range

Range
Calculates the range of values for a dataset where each item is the running total of the items for the current series.
Range
Returns the range of values in the domain (x-values) of a dataset.
Range
DatasetUtilities.findDomainBounds(XYDataset dataset, boolean includeInterval)
Returns the range of values in the domain (x-values) of a dataset.
Range
Returns the range of values in the range for the dataset.
Range
DatasetUtilities.findRangeBounds(CategoryDataset dataset, boolean includeInterval)
Returns the range of values in the range for the dataset.
Range
Returns the range of values in the range for the dataset.
Range
DatasetUtilities.findRangeBounds(XYDataset dataset, boolean includeInterval)
Returns the range of values in the range for the dataset.
Range
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
Range
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
Range
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
Range
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.
Range
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked, using the specified base value.
Range
DatasetUtilities.iterateCategoryRangeBounds(CategoryDataset dataset, boolean includeInterval)
Iterates over the data item of the category dataset to find the range bounds.
Range
Iterates over the items in an XYDataset to find the range of x-values.
Range
DatasetUtilities.iterateDomainBounds(XYDataset dataset, boolean includeInterval)
Iterates over the items in an XYDataset to find the range of x-values.
Range
Iterates over the data item of the xy dataset to find the range bounds.

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.data.Range

MeterInterval.MeterInterval(String label, Range range)
Creates a new interval.
MeterInterval.MeterInterval(String label, Range range, Paint outlinePaint, Stroke outlineStroke, Paint backgroundPaint)
Creates a new interval.

Methods with parameter type org.jfree.data.Range

void
Sets the range for the dial and sends a PlotChangeEvent to all registered listeners.
Range
Returns the visible z-range.
Range
Returns the visible z-range.

Methods with return type org.jfree.data.Range

Range
Returns the range for the Contours.
Range
Returns the range of data values to be plotted.
Range
Returns the range of data values that will be plotted against the range axis.
Range
Returns the range for the specified axis.
Range
Returns the range for the axis.
Range
Returns the range for the axis.
Range
Returns the range for an axis.
Range
Returns the range of data values to be plotted along the axis, or null if the specified axis isn't the domain axis or the range axis for the plot.
Range
Returns the range for the specified axis.
Range
Returns the data range.
Range
Returns the data range that should apply for the specified axis.
Range
Returns the range for the specified axis.
Range
Returns the range.
Range
Returns the overall range for the dial.
Range
Returns the visible z-range.
Range
Returns the visible z-range.

Uses in package org.jfree.data.time

Classes derived from org.jfree.data.Range

class
A range specified in terms of two java.util.Date objects.

Constructors with parameter type org.jfree.data.Range

Constructs a new range that is based on another Range.

Methods with return type org.jfree.data.Range

Range
Returns the range of the values in this dataset's domain.
Range
Returns the range of the values in this dataset's domain.
Range
TimeSeriesCollection.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
Range
TimeTableXYDataset.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
Range
Returns the value range.

Uses in package org.jfree.data.contour

Methods with parameter type org.jfree.data.Range

Range
Returns the maximum z-value within visible region of plot.
Range
Returns the maximum z-value within visible region of plot.

Methods with return type org.jfree.data.Range

Range
Returns the maximum z-value within visible region of plot.
Range
Returns the maximum z-value within visible region of plot.

Uses in package org.jfree.data

Methods with parameter type org.jfree.data.Range

Range
Range.combine(Range range1, Range range2)
Creates a new range by combining two existing ranges.
Range
Range.expand(Range range, double lowerMargin, double upperMargin)
Creates a new range by adding margins to an existing range.
Range
Range.expandToInclude(Range range, double value)
Returns a range that includes all the values in the specified range AND the specified value.
Range
Range.shift(Range base, double delta)
Shifts the range by the specified amount.
Range
Range.shift(Range base, double delta, boolean allowZeroCrossing)
Shifts the range by the specified amount.

Methods with return type org.jfree.data.Range

Range
Range.combine(Range range1, Range range2)
Creates a new range by combining two existing ranges.
Range
Range.expand(Range range, double lowerMargin, double upperMargin)
Creates a new range by adding margins to an existing range.
Range
Range.expandToInclude(Range range, double value)
Returns a range that includes all the values in the specified range AND the specified value.
Range
DomainInfo.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
Range
RangeInfo.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
Range
Range.shift(Range base, double delta)
Shifts the range by the specified amount.
Range
Range.shift(Range base, double delta, boolean allowZeroCrossing)
Shifts the range by the specified amount.

Uses in package org.jfree.data.jdbc

Methods with return type org.jfree.data.Range

Range
JDBCXYDataset.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.

Uses in package org.jfree.chart.block

Constructors with parameter type org.jfree.data.Range

Creates a new constraint with a fixed width and a range for the height.
RectangleConstraint.RectangleConstraint(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType)
Creates a new constraint.
Creates a new constraint with a range for the width and a fixed height.
Creates a new "range width and height" instance.

Methods with parameter type org.jfree.data.Range

Size2D
BorderArrangement.arrangeRR(BlockContainer container, Range widthRange, Range heightRange, Graphics2D g2)
Performs an arrangement with range constraints on both the vertical and horizontal sides.
RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has a range height constraint.
RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has a range width constraint.

Methods with return type org.jfree.data.Range

Range
Returns the width range.
Range
Returns the width range.

Uses in package org.jfree.data.statistics

Methods with return type org.jfree.data.Range

Range
Returns the range of the values in this dataset's range.
Range
Returns the range of the values in this dataset's range.
Range
Returns the range of the values in this dataset's range.

Uses in package org.jfree.chart.axis

Constructors with parameter type org.jfree.data.Range

ModuloAxis.ModuloAxis(String label, Range fixedRange)
Creates a new axis.

Fields of type org.jfree.data.Range

Range
The default axis range.

Methods with parameter type org.jfree.data.Range

void
Sets the default auto range and sends an AxisChangeEvent to all registered listeners.
void
Sets the upper and lower bounds for the axis and sends an AxisChangeEvent to all registered listeners.
void
Overridden version that calls original and then sets up flag for log axis processing.
void
Sets the range attribute and sends an AxisChangeEvent to all registered listeners.
void
CyclicNumberAxis.setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets a new axis range.
void
DateAxis.setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
void
PeriodAxis.setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
void
ValueAxis.setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
void
Sets the range for the axis (after first adding the current margins to the specified range) and sends an AxisChangeEvent to all registered listeners.
void
ValueAxis.setRangeWithMargins(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis after first adding the current margins to the range and, if requested, sends an AxisChangeEvent to all registered listeners.

Methods with return type org.jfree.data.Range

Range
Returns the default auto range.
Range
Returns the range for the axis.
Range
Returns the range for the axis.