Package | Description |
---|---|
org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.data |
The base package for classes that represent various types of data.
|
org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
org.jfree.data.contour |
Datasets used by the
ContourPlot class. |
org.jfree.data.general |
Data interfaces and classes.
|
org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
org.jfree.data.statistics |
Classes for representing statistical data.
|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
Range |
XYDataImageAnnotation.getXRange()
Returns the x-range for the annotation.
|
Range |
XYAnnotationBoundsInfo.getXRange()
Returns the range of x-values (in data space) that the annotation
uses.
|
Range |
XYDataImageAnnotation.getYRange()
Returns the y-range for the annotation.
|
Range |
XYAnnotationBoundsInfo.getYRange()
Returns the range of y-values (in data space) that the annotation
uses.
|
Modifier and Type | Field and Description |
---|---|
static Range |
ValueAxis.DEFAULT_RANGE
The default axis range.
|
Modifier and Type | Method and Description |
---|---|
Range |
ValueAxis.getDefaultAutoRange()
Returns the default auto range.
|
Range |
ValueAxis.getRange()
Returns the range for the axis.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueAxis.setDefaultAutoRange(Range range)
Sets the default auto range and sends an
AxisChangeEvent to all
registered listeners. |
void |
ValueAxis.setRange(Range range)
Sets the range for the axis and sends a change event to all registered
listeners.
|
void |
LogarithmicAxis.setRange(Range range)
Overridden version that calls original and then sets up flag for
log axis processing.
|
void |
DateAxis.setRange(Range range)
Sets the upper and lower bounds for the axis and sends an
AxisChangeEvent to all registered listeners. |
void |
ValueAxis.setRange(Range range,
boolean turnOffAutoRange,
boolean notify)
Sets the range for the axis and, if requested, sends a change event 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 |
DateAxis.setRange(Range range,
boolean turnOffAutoRange,
boolean notify)
Sets the range for the axis, if requested, sends an
AxisChangeEvent to all registered listeners. |
void |
CyclicNumberAxis.setRange(Range range,
boolean turnOffAutoRange,
boolean notify)
Sets a new axis range.
|
void |
ValueAxis.setRangeWithMargins(Range range)
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. |
Constructor and Description |
---|
ModuloAxis(java.lang.String label,
Range fixedRange)
Creates a new axis.
|
Modifier and Type | Method and Description |
---|---|
Range |
RectangleConstraint.getHeightRange()
Returns the width range.
|
Range |
RectangleConstraint.getWidthRange()
Returns the width range.
|
Modifier and Type | Method and Description |
---|---|
protected org.jfree.ui.Size2D |
BorderArrangement.arrangeRR(BlockContainer container,
Range widthRange,
Range heightRange,
java.awt.Graphics2D g2)
Performs an arrangement with range constraints on both the vertical
and horizontal sides.
|
RectangleConstraint |
RectangleConstraint.toRangeHeight(Range range)
Returns a constraint that matches this one on the width attributes,
but has a range height constraint.
|
RectangleConstraint |
RectangleConstraint.toRangeWidth(Range range)
Returns a constraint that matches this one on the height attributes,
but has a range width constraint.
|
Constructor and Description |
---|
RectangleConstraint(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.
|
Modifier and Type | Method and Description |
---|---|
Range |
ContourValuePlot.getContourDataRange()
Deprecated.
Returns the range of data values to be plotted.
|
Range |
ContourPlot.getContourDataRange()
Deprecated.
Returns the range for the Contours.
|
Range |
XYPlot.getDataRange(ValueAxis axis)
Returns the range for the specified axis.
|
Range |
ValueAxisPlot.getDataRange(ValueAxis axis)
Returns the data range that should apply for the specified axis.
|
Range |
ThermometerPlot.getDataRange(ValueAxis axis)
Returns the data range.
|
Range |
PolarPlot.getDataRange(ValueAxis axis)
Returns the range for the specified axis.
|
Range |
FastScatterPlot.getDataRange(ValueAxis axis)
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 |
ContourPlot.getDataRange(ValueAxis axis)
Deprecated.
Returns the range for an axis.
|
Range |
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.
|
Range |
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.
|
Range |
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.
|
Range |
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.
|
Range |
CategoryPlot.getDataRange(ValueAxis axis)
Returns the range of data values that will be plotted against the range
axis.
|
Range |
MeterPlot.getRange()
Returns the overall range for the dial.
|
Range |
MeterInterval.getRange()
Returns the range.
|
static Range |
ContourPlotUtilities.visibleRange(ContourDataset data,
Range x,
Range y)
Deprecated.
Returns the visible z-range.
|
Range |
ContourPlot.visibleRange(ContourDataset data,
Range x,
Range y)
Deprecated.
Returns the visible z-range.
|
Modifier and Type | Method and Description |
---|---|
void |
MeterPlot.setRange(Range range)
Sets the range for the dial and sends a
PlotChangeEvent to all
registered listeners. |
static Range |
ContourPlotUtilities.visibleRange(ContourDataset data,
Range x,
Range y)
Deprecated.
Returns the visible z-range.
|
Range |
ContourPlot.visibleRange(ContourDataset data,
Range x,
Range y)
Deprecated.
Returns the visible z-range.
|
Constructor and Description |
---|
MeterInterval(java.lang.String label,
Range range)
Creates a new interval.
|
MeterInterval(java.lang.String label,
Range range,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint backgroundPaint)
Creates a new interval.
|
Modifier and Type | Method and Description |
---|---|
Range |
WaterfallBarRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StatisticalLineAndShapeRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StatisticalBarRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedBarRenderer3D.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedBarRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedAreaRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
ScatterRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
IntervalBarRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values from the specified dataset.
|
Range |
GroupedStackedBarRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
CategoryItemRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
BoxAndWhiskerRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values from the specified dataset that the
renderer will require to display all the data.
|
Range |
AbstractCategoryItemRenderer.findRangeBounds(CategoryDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
BarRenderer.findRangeBounds(CategoryDataset dataset,
boolean includeInterval)
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.
|
Modifier and Type | Method and Description |
---|---|
Range |
XYShapeRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
|
Range |
XYItemRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
|
Range |
XYErrorRenderer.findDomainBounds(XYDataset dataset)
Returns the range required by this renderer to display all the domain
values in the specified dataset.
|
Range |
XYBlockRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
|
Range |
XYBarRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
|
Range |
VectorRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the
specified dataset.
|
Range |
ClusteredXYBarRenderer.findDomainBounds(XYDataset dataset)
Returns the x-value bounds for the specified dataset.
|
Range |
AbstractXYItemRenderer.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.
|
protected Range |
ClusteredXYBarRenderer.findDomainBoundsWithOffset(IntervalXYDataset dataset)
Iterates over the items in an
IntervalXYDataset to find
the range of x-values including the interval OFFSET so that it centers
the interval around the start value. |
Range |
YIntervalRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
XYShapeRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
XYItemRenderer.findRangeBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the y-values in the
specified dataset.
|
Range |
XYErrorRenderer.findRangeBounds(XYDataset dataset)
Returns the range required by this renderer to display all the range
values in the specified dataset.
|
Range |
XYBoxAndWhiskerRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
XYBlockRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
XYBarRenderer.findRangeBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the y-values in the
specified dataset.
|
Range |
VectorRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedXYBarRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedXYAreaRenderer2.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
StackedXYAreaRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
HighLowRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
DeviationRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
CandlestickRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the
items from the specified dataset.
|
Range |
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.
|
Range |
XYShapeRenderer.findZBounds(XYZDataset dataset)
Return the range of z-values in the specified dataset.
|
Modifier and Type | Method and Description |
---|---|
protected org.jfree.ui.Size2D |
TextTitle.arrangeRN(java.awt.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 org.jfree.ui.Size2D |
ShortTextTitle.arrangeRN(java.awt.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 org.jfree.ui.Size2D |
TextTitle.arrangeRR(java.awt.Graphics2D g2,
Range widthRange,
Range heightRange)
Returns the content size for the title.
|
protected org.jfree.ui.Size2D |
ShortTextTitle.arrangeRR(java.awt.Graphics2D g2,
Range widthRange,
Range heightRange)
Returns the content size for the title.
|
protected org.jfree.ui.Size2D |
PaintScaleLegend.arrangeRR(java.awt.Graphics2D g2,
Range widthRange,
Range heightRange)
Returns the content size for the title.
|
Modifier and Type | Method and Description |
---|---|
static Range |
Range.combine(Range range1,
Range range2)
Creates a new range by combining two existing ranges.
|
static Range |
Range.combineIgnoringNaN(Range range1,
Range range2)
Returns a new range that spans both
range1 and
range2 . |
static Range |
Range.expand(Range range,
double lowerMargin,
double upperMargin)
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 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.
|
static Range |
Range.scale(Range base,
double factor)
Scales the range by the specified factor.
|
static Range |
Range.shift(Range base,
double delta)
Shifts the range by the specified amount.
|
static Range |
Range.shift(Range base,
double delta,
boolean allowZeroCrossing)
Shifts the range by the specified amount.
|
Modifier and Type | Method and Description |
---|---|
static Range |
Range.combine(Range range1,
Range range2)
Creates a new range by combining two existing ranges.
|
static Range |
Range.combineIgnoringNaN(Range range1,
Range range2)
Returns a new range that spans both
range1 and
range2 . |
static Range |
Range.expand(Range range,
double lowerMargin,
double upperMargin)
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 specified
range AND the specified value . |
boolean |
Range.intersects(Range range)
Returns
true if the range intersects with the specified
range, and false otherwise. |
static Range |
Range.scale(Range base,
double factor)
Scales the range by the specified factor.
|
static Range |
Range.shift(Range base,
double delta)
Shifts the range by the specified amount.
|
static Range |
Range.shift(Range base,
double delta,
boolean allowZeroCrossing)
Shifts the range by the specified amount.
|
Modifier and Type | Method and Description |
---|---|
Range |
CategoryRangeInfo.getRangeBounds(java.util.List visibleSeriesKeys,
boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Modifier and Type | Method and Description |
---|---|
Range |
DefaultContourDataset.getZValueRange(Range x,
Range y)
Deprecated.
Returns the maximum z-value within visible region of plot.
|
Range |
ContourDataset.getZValueRange(Range x,
Range y)
Deprecated.
Returns the maximum z-value within visible region of plot.
|
Modifier and Type | Method and Description |
---|---|
Range |
DefaultContourDataset.getZValueRange(Range x,
Range y)
Deprecated.
Returns the maximum z-value within visible region of plot.
|
Range |
ContourDataset.getZValueRange(Range x,
Range y)
Deprecated.
Returns the maximum z-value within visible region of plot.
|
Modifier and Type | Method and Description |
---|---|
static Range |
DatasetUtilities.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 |
DatasetUtilities.findDomainBounds(XYDataset dataset)
Returns the range of values in the domain (x-values) of a dataset.
|
static Range |
DatasetUtilities.findDomainBounds(XYDataset dataset,
boolean includeInterval)
Returns the range of values in the domain (x-values) of a dataset.
|
static Range |
DatasetUtilities.findDomainBounds(XYDataset dataset,
java.util.List visibleSeriesKeys,
boolean includeInterval)
Returns the bounds of the x-values in the specified
dataset
taking into account only the visible series and including any x-interval
if requested. |
static Range |
DatasetUtilities.findRangeBounds(CategoryDataset dataset)
Returns the range of values in the range for the dataset.
|
static Range |
DatasetUtilities.findRangeBounds(CategoryDataset dataset,
boolean includeInterval)
Returns the range of values in the range for the dataset.
|
static Range |
DatasetUtilities.findRangeBounds(CategoryDataset dataset,
java.util.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 |
DatasetUtilities.findRangeBounds(XYDataset dataset)
Returns the range of values in the range for the dataset.
|
static Range |
DatasetUtilities.findRangeBounds(XYDataset dataset,
boolean includeInterval)
Returns the range of values in the range for the dataset.
|
static Range |
DatasetUtilities.findRangeBounds(XYDataset dataset,
java.util.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 |
DatasetUtilities.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 |
DatasetUtilities.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 |
DatasetUtilities.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 |
DatasetUtilities.findStackedRangeBounds(TableXYDataset dataset)
Returns the minimum and maximum values for the dataset's range,
assuming that the series are stacked.
|
static Range |
DatasetUtilities.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 |
DatasetUtilities.findZBounds(XYZDataset dataset)
Returns the range of values in the z-dimension for the dataset.
|
static Range |
DatasetUtilities.findZBounds(XYZDataset dataset,
boolean includeInterval)
Returns the range of values in the z-dimension for the dataset.
|
static Range |
DatasetUtilities.findZBounds(XYZDataset dataset,
java.util.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 |
DatasetUtilities.iterateCategoryRangeBounds(CategoryDataset dataset,
boolean includeInterval)
Deprecated.
As of 1.0.10, use
DatasetUtilities.iterateRangeBounds(CategoryDataset, boolean) . |
static Range |
DatasetUtilities.iterateDomainBounds(XYDataset dataset)
Iterates over the items in an
XYDataset to find
the range of x-values. |
static Range |
DatasetUtilities.iterateDomainBounds(XYDataset dataset,
boolean includeInterval)
Iterates over the items in an
XYDataset to find
the range of x-values. |
static Range |
DatasetUtilities.iterateRangeBounds(CategoryDataset dataset)
Iterates over the data item of the category dataset to find
the range bounds.
|
static Range |
DatasetUtilities.iterateRangeBounds(CategoryDataset dataset,
boolean includeInterval)
Iterates over the data item of the category dataset to find
the range bounds.
|
static Range |
DatasetUtilities.iterateRangeBounds(XYDataset dataset)
Iterates over the data item of the xy dataset to find
the range bounds.
|
static Range |
DatasetUtilities.iterateRangeBounds(XYDataset dataset,
boolean includeInterval)
Iterates over the data items of the xy dataset to find
the range bounds.
|
static Range |
DatasetUtilities.iterateToFindDomainBounds(XYDataset dataset,
java.util.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 |
DatasetUtilities.iterateToFindRangeBounds(CategoryDataset dataset,
java.util.List visibleSeriesKeys,
boolean includeInterval)
Iterates over the data item of the category dataset to find
the range bounds.
|
static Range |
DatasetUtilities.iterateToFindRangeBounds(XYDataset dataset,
java.util.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 |
DatasetUtilities.iterateToFindZBounds(XYZDataset dataset,
java.util.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 |
DatasetUtilities.iterateXYRangeBounds(XYDataset dataset)
Deprecated.
As of 1.0.10, use
DatasetUtilities.iterateRangeBounds(XYDataset) . |
static Range |
DatasetUtilities.iterateZBounds(XYZDataset dataset)
Iterates over the data item of the xyz dataset to find
the z-dimension bounds.
|
static Range |
DatasetUtilities.iterateZBounds(XYZDataset dataset,
boolean includeInterval)
Iterates over the data items of the xyz dataset to find
the z-dimension bounds.
|
Modifier and Type | Method and Description |
---|---|
static Range |
DatasetUtilities.findRangeBounds(XYDataset dataset,
java.util.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 |
DatasetUtilities.findZBounds(XYZDataset dataset,
java.util.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 |
DatasetUtilities.iterateToFindRangeBounds(XYDataset dataset,
java.util.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 |
DatasetUtilities.iterateToFindZBounds(XYZDataset dataset,
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
Range |
JDBCXYDataset.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Modifier and Type | Method and Description |
---|---|
Range |
DefaultStatisticalCategoryDataset.getRangeBounds(boolean includeInterval)
Returns the bounds of the values in this dataset's y-values.
|
Range |
DefaultMultiValueCategoryDataset.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Range |
DefaultBoxAndWhiskerXYDataset.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Range |
DefaultBoxAndWhiskerCategoryDataset.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Modifier and Type | Class and Description |
---|---|
class |
DateRange
A range specified in terms of two
java.util.Date objects. |
Modifier and Type | Method and Description |
---|---|
Range |
TimeSeries.findValueRange()
Returns the range of y-values in the time series.
|
Range |
TimeSeries.findValueRange(Range xRange,
TimePeriodAnchor xAnchor,
java.util.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).
|
Range |
TimeSeries.findValueRange(Range xRange,
java.util.TimeZone timeZone)
Returns the range of y-values in the time series that fall within
the specified range of x-values.
|
Range |
TimeTableXYDataset.getDomainBounds(boolean includeInterval)
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 |
TimePeriodValuesCollection.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Range |
DynamicTimeSeriesCollection.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Range |
TimeSeriesCollection.getDomainBounds(java.util.List visibleSeriesKeys,
boolean includeInterval)
Returns the bounds of the domain values for the specified series.
|
Range |
TimeSeriesCollection.getRangeBounds(boolean includeInterval)
Returns the bounds for the y-values in the dataset.
|
Range |
DynamicTimeSeriesCollection.getRangeBounds(boolean includeInterval)
Returns the value range.
|
Range |
TimeSeriesCollection.getRangeBounds(java.util.List visibleSeriesKeys,
Range xRange,
boolean includeInterval)
Returns the bounds for the y-values in the dataset.
|
Modifier and Type | Method and Description |
---|---|
Range |
TimeSeries.findValueRange(Range xRange,
TimePeriodAnchor xAnchor,
java.util.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).
|
Range |
TimeSeries.findValueRange(Range xRange,
java.util.TimeZone timeZone)
Returns the range of y-values in the time series that fall within
the specified range of x-values.
|
Range |
TimeSeriesCollection.getRangeBounds(java.util.List visibleSeriesKeys,
Range xRange,
boolean includeInterval)
Returns the bounds for the y-values in the dataset.
|
Constructor and Description |
---|
DateRange(Range other)
Constructs a new range that is based on another
Range . |
Modifier and Type | Method and Description |
---|---|
Range |
XYSeriesCollection.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 |
DefaultTableXYDataset.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Range |
CategoryTableXYDataset.getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Range |
XYDomainInfo.getDomainBounds(java.util.List visibleSeriesKeys,
boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Range |
XYSeriesCollection.getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Range |
XYRangeInfo.getRangeBounds(java.util.List visibleSeriesKeys,
Range xRange,
boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Modifier and Type | Method and Description |
---|---|
Range |
XYRangeInfo.getRangeBounds(java.util.List visibleSeriesKeys,
Range xRange,
boolean includeInterval)
Returns the range of the values in this dataset's range.
|