Package loci.poi.ddf
Class EscherRGBProperty
- java.lang.Object
-
- loci.poi.ddf.EscherProperty
-
- loci.poi.ddf.EscherSimpleProperty
-
- loci.poi.ddf.EscherRGBProperty
-
public class EscherRGBProperty extends EscherSimpleProperty
A color property.- Author:
- Glen Stampoultzis (glens at apache.org)
-
-
Field Summary
-
Fields inherited from class loci.poi.ddf.EscherSimpleProperty
propertyValue
-
Fields inherited from class loci.poi.ddf.EscherProperty
id
-
-
Constructor Summary
Constructors Constructor Description EscherRGBProperty(short propertyNumber, int rgbColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getBlue()
byte
getGreen()
byte
getRed()
int
getRgbColor()
-
Methods inherited from class loci.poi.ddf.EscherSimpleProperty
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toString
-
Methods inherited from class loci.poi.ddf.EscherProperty
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex
-
-