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 MainReferenceBodyRegion. mainReferenceMethods in org.apache.fop.area that return MainReference Modifier and Type Method Description MainReferenceBodyRegion. 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 voidAbstractRenderer. 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 voidXMLRenderer. renderMainReference(MainReference mr)Renders the main reference area.
-