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

Packages that use FopImage
org.apache.fop.image 
org.apache.fop.pdf 

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.
 

Constructors in org.apache.fop.image with parameters of type FopImage
ImageArea.ImageArea(FontState fontState, FopImage img, int AllocationWidth, int width, int height, int startIndent, int endIndent, int align)
          
 

Methods in org.apache.fop.image that return FopImage
static FopImageFopImageFactory.Make(String href)
          create an FopImage objects.
FopImageImageArea.getImage()
          
 

Uses of FopImage in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as FopImage
(package private) FopImagePDFXObject.fopimage
          
 

Constructors in org.apache.fop.pdf with parameters of type FopImage
PDFXObject.PDFXObject(int number, int Xnumber, FopImage img)
          create an Xobject with the given number and name and load the image in the object
 

Methods in org.apache.fop.pdf with parameters of type FopImage
intPDFDocument.addImage(FopImage img)