Package org.apache.fop.render.afp
Class AFPRendererImageInfo
- java.lang.Object
-
- org.apache.fop.render.afp.AFPRendererImageInfo
-
public class AFPRendererImageInfo extends java.lang.ObjectThe AFP image information
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.MapforeignAttributesthe foreign attributesprotected org.apache.xmlgraphics.image.loader.Imageimgthe imageprotected org.apache.xmlgraphics.image.loader.ImageInfoinfothe image infoprotected java.awt.Pointoriginthe originprotected java.awt.geom.Rectangle2Dposthe current posprotected RendererContextrendererContextthe renderer contextprotected java.lang.Stringurithe image uri
-
Constructor Summary
Constructors Constructor Description AFPRendererImageInfo(java.lang.String uri, java.awt.geom.Rectangle2D pos, java.awt.Point origin, org.apache.xmlgraphics.image.loader.ImageInfo info, org.apache.xmlgraphics.image.loader.Image img, RendererContext rendererContext, java.util.Map foreignAttributes)Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.MapgetForeignAttributes()Return the foreign attributesorg.apache.xmlgraphics.image.loader.ImagegetImage()Returns the imageorg.apache.xmlgraphics.image.loader.ImageInfogetImageInfo()Returns the image infojava.awt.PointgetOrigin()Return the originjava.awt.geom.Rectangle2DgetPosition()Return the positionRendererContextgetRendererContext()Returns the renderer contextjava.lang.StringgetURI()Return the urivoidsetRendererContext(RendererContext rendererContext)Sets the renderer contextjava.lang.StringtoString()
-
-
-
Field Detail
-
uri
protected final java.lang.String uri
the image uri
-
pos
protected final java.awt.geom.Rectangle2D pos
the current pos
-
origin
protected final java.awt.Point origin
the origin
-
foreignAttributes
protected final java.util.Map foreignAttributes
the foreign attributes
-
info
protected final org.apache.xmlgraphics.image.loader.ImageInfo info
the image info
-
img
protected final org.apache.xmlgraphics.image.loader.Image img
the image
-
rendererContext
protected RendererContext rendererContext
the renderer context
-
-
Constructor Detail
-
AFPRendererImageInfo
public AFPRendererImageInfo(java.lang.String uri, java.awt.geom.Rectangle2D pos, java.awt.Point origin, org.apache.xmlgraphics.image.loader.ImageInfo info, org.apache.xmlgraphics.image.loader.Image img, RendererContext rendererContext, java.util.Map foreignAttributes)Main constructor- Parameters:
uri- the image uripos- the image content areaorigin- the current positioninfo- the image infoimg- the imagerendererContext- the renderer contextforeignAttributes- the foreign attributes
-
-
Method Detail
-
setRendererContext
public void setRendererContext(RendererContext rendererContext)
Sets the renderer context- Parameters:
rendererContext- the renderer context
-
getImageInfo
public org.apache.xmlgraphics.image.loader.ImageInfo getImageInfo()
Returns the image info- Returns:
- the image info
-
getImage
public org.apache.xmlgraphics.image.loader.Image getImage()
Returns the image- Returns:
- the image
-
getRendererContext
public RendererContext getRendererContext()
Returns the renderer context- Returns:
- the renderer context
-
getForeignAttributes
public java.util.Map getForeignAttributes()
Return the foreign attributes- Returns:
- the foreign attributes
-
getURI
public java.lang.String getURI()
Return the uri- Returns:
- the uri
-
getOrigin
public java.awt.Point getOrigin()
Return the origin- Returns:
- the origin
-
getPosition
public java.awt.geom.Rectangle2D getPosition()
Return the position- Returns:
- the position
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-