public abstract static class SVGComposite.AlphaPreCompositeContext_INT_PACK extends SVGComposite.AlphaPreCompositeContext
dstCM, srcCM
Constructor and Description |
---|
AlphaPreCompositeContext_INT_PACK(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
precompose(java.awt.image.Raster src,
java.awt.image.Raster dstIn,
java.awt.image.WritableRaster dstOut) |
compose, dispose
AlphaPreCompositeContext_INT_PACK(java.awt.image.ColorModel srcCM, java.awt.image.ColorModel dstCM)
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)
protected void precompose(java.awt.image.Raster src, java.awt.image.Raster dstIn, java.awt.image.WritableRaster dstOut)
precompose
in class SVGComposite.AlphaPreCompositeContext