public class DOMPointReadOnly
extends java.lang.Object
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
DOMPointReadOnly |
fromPoint(DOMPointInit other) |
public DOMPointReadOnly()
public DOMPointReadOnly(double x,
double y,
double z,
double w)
public DOMPointReadOnly(double x,
double y,
double z)
public DOMPointReadOnly(double x,
double y)
public DOMPointReadOnly(double x)
public DOMPointReadOnly fromPoint(DOMPointInit other)