|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface abstraction of the Scale
class providing a mapping into a coordinate system.
| Method Summary | |
double |
max()
Retrieve the maximum of this scale. |
double |
max(double val)
Set the maximum of this scale. |
double |
min()
Retrieve the minimum of this scale. |
double |
min(double val)
Set the minimum of this scale. |
AxisRangeInt |
pretty(int numTicks)
|
ScaleInt |
reScale(double[] range)
|
double |
transformDimension(double value)
|
double |
transformLocation(double value)
Map the specified value as a location into this scale's coordinate system. |
double |
transformToNative(double value)
|
| Method Detail |
public double transformLocation(double value)
public double transformDimension(double value)
public double transformToNative(double value)
public double max()
public double max(double val)
public double min()
public double min(double val)
public AxisRangeInt pretty(int numTicks)
public ScaleInt reScale(double[] range)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||