Package org.apache.batik.ext.awt.image
Class SVGComposite
java.lang.Object
org.apache.batik.ext.awt.image.SVGComposite
- All Implemented Interfaces:
Composite
This provides an implementation of all the composite rules in SVG.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
The following classes implement the various blend modes from SVG.static class
static class
static class
static class
This implements SRC_OVER for 4 band byte data.static class
This implements SRC_OVER for Int packed data where the src is premultiplied.static class
This implements SRC_OVER for Int packed data and dest has no Alpha...static class
This implements SRC_OVER for Int packed data where the src is unpremultiplied.static class
This implements SRC_OVER for 4 band byte src data and 3 band byte dst data.static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
static final SVGComposite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(ColorModel srcCM, ColorModel dstCM, RenderingHints hints) boolean
getRule()
boolean
-
Field Details
-
OVER
-
IN
-
OUT
-
ATOP
-
XOR
-
MULTIPLY
-
SCREEN
-
DARKEN
-
LIGHTEN
-
-
Constructor Details
-
SVGComposite
-
-
Method Details
-
getRule
-
equals
-
is_INT_PACK
-
createContext
- Specified by:
createContext
in interfaceComposite
-