@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DC__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dc__JSIBounds", isNative=true) public class JSIBounds extends Object
Bounds
Constructor and Description |
---|
JSIBounds() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Native getter for height
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
double |
getWidth()
Native getter for width
|
double |
getX()
Native getter for x
|
double |
getY()
Native getter for y
|
static boolean |
instanceOf(Object instance) |
void |
setHeight(double heightParam)
Setter for height
|
void |
setWidth(double widthParam)
Setter for width
|
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()
JSIName
JSIName
@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.@JsProperty(name="width") public double getWidth()
@JsProperty(name="width") public final void setWidth(double widthParam)
widthParam
- width to set.@JsProperty(name="height") public double getHeight()
@JsProperty(name="height") public final void setHeight(double heightParam)
heightParam
- height to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.