@JsType(isNative=true,
name="DOMRect",
namespace="<global>")
public class DOMRect
extends Object
| Constructor and Description |
|---|
DOMRect() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottom() |
double |
getHeight() |
double |
getLeft() |
double |
getRight() |
double |
getTop() |
double |
getWidth() |
@JsProperty(name="bottom") public double getBottom()
@JsProperty(name="height") public double getHeight()
@JsProperty(name="left") public double getLeft()
@JsProperty(name="right") public double getRight()
@JsProperty(name="top") public double getTop()
@JsProperty(name="width") public double getWidth()
Copyright © 2018 Xalys. All rights reserved.