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 boolean
glyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart)
boolean
hasNext()
GlyphLine.GlyphLinePart
next()
private GlyphLine.GlyphLinePart
nextGlyphLinePart(int pos)
void
remove()
-
-
-
Field Detail
-
glyphLine
private GlyphLine glyphLine
-
pos
private int pos
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
next
public GlyphLine.GlyphLinePart next()
- Specified by:
next
in interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<GlyphLine.GlyphLinePart>
-
nextGlyphLinePart
private GlyphLine.GlyphLinePart nextGlyphLinePart(int pos)
-
glyphLinePartNeedsActualText
private boolean glyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart)
-
-