| 
 | |||||||||
| 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
public class EscherRGBProperty
A color property.
| Constructor Summary | |
|---|---|
| EscherRGBProperty(short propertyNumber,
                  int rgbColor) | |
| Method Summary | |
|---|---|
|  byte | getBlue() | 
|  byte | getGreen() | 
|  byte | getRed() | 
|  int | getRgbColor() | 
|  java.lang.String | toXml(java.lang.String tab) | 
| 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()
public java.lang.String toXml(java.lang.String tab)
toXml in class EscherSimpleProperty| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||