org.apache.fop.layoutmgr
public class KnuthPossPosIter extends PositionIterator
| Constructor and Description |
|---|
KnuthPossPosIter(java.util.List elementList)
Auxiliary constructor
|
KnuthPossPosIter(java.util.List elementList,
int startPos,
int endPos)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkNext() |
ListElement |
getKE() |
protected LayoutManager |
getLM(java.lang.Object nextObj) |
protected Position |
getPos(java.lang.Object nextObj) |
java.lang.Object |
next() |
endIter, getNextChildLM, hasNext, peekNext, removepublic KnuthPossPosIter(java.util.List elementList,
int startPos,
int endPos)
elementList - List of Knuth elementsstartPos - starting position, inclusiveendPos - ending position, exclusivepublic KnuthPossPosIter(java.util.List elementList)
elementList - List of Knuth elementsprotected boolean checkNext()
checkNext in class PositionIteratorpublic java.lang.Object next()
next in interface java.util.Iteratornext in class PositionIteratorpublic ListElement getKE()
protected LayoutManager getLM(java.lang.Object nextObj)
getLM in class PositionIteratorprotected Position getPos(java.lang.Object nextObj)
getPos in class PositionIteratorCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.