public class EscherRGBProperty extends EscherSimpleProperty
propertyValue| Constructor | Description |
|---|---|
EscherRGBProperty(short propertyNumber,
int rgbColor) |
| Modifier and Type | Method | Description |
|---|---|---|
byte |
getBlue() |
|
byte |
getGreen() |
|
byte |
getRed() |
|
int |
getRgbColor() |
|
java.lang.String |
toXml(java.lang.String tab) |
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplexequals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toStringpublic int getRgbColor()
public byte getRed()
public byte getGreen()
public byte getBlue()
public java.lang.String toXml(java.lang.String tab)
toXml in class EscherSimplePropertyCopyright 2018 The Apache Software Foundation or its licensors, as applicable.