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
Methods in org.apache.fop.fo that return FOTreeBuilderContext Modifier and Type Method Description FOTreeBuilderContext
FONode. getBuilderContext()
Returns the context class providing information used during FO tree building. -
Uses of FOTreeBuilderContext in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return FOTreeBuilderContext Modifier and Type Method Description FOTreeBuilderContext
Root. 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 void
Root. setBuilderContext(FOTreeBuilderContext context)
Sets the builder context for this FO tree.
-