Uses of Class
org.apache.fop.area.DestinationData
-
Packages that use DestinationData Package Description org.apache.fop.render.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of DestinationData in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type DestinationData Modifier and Type Method Description private void
IFRenderer. renderDestination(DestinationData dd)
-
Uses of DestinationData in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type DestinationData Modifier and Type Method Description protected void
XMLRenderer. renderDestination(DestinationData destination)
Renders a DestinationData object (named destination)
-