Package com.itextpdf.io.font.otf
Class ActualTextIterator
java.lang.Object
com.itextpdf.io.font.otf.ActualTextIterator
- All Implemented Interfaces:
Iterator<GlyphLine.GlyphLinePart>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionActualTextIterator
(GlyphLine glyphLine) ActualTextIterator
(GlyphLine glyphLine, int start, int end) -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
glyphLinePartNeedsActualText
(GlyphLine.GlyphLinePart glyphLinePart) boolean
hasNext()
next()
private GlyphLine.GlyphLinePart
nextGlyphLinePart
(int pos) void
remove()
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
-
Field Details
-
glyphLine
-
pos
private int pos
-
-
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>
-
nextGlyphLinePart
-
glyphLinePartNeedsActualText
-