Class DOMPoint
java.lang.Object
elemental2.dom.DOMPointReadOnly
elemental2.dom.DOMPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class elemental2.dom.DOMPointReadOnly
fromPoint
-
Field Details
-
w
public double w -
x
public double x -
y
public double y -
z
public double z
-
-
Constructor Details
-
DOMPoint
public DOMPoint() -
DOMPoint
public DOMPoint(double x, double y, double z, double w) -
DOMPoint
public DOMPoint(double x, double y, double z) -
DOMPoint
public DOMPoint(double x, double y) -
DOMPoint
public DOMPoint(double x)
-