Package elemental2.dom
Class DOMPointReadOnly
- java.lang.Object
-
- elemental2.dom.DOMPointReadOnly
-
- Direct Known Subclasses:
DOMPoint
@JsType(isNative=true, namespace="<global>") public class DOMPointReadOnly extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DOMPointReadOnly()
DOMPointReadOnly(double x)
DOMPointReadOnly(double x, double y)
DOMPointReadOnly(double x, double y, double z)
DOMPointReadOnly(double x, double y, double z, double w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DOMPointReadOnly
fromPoint(DOMPointInit other)
-
-
-
Constructor Detail
-
DOMPointReadOnly
public DOMPointReadOnly()
-
DOMPointReadOnly
public DOMPointReadOnly(double x, double y, double z, double w)
-
DOMPointReadOnly
public DOMPointReadOnly(double x, double y, double z)
-
DOMPointReadOnly
public DOMPointReadOnly(double x, double y)
-
DOMPointReadOnly
public DOMPointReadOnly(double x)
-
-
Method Detail
-
fromPoint
public DOMPointReadOnly fromPoint(DOMPointInit other)
-
-