Class PercentClipStretchParameters

  • All Implemented Interfaces:
    StretchParameters

    public final class PercentClipStretchParameters
    extends java.lang.Object
    implements StretchParameters
    Represents a percent clip stretch parameters.
    Since:
    100.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      PercentClipStretchParameters​(double min, double max)
      Creates a new PercentClipStretchParameters with the specified minimum and maximum value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getMax()
      Gets the maximum value.
      double getMin()
      Gets the minimum value.
      • Methods inherited from class java.lang.Object

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

      • PercentClipStretchParameters

        public PercentClipStretchParameters​(double min,
                                            double max)
        Creates a new PercentClipStretchParameters with the specified minimum and maximum value.
        Parameters:
        min - minimum value
        max - maximum value
        Since:
        100.0.0
    • Method Detail

      • getMin

        public double getMin()
        Gets the minimum value.
        Returns:
        the minimum value
        Since:
        100.0.0
      • getMax

        public double getMax()
        Gets the maximum value.
        Returns:
        the maximum value
        Since:
        100.0.0