|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.area.FOLinkage
public abstract class FOLinkage
Abstract superclass for classes that handle the linkage between the FO Tree and the Area Tree.
Constructor Summary | |
---|---|
FOLinkage(org.axsl.fo.Fo foGenerator)
Constructor. |
Method Summary | |
---|---|
org.axsl.fo.Fo |
getFONode()
Returns the FONode that generated this linkage. |
abstract org.axsl.fo.fo.GraftingPoint |
getRetrieveMarker(AreaNode areaNode)
Retrieves the GraftingPoint, if any, for a given area node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOLinkage(org.axsl.fo.Fo foGenerator)
foGenerator
- The FO node generating this linkage.Method Detail |
---|
public org.axsl.fo.Fo getFONode()
public abstract org.axsl.fo.fo.GraftingPoint getRetrieveMarker(AreaNode areaNode)
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 |