Uses of Interface
org.apache.fop.fo.GraphicsProperties
-
Packages that use GraphicsProperties Package Description org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO.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 GraphicsProperties in org.apache.fop.fo.extensions
Classes in org.apache.fop.fo.extensions that implement GraphicsProperties Modifier and Type Class Description class
ExternalDocument
Class for the fox:external-document extension element. -
Uses of GraphicsProperties in org.apache.fop.fo.flow
Classes in org.apache.fop.fo.flow that implement GraphicsProperties Modifier and Type Class Description class
AbstractGraphics
Common base class for thefo:instream-foreign-object
andfo:external-graphic
flow formatting objects.class
ExternalGraphic
Class modelling thefo:external-graphic
object.class
InstreamForeignObject
Class modelling thefo:instream-foreign-object
object. -
Uses of GraphicsProperties in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as GraphicsProperties Modifier and Type Field Description private GraphicsProperties
ImageLayout. props
Constructors in org.apache.fop.layoutmgr.inline with parameters of type GraphicsProperties Constructor Description ImageLayout(GraphicsProperties props, PercentBaseContext percentBaseContext, java.awt.Dimension intrinsicSize)
Main constructor
-