Package com.itextpdf.io.font.otf
Class ActualTextIterator
java.lang.Object
com.itextpdf.io.font.otf.ActualTextIterator
- All Implemented Interfaces:
-
Iterator<GlyphLine.GlyphLinePart>
-
Constructor Summary
ConstructorDescriptionActualTextIterator
(GlyphLine glyphLine) ActualTextIterator
(GlyphLine glyphLine, int start, int end) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ActualTextIterator
-
ActualTextIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
-
hasNext
in interfaceIterator<GlyphLine.GlyphLinePart>
-
next
- Specified by:
-
next
in interfaceIterator<GlyphLine.GlyphLinePart>
-
remove
public void remove()- Specified by:
-
remove
in interfaceIterator<GlyphLine.GlyphLinePart>
-