org.apache.batik.ext.awt.image

Class SVGComposite.AlphaPreCompositeContext_INT_PACK

public abstract static class SVGComposite.AlphaPreCompositeContext_INT_PACK extends SVGComposite.AlphaPreCompositeContext

Method Summary
protected voidprecompose(Raster src, Raster dstIn, WritableRaster dstOut)
protected abstract voidprecompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)

Method Detail

precompose

protected void precompose(Raster src, Raster dstIn, WritableRaster dstOut)

precompose_INT_PACK

protected abstract void precompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.