Uses of Class
org.apache.fop.fo.FOTreeBuilderContext
Packages that use FOTreeBuilderContext
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the pagination and declaration formatting objects.
-
Uses of FOTreeBuilderContext in org.apache.fop.fo
Fields in org.apache.fop.fo declared as FOTreeBuilderContextModifier and TypeFieldDescriptionprivate FOTreeBuilderContext
FOTreeBuilder.builderContext
Provides information used during tree building stage.Methods in org.apache.fop.fo that return FOTreeBuilderContextModifier and TypeMethodDescriptionFONode.getBuilderContext()
Returns the context class providing information used during FO tree building. -
Uses of FOTreeBuilderContext in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as FOTreeBuilderContextModifier and TypeFieldDescriptionprivate FOTreeBuilderContext
Root.builderContext
Context class used while building the FO tree.Methods in org.apache.fop.fo.pagination that return FOTreeBuilderContextModifier and TypeMethodDescriptionRoot.getBuilderContext()
Returns the context class providing information used during FO tree building.Methods in org.apache.fop.fo.pagination with parameters of type FOTreeBuilderContextModifier and TypeMethodDescriptionvoid
Root.setBuilderContext
(FOTreeBuilderContext context) Sets the builder context for this FO tree.