org.apache.fop.image
Class FopImageConsumer


public class FopImageConsumer
implements ImageConsumer


Constructor Summary
FopImageConsumer(ImageProducer iprod)
           

Method Summary
 ColorModelgetColorModel()
           
 intgetHeight()
           
 int[]getImage()
           
 intgetWidth()
           
 voidimageComplete(int status)
           
 booleanisImageReady()
           
 voidsetColorModel(ColorModel model)
           
 voidsetDimensions(int width, int height)
           
 voidsetHints(int hintflags)
           
 voidsetPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off, int scansize)
           
 voidsetPixels(int x, int y, int w, int h, ColorModel model, int[] pixels, int off, int scansize)
           
 voidsetProperties(Hashtable props)
           

Constructor Detail

FopImageConsumer

public FopImageConsumer(ImageProducer iprod)
Method Detail

getColorModel

public ColorModel getColorModel()

getHeight

public int getHeight()

getImage

public int[] getImage()
throws java.lang.Exception

getWidth

public int getWidth()

imageComplete

public void imageComplete(int status)

isImageReady

public boolean isImageReady()
throws java.lang.Exception

setColorModel

public void setColorModel(ColorModel model)

setDimensions

public void setDimensions(int width, int height)

setHints

public void setHints(int hintflags)

setPixels

public void setPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off, int scansize)

setPixels

public void setPixels(int x, int y, int w, int h, ColorModel model, int[] pixels, int off, int scansize)

setProperties

public void setProperties(Hashtable props)

Association Links

to Class java.util.Hashtable

to Class java.awt.image.ColorModel

to Class java.awt.image.ImageProducer