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

    Modifier and Type
    Method
    Description
    double
    transform(double value, double min, double max)
     
  • Method Details

    • transform

      double transform(double value, double min, double max)