@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DC__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dc__JSIColor", isNative=true) public class JSIColor extends Object
Color
Constructor and Description |
---|
JSIColor() |
Modifier and Type | Method and Description |
---|---|
int |
getBlue()
Native getter for blue
|
int |
getGreen()
Native getter for green
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
int |
getRed()
Native getter for red
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setBlue(int blueParam)
Setter for blue
|
void |
setGreen(int greenParam)
Setter for green
|
void |
setRed(int redParam)
Setter for red
|
@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="red") public int getRed()
@JsProperty(name="red") public final void setRed(int redParam)
redParam
- red to set.@JsProperty(name="green") public int getGreen()
@JsProperty(name="green") public final void setGreen(int greenParam)
greenParam
- green to set.@JsProperty(name="blue") public int getBlue()
@JsProperty(name="blue") public final void setBlue(int blueParam)
blueParam
- blue to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.