Uses of Class
org.apache.fop.fo.FOTreeBuilderContext
-
Packages that use FOTreeBuilderContext Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.pagination All the pagination and declaration formatting objects. -
-
Uses of FOTreeBuilderContext in org.apache.fop.fo
Fields in org.apache.fop.fo declared as FOTreeBuilderContext Modifier and Type Field Description private FOTreeBuilderContextFOTreeBuilder. builderContextProvides information used during tree building stage.Methods in org.apache.fop.fo that return FOTreeBuilderContext Modifier and Type Method Description FOTreeBuilderContextFONode. 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 FOTreeBuilderContext Modifier and Type Field Description private FOTreeBuilderContextRoot. builderContextContext class used while building the FO tree.Methods in org.apache.fop.fo.pagination that return FOTreeBuilderContext Modifier and Type Method Description FOTreeBuilderContextRoot. getBuilderContext()Returns the context class providing information used during FO tree building.Methods in org.apache.fop.fo.pagination with parameters of type FOTreeBuilderContext Modifier and Type Method Description voidRoot. setBuilderContext(FOTreeBuilderContext context)Sets the builder context for this FO tree.
-