|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.refimpl.gvt.filter.SVGComposite
This provides an implementation of all the composite rules in SVG.
Inner Class Summary | |
static class |
SVGComposite.AlphaPreCompositeContext
|
static class |
SVGComposite.ArithCompositeContext
|
static class |
SVGComposite.AtopCompositeContext
|
static class |
SVGComposite.DarkenCompositeContext
|
static class |
SVGComposite.LightenCompositeContext
|
static class |
SVGComposite.MultiplyCompositeContext
The following classes implement the various blend modes from SVG. |
static class |
SVGComposite.ScreenCompositeContext
|
static class |
SVGComposite.XorCompositeContext
|
Constructor Summary | |
SVGComposite(CompositeRule rule)
|
Method Summary | |
java.awt.CompositeContext |
createContext(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
java.awt.RenderingHints hints)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGComposite(CompositeRule rule)
Method Detail |
public java.awt.CompositeContext createContext(java.awt.image.ColorModel srcCM, java.awt.image.ColorModel dstCM, java.awt.RenderingHints hints)
createContext
in interface java.awt.Composite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |