org.apache.batik.ext.awt.image
Class SVGComposite.OverCompositeContext
java.lang.Object
org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext
- All Implemented Interfaces:
- CompositeContext
- Enclosing class:
- SVGComposite
public static class SVGComposite.OverCompositeContext
- extends SVGComposite.AlphaPreCompositeContext
This implements SRC_OVER for 4 band byte data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
precompose
public void precompose(Raster src,
Raster dstIn,
WritableRaster dstOut)
- Specified by:
precompose
in class SVGComposite.AlphaPreCompositeContext
Copyright © 2008 Apache Software Foundation. All Rights Reserved.