| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.layoutmgr.PositionIteratororg.apache.fop.layoutmgr.KnuthPossPosIterpublic class KnuthPossPosIterextends PositionIteratorConstructor Summary | |
| |
| |
Method Summary | |
protected boolean | |
ListElement |
|
protected LayoutManager |
|
protected Position |
|
Object |
|
Methods inherited from class org.apache.fop.layoutmgr.PositionIterator | |
checkNext, endIter, getLM, getNextChildLM, getPos, hasNext, next, peekNext, remove | |
public KnuthPossPosIter(List elementList)
Auxiliary constructor
- Parameters:
elementList- List of Knuth elements
public KnuthPossPosIter(List elementList,
int startPos,
int endPos)Main constructor
- Parameters:
elementList- List of Knuth elementsstartPos- starting position, inclusiveendPos- ending position, exclusive
protected boolean checkNext()
- Overrides:
- checkNext in interface PositionIterator
- See Also:
PositionIterator.checkNext()
public Object next()
- Overrides:
- next in interface PositionIterator
- See Also:
java.util.Iterator.next()
| fop 0.94 |