org.gnu.pango
Class AttrInt

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

public class AttrInt
extends Attribute

The PangoAttrInt object is used to represent attributes with a integer value


Constructor Summary
AttrInt()
           
 
Method Summary
 int getValue()
          Returns the value of the object.
 
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

AttrInt

public AttrInt()
Method Detail

getValue

public int getValue()
Returns the value of the object.


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