Class SpaceResolver.SpaceHandlingPosition
java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.SpaceResolver.SpaceHandlingPosition
- Enclosing class:
SpaceResolver
Position class for no-break situations. It is used to notify layout manager about the
effective spaces and conditional lengths.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies all affected layout managers about the current situation in the part to be handled for area generation.toString()Methods inherited from class Position
generatesAreas, getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex
-
Field Details
-
resolver
-
-
Constructor Details
-
SpaceHandlingPosition
Main constructor.- Parameters:
resolver- the space resolver that provides the info about the actual situation
-
-
Method Details
-
getSpaceResolver
- Returns:
- the space resolver
-
notifySpaceSituation
public void notifySpaceSituation()Notifies all affected layout managers about the current situation in the part to be handled for area generation. -
toString
-