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.util |
Contains general-purpose utility classes.
|
Modifier and Type | Method and Description |
---|---|
IlvDoubleArray |
IlvScale.getStepValues()
Returns the step values.
|
IlvDoubleArray |
IlvScale.getSubStepValues()
Returns the substep values.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvGrid.draw(Graphics g,
IlvDoubleArray values,
boolean major)
Draws the grid using the specified grid line values.
|
Shape[] |
IlvGrid.getGridShapes(IlvDoubleArray values)
Returns the grid lines for the specified values as an
array of
Shape . |
Modifier and Type | Field and Description |
---|---|
protected IlvDoubleArray |
IlvDefaultDataSet.xValues
The x-values array.
|
protected IlvDoubleArray |
IlvDefaultDataSet.yValues
The y-values array.
|
Modifier and Type | Method and Description |
---|---|
IlvDoubleArray |
IlvDoubleArray.copy()
Returns a copy of this array.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDoubleArray.add(IlvDoubleArray array)
Adds all the values of the specified array at the end of this array.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.