Class DOMRect
java.lang.Object
elemental2.dom.ClientRect
elemental2.dom.DOMRectReadOnly
elemental2.dom.DOMRect
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class elemental2.dom.DOMRectReadOnly
fromRect
-
Field Details
-
bottom
public double bottom -
height
public double height -
left
public double left -
right
public double right -
top
public double top -
width
public double width -
x
public double x -
y
public double y
-
-
Constructor Details
-
DOMRect
public DOMRect() -
DOMRect
public DOMRect(double x, double y, double width, double height) -
DOMRect
public DOMRect(double x, double y, double width) -
DOMRect
public DOMRect(double x, double y) -
DOMRect
public DOMRect(double x)
-