Module io.sf.carte.echosvg.awt
Class SVGComposite.AtopCompositeContext_INT_PACK
java.lang.Object
io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext
io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
io.sf.carte.echosvg.ext.awt.image.SVGComposite.AtopCompositeContext_INT_PACK
- All Implemented Interfaces:
CompositeContext
- Enclosing class:
SVGComposite
public static class SVGComposite.AtopCompositeContext_INT_PACK
extends SVGComposite.AlphaPreCompositeContext_INT_PACK
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
precompose
Methods inherited from class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext
compose, dispose
-
Method Details
-
precompose_INT_PACK
public 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) - Specified by:
precompose_INT_PACK
in classSVGComposite.AlphaPreCompositeContext_INT_PACK
-