Class StandardDeviationStretchParameters

  • All Implemented Interfaces:
    StretchParameters

    public final class StandardDeviationStretchParameters
    extends java.lang.Object
    implements StretchParameters
    Represents a standard deviation stretch parameters.
    Since:
    100.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardDeviationStretchParameters​(double factor)
      Creates a new StandardDeviationStretchParameters with the specified standard deviation factor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getFactor()
      Gets the standard deviation factor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardDeviationStretchParameters

        public StandardDeviationStretchParameters​(double factor)
        Creates a new StandardDeviationStretchParameters with the specified standard deviation factor.
        Parameters:
        factor - standard deviation factor
        Since:
        100.0.0
    • Method Detail

      • getFactor

        public double getFactor()
        Gets the standard deviation factor.
        Returns:
        the standard deviation factor
        Since:
        100.0.0