Uses of Class
org.apache.fop.fo.flow.AbstractGraphics
Packages that use AbstractGraphics
Package
Description
All the block- and inline-level flow formatting objects.
Layout managers for inline formatting objects and line building.
RTF (Rich Text Format) Output Support
-
Uses of AbstractGraphics in org.apache.fop.fo.flow
Subclasses of AbstractGraphics in org.apache.fop.fo.flowModifier and TypeClassDescriptionclass
Class modelling thefo:external-graphic
object.class
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 -
Uses of AbstractGraphics in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type AbstractGraphicsModifier and TypeMethodDescriptionprivate void
RTFHandler.putGraphic
(AbstractGraphics abstractGraphic, org.apache.xmlgraphics.image.loader.Image image) Puts a graphic/image into the generated RTF file.private void
RTFHandler.putGraphic
(AbstractGraphics abstractGraphic, org.apache.xmlgraphics.image.loader.ImageInfo info) Puts a graphic/image into the generated RTF file.