org.apache.batik.ext.awt.image
Class SVGComposite.OverCompositeContext_INT_PACK_NA
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.OverCompositeContext_INT_PACK_NA
- All Implemented Interfaces:
- java.awt.CompositeContext
- Enclosing class:
- SVGComposite
- public static class SVGComposite.OverCompositeContext_INT_PACK_NA
- extends SVGComposite.AlphaPreCompositeContext_INT_PACK
This implements SRC_OVER for Int packed data and dest has no Alpha...
Method Summary |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
- Overrides:
precompose_INT_PACK
in class SVGComposite.AlphaPreCompositeContext_INT_PACK
Copyright © 2002 Apache Software Foundation. All Rights Reserved.