|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
org.apache.poi.ddf.EscherRGBProperty
A color property.
Field Summary |
Fields inherited from class org.apache.poi.ddf.EscherSimpleProperty |
propertyValue |
Constructor Summary | |
EscherRGBProperty(short propertyNumber,
int rgbColor)
|
Method Summary | |
byte |
getBlue()
|
byte |
getGreen()
|
byte |
getRed()
|
int |
getRgbColor()
|
Methods inherited from class org.apache.poi.ddf.EscherSimpleProperty |
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toString |
Methods inherited from class org.apache.poi.ddf.EscherProperty |
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EscherRGBProperty(short propertyNumber, int rgbColor)
Method Detail |
public int getRgbColor()
public byte getRed()
public byte getGreen()
public byte getBlue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |