Interface IColorMappable

    • Method Detail

      • getMin

        double getMin()
        Retrieve the lower value boundary for a IColorMap.
        Returns:
        the minimum Z value
      • getMax

        double getMax()
        Retrieve the upper value boundary for a IColorMap.
        Returns:
        the maximum Z value
      • setMin

        void setMin​(double value)
        Set the lower value boundary for a IColorMap.
        Parameters:
        value - the minimum Z value
      • setMax

        void setMax​(double value)
        Set the upper value boundary for a IColorMap.
        Parameters:
        value - the maximum Z value