Uses of Class
org.apache.fop.fo.flow.Marker
-
Packages that use Marker Package Description org.apache.fop.area FOP's area tree.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of Marker in org.apache.fop.area
Methods in org.apache.fop.area that return Marker Modifier and Type Method Description Marker
PageViewport. resolveMarker(AbstractRetrieveMarker rm)
Resolve a marker from this page.Method parameters in org.apache.fop.area with type arguments of type Marker Modifier and Type Method Description void
PageViewport. registerMarkers(java.util.Map<java.lang.String,Marker> marks, boolean starting, boolean isfirst, boolean islast)
Register the markers for this page. -
Uses of Marker in org.apache.fop.fo
Fields in org.apache.fop.fo with type parameters of type Marker Modifier and Type Field Description private java.util.Map<java.lang.String,Marker>
FObj. markers
Markers added to this element.Methods in org.apache.fop.fo that return types with arguments of type Marker Modifier and Type Method Description java.util.Map<java.lang.String,Marker>
FObj. getMarkers()
Methods in org.apache.fop.fo with parameters of type Marker Modifier and Type Method Description protected void
FObj. addMarker(Marker marker)
Add the marker to this formatting object. -
Uses of Marker in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow with type parameters of type Marker Modifier and Type Field Description private java.util.Map<java.lang.String,Marker>
Markers. firstQualifyingIsAny
private java.util.Map<java.lang.String,Marker>
Markers. firstQualifyingIsFirst
private java.util.Map<java.lang.String,Marker>
Markers. lastQualifyingIsAny
private java.util.Map<java.lang.String,Marker>
Markers. lastQualifyingIsFirst
private java.util.Map<java.lang.String,Marker>
Markers. lastQualifyingIsLast
Methods in org.apache.fop.fo.flow that return Marker Modifier and Type Method Description Marker
Markers. resolve(AbstractRetrieveMarker arm)
Retrieves the best candidate marker for the given position.Methods in org.apache.fop.fo.flow with parameters of type Marker Modifier and Type Method Description void
AbstractRetrieveMarker. bindMarker(Marker marker)
Clone the subtree of the given markerprivate void
AbstractRetrieveMarker. cloneFromMarker(Marker marker)
private void
AbstractRetrieveMarker. cloneSingleNode(FONode child, FONode newParent, Marker marker, PropertyList parentPropertyList)
private void
AbstractRetrieveMarker. cloneSubtree(java.util.Iterator parentIter, FONode newParent, Marker marker, PropertyList parentPropertyList)
Clone the FO nodes in the parent iterator, attach the new nodes to the new parent, and map the new nodes to the existing property lists.Method parameters in org.apache.fop.fo.flow with type arguments of type Marker Modifier and Type Method Description void
Markers. register(java.util.Map<java.lang.String,Marker> marks, boolean starting, boolean isfirst, boolean islast)
Registers a marker with the position traits set. -
Uses of Marker in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr with type parameters of type Marker Modifier and Type Field Description private java.util.Map<java.lang.String,Marker>
AbstractLayoutManager. markers
Marker map for markers related to this LayoutManagerMethod parameters in org.apache.fop.layoutmgr with type arguments of type Marker Modifier and Type Method Description protected void
AbstractLayoutManager. possiblyRegisterMarkersForTables(java.util.Map<java.lang.String,Marker> markers, boolean isStarting, boolean isFirst, boolean isLast)
-
Uses of Marker in org.apache.fop.layoutmgr.table
Method parameters in org.apache.fop.layoutmgr.table with type arguments of type Marker Modifier and Type Method Description protected void
TableLayoutManager. possiblyRegisterMarkersForTables(java.util.Map<java.lang.String,Marker> markers, boolean isStarting, boolean isFirst, boolean isLast)
void
TableLayoutManager. registerMarkers(java.util.Map<java.lang.String,Marker> marks, boolean starting, boolean isfirst, boolean islast)
Register the markers for this table.
-