@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DC__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dc__JSIDimension", isNative=true) public class JSIDimension extends Object
Dimension
Constructor and Description |
---|
JSIDimension() |
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
|
static boolean |
instanceOf(Object instance) |
void |
setHeight(double heightParam)
Setter for height
|
void |
setWidth(double widthParam)
Setter for width
|
@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="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.