fop 0.95

Uses of Class
org.apache.fop.render.afp.modca.ImageObject

Packages that use ImageObject
org.apache.fop.render.afp   
org.apache.fop.render.afp.modca   
 

Uses of ImageObject in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type ImageObject
protected static void AFPRenderer.convertToGrayScaleImage(ImageObject io, byte[] raw, int width, int height, int bitsPerPixel)
          Converts a byte array containing 24 bit RGB image data to a grayscale image.
 

Uses of ImageObject in org.apache.fop.render.afp.modca
 

Methods in org.apache.fop.render.afp.modca that return ImageObject
 ImageObject AbstractPageObject.getImageObject()
          Helper method to create an image on the current page and to return the object.
 ImageObject AFPDataStream.getImageObject(int x, int y, int w, int h, int wr, int hr)
          Returns an ImageObject used to create an image in the datastream.
 


fop 0.95

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