Package elemental2.dom
Interface DOMPointInit
-
@JsType(isNative=true, namespace="<global>") public interface DOMPointInit
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DOMPointInit
create()
double
getW()
double
getX()
double
getY()
double
getZ()
void
setW(double w)
void
setX(double x)
void
setY(double y)
void
setZ(double z)
-
-
-
Method Detail
-
create
@JsOverlay static DOMPointInit create()
-
getW
@JsProperty double getW()
-
getX
@JsProperty double getX()
-
getY
@JsProperty double getY()
-
getZ
@JsProperty double getZ()
-
setW
@JsProperty void setW(double w)
-
setX
@JsProperty void setX(double x)
-
setY
@JsProperty void setY(double y)
-
setZ
@JsProperty void setZ(double z)
-
-