|
Class Summary |
| AbstractScaleRange |
AbstractScaleRange implements the common scale range interfaces. |
| CategoricalScale |
A categorical scale is used to map nominal values to their logical position. |
| LinearRange |
Calculate the range by taking the minimum and maximum of all data. |
| LinearScale |
A linear scale is used to map numeric values on a linear scale. |
| LogScale |
A log scale maps numeric values on a logarithmic scale. |
| PowerScale |
A power scale maps numeric values by raising it to the power of a specified
number. |
| Scale |
A scale defines the measurement of a dimension. |
| Scale.Value |
This class calculate a dynamic scaled value. |
| StackRange |
Calculate the range by stacking the values. |
| TimeScale |
A time scale is used to map date/time values on a linear scale. |