org.apache.fop.layoutmgr

Class Position

Known Direct Subclasses:
BlockStackingLayoutManager.MappingPosition, LeafPosition, NonLeafPosition, SpaceResolver.SpaceHandlingBreakPosition, SpaceResolver.SpaceHandlingPosition

public class Position
extends java.lang.Object

Constructor Summary

Position(LayoutManager lm)

Method Summary

boolean
generatesAreas()
int
getIndex()
Returns the index of this position in the sequence of Position elements.
LayoutManager
getLM()
Position
getPosition()
Overridden by NonLeafPosition to return the Position of its child LM.
String
getShortLMName()
void
setIndex(int value)
Sets the index of this position in the sequence of Position elements.
String
toString()

Constructor Details

Position

public Position(LayoutManager lm)

Method Details

generatesAreas

public boolean generatesAreas()

getIndex

public int getIndex()
Returns the index of this position in the sequence of Position elements.
Returns:
the index of this position in the sequence of Position elements

getLM

public LayoutManager getLM()

getPosition

public Position getPosition()
Overridden by NonLeafPosition to return the Position of its child LM.

getShortLMName

public String getShortLMName()

setIndex

public void setIndex(int value)
Sets the index of this position in the sequence of Position elements.
Parameters:
value - this position's index

toString

public String toString()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.