Quaqua 5.4.1 2009-07-14

Package ch.randelshofer.quaqua.ext.batik.ext.awt.image

Contains extensions to the java.awt.image package.

See:
          Description

Class Summary
CompositeRule This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
GraphicsUtil Set of utility methods for Graphics.
PadMode This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
SVGComposite This provides an implementation of all the composite rules in SVG.
SVGComposite.AlphaPreCompositeContext  
SVGComposite.AlphaPreCompositeContext_INT_PACK  
SVGComposite.ArithCompositeContext  
SVGComposite.ArithCompositeContext_INT_PACK  
SVGComposite.ArithCompositeContext_INT_PACK_LUT  
SVGComposite.AtopCompositeContext  
SVGComposite.AtopCompositeContext_INT_PACK  
SVGComposite.DarkenCompositeContext  
SVGComposite.DarkenCompositeContext_INT_PACK  
SVGComposite.InCompositeContext  
SVGComposite.InCompositeContext_INT_PACK  
SVGComposite.LightenCompositeContext  
SVGComposite.LightenCompositeContext_INT_PACK  
SVGComposite.MultiplyCompositeContext The following classes implement the various blend modes from SVG.
SVGComposite.MultiplyCompositeContext_INT_PACK  
SVGComposite.OutCompositeContext  
SVGComposite.OutCompositeContext_INT_PACK  
SVGComposite.OverCompositeContext This implements SRC_OVER for 4 band byte data.
SVGComposite.OverCompositeContext_INT_PACK This implements SRC_OVER for Int packed data where the src is premultiplied.
SVGComposite.OverCompositeContext_INT_PACK_NA This implements SRC_OVER for Int packed data and dest has no Alpha...
SVGComposite.OverCompositeContext_INT_PACK_UNPRE This implements SRC_OVER for Int packed data where the src is unpremultiplied.
SVGComposite.OverCompositeContext_NA This implements SRC_OVER for 4 band byte src data and 3 band byte dst data.
SVGComposite.ScreenCompositeContext  
SVGComposite.ScreenCompositeContext_INT_PACK  
SVGComposite.XorCompositeContext  
SVGComposite.XorCompositeContext_INT_PACK  
 

Package ch.randelshofer.quaqua.ext.batik.ext.awt.image Description

Contains extensions to the java.awt.image package. This package provides convenient methods and some utility classes. These generally bypass broken methods in Java2D or provide tweaked implementations.


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