Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
double |
IlvLogarithmicAxisTransformer.apply(double value)
Applies the transformation to the specified value.
|
double |
IlvLocalZoomAxisTransformer.apply(double v)
Applies the transformation to the specified value.
|
abstract double |
IlvAxisTransformer.apply(double value)
Applies the transformation to the specified value.
|
double |
IlvAffineAxisTransformer.apply(double value)
Applies the transformation to the specified value.
|
double[] |
IlvLocalZoomAxisTransformer.apply(double[] values,
int count)
Applies the transformation to the specified values.
|
double[] |
IlvAxisTransformer.apply(double[] values,
int count)
Applies the transformation to the specified values.
|
IlvDataInterval |
IlvAxisTransformer.apply(IlvDataInterval itv)
Applies the transformation to a data interval.
|
double |
IlvLogarithmicAxisTransformer.inverse(double value)
Applies the inverse transformation to the specified value.
|
double |
IlvLocalZoomAxisTransformer.inverse(double v)
Applies the inverse transformation to the specified value.
|
abstract double |
IlvAxisTransformer.inverse(double value)
Applies the inverse transformation to the specified value.
|
double |
IlvAffineAxisTransformer.inverse(double value)
Applies the inverse transformation to the specified value.
|
double[] |
IlvAxisTransformer.inverse(double[] values,
int count)
Applies the inverse transformation to the specified values.
|
IlvDataInterval |
IlvAxisTransformer.inverse(IlvDataInterval itv)
Applies the inverse transformation to a data interval.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.