Package elemental2.dom
Interface DoubleRange
-
- All Known Subinterfaces:
ConstrainDoubleRange
@JsType(isNative=true, namespace="<global>") public interface DoubleRange
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DoubleRange
create()
double
getMax()
double
getMin()
void
setMax(double max)
void
setMin(double min)
-
-
-
Method Detail
-
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)
-
-