Interface DoubleRange
- All Known Subinterfaces:
ConstrainDoubleRange
@JsType(isNative=true,
namespace="<global>")
public interface DoubleRange
-
Method Summary
-
Method Details
-
create
-
getMax
@JsProperty double getMax() -
getMin
@JsProperty double getMin() -
setMax
@JsProperty void setMax(double max) -
setMin
@JsProperty void setMin(double min)
-