Module xaos.ui.plot

Class DensityChartFX.ColorGradient

  • Enclosing class:
    DensityChartFX<X,​Y>

    public static final class DensityChartFX.ColorGradient
    extends Object
    Color gradient class provides colors to encode DensityChartFX data values. Color gradient should contain two or more stops with offsets between 0.0 and 1.0. The DensityChartFX will apply a linear interpolation between colors with a fraction calculated from the value and lower/upper bound of the DensityChartFX Z axis.
    See Also:
    LinearGradient