Uses of Class
org.apache.fop.fo.flow.ChangeBar
Packages that use ChangeBar
Package
Description
FOP's area tree.
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Generic renderer interface.
-
Uses of ChangeBar in org.apache.fop.area
Methods in org.apache.fop.area that return types with arguments of type ChangeBarMethod parameters in org.apache.fop.area with type arguments of type ChangeBarModifier and TypeMethodDescriptionvoid
Area.setChangeBarList
(List<ChangeBar> changeBarList) Sets the active change bar list. -
Uses of ChangeBar in org.apache.fop.fo
Fields in org.apache.fop.fo with type parameters of type ChangeBarModifier and TypeFieldDescriptionFONode.nodeChangeBarList
The list of active change bars for the given nodeFONode.startOfNodeChangeBarList
The list of active change bars for the start of the given nodeMethods in org.apache.fop.fo that return types with arguments of type ChangeBarModifier and TypeMethodDescriptionFONode.getChangeBarList()
Returns the list of active change bars. -
Uses of ChangeBar in org.apache.fop.fo.flow
Subclasses of ChangeBar in org.apache.fop.fo.flowMethods in org.apache.fop.fo.flow that return ChangeBarModifier and TypeMethodDescriptionprotected ChangeBar
ChangeBar.getChangeBarBegin()
Returns the starting counterpart of the current (ending) change bar. -
Uses of ChangeBar in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return ChangeBarModifier and TypeMethodDescriptionPageSequence.getChangeBarBegin
(ChangeBar changeBarEnd) Returns the starting counterpart of the specified ending change bar.Methods in org.apache.fop.fo.pagination that return types with arguments of type ChangeBarModifier and TypeMethodDescriptionPageSequence.getChangeBarList()
Returns the list of active change bars.PageSequence.getClonedChangeBarList()
Returns the copy of active change bars list.Methods in org.apache.fop.fo.pagination with parameters of type ChangeBarModifier and TypeMethodDescriptionPageSequence.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. -
Uses of ChangeBar in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return types with arguments of type ChangeBarModifier and TypeMethodDescriptionAbstractBaseLayoutManager.getChangeBarList()
Returns the active change bar list. -
Uses of ChangeBar in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return types with arguments of type ChangeBar -
Uses of ChangeBar in org.apache.fop.render
Method parameters in org.apache.fop.render with type arguments of type ChangeBarModifier and TypeMethodDescriptionprotected void
AbstractRenderer.drawChangeBars
(Area area, List<ChangeBar> changeBarList) Draws all change bars associated with an area.