|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FopImage | |
---|---|
org.apache.fop.area | FOP's area tree. |
org.apache.fop.fo.properties | Classes representing the various property types as well as supporting data structures for the FO tree. |
org.apache.fop.image | Contains image loading adapters for various image sources and the image cache. |
org.apache.fop.render.pdf | PDF Renderer |
org.apache.fop.render.ps | PostScript Renderer |
Uses of FopImage in org.apache.fop.area |
---|
Methods in org.apache.fop.area that return FopImage | |
---|---|
FopImage |
Trait.Background.getFopImage()
Returns the FopImage representing the background image |
Methods in org.apache.fop.area with parameters of type FopImage | |
---|---|
void |
Trait.Background.setFopImage(FopImage fopimage)
Sets the FopImage to use as the background image. |
Uses of FopImage in org.apache.fop.fo.properties |
---|
Methods in org.apache.fop.fo.properties that return FopImage | |
---|---|
FopImage |
CommonBorderPaddingBackground.getFopImage()
|
Uses of FopImage in org.apache.fop.image |
---|
Classes in org.apache.fop.image that implement FopImage | |
---|---|
class |
AbstractFopImage
Base class to implement the FopImage interface. |
class |
BmpImage
Bitmap image. |
class |
EmfImage
Enhanced metafile image. |
class |
EPSImage
EPS image handler. |
class |
GifImage
FopImage object for GIF images, using Java native classes. |
class |
ImageIOImage
FopImage object using ImageIO. |
class |
JAIImage
FopImage object using JAI. |
class |
JimiImage
FopImage object for several images types, using Jimi. |
class |
JpegImage
FopImage object for JPEG images, Using Java native classes. |
class |
JpegImageIOImage
FopImage object using ImageIO. |
class |
PNGImage
FopImage object using PNG |
class |
TIFFImage
TIFF implementation using the Batik codecs. |
class |
XmlGraphicsCommonsImage
Abstract FopImage implementation which uses the internal codecs from XML Graphics Commons. |
class |
XMLImage
This is an implementation for XML-based images such as SVG. |
Methods in org.apache.fop.image that return FopImage | |
---|---|
FopImage |
ImageCache.getImage(java.lang.String url,
FOUserAgent context)
Get an image from the cache. |
FopImage |
ImageFactory.getImage(java.lang.String url,
FOUserAgent context)
Get the image from the cache or load. |
FopImage |
ImageFactory.loadImage(java.lang.String href,
FOUserAgent ua)
Create an FopImage objects. |
Uses of FopImage in org.apache.fop.render.pdf |
---|
Constructors in org.apache.fop.render.pdf with parameters of type FopImage | |
---|---|
FopPDFImage(FopImage image,
java.lang.String key)
Creates a new PDFImage from a FopImage |
Uses of FopImage in org.apache.fop.render.ps |
---|
Methods in org.apache.fop.render.ps with parameters of type FopImage | |
---|---|
static void |
PSImageUtils.generateFormResourceForImage(FopImage img,
org.apache.xmlgraphics.ps.PSResource form,
org.apache.xmlgraphics.ps.PSGenerator gen)
Generates a form resource for a FopImage in PostScript. |
protected org.apache.xmlgraphics.ps.PSResource |
PSRenderer.getFormForImage(java.lang.String uri,
FopImage fopimage)
|
protected boolean |
PSRenderer.isImageInlined(java.lang.String uri,
FopImage image)
|
static void |
PSImageUtils.renderBitmapImage(FopImage img,
float x,
float y,
float w,
float h,
org.apache.xmlgraphics.ps.PSGenerator gen)
Renders a bitmap image to PostScript. |
static void |
PSImageUtils.renderForm(FopImage img,
org.apache.xmlgraphics.ps.PSResource form,
float x,
float y,
float w,
float h,
org.apache.xmlgraphics.ps.PSGenerator gen)
Renders a bitmap image (as form) to PostScript. |
|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |