@Generated(value="org.realityforge.webtack") @JsType(isNative=true, namespace="<global>", name="Object") public static interface DOMPointInit.Builder extends DOMPointInit
DOMPointInit.Builder
Modifier and Type | Method and Description |
---|---|
default DOMPointInit.Builder |
w(double w)
The DOMPointInit dictionary's w property is used to specify the w perspective value of a point in space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
|
default DOMPointInit.Builder |
x(double x)
The DOMPointInit dictionary's x property is used to specify the x component of a point in 2D or 3D space when either creating or serializing a DOMPoint or DOMPointReadOnly.
|
default DOMPointInit.Builder |
y(double y)
The DOMPointInit dictionary's y property is used to specify the y-coordinate of a point in 2D or 3D space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
|
default DOMPointInit.Builder |
z(double z)
The DOMPointInit dictionary's z property is used to specify the z-coordinate of a point in 2D or 3D space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
|
@JsOverlay @Nonnull default DOMPointInit.Builder w(double w)
@JsOverlay @Nonnull default DOMPointInit.Builder x(double x)
@JsOverlay @Nonnull default DOMPointInit.Builder y(double y)
@JsOverlay @Nonnull default DOMPointInit.Builder z(double z)