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