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.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.render |
Generic renderer interface.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeBar> |
Area.getChangeBarList()
Returns the active change bar list.
|
Modifier and Type | Method and Description |
---|---|
void |
Area.setChangeBarList(List<ChangeBar> changeBarList)
Sets the active change bar list.
|
Modifier and Type | Field and Description |
---|---|
protected List<ChangeBar> |
FONode.nodeChangeBarList
The list of active change bars for the given node
|
protected List<ChangeBar> |
FONode.startOfNodeChangeBarList
The list of active change bars for the start of the given node
|
Modifier and Type | Method and Description |
---|---|
List<ChangeBar> |
FONode.getChangeBarList()
Returns the list of active change bars.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeBarBegin |
class |
ChangeBarEnd |
Modifier and Type | Method and Description |
---|---|
protected ChangeBar |
ChangeBar.getChangeBarBegin()
Returns the starting counterpart of the current (ending) change bar.
|
Modifier and Type | Method and Description |
---|---|
ChangeBar |
PageSequence.getChangeBarBegin(ChangeBar changeBarEnd)
Returns the starting counterpart of the specified ending change bar.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeBar> |
PageSequence.getChangeBarList()
Returns the list of active change bars.
|
List<ChangeBar> |
PageSequence.getClonedChangeBarList()
Returns the copy of active change bars list.
|
Modifier and Type | Method and Description |
---|---|
ChangeBar |
PageSequence.getChangeBarBegin(ChangeBar changeBarEnd)
Returns the starting counterpart of the specified ending change bar.
|
void |
PageSequence.popChangeBar(ChangeBar changeBarEnd)
Removes the couple of the specified change bar from the active change bar list.
|
void |
PageSequence.pushChangeBar(ChangeBar changeBarBegin)
Adds the specified change bar to the active change bar list.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeBar> |
AbstractBaseLayoutManager.getChangeBarList()
Returns the active change bar list.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeBar> |
TextLayoutManager.getChangeBarList() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRenderer.drawChangeBars(Area area,
List<ChangeBar> changeBarList)
Draws all change bars associated with an area.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.