org.apache.batik.ext.awt.image
Class SVGComposite
java.lang.Object
org.apache.batik.ext.awt.image.SVGComposite
- All Implemented Interfaces:
- Composite
public class SVGComposite
- extends Object
- implements Composite
This provides an implementation of all the composite rules in SVG.
OVER
public static final SVGComposite OVER
IN
public static final SVGComposite IN
OUT
public static final SVGComposite OUT
ATOP
public static final SVGComposite ATOP
XOR
public static final SVGComposite XOR
MULTIPLY
public static final SVGComposite MULTIPLY
SCREEN
public static final SVGComposite SCREEN
DARKEN
public static final SVGComposite DARKEN
LIGHTEN
public static final SVGComposite LIGHTEN
SVGComposite
public SVGComposite(CompositeRule rule)
getRule
public CompositeRule getRule()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
is_INT_PACK
public boolean is_INT_PACK(ColorModel cm)
createContext
public CompositeContext createContext(ColorModel srcCM,
ColorModel dstCM,
RenderingHints hints)
- Specified by:
createContext
in interface Composite
Copyright © 2008 Apache Software Foundation. All Rights Reserved.