org.apache.fop.layoutmgr
Class Position
java.lang.Object
org.apache.fop.layoutmgr.Position
- Direct Known Subclasses:
- BlockStackingLayoutManager.MappingPosition, LeafPosition, NonLeafPosition, SpaceResolver.SpaceHandlingBreakPosition, SpaceResolver.SpaceHandlingPosition, TableContentLayoutManager.TableContentPosition, TableContentLayoutManager.TableHeaderFooterPosition, TableContentLayoutManager.TableHFPenaltyPosition
- public class Position
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Position
public Position(LayoutManager lm)
getLM
public LayoutManager getLM()
getPosition
public Position getPosition()
- Overridden by NonLeafPosition to return the Position of its
child LM.
generatesAreas
public boolean generatesAreas()
setIndex
public void setIndex(int value)
getIndex
public int getIndex()
getShortLMName
public java.lang.String getShortLMName()
toString
public java.lang.String toString()
- See Also:
Object.toString()
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.