Uses of Class
org.jfree.data.Range
Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.demo | |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
org.jfree.data |
Data interfaces and classes.
|
org.jfree.data.statistics |
Classes for representing statistical data.
|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of Range in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as Range Modifier and Type Field Description static Range
ValueAxis. DEFAULT_RANGE
The default axis range.Methods in org.jfree.chart.axis that return Range Modifier and Type Method Description Range
ValueAxis. getRange()
Returns the range for the axis.Methods in org.jfree.chart.axis with parameters of type Range Modifier and Type Method Description void
CyclicNumberAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets a new axis range.void
DateAxis. setRange(Range range)
Sets the upper and lower bounds for the axis and sends anAxisChangeEvent
to all registered listeners.void
DateAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis, if requested, sends anAxisChangeEvent
to all registered listeners.void
LogarithmicAxis. setRange(Range range)
Overridden version that calls original and then sets up flag for log axis processing.void
ValueAxis. setRange(Range range)
Sets the range attribute and sends anAxisChangeEvent
to all registered listeners.void
ValueAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)
Sets the range for the axis, if requested, sends anAxisChangeEvent
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.demo
Methods in org.jfree.chart.demo that return Range Modifier and Type Method Description Range
SampleXYDataset2. getDomainRange()
Returns the range of values in the domain.Range
SampleXYDataset2. getValueRange()
Returns the range of values in the range (y-values). -
Uses of Range in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return Range Modifier and Type Method Description Range
ContourPlot. getContourDataRange()
Returns the range for the Contours.Range
ContourValuePlot. getContourDataRange()
Returns the range of data values to be plotted.Range
MeterPlot. getCriticalRange()
Returns the critical range for the dial.Range
CategoryPlot. getDataRange(ValueAxis axis)
Returns the range of data values that will be plotted against the range axis.Range
CombinedDomainXYPlot. getDataRange(ValueAxis axis)
Returns the range for the axis.Range
CombinedRangeCategoryPlot. getDataRange(ValueAxis axis)
Returns the range for the axis.Range
CombinedRangeXYPlot. getDataRange(ValueAxis axis)
Returns the range for the axis.Range
ContourPlot. getDataRange(ValueAxis axis)
Returns the range for an axis.Range
FastScatterPlot. getDataRange(ValueAxis axis)
Returns the range of data values to be plotted along the axis.Range
PolarPlot. getDataRange(ValueAxis axis)
Returns the range for the specified axis.Range
ThermometerPlot. getDataRange(ValueAxis axis)
Returns the data range.Range
ValueAxisPlot. getDataRange(ValueAxis axis)
Returns the data range that should apply for the specified axis.Range
XYPlot. getDataRange(ValueAxis axis)
Returns the range for the specified axis.Range
MeterPlot. getNormalRange()
Returns the normal range for the dial.Range
MeterPlot. getRange()
Returns the overall range for the dial.Range
MeterPlot. getWarningRange()
Returns the warning range for the dial.Range
ContourPlot. visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.static Range
ContourPlotUtilities. visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.Methods in org.jfree.chart.plot with parameters of type Range Modifier and Type Method Description void
MeterPlot. setCriticalRange(Range range)
Sets the critical range for the dial.void
MeterPlot. setNormalRange(Range range)
Sets the normal range for the dial.void
MeterPlot. setRange(Range range)
Sets the overall range for the dial.void
MeterPlot. setWarningRange(Range range)
Sets the warning range for the dial.Range
ContourPlot. visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.static Range
ContourPlotUtilities. visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range. -
Uses of Range in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return Range Modifier and Type Method Description Range
AbstractCategoryItemRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
AbstractXYItemRenderer. getRangeExtent(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
CategoryItemRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
GroupedStackedBarRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedAreaRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedBarRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedBarRenderer3D. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedXYAreaRenderer. getRangeExtent(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedXYAreaRenderer2. getRangeExtent(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
StackedXYBarRenderer. getRangeExtent(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
WaterfallBarRenderer. getRangeExtent(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset.Range
XYItemRenderer. getRangeExtent(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. -
Uses of Range in org.jfree.data
Subclasses of Range in org.jfree.data Modifier and Type Class Description class
DateRange
A range specified in terms of twojava.util.Date
objects.Methods in org.jfree.data that return Range Modifier and Type Method Description static Range
Range. combine(Range range1, Range range2)
Creates a new range by combining two existing ranges.static Range
Range. expand(Range range, double lowerMargin, double upperMargin)
Creates a new range by adding margins to an existing range.static Range
DatasetUtilities. getCumulativeRangeExtent(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
DatasetUtilities. getDomainExtent(Dataset dataset)
Returns the range of values in the domain for the dataset.Range
CategoryTableXYDataset. getDomainRange()
Range
DefaultTableXYDataset. getDomainRange()
Range
DomainInfo. getDomainRange()
Returns the range of the values in this dataset's domain.Range
XYSeriesCollection. getDomainRange()
Returns the range of the dataset on the domain.static Range
DatasetUtilities. getRangeExtent(Dataset data)
Returns the range of values in the range for the dataset.static Range
DatasetUtilities. getStackedRangeExtent(CategoryDataset data)
Returns the minimum and maximum values for the dataset's range (as in domain/range), assuming that the series in one category are stacked.static Range
DatasetUtilities. getStackedRangeExtent(CategoryDataset dataset, KeyToGroupMap map)
Returns the minimum and maximum values for the dataset's range (as in domain/range), assuming that the series in one category are stacked.static Range
DatasetUtilities. getStackedRangeExtent(TableXYDataset data)
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.Range
JDBCXYDataset. getValueRange()
Returns the range of the values in this dataset's range (y-values).Range
RangeInfo. getValueRange()
Returns the range of the values in this dataset's range.Range
ContourDataset. getZValueRange(Range x, Range y)
Returns the maximum z-value within visible region of plot.Range
DefaultContourDataset. getZValueRange(Range x, Range y)
Returns the maximum z-value within visible region of plot.static Range
DatasetUtilities. iterateCategoryRangeExtent(CategoryDataset data)
Iterates over the data item of the category dataset to find the range extent.static Range
DatasetUtilities. iterateDomainExtent(XYDataset data)
Iterates over the data item of the xy dataset to find the domain extent.static Range
DatasetUtilities. iterateXYRangeExtent(XYDataset data)
Iterates over the data item of the xy dataset to find the range extent.Methods in org.jfree.data with parameters of type Range Modifier and Type Method Description static Range
Range. combine(Range range1, Range range2)
Creates a new range by combining two existing ranges.static Range
Range. expand(Range range, double lowerMargin, double upperMargin)
Creates a new range by adding margins to an existing range.Range
ContourDataset. getZValueRange(Range x, Range y)
Returns the maximum z-value within visible region of plot.Range
DefaultContourDataset. getZValueRange(Range x, Range y)
Returns the maximum z-value within visible region of plot.Constructors in org.jfree.data with parameters of type Range Constructor Description DateRange(Range other)
Constructs a new range that is based on anotherRange
. -
Uses of Range in org.jfree.data.statistics
Methods in org.jfree.data.statistics that return Range Modifier and Type Method Description Range
DefaultBoxAndWhiskerCategoryDataset. getValueRange()
Returns the range of the values in this dataset's range.Range
DefaultBoxAndWhiskerXYDataset. getValueRange()
Returns the range of the values in this dataset's range.Range
DefaultStatisticalCategoryDataset. getValueRange()
Returns the range of the values in this dataset's range. -
Uses of Range in org.jfree.data.time
Methods in org.jfree.data.time that return Range Modifier and Type Method Description Range
DynamicTimeSeriesCollection. getDomainRange()
Returns the range of values for the domain.Range
TimePeriodValuesCollection. getDomainRange()
Returns the range of the values in the series domain.Range
TimeSeriesCollection. getDomainRange()
Returns the range of the values in the series domain.Range
TimeTableXYDataset. getDomainRange()
Returns the range of the values in this dataset's domain.Range
DynamicTimeSeriesCollection. getValueRange()
Returns the value range.