Uses of Interface org.apache.fop.image.FopImage

Uses in package org.apache.fop.render.pdf

Constructors with parameter type org.apache.fop.image.FopImage

FopPDFImage.FopPDFImage(FopImage image, String key)
Creates a new PDFImage from a FopImage

Uses in package org.apache.fop.image

Classes implementing org.apache.fop.image.FopImage

class
Base class to implement the FopImage interface.
class
Bitmap image.
class
Enhanced metafile image.
class
EPS image handler.
class
FopImage object for GIF images, using Java native classes.
class
FopImage object using ImageIO.
class
FopImage object using JAI.
class
FopImage object for several images types, using Jimi.
class
FopImage object for JPEG images, Using Java native classes.
class
FopImage object using ImageIO.
class
FopImage object using PNG
class
TIFF implementation using the Batik codecs.
class
Abstract FopImage implementation which uses the internal codecs from XML Graphics Commons.
class
This is an implementation for XML-based images such as SVG.

Methods with return type org.apache.fop.image.FopImage

FopImage
ImageCache.getImage(String url, FOUserAgent context)
Get an image from the cache.
FopImage
ImageFactory.getImage(String url, FOUserAgent context)
Get the image from the cache or load.
FopImage
Create an FopImage objects.

Uses in package org.apache.fop.area

Methods with parameter type org.apache.fop.image.FopImage

void
Sets the FopImage to use as the background image.

Methods with return type org.apache.fop.image.FopImage

FopImage
Returns the FopImage representing the background image

Uses in package org.apache.fop.fo.properties

Methods with return type org.apache.fop.image.FopImage

FopImage

Uses in package org.apache.fop.render.ps

Methods with parameter type org.apache.fop.image.FopImage

void
PSImageUtils.generateFormResourceForImage(FopImage img, PSResource form, PSGenerator gen)
Generates a form resource for a FopImage in PostScript.
PSResource
PSRenderer.getFormForImage(String uri, FopImage fopimage)
boolean
PSRenderer.isImageInlined(String uri, FopImage image)
void
PSImageUtils.renderBitmapImage(FopImage img, float x, float y, float w, float h, PSGenerator gen)
Renders a bitmap image to PostScript.
void
PSImageUtils.renderForm(FopImage img, PSResource form, float x, float y, float w, float h, PSGenerator gen)
Renders a bitmap image (as form) to PostScript.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.