Uses of Class
org.apache.fop.area.MainReference
-
Packages that use MainReference Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of MainReference in org.apache.fop.area
Fields in org.apache.fop.area declared as MainReference Modifier and Type Field Description private MainReference
BodyRegion. mainReference
Methods in org.apache.fop.area that return MainReference Modifier and Type Method Description MainReference
BodyRegion. getMainReference()
Get the main reference area. -
Uses of MainReference in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type MainReference Modifier and Type Method Description protected void
AbstractRenderer. renderMainReference(MainReference mainReference)
Renders the main reference area. -
Uses of MainReference in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type MainReference Modifier and Type Method Description protected void
XMLRenderer. renderMainReference(MainReference mr)
Renders the main reference area.
-