Uses of Class
org.jfree.data.Range
Package
Description
-
Uses of Range in org.jfree.chart.annotations
Modifier and TypeMethodDescriptionXYAnnotationBoundsInfo.getXRange()
Returns the range of x-values (in data space) that the annotation uses.XYDataImageAnnotation.getXRange()
Returns the x-range for the annotation.XYAnnotationBoundsInfo.getYRange()
Returns the range of y-values (in data space) that the annotation uses.XYDataImageAnnotation.getYRange()
Returns the y-range for the annotation. -
Uses of Range in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final Range
ValueAxis.DEFAULT_RANGE
The default axis range.Modifier and TypeMethodDescriptionValueAxis.getDefaultAutoRange()
Returns the default auto range.ValueAxis.getRange()
Returns the range for the axis.Modifier and TypeMethodDescriptionvoid
ValueAxis.setDefaultAutoRange
(Range range) Sets the default auto range and sends anAxisChangeEvent
to all registered listeners.void
Sets a new axis range.void
Sets the upper and lower bounds for the axis and sends anAxisChangeEvent
to all registered listeners.void
Sets the range for the axis, if requested, sends anAxisChangeEvent
to all registered listeners.void
Overridden version that calls original and then sets up flag for log axis processing.void
Sets the range for the axis, if requested, sends anAxisChangeEvent
to all registered listeners.void
Sets the range for the axis and sends a change event to all registered listeners.void
Sets the range for the axis and, if requested, sends a change event to all registered listeners.void
ValueAxis.setRangeWithMargins
(Range range) Sets the range for the axis (after first adding the current margins to the specified range) and sends anAxisChangeEvent
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 anAxisChangeEvent
to all registered listeners. -
Uses of Range in org.jfree.chart.block
Modifier and TypeMethodDescriptionRectangleConstraint.getHeightRange()
Returns the width range.RectangleConstraint.getWidthRange()
Returns the width range.Modifier and TypeMethodDescriptionprotected 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.toRangeHeight
(Range range) Returns a constraint that matches this one on the width attributes, but has a range height constraint.RectangleConstraint.toRangeWidth
(Range range) Returns a constraint that matches this one on the height attributes, but has a range width constraint.ModifierConstructorDescriptionRectangleConstraint
(double w, Range h) Creates a new constraint with a fixed width and a range for the height.RectangleConstraint
(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType) Creates a new constraint.RectangleConstraint
(Range w, double h) Creates a new constraint with a range for the width and a fixed height.RectangleConstraint
(Range w, Range h) Creates a new "range width and height" instance. -
Uses of Range in org.jfree.chart.plot
Modifier and TypeMethodDescriptionCategoryPlot.getDataRange
(ValueAxis axis) Returns the range of data values that will be plotted against the range axis.CombinedDomainCategoryPlot.getDataRange
(ValueAxis axis) Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.CombinedDomainXYPlot.getDataRange
(ValueAxis axis) Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.CombinedRangeCategoryPlot.getDataRange
(ValueAxis axis) Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.CombinedRangeXYPlot.getDataRange
(ValueAxis axis) Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.FastScatterPlot.getDataRange
(ValueAxis axis) Returns the range of data values to be plotted along the axis, ornull
if the specified axis isn't the domain axis or the range axis for the plot.PolarPlot.getDataRange
(ValueAxis axis) Returns the range for the specified axis.ThermometerPlot.getDataRange
(ValueAxis axis) Returns the data range.ValueAxisPlot.getDataRange
(ValueAxis axis) Returns the data range that should apply for the specified axis.XYPlot.getDataRange
(ValueAxis axis) Returns the range for the specified axis.MeterInterval.getRange()
Returns the range.MeterPlot.getRange()
Returns the overall range for the dial.Modifier and TypeMethodDescriptionvoid
Sets the range for the dial and sends aPlotChangeEvent
to all registered listeners.ModifierConstructorDescriptionMeterInterval
(String label, Range range) Creates a new interval.MeterInterval
(String label, Range range, Paint outlinePaint, Stroke outlineStroke, Paint backgroundPaint) Creates a new interval. -
Uses of Range in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionAbstractCategoryItemRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.protected Range
AbstractCategoryItemRenderer.findRangeBounds
(CategoryDataset dataset, boolean includeInterval) Returns the range of values the renderer requires to display all the items from the specified dataset.BarRenderer.findRangeBounds
(CategoryDataset dataset, boolean includeInterval) Returns the range of values the renderer requires to display all the items from the specified dataset.BoxAndWhiskerRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values from the specified dataset that the renderer will require to display all the data.CategoryItemRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.GroupedStackedBarRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.IntervalBarRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values from the specified dataset.ScatterRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedAreaRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedBarRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StatisticalBarRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StatisticalLineAndShapeRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.WaterfallBarRenderer.findRangeBounds
(CategoryDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset. -
Uses of Range in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionAbstractXYItemRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.protected Range
AbstractXYItemRenderer.findDomainBounds
(XYDataset dataset, boolean includeInterval) Returns the lower and upper bounds (range) of the x-values in the specified dataset.ClusteredXYBarRenderer.findDomainBounds
(XYDataset dataset) Returns the x-value bounds for the specified dataset.VectorRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.XYBarRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.XYBlockRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.XYErrorRenderer.findDomainBounds
(XYDataset dataset) Returns the range required by this renderer to display all the domain values in the specified dataset.XYItemRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.XYShapeRenderer.findDomainBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the x-values in the specified dataset.protected Range
ClusteredXYBarRenderer.findDomainBoundsWithOffset
(IntervalXYDataset dataset) Iterates over the items in anIntervalXYDataset
to find the range of x-values including the interval OFFSET so that it centers the interval around the start value.AbstractXYItemRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.protected Range
AbstractXYItemRenderer.findRangeBounds
(XYDataset dataset, boolean includeInterval) Returns the range of values the renderer requires to display all the items from the specified dataset.CandlestickRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.DeviationRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.HighLowRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedXYAreaRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedXYAreaRenderer2.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.StackedXYBarRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.VectorRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.XYBarRenderer.findRangeBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the y-values in the specified dataset.XYBlockRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.XYBoxAndWhiskerRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.XYErrorRenderer.findRangeBounds
(XYDataset dataset) Returns the range required by this renderer to display all the range values in the specified dataset.XYItemRenderer.findRangeBounds
(XYDataset dataset) Returns the lower and upper bounds (range) of the y-values in the specified dataset.XYShapeRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.YIntervalRenderer.findRangeBounds
(XYDataset dataset) Returns the range of values the renderer requires to display all the items from the specified dataset.XYShapeRenderer.findZBounds
(XYZDataset dataset) Return the range of z-values in the specified dataset. -
Uses of Range in org.jfree.chart.title
Modifier and TypeMethodDescriptionprotected Size2D
ShortTextTitle.arrangeRN
(Graphics2D g2, Range widthRange) Arranges the content for this title assuming a range constraint for the width and no bounds on the height, and returns the required size.protected Size2D
TextTitle.arrangeRN
(Graphics2D g2, Range widthRange) Arranges the content for this title assuming a range constraint for the width and no bounds on the height, and returns the required size.protected Size2D
PaintScaleLegend.arrangeRR
(Graphics2D g2, Range widthRange, Range heightRange) Returns the content size for the title.protected Size2D
ShortTextTitle.arrangeRR
(Graphics2D g2, Range widthRange, Range heightRange) Returns the content size for the title.protected Size2D
TextTitle.arrangeRR
(Graphics2D g2, Range widthRange, Range heightRange) Returns the content size for the title. -
Uses of Range in org.jfree.data
Modifier and TypeMethodDescriptionstatic Range
Creates a new range by combining two existing ranges.static Range
Range.combineIgnoringNaN
(Range range1, Range range2) Returns a new range that spans bothrange1
andrange2
.static Range
Creates a new range by adding margins to an existing range.static Range
Range.expandToInclude
(Range range, double value) Returns a range that includes all the values in the specifiedrange
AND the specifiedvalue
.DomainInfo.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.RangeInfo.getRangeBounds
(boolean includeInterval) Returns the range of the values in this dataset's range.static Range
Scales the range by the specified factor.static Range
Shifts the range by the specified amount.static Range
Shifts the range by the specified amount.Modifier and TypeMethodDescriptionstatic Range
Creates a new range by combining two existing ranges.static Range
Range.combineIgnoringNaN
(Range range1, Range range2) Returns a new range that spans bothrange1
andrange2
.static Range
Creates a new range by adding margins to an existing range.static Range
Range.expandToInclude
(Range range, double value) Returns a range that includes all the values in the specifiedrange
AND the specifiedvalue
.boolean
Range.intersects
(Range range) Returnstrue
if the range intersects with the specified range, andfalse
otherwise.static Range
Scales the range by the specified factor.static Range
Shifts the range by the specified amount.static Range
Shifts the range by the specified amount. -
Uses of Range in org.jfree.data.category
Modifier and TypeMethodDescriptionCategoryRangeInfo.getRangeBounds
(List visibleSeriesKeys, boolean includeInterval) Returns the range of the values in this dataset's range. -
Uses of Range in org.jfree.data.general
Modifier and TypeMethodDescriptionstatic Range
DatasetUtils.findCumulativeRangeBounds
(CategoryDataset dataset) Calculates the range of values for a dataset where each item is the running total of the items for the current series.static Range
DatasetUtils.findDomainBounds
(XYDataset dataset) Returns the range of values in the domain (x-values) of a dataset.static Range
DatasetUtils.findDomainBounds
(XYDataset dataset, boolean includeInterval) Returns the range of values in the domain (x-values) of a dataset.static Range
DatasetUtils.findDomainBounds
(XYDataset dataset, List visibleSeriesKeys, boolean includeInterval) Returns the bounds of the x-values in the specifieddataset
taking into account only the visible series and including any x-interval if requested.static Range
DatasetUtils.findRangeBounds
(CategoryDataset dataset) Returns the range of values in the range for the dataset.static Range
DatasetUtils.findRangeBounds
(CategoryDataset dataset, boolean includeInterval) Returns the range of values in the range for the dataset.static Range
DatasetUtils.findRangeBounds
(CategoryDataset dataset, List visibleSeriesKeys, boolean includeInterval) Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys.static Range
DatasetUtils.findRangeBounds
(XYDataset dataset) Returns the range of values in the range for the dataset.static Range
DatasetUtils.findRangeBounds
(XYDataset dataset, boolean includeInterval) Returns the range of values in the range for the dataset.static Range
DatasetUtils.findRangeBounds
(XYDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.static Range
DatasetUtils.findStackedRangeBounds
(CategoryDataset dataset) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static Range
DatasetUtils.findStackedRangeBounds
(CategoryDataset dataset, double base) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static Range
DatasetUtils.findStackedRangeBounds
(CategoryDataset dataset, KeyToGroupMap map) Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.static Range
DatasetUtils.findStackedRangeBounds
(TableXYDataset dataset) Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.static Range
DatasetUtils.findStackedRangeBounds
(TableXYDataset dataset, double base) Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked, using the specified base value.static Range
DatasetUtils.findZBounds
(XYZDataset dataset) Returns the range of values in the z-dimension for the dataset.static Range
DatasetUtils.findZBounds
(XYZDataset dataset, boolean includeInterval) Returns the range of values in the z-dimension for the dataset.static Range
DatasetUtils.findZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Finds the bounds of the z-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.static Range
DatasetUtils.iterateDomainBounds
(XYDataset dataset) Iterates over the items in anXYDataset
to find the range of x-values.static Range
DatasetUtils.iterateDomainBounds
(XYDataset dataset, boolean includeInterval) Iterates over the items in anXYDataset
to find the range of x-values.static Range
DatasetUtils.iterateRangeBounds
(CategoryDataset dataset) Iterates over the data item of the category dataset to find the range bounds.static Range
DatasetUtils.iterateRangeBounds
(CategoryDataset dataset, boolean includeInterval) Iterates over the data item of the category dataset to find the range bounds.static Range
DatasetUtils.iterateRangeBounds
(XYDataset dataset) Iterates over the data item of the xy dataset to find the range bounds.static Range
DatasetUtils.iterateRangeBounds
(XYDataset dataset, boolean includeInterval) Iterates over the data items of the xy dataset to find the range bounds.static Range
DatasetUtils.iterateToFindDomainBounds
(XYDataset dataset, List visibleSeriesKeys, boolean includeInterval) Returns the range of x-values in the specified dataset for the data items belonging to the visible series.static Range
DatasetUtils.iterateToFindRangeBounds
(CategoryDataset dataset, List visibleSeriesKeys, boolean includeInterval) Iterates over the data item of the category dataset to find the range bounds.static Range
DatasetUtils.iterateToFindRangeBounds
(XYDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of y-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.static Range
DatasetUtils.iterateToFindZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of z-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.static Range
DatasetUtils.iterateZBounds
(XYZDataset dataset) Iterates over the data item of the xyz dataset to find the z-dimension bounds.static Range
DatasetUtils.iterateZBounds
(XYZDataset dataset, boolean includeInterval) Iterates over the data items of the xyz dataset to find the z-dimension bounds.Modifier and TypeMethodDescriptionstatic Range
DatasetUtils.findRangeBounds
(XYDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.static Range
DatasetUtils.findZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Finds the bounds of the z-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.static Range
DatasetUtils.iterateToFindRangeBounds
(XYDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of y-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.static Range
DatasetUtils.iterateToFindZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of z-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range. -
Uses of Range in org.jfree.data.statistics
Modifier and TypeMethodDescriptionDefaultBoxAndWhiskerCategoryDataset.getRangeBounds
(boolean includeInterval) Returns the range of the values in this dataset's range.DefaultBoxAndWhiskerXYDataset.getRangeBounds
(boolean includeInterval) Returns the range of the values in this dataset's range.DefaultMultiValueCategoryDataset.getRangeBounds
(boolean includeInterval) Returns the range of the values in this dataset's range.DefaultStatisticalCategoryDataset.getRangeBounds
(boolean includeInterval) Returns the bounds of the values in this dataset's y-values. -
Uses of Range in org.jfree.data.time
Modifier and TypeClassDescriptionclass
A range specified in terms of twojava.util.Date
objects.Modifier and TypeMethodDescriptionTimeSeries.findValueRange()
Returns the range of y-values in the time series.TimeSeries.findValueRange
(Range xRange, TimeZone timeZone) Returns the range of y-values in the time series that fall within the specified range of x-values.TimeSeries.findValueRange
(Range xRange, TimePeriodAnchor xAnchor, Calendar calendar) Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified calendar).TimeSeries.findValueRange
(Range xRange, TimePeriodAnchor xAnchor, TimeZone zone) Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified timezone).DynamicTimeSeriesCollection.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.TimePeriodValuesCollection.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.TimeSeriesCollection.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.TimeSeriesCollection.getDomainBounds
(List visibleSeriesKeys, boolean includeInterval) Returns the bounds of the domain values for the specified series.TimeTableXYDataset.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.DynamicTimeSeriesCollection.getRangeBounds
(boolean includeInterval) Returns the value range.TimeSeriesCollection.getRangeBounds
(boolean includeInterval) Returns the bounds for the y-values in the dataset.TimeSeriesCollection.getRangeBounds
(List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the bounds for the y-values in the dataset.Modifier and TypeMethodDescriptionTimeSeries.findValueRange
(Range xRange, TimeZone timeZone) Returns the range of y-values in the time series that fall within the specified range of x-values.TimeSeries.findValueRange
(Range xRange, TimePeriodAnchor xAnchor, Calendar calendar) Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified calendar).TimeSeries.findValueRange
(Range xRange, TimePeriodAnchor xAnchor, TimeZone zone) Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified timezone).TimeSeriesCollection.getRangeBounds
(List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the bounds for the y-values in the dataset. -
Uses of Range in org.jfree.data.xy
Modifier and TypeMethodDescriptionCategoryTableXYDataset.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.DefaultTableXYDataset.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.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.XYDomainInfo.getDomainBounds
(List visibleSeriesKeys, boolean includeInterval) Returns the range of the values in this dataset's domain.XYSeriesCollection.getDomainBounds
(boolean includeInterval) Returns the range of the values in this dataset's domain.XYRangeInfo.getRangeBounds
(List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of the values in this dataset's range.XYSeriesCollection.getRangeBounds
(boolean includeInterval) Returns the range of the values in this dataset's range.Modifier and TypeMethodDescriptionXYRangeInfo.getRangeBounds
(List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of the values in this dataset's range.