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, serializeSimplePart
getGenericChildren, getGenericRecordType, getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex, toString, toXml
public 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)
propertyNumber
- The property typergbColor
- The 24 bit value of this rgb propertyCopyright 2020 The Apache Software Foundation or its licensors, as applicable.