org.gnu.pango
Class AttrFloat

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

public class AttrFloat
extends Attribute

The PangoAttrFloat structure is used to represent attributes with a float or double value.


Constructor Summary
AttrFloat()
           
 
Method Summary
 double getValue()
          Returns the value
 
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

AttrFloat

public AttrFloat()
Method Detail

getValue

public double getValue()
Returns the value


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