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