org.gnu.pango
Class AttrColor

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.pango.Attribute
              |
              +--org.gnu.pango.AttrColor

public class AttrColor
extends Attribute

The PangoAttrColor structure is used to represent attributes that are colors.


Constructor Summary
AttrColor()
           
 
Method Summary
 Color getColor()
          Returns the color
 
Methods inherited from class org.gnu.pango.Attribute
getEndIndex, getStartIndex
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrColor

public AttrColor()
Method Detail

getColor

public Color getColor()
Returns the color


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net