Uses of Class
org.apache.fop.fo.flow.ChangeBar
-
Packages that use ChangeBar 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. -
-
Uses of ChangeBar in org.apache.fop.area
Methods in org.apache.fop.area that return types with arguments of type ChangeBar Modifier and Type Method Description java.util.List<ChangeBar>
Area. getChangeBarList()
Returns the active change bar list.Method parameters in org.apache.fop.area with type arguments of type ChangeBar Modifier and Type Method Description void
Area. setChangeBarList(java.util.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 ChangeBar Modifier and Type Field Description protected java.util.List<ChangeBar>
FONode. nodeChangeBarList
The list of active change bars for the given nodeprotected java.util.List<ChangeBar>
FONode. 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 ChangeBar Modifier and Type Method Description java.util.List<ChangeBar>
FONode. 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.flow Modifier and Type Class Description class
ChangeBarBegin
class
ChangeBarEnd
Methods in org.apache.fop.fo.flow that return ChangeBar Modifier and Type Method Description protected 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 ChangeBar Modifier and Type Method Description ChangeBar
PageSequence. 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 ChangeBar Modifier and Type Method Description java.util.List<ChangeBar>
PageSequence. getChangeBarList()
Returns the list of active change bars.java.util.List<ChangeBar>
PageSequence. getClonedChangeBarList()
Returns the copy of active change bars list.Methods in org.apache.fop.fo.pagination with parameters of type ChangeBar Modifier and Type Method 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. -
Uses of ChangeBar in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return types with arguments of type ChangeBar Modifier and Type Method Description java.util.List<ChangeBar>
AbstractBaseLayoutManager. 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 Modifier and Type Method Description java.util.List<ChangeBar>
TextLayoutManager. getChangeBarList()
-
Uses of ChangeBar in org.apache.fop.render
Method parameters in org.apache.fop.render with type arguments of type ChangeBar Modifier and Type Method Description protected void
AbstractRenderer. drawChangeBars(Area area, java.util.List<ChangeBar> changeBarList)
Draws all change bars associated with an area.
-