Quaqua 8.0 2011-10-02

ch.randelshofer.quaqua.ext.batik.ext.awt.image
Class SVGComposite.OverCompositeContext

java.lang.Object
  extended by ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
      extended by ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.OverCompositeContext
All Implemented Interfaces:
java.awt.CompositeContext
Enclosing class:
SVGComposite

public static class SVGComposite.OverCompositeContext
extends SVGComposite.AlphaPreCompositeContext

This implements SRC_OVER for 4 band byte data.


Method Summary
 void precompose(java.awt.image.Raster src, java.awt.image.Raster dstIn, java.awt.image.WritableRaster dstOut)
           
 
Methods inherited from class ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
compose, dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

precompose

public void precompose(java.awt.image.Raster src,
                       java.awt.image.Raster dstIn,
                       java.awt.image.WritableRaster dstOut)
Specified by:
precompose in class SVGComposite.AlphaPreCompositeContext

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.