Interface DoubleRange

  • All Known Subinterfaces:
    ConstrainDoubleRange

    @JsType(isNative=true,
            namespace="<global>")
    public interface DoubleRange
    • Method Detail

      • getMax

        @JsProperty
        double getMax()
      • getMin

        @JsProperty
        double getMin()
      • setMax

        @JsProperty
        void setMax​(double max)
      • setMin

        @JsProperty
        void setMin​(double min)