org.gnu.pango
Class LayoutLine

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

public class LayoutLine
extends Boxed

The PangoLayoutLine structure represents one of the lines resulting from laying out a paragraph via PangoLayout. PangoLayoutLine structures are obtained by calling Layout.getLine(int) and are only valid until the text, attributes, or settings of the parent PangoLayout are modified.

Routines for rendering PangoLayout objects are provided in code specific to each rendering system.


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
 


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