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 booleanglyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart) booleanhasNext()next()private GlyphLine.GlyphLinePartnextGlyphLinePart(int pos) voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
glyphLine
-
pos
private int pos
-
-
Constructor Details
-
ActualTextIterator
-
ActualTextIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<GlyphLine.GlyphLinePart>
-
next
- Specified by:
nextin interfaceIterator<GlyphLine.GlyphLinePart>
-
remove
public void remove()- Specified by:
removein interfaceIterator<GlyphLine.GlyphLinePart>
-
nextGlyphLinePart
-
glyphLinePartNeedsActualText
-