Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvDataPoints |
IlvDataSetPoint.getData()
Returns an
IlvDataPoints object representing this data point. |
IlvDataPoints |
IlvDataSet.getData()
Returns all the data points held by this data set.
|
IlvDataPoints |
IlvCyclicDataSet.getData()
Returns all the data points held by this data set.
|
IlvDataPoints |
IlvAbstractDataSet.getData()
Returns all the data points held by this data set.
|
IlvDataPoints |
IlvDataSet.getDataBetween(int iMin,
int iMax)
Returns the data points between the two specified indices.
|
IlvDataPoints |
IlvCyclicDataSet.getDataBetween(int iMin,
int iMax)
Returns the data points between the two specified indices.
|
IlvDataPoints |
IlvAbstractDataSet.getDataBetween(int iMin,
int iMax)
Returns the data points between the two specified indices.
|
IlvDataPoints |
IlvDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
IlvDataPoints |
IlvCyclicDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
IlvDataPoints |
IlvAbstractDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
protected IlvDataPoints |
IlvAbstractDataSet.getDataInside(IlvDataWindow window,
int iMin,
int iMax,
int adjCount,
boolean continuous)
Returns the data points of the specified index range inside the specified
data window.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDataPoints.add(IlvDataPoints pts)
Appends the contents of the specified object.
|
Modifier and Type | Method and Description |
---|---|
IlvDataPoints |
IlvLODDataSet.getDataBetween(int iMin,
int iMax)
Returns the data points between the two specified indices.
|
IlvDataPoints |
IlvLODDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.