public class EscherRGBProperty extends EscherSimpleProperty
propertyValue| Constructor and Description |
|---|
EscherRGBProperty(short propertyNumber,
int rgbColor) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getBlue() |
byte |
getGreen() |
byte |
getRed() |
int |
getRgbColor() |
String |
toXml(String tab) |
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toStringgetId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplexpublic int getRgbColor()
public byte getRed()
public byte getGreen()
public byte getBlue()
public String toXml(String tab)
toXml in class EscherSimplePropertyCopyright © 2020. All rights reserved.