|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.area.FOLinkage
org.foray.area.FOLinkageMarker
public class FOLinkageMarker
Handles linkage to the FO Tree for the specialized case of fo:marker descendants, which can be laid out multiple times in the AreaTree.
Constructor Summary | |
---|---|
FOLinkageMarker(org.axsl.fo.Fo foGenerator)
Constructor. |
Method Summary | |
---|---|
FOLinkageNormal |
getNormalLinkage(org.axsl.fo.fo.GraftingPoint graftingPoint)
Returns the normal linkage for a given RetrieveMarker. |
org.axsl.fo.fo.GraftingPoint |
getRetrieveMarker(AreaNode areaNode)
Retrieves the GraftingPoint, if any, for a given area node. |
Methods inherited from class org.foray.area.FOLinkage |
---|
getFONode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOLinkageMarker(org.axsl.fo.Fo foGenerator) throws org.axsl.area.AreaTreeException
foGenerator
- The FO node generating this linkage.
org.axsl.area.AreaTreeException
- If the foGenerator
has no ancestor marker.Method Detail |
---|
public FOLinkageNormal getNormalLinkage(org.axsl.fo.fo.GraftingPoint graftingPoint)
graftingPoint
- The RetrieveMarker for which the linkage is needed.
public org.axsl.fo.fo.GraftingPoint getRetrieveMarker(AreaNode areaNode)
FOLinkage
getRetrieveMarker
in class FOLinkage
areaNode
- The area node for which the retrieve marker is needed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |