public class ValueScales extends Object
ValueScales class is useful to create
different types of ValueScales.
It cannot be instantiated.
Allows for a both a linear and logarithmic scale to be created.
The ValueScale objects handle the scaling themselves.
| Modifier and Type | Method and Description |
|---|---|
static ValueScale |
linearScale()
Returns a linear scale to handle value scaling.
|
static ValueScale |
logScale()
Returns a logarithmic scale to handle value scaling.
|
public static ValueScale linearScale()
public static ValueScale logScale()
Copyright © 2015. All rights reserved.