Interface DoubleRange

All Known Subinterfaces:
ConstrainDoubleRange

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

    Modifier and Type
    Method
    Description
     
    double
     
    double
     
    void
    setMax(double max)
     
    void
    setMin(double min)
     
  • Method Details

    • create

      @JsOverlay static DoubleRange create()
    • getMax

      @JsProperty double getMax()
    • getMin

      @JsProperty double getMin()
    • setMax

      @JsProperty void setMax(double max)
    • setMin

      @JsProperty void setMin(double min)