Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.chart.print |
Defines classes and interfaces for printing the content of an
IlvChart . |
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Field and Description |
---|---|
IlvDataInterval |
IlvDataWindow.xRange
The data interval along the x-axis.
|
IlvDataInterval |
IlvDataWindow.yRange
The data interval along the y-axis.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvAxisTransformer.apply(IlvDataInterval itv)
Applies the transformation to a data interval.
|
IlvDataInterval |
IlvDefaultDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvChartResizingPolicy.computeVisibleRange(IlvChart chart,
IlvAxis axis,
Rectangle oldDrawRect,
Rectangle drawRect)
Computes the new visible range for the specified axis.
|
IlvDataInterval |
IlvAxis.getDataRange()
Returns the data range along this axis.
|
abstract IlvDataInterval |
IlvChartPrintContext.getRange(int axisIdx)
Returns the printing range for the specified axis.
|
IlvDataInterval |
IlvLocalZoomAxisTransformer.getTransformedRange()
Returns the transformed zoom range.
|
IlvDataInterval |
IlvAxis.getTVisibleRange()
Returns the visible range shown by this axis, optionally
transformed by the associated transformer.
|
IlvDataInterval |
IlvAxis.getVisibleRange()
Returns the visible range shown by this axis.
|
abstract IlvDataInterval |
IlvChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
abstract IlvDataInterval |
IlvChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
abstract IlvDataInterval |
IlvChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified x-interval.
|
IlvDataInterval |
IlvLocalZoomAxisTransformer.getZoomRange()
Returns the zoom range.
|
IlvDataInterval |
IlvAxisTransformer.inverse(IlvDataInterval itv)
Applies the inverse transformation to a data interval.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvDataInterval.add(IlvDataInterval itv)
Adds the given interval.
|
protected void |
IlvDefaultDataRangePolicy.adjustRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval range)
Adjusts the data range of the specified axis.
|
static void |
IlvDefaultStepsDefinition.adjustRange(IlvDataInterval range)
Adjusts the specified range so that its limits are snapped to unit values.
|
IlvDataInterval |
IlvAxisTransformer.apply(IlvDataInterval itv)
Applies the transformation to a data interval.
|
IlvDataInterval |
IlvDefaultDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
boolean |
IlvDataInterval.contains(IlvDataInterval itv)
Returns whether the given interval is included within this interval.
|
Shape |
IlvChartProjector.getShape(double value,
IlvDataInterval inter,
int axisType,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the shape corresponding to the specified value.
|
abstract IlvDataInterval |
IlvChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
abstract IlvDataInterval |
IlvChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
abstract IlvDataInterval |
IlvChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified x-interval.
|
void |
IlvDataInterval.intersection(IlvDataInterval itv)
Computes the intersection of this interval with the given interval and
modifies this data interval accordingly.
|
void |
IlvDataWindow.intersection(IlvDataInterval xRange,
IlvDataInterval yRange)
Computes the intersection between the specified intervals along the
x- and y-axis with this data window and modifies this data window
accordingly.
|
boolean |
IlvDataInterval.intersects(IlvDataInterval itv)
Returns whether the given interval intersects this interval.
|
IlvDataInterval |
IlvAxisTransformer.inverse(IlvDataInterval itv)
Applies the inverse transformation to a data interval.
|
void |
IlvAxis.setDataRange(IlvDataInterval range)
Sets the data range along this axis.
|
void |
IlvAxis.setVisibleRange(IlvDataInterval range)
Sets the visible range along this axis.
|
void |
IlvDataInterval.subtract(IlvDataInterval itv)
Subtracts the given interval.
|
boolean |
IlvLogarithmicAxisTransformer.validateInterval(IlvDataInterval itv)
Modifies the specified interval so that it is consistent with
the definition domain of the transformation.
|
boolean |
IlvLocalZoomAxisTransformer.validateInterval(IlvDataInterval itv)
Modifies the specified interval so that it is consistent with
the definition domain of the transformation.
|
boolean |
IlvAxisTransformer.validateInterval(IlvDataInterval itv)
Modifies the specified interval so that it is consistent with
the definition domain of the transformation.
|
Constructor and Description |
---|
IlvDataInterval(IlvDataInterval itv)
Creates a new
IlvDataInterval object from the
given interval. |
IlvDataWindow(IlvDataInterval xRange,
IlvDataInterval yRange)
Creates a new
IlvDataWindow object with
the specified ranges along the x- and y-axis. |
IlvLocalZoomAxisTransformer(IlvDataInterval zoomRange,
double zoomFactor,
boolean continuous)
Creates a new local zoom transformer with the specified zoom window,
zoom factor, and continuous property.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvAbstractDataSet.getXRange()
Returns the limits of the x-values handled by this data set.
|
IlvDataInterval |
IlvXSortedDataSet.getXRange(IlvDataInterval range)
The implementation here looks at the first and last X values.
|
IlvDataInterval |
IlvFilterDataSet.getXRange(IlvDataInterval range)
This method may be overridden in subclasses.
|
IlvDataInterval |
IlvDataSet.getXRange(IlvDataInterval range)
Returns the limits of the x-values handled by this data set.
|
IlvDataInterval |
IlvAbstractDataSet.getXRange(IlvDataInterval xRange)
Returns the limits of the x-values handled by this data set.
|
IlvDataInterval |
IlvAbstractDataSet.getYRange()
Returns the limits of the y-values handled by this data set.
|
IlvDataInterval |
IlvFilterDataSet.getYRange(IlvDataInterval range)
This method may be overridden in subclasses.
|
IlvDataInterval |
IlvDataSet.getYRange(IlvDataInterval range)
Returns the limits of the y-values handled by this data set.
|
IlvDataInterval |
IlvAbstractDataSet.getYRange(IlvDataInterval yRange)
Returns the limits of the y-values handled by this data set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvFunctionDataSet.computeLimits(IlvDataInterval xRange,
IlvDataInterval yRange)
Computes the limits of the values stored in this data set.
|
protected void |
IlvAbstractDataSet.computeLimits(IlvDataInterval xRange,
IlvDataInterval yRange)
Computes the limits of the values stored in this data set.
|
IlvDataInterval |
IlvXSortedDataSet.getXRange(IlvDataInterval range)
The implementation here looks at the first and last X values.
|
IlvDataInterval |
IlvFilterDataSet.getXRange(IlvDataInterval range)
This method may be overridden in subclasses.
|
IlvDataInterval |
IlvDataSet.getXRange(IlvDataInterval range)
Returns the limits of the x-values handled by this data set.
|
IlvDataInterval |
IlvAbstractDataSet.getXRange(IlvDataInterval xRange)
Returns the limits of the x-values handled by this data set.
|
IlvDataInterval |
IlvFilterDataSet.getYRange(IlvDataInterval range)
This method may be overridden in subclasses.
|
IlvDataInterval |
IlvDataSet.getYRange(IlvDataInterval range)
Returns the limits of the y-values handled by this data set.
|
IlvDataInterval |
IlvAbstractDataSet.getYRange(IlvDataInterval yRange)
Returns the limits of the y-values handled by this data set.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvDataTile.getRange()
Returns the interval covered by the tile.
|
IlvDataInterval |
IlvDataTileLoader.getXRange()
Returns the limits of the x-values that will be provided by the loader.
|
IlvDataInterval |
IlvDataTileLoader.getYRange()
Returns the limits of the y-values that will be provided by the loader.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvLODDataSet.computeLimits(IlvDataInterval xRange,
IlvDataInterval yRange)
Computes the limits of the values stored in this data set.
|
int[] |
IlvDataTileController.getTileIndices(IlvDataInterval range)
Returns the indices of the tiles intersecting a given range.
|
void |
IlvDataTileController.requestLoading(IlvDataInterval range,
Object req)
Requests the loading of data according to the specified range.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
AxisRangeEvent.getStoredRange()
Returns the range that is stored as non-redundant information in this
event.
|
Constructor and Description |
---|
AxisRangeEvent(IlvAxis axis,
IlvDataInterval range,
boolean aboutToChange,
boolean isAdjusting,
boolean visibleRange)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvDataIndicator.getRange()
Returns the range displayed by this indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvThresholdIndicator.setRange(IlvDataInterval range)
Sets the range displayed by this indicator.
|
void |
IlvDataIndicator.setRange(IlvDataInterval range)
Sets the range displayed by this indicator.
|
Constructor and Description |
---|
IlvDataIndicator(int axisIndex,
IlvDataInterval range,
String text)
Creates an indicator for the specified range with the specified text.
|
IlvThresholdIndicator(int axisIndex,
IlvDataInterval range,
String text,
String[] properties)
Creates a threshold for the specified range with the specified text.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvDefaultChartPrintContext.getRange(int axisIdx)
Returns the printing range for the specified axis.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvTreemapChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of x-values (before application of the projector)
that this renderer uses.
|
IlvDataInterval |
IlvSingleChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
IlvDataInterval |
IlvCompositeChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
IlvDataInterval |
IlvTreemapChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of y-values (before application of the projector)
that this renderer uses.
|
IlvDataInterval |
IlvSingleChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvPieChartRenderer.getYRange(IlvDataInterval range)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvCompositeChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvTreemapChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of y-values (before application of the projector)
that this renderer uses over a given x-values range.
|
IlvDataInterval |
IlvSingleChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified X interval.
|
IlvDataInterval |
IlvCompositeChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified X interval.
|
IlvDataInterval |
IlvSinglePieRenderer.getYRange(int dataIdx,
IlvDataInterval range)
Returns the Y range covered by the specified slice.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
IlvTreemapChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of x-values (before application of the projector)
that this renderer uses.
|
IlvDataInterval |
IlvSingleChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
IlvDataInterval |
IlvCompositeChartRenderer.getXRange(IlvDataInterval retRange)
Returns the range of the x-values displayed by this renderer.
|
IlvDataInterval |
IlvTreemapChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of y-values (before application of the projector)
that this renderer uses.
|
IlvDataInterval |
IlvSingleChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvPieChartRenderer.getYRange(IlvDataInterval range)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvCompositeChartRenderer.getYRange(IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer.
|
IlvDataInterval |
IlvTreemapChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of y-values (before application of the projector)
that this renderer uses over a given x-values range.
|
IlvDataInterval |
IlvSingleChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified X interval.
|
IlvDataInterval |
IlvCompositeChartRenderer.getYRange(IlvDataInterval xRange,
IlvDataInterval retRange)
Returns the range of the y-values displayed by this renderer within the
specified X interval.
|
IlvDataInterval |
IlvSinglePieRenderer.getYRange(int dataIdx,
IlvDataInterval range)
Returns the Y range covered by the specified slice.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.