|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.flow.Markers
public final class Markers
A class to register and resolve markers.
Constructor Summary | |
---|---|
Markers()
|
Method Summary | |
---|---|
void |
dump()
Dumps the current marker data to the logger. |
void |
register(java.util.Map<java.lang.String,Marker> marks,
boolean starting,
boolean isfirst,
boolean islast)
Registers a marker with the position traits set. |
Marker |
resolve(AbstractRetrieveMarker arm)
Retrieves the best candidate marker for the given position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Markers()
Method Detail |
---|
public void register(java.util.Map<java.lang.String,Marker> marks, boolean starting, boolean isfirst, boolean islast)
marks
- a map of markers to registerstarting
- whether the registration happens at the start (true) or end (false) the the areaisfirst
- whether it is the first area of the parent LMislast
- whether it is the last area of the parent LMpublic Marker resolve(AbstractRetrieveMarker arm)
name
- the key used to register the markerpos
- the retrieval scope position
public void dump()
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |