Package com.treemap
Interface Scale
- All Known Implementing Classes:
NumericTransformScale
@JsType
public interface Scale
Defines how values should be transformed to determine their proportional size.
-
Method Summary
-
Method Details
-
transform
double transform(double value, double min, double max)
-