Uses of Class
org.apache.fop.fo.flow.Marker
Packages that use Marker
Package
Description
FOP's area tree.
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
FOP's layout engine.
Layout managers for tables.
-
Uses of Marker in org.apache.fop.area
Methods in org.apache.fop.area that return MarkerModifier and TypeMethodDescriptionPageViewport.resolveMarker(AbstractRetrieveMarker rm) Resolve a marker from this page.Method parameters in org.apache.fop.area with type arguments of type MarkerModifier and TypeMethodDescriptionvoidPageViewport.registerMarkers(Map<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 MarkerMethods in org.apache.fop.fo that return types with arguments of type MarkerMethods in org.apache.fop.fo with parameters of type Marker -
Uses of Marker in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow with type parameters of type MarkerModifier and TypeFieldDescriptionMarkers.firstQualifyingIsAnyMarkers.firstQualifyingIsFirstMarkers.lastQualifyingIsAnyMarkers.lastQualifyingIsFirstMarkers.lastQualifyingIsLastMethods in org.apache.fop.fo.flow that return MarkerModifier and TypeMethodDescriptionMarkers.resolve(AbstractRetrieveMarker arm) Retrieves the best candidate marker for the given position.Methods in org.apache.fop.fo.flow with parameters of type MarkerModifier and TypeMethodDescriptionvoidAbstractRetrieveMarker.bindMarker(Marker marker) Clone the subtree of the given markerprivate voidAbstractRetrieveMarker.cloneFromMarker(Marker marker) private voidAbstractRetrieveMarker.cloneSingleNode(FONode child, FONode newParent, Marker marker, PropertyList parentPropertyList) private voidAbstractRetrieveMarker.cloneSubtree(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 -
Uses of Marker in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr with type parameters of type MarkerModifier and TypeFieldDescriptionAbstractLayoutManager.markersMarker map for markers related to this LayoutManagerMethod parameters in org.apache.fop.layoutmgr with type arguments of type MarkerModifier and TypeMethodDescriptionprotected voidAbstractLayoutManager.possiblyRegisterMarkersForTables(Map<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 MarkerModifier and TypeMethodDescriptionprotected voidTableLayoutManager.possiblyRegisterMarkersForTables(Map<String, Marker> markers, boolean isStarting, boolean isFirst, boolean isLast) voidTableLayoutManager.registerMarkers(Map<String, Marker> marks, boolean starting, boolean isfirst, boolean islast) Register the markers for this table.