Package org.apache.fop.layoutmgr
Class MultiSwitchLayoutManager.WhitespaceManagementPosition
- java.lang.Object
-
- org.apache.fop.layoutmgr.Position
-
- org.apache.fop.layoutmgr.MultiSwitchLayoutManager.WhitespaceManagementPosition
-
- Enclosing class:
- MultiSwitchLayoutManager
static class MultiSwitchLayoutManager.WhitespaceManagementPosition extends Position
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ListElement>
knuthList
-
Constructor Summary
Constructors Constructor Description WhitespaceManagementPosition(LayoutManager lm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ListElement>
getKnuthList()
java.util.List<Position>
getPositionList()
void
setKnuthList(java.util.List<ListElement> knuthList)
-
Methods inherited from class org.apache.fop.layoutmgr.Position
generatesAreas, getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex, toString
-
-
-
-
Field Detail
-
knuthList
private java.util.List<ListElement> knuthList
-
-
Constructor Detail
-
WhitespaceManagementPosition
public WhitespaceManagementPosition(LayoutManager lm)
-
-
Method Detail
-
getPositionList
public java.util.List<Position> getPositionList()
-
setKnuthList
public void setKnuthList(java.util.List<ListElement> knuthList)
-
getKnuthList
public java.util.List<ListElement> getKnuthList()
-
-