Uses of Class
org.apache.fop.area.inline.Container
-
Packages that use Container Package Description org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of Container in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as Container Modifier and Type Field Description private Container
InlineContainerLayoutManager. referenceArea
-
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.
-