Uses of Class
org.apache.fop.area.inline.Container
-
Packages that use Container Package Description org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of Container in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Container Modifier and Type Method Description protected void
AbstractRenderer. renderContainer(Container cont)
Tells the renderer to render an inline container. -
Uses of Container in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type Container Modifier and Type Method Description void
XMLRenderer. renderContainer(Container cont)
Tells the renderer to render an inline container.
-