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 classExternalDocumentClass 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 classAbstractGraphicsCommon base class for thefo:instream-foreign-objectandfo:external-graphicflow formatting objects.classExternalGraphicClass modelling thefo:external-graphicobject.classInstreamForeignObjectClass modelling thefo:instream-foreign-objectobject. -
Uses of GraphicsProperties in org.apache.fop.layoutmgr.inline
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
-