Uses of Class
org.apache.fop.fo.flow.AbstractGraphics
-
Packages that use AbstractGraphics Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of AbstractGraphics in org.apache.fop.fo.flow
Subclasses of AbstractGraphics in org.apache.fop.fo.flow Modifier and Type Class Description class
ExternalGraphic
Class modelling thefo:external-graphic
object.class
InstreamForeignObject
Class modelling thefo:instream-foreign-object
object. -
Uses of AbstractGraphics in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type AbstractGraphics Constructor Description AbstractGraphicsLayoutManager(AbstractGraphics node)
Constructor.
-