|
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.Position
org.apache.fop.layoutmgr.SpaceResolver.SpaceHandlingBreakPosition
public static class SpaceResolver.SpaceHandlingBreakPosition
Position class for break possibilities. It is used to notify layout manager about the effective spaces and conditional lengths.
Constructor Summary | |
---|---|
SpaceResolver.SpaceHandlingBreakPosition(SpaceResolver resolver,
BreakElement breakPoss)
Main constructor. |
Method Summary | |
---|---|
Position |
getOriginalBreakPosition()
|
Position |
getPosition()
Overridden by NonLeafPosition to return the Position of its child LM. |
SpaceResolver |
getSpaceResolver()
|
void |
notifyBreakSituation(boolean isBreakSituation,
RelSide side)
Notifies all affected layout managers about the current situation in the part to be handled for area generation. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.layoutmgr.Position |
---|
generatesAreas, getIndex, getLM, getShortLMName, setIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SpaceResolver.SpaceHandlingBreakPosition(SpaceResolver resolver, BreakElement breakPoss)
resolver
- the space resolver that provides the info about the actual situationbreakPoss
- the original break possibility that creates this PositionMethod Detail |
---|
public SpaceResolver getSpaceResolver()
public void notifyBreakSituation(boolean isBreakSituation, RelSide side)
isBreakSituation
- true if this is a break situation.side
- defines to notify about the situation whether before or after the break.
May be null if isBreakSituation is null.public java.lang.String toString()
toString
in class Position
public Position getOriginalBreakPosition()
public Position getPosition()
Position
getPosition
in class Position
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |