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.
|
Modifier and Type | Method | Description |
---|---|---|
Marker |
PageViewport.resolveMarker(AbstractRetrieveMarker rm) |
Resolve a marker from this page.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,Marker> |
FObj.getMarkers() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
FObj.addMarker(Marker marker) |
Add the marker to this formatting object.
|
Modifier and Type | Method | Description |
---|---|---|
Marker |
Markers.resolve(AbstractRetrieveMarker arm) |
Retrieves the best candidate marker for the given position.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractRetrieveMarker.bindMarker(Marker marker) |
Clone the subtree of the given 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.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractLayoutManager.possiblyRegisterMarkersForTables(java.util.Map<java.lang.String,Marker> markers,
boolean isStarting,
boolean isFirst,
boolean isLast) |
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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.