Package org.apache.batik.ext.awt.image
Class SVGComposite.ArithCompositeContext_INT_PACK_LUT
- java.lang.Object
-
- org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
-
- org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
-
- org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT
-
- All Implemented Interfaces:
java.awt.CompositeContext
- Enclosing class:
- SVGComposite
public static class SVGComposite.ArithCompositeContext_INT_PACK_LUT extends SVGComposite.AlphaPreCompositeContext_INT_PACK
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
lut
-
Fields inherited from class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
dstCM, srcCM
-
-
Constructor Summary
Constructors Constructor Description ArithCompositeContext_INT_PACK_LUT(java.awt.image.ColorModel srcCM, java.awt.image.ColorModel dstCM, float k1, float k2, float k3, float k4)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
precompose
-
Methods inherited from class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
compose, dispose
-
-
-
-
Method Detail
-
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
-
-