public class EscherRGBProperty extends EscherSimpleProperty
| Constructor and Description |
|---|
EscherRGBProperty(EscherPropertyTypes propertyType,
int rgbColor)
Create an instance of an escher boolean property.
|
EscherRGBProperty(short propertyNumber,
int rgbColor)
Create an instance of an escher boolean property.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getBlue() |
byte |
getGreen() |
byte |
getRed() |
int |
getRgbColor() |
equals, getGenericProperties, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePartgetGenericChildren, getGenericRecordType, getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex, toString, toXmlpublic EscherRGBProperty(short propertyNumber,
int rgbColor)
propertyNumber - The property number (or id)rgbColor - The 24 bit value of this rgb propertypublic EscherRGBProperty(EscherPropertyTypes propertyType, int rgbColor)
propertyType - one of the defined property typesrgbColor - The 24 bit value of this rgb propertyCopyright 2022 The Apache Software Foundation or its licensors, as applicable.