org.apache.fop.layoutmgr
Class KnuthPossPosIter
java.lang.Object
org.apache.fop.layoutmgr.PositionIterator
org.apache.fop.layoutmgr.KnuthPossPosIter
- All Implemented Interfaces:
- java.util.Iterator
public class KnuthPossPosIter
- extends PositionIterator
Constructor Summary |
KnuthPossPosIter(java.util.List elementList)
Auxiliary constructor |
KnuthPossPosIter(java.util.List elementList,
int startPos,
int endPos)
Main constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnuthPossPosIter
public KnuthPossPosIter(java.util.List elementList,
int startPos,
int endPos)
- Main constructor
- Parameters:
elementList
- List of Knuth elementsstartPos
- starting position, inclusiveendPos
- ending position, exclusive
KnuthPossPosIter
public KnuthPossPosIter(java.util.List elementList)
- Auxiliary constructor
- Parameters:
elementList
- List of Knuth elements
checkNext
protected boolean checkNext()
-
- Overrides:
checkNext
in class PositionIterator
next
public java.lang.Object next()
-
- Specified by:
next
in interface java.util.Iterator
- Overrides:
next
in class PositionIterator
getKE
public ListElement getKE()
getLM
protected LayoutManager getLM(java.lang.Object nextObj)
- Specified by:
getLM
in class PositionIterator
getPos
protected Position getPos(java.lang.Object nextObj)
- Specified by:
getPos
in class PositionIterator
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.