Package com.itextpdf.io.font.otf
Class ActualTextIterator
- java.lang.Object
-
- com.itextpdf.io.font.otf.ActualTextIterator
-
- All Implemented Interfaces:
java.util.Iterator<GlyphLine.GlyphLinePart>
public class ActualTextIterator extends java.lang.Object implements java.util.Iterator<GlyphLine.GlyphLinePart>
-
-
Constructor Summary
Constructors Constructor Description ActualTextIterator(GlyphLine glyphLine)ActualTextIterator(GlyphLine glyphLine, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private booleanglyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart)booleanhasNext()GlyphLine.GlyphLinePartnext()private GlyphLine.GlyphLinePartnextGlyphLinePart(int pos)voidremove()
-
-
-
Field Detail
-
glyphLine
private GlyphLine glyphLine
-
pos
private int pos
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
next
public GlyphLine.GlyphLinePart next()
- Specified by:
nextin interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
nextGlyphLinePart
private GlyphLine.GlyphLinePart nextGlyphLinePart(int pos)
-
glyphLinePartNeedsActualText
private boolean glyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart)
-
-