@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface DOMRectInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DOMRectInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
height() |
static DOMRectInit.Builder |
of() |
void |
setHeight(double height) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
double |
width() |
double |
x() |
double |
y() |
@JsOverlay @Nonnull static DOMRectInit.Builder of()
@JsProperty(name="height") double height()
@JsProperty void setHeight(double height)
@JsProperty(name="width") double width()
@JsProperty void setWidth(double width)
@JsProperty(name="x") double x()
@JsProperty void setX(double x)
@JsProperty(name="y") double y()
@JsProperty void setY(double y)