org.apache.batik.ext.awt.image
Class SVGComposite
java.lang.Object
|
+--org.apache.batik.ext.awt.image.SVGComposite
- All Implemented Interfaces:
- java.awt.Composite
- public class SVGComposite
- extends java.lang.Object
- implements java.awt.Composite
This provides an implementation of all the composite rules in SVG.
Method Summary |
java.awt.CompositeContext |
createContext(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
java.awt.RenderingHints hints)
|
boolean |
equals(java.lang.Object o)
|
CompositeRule |
getRule()
|
boolean |
is_INT_PACK(java.awt.image.ColorModel cm)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
is_INT_PACK
public boolean is_INT_PACK(java.awt.image.ColorModel cm)
createContext
public java.awt.CompositeContext createContext(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
java.awt.RenderingHints hints)
- Specified by:
createContext
in interface java.awt.Composite
Copyright © 2002 Apache Software Foundation. All Rights Reserved.