Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherRGBProperty [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherProperty
      org.apache.poi.ddf.EscherSimpleProperty
         org.apache.poi.ddf.EscherRGBProperty
A color property.
Fields inherited from org.apache.poi.ddf.EscherSimpleProperty:
propertyValue
Fields inherited from org.apache.poi.ddf.EscherProperty:
id
Constructor:
 public EscherRGBProperty(short propertyNumber,
    int rgbColor) 
Method from org.apache.poi.ddf.EscherRGBProperty Summary:
getBlue,   getGreen,   getRed,   getRgbColor
Methods from org.apache.poi.ddf.EscherSimpleProperty:
equals,   getPropertyValue,   hashCode,   serializeComplexPart,   serializeSimplePart,   toString
Methods from org.apache.poi.ddf.EscherProperty:
getId,   getName,   getPropertyNumber,   getPropertySize,   isBlipId,   isComplex,   serializeComplexPart,   serializeSimplePart
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherRGBProperty Detail:
 public byte getBlue() 
 public byte getGreen() 
 public byte getRed() 
 public int getRgbColor()