@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__DC__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dc__JSIPoint",
isNative=true)
public class JSIPoint
extends Object
Point| Constructor and Description |
|---|
JSIPoint() |
| Modifier and Type | Method and Description |
|---|---|
static JSIName |
getJSIName()
Getter for specific
JSIName |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
double |
getX()
Native getter for x
|
double |
getY()
Native getter for y
|
static boolean |
instanceOf(Object instance) |
void |
setX(double xParam)
Setter for x
|
void |
setY(double yParam)
Setter for y
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsProperty(name="x") public double getX()
@JsProperty(name="x") public final void setX(double xParam)
xParam - x to set.@JsProperty(name="y") public double getY()
@JsProperty(name="y") public final void setY(double yParam)
yParam - y to set.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.