net.nexttext
Class TextObjectGlyphIterator

java.lang.Object
  extended by net.nexttext.TextObjectGlyphIterator

public class TextObjectGlyphIterator
extends java.lang.Object

A utility class used to traverse the Glyph children of a TextObjectGroup.


Method Summary
 boolean hasNext()
          If the traversal is complete.
 TextObjectGlyph next()
          Get the next node in the traversal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
If the traversal is complete.


next

public TextObjectGlyph next()
Get the next node in the traversal.