public class Color extends KieDMNModelInstrumentedBase implements Color
Modifier and Type | Field and Description |
---|---|
protected int |
blue |
protected int |
green |
protected int |
red |
Constructor and Description |
---|
Color() |
Modifier and Type | Method and Description |
---|---|
int |
getBlue()
Gets the value of the blue property.
|
int |
getGreen()
Gets the value of the green property.
|
int |
getRed()
Gets the value of the red property.
|
void |
setBlue(int value)
Sets the value of the blue property.
|
void |
setGreen(int value)
Sets the value of the green property.
|
void |
setRed(int value)
Sets the value of the red property.
|
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
public int getRed()
public void setRed(int value)
public int getGreen()
public void setGreen(int value)
public int getBlue()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.