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)
(propertyNumber - 属性编号(或 id))
rgbColor - The 24 bit value of this rgb property
(rgbColor - 此 rgb 属性的 24 位值)
public EscherRGBProperty(EscherPropertyTypes propertyType, int rgbColor)
propertyType - one of the defined property types
(propertyType - 定义的属性类型之一)
rgbColor - The 24 bit value of this rgb property
(rgbColor - 此 rgb 属性的 24 位值)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.