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 RangeValueAxis. DEFAULT_RANGEThe default axis range.Methods in org.jfree.chart.axis that return Range Modifier and Type Method Description RangeValueAxis. getRange()Returns the range for the axis.Methods in org.jfree.chart.axis with parameters of type Range Modifier and Type Method Description voidCyclicNumberAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)Sets a new axis range.voidDateAxis. setRange(Range range)Sets the upper and lower bounds for the axis and sends anAxisChangeEventto all registered listeners.voidDateAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)Sets the range for the axis, if requested, sends anAxisChangeEventto all registered listeners.voidLogarithmicAxis. setRange(Range range)Overridden version that calls original and then sets up flag for log axis processing.voidValueAxis. setRange(Range range)Sets the range attribute and sends anAxisChangeEventto all registered listeners.voidValueAxis. setRange(Range range, boolean turnOffAutoRange, boolean notify)Sets the range for the axis, if requested, sends anAxisChangeEventto all registered listeners.voidValueAxis. setRangeWithMargins(Range range)Sets the range for the axis (after first adding the current margins to the specified range) and sends anAxisChangeEventto all registered listeners.voidValueAxis. 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 anAxisChangeEventto 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 RangeSampleXYDataset2. getDomainRange()Returns the range of values in the domain.RangeSampleXYDataset2. 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 RangeContourPlot. getContourDataRange()Returns the range for the Contours.RangeContourValuePlot. getContourDataRange()Returns the range of data values to be plotted.RangeMeterPlot. getCriticalRange()Returns the critical range for the dial.RangeCategoryPlot. getDataRange(ValueAxis axis)Returns the range of data values that will be plotted against the range axis.RangeCombinedDomainXYPlot. getDataRange(ValueAxis axis)Returns the range for the axis.RangeCombinedRangeCategoryPlot. getDataRange(ValueAxis axis)Returns the range for the axis.RangeCombinedRangeXYPlot. getDataRange(ValueAxis axis)Returns the range for the axis.RangeContourPlot. getDataRange(ValueAxis axis)Returns the range for an axis.RangeFastScatterPlot. getDataRange(ValueAxis axis)Returns the range of data values to be plotted along the axis.RangePolarPlot. getDataRange(ValueAxis axis)Returns the range for the specified axis.RangeThermometerPlot. getDataRange(ValueAxis axis)Returns the data range.RangeValueAxisPlot. getDataRange(ValueAxis axis)Returns the data range that should apply for the specified axis.RangeXYPlot. getDataRange(ValueAxis axis)Returns the range for the specified axis.RangeMeterPlot. getNormalRange()Returns the normal range for the dial.RangeMeterPlot. getRange()Returns the overall range for the dial.RangeMeterPlot. getWarningRange()Returns the warning range for the dial.RangeContourPlot. visibleRange(ContourDataset data, Range x, Range y)Returns the visible z-range.static RangeContourPlotUtilities. 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 voidMeterPlot. setCriticalRange(Range range)Sets the critical range for the dial.voidMeterPlot. setNormalRange(Range range)Sets the normal range for the dial.voidMeterPlot. setRange(Range range)Sets the overall range for the dial.voidMeterPlot. setWarningRange(Range range)Sets the warning range for the dial.RangeContourPlot. visibleRange(ContourDataset data, Range x, Range y)Returns the visible z-range.static RangeContourPlotUtilities. 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 RangeAbstractCategoryItemRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeAbstractXYItemRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeCategoryItemRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeGroupedStackedBarRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedAreaRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedBarRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedBarRenderer3D. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYAreaRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYAreaRenderer2. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYBarRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeWaterfallBarRenderer. getRangeExtent(CategoryDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeXYItemRenderer. 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 classDateRangeA range specified in terms of twojava.util.Dateobjects.Methods in org.jfree.data that return Range Modifier and Type Method Description static RangeRange. combine(Range range1, Range range2)Creates a new range by combining two existing ranges.static RangeRange. expand(Range range, double lowerMargin, double upperMargin)Creates a new range by adding margins to an existing range.static RangeDatasetUtilities. 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 RangeDatasetUtilities. getDomainExtent(Dataset dataset)Returns the range of values in the domain for the dataset.RangeCategoryTableXYDataset. getDomainRange()RangeDefaultTableXYDataset. getDomainRange()RangeDomainInfo. getDomainRange()Returns the range of the values in this dataset's domain.RangeXYSeriesCollection. getDomainRange()Returns the range of the dataset on the domain.static RangeDatasetUtilities. getRangeExtent(Dataset data)Returns the range of values in the range for the dataset.static RangeDatasetUtilities. 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 RangeDatasetUtilities. 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 RangeDatasetUtilities. getStackedRangeExtent(TableXYDataset data)Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.RangeJDBCXYDataset. getValueRange()Returns the range of the values in this dataset's range (y-values).RangeRangeInfo. getValueRange()Returns the range of the values in this dataset's range.RangeContourDataset. getZValueRange(Range x, Range y)Returns the maximum z-value within visible region of plot.RangeDefaultContourDataset. getZValueRange(Range x, Range y)Returns the maximum z-value within visible region of plot.static RangeDatasetUtilities. iterateCategoryRangeExtent(CategoryDataset data)Iterates over the data item of the category dataset to find the range extent.static RangeDatasetUtilities. iterateDomainExtent(XYDataset data)Iterates over the data item of the xy dataset to find the domain extent.static RangeDatasetUtilities. 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 RangeRange. combine(Range range1, Range range2)Creates a new range by combining two existing ranges.static RangeRange. expand(Range range, double lowerMargin, double upperMargin)Creates a new range by adding margins to an existing range.RangeContourDataset. getZValueRange(Range x, Range y)Returns the maximum z-value within visible region of plot.RangeDefaultContourDataset. 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 RangeDefaultBoxAndWhiskerCategoryDataset. getValueRange()Returns the range of the values in this dataset's range.RangeDefaultBoxAndWhiskerXYDataset. getValueRange()Returns the range of the values in this dataset's range.RangeDefaultStatisticalCategoryDataset. 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 RangeDynamicTimeSeriesCollection. getDomainRange()Returns the range of values for the domain.RangeTimePeriodValuesCollection. getDomainRange()Returns the range of the values in the series domain.RangeTimeSeriesCollection. getDomainRange()Returns the range of the values in the series domain.RangeTimeTableXYDataset. getDomainRange()Returns the range of the values in this dataset's domain.RangeDynamicTimeSeriesCollection. getValueRange()Returns the value range.