|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.LMiter
org.apache.fop.layoutmgr.BlockLayoutManager.ProxyLMiter
protected class BlockLayoutManager.ProxyLMiter
Proxy iterator for Block LM. This iterator creates and holds the complete list of child LMs. It uses fobjIter as its base iterator. Block LM's createNextChildLMs uses this iterator as its base iterator.
Field Summary |
---|
Fields inherited from class org.apache.fop.layoutmgr.LMiter |
---|
curPos, listLMs |
Constructor Summary | |
---|---|
BlockLayoutManager.ProxyLMiter()
Constructs a proxy iterator for Block LM. |
Method Summary | |
---|---|
protected boolean |
createNextChildLMs(int pos)
|
boolean |
hasNext()
|
Methods inherited from class org.apache.fop.layoutmgr.LMiter |
---|
add, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockLayoutManager.ProxyLMiter()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in interface java.util.ListIterator
hasNext
in class LMiter
protected boolean createNextChildLMs(int pos)
pos
- ...
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |