Class AttrIterator

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.pango.AttrIterator
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class AttrIterator extends ProxyInstance
A PangoAttrIterator is used to iterate through a PangoAttrList.

A new iterator is created with AttrList.getIterator(). Once the iterator is created, it can be advanced through the style changes in the text using next(). At each style change, the range of the current style segment and the attributes currently in effect can be queried.