Uses of Class
org.apache.batik.ext.awt.image.CompositeRule
-
Packages that use CompositeRule Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.ext.awt.image Contains extensions to thejava.awt.image
package.org.apache.batik.ext.awt.image.renderable org.apache.batik.ext.awt.image.rendered -
-
Uses of CompositeRule in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return CompositeRule Modifier and Type Method Description protected static CompositeRule
SVGFeBlendElementBridge. convertMode(org.w3c.dom.Element filterElement, BridgeContext ctx)
Converts the 'mode' of the specified feBlend filter primitive.protected static CompositeRule
SVGFeCompositeElementBridge. convertOperator(org.w3c.dom.Element filterElement, BridgeContext ctx)
Converts the 'operator' attribute of the specified feComposite filter primitive element. -
Uses of CompositeRule in org.apache.batik.ext.awt.image
Fields in org.apache.batik.ext.awt.image declared as CompositeRule Modifier and Type Field Description static CompositeRule
CompositeRule. ATOP
Porter-Duff Source Atop Destination rule.static CompositeRule
CompositeRule. DARKEN
FeBlend Darken rule.static CompositeRule
CompositeRule. IN
Porter-Duff Source In Destination rule.static CompositeRule
CompositeRule. LIGHTEN
FeBlend Lighten rule.static CompositeRule
CompositeRule. MULTIPLY
FeBlend Multiply rule.static CompositeRule
CompositeRule. OUT
Porter-Duff Source Out Destination rule.static CompositeRule
CompositeRule. OVER
Porter-Duff Source Over Destination rule.(package private) CompositeRule
SVGComposite. rule
static CompositeRule
CompositeRule. SCREEN
FeBlend Screen rule.static CompositeRule
CompositeRule. XOR
Xor rule.Methods in org.apache.batik.ext.awt.image that return CompositeRule Modifier and Type Method Description static CompositeRule
CompositeRule. ARITHMETIC(float k1, float k2, float k3, float k4)
Factory to create artithmatic CompositeRules.CompositeRule
SVGComposite. getRule()
Constructors in org.apache.batik.ext.awt.image with parameters of type CompositeRule Constructor Description SVGComposite(CompositeRule rule)
-
Uses of CompositeRule in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as CompositeRule Modifier and Type Field Description protected CompositeRule
CompositeRable8Bit. rule
Methods in org.apache.batik.ext.awt.image.renderable that return CompositeRule Modifier and Type Method Description CompositeRule
CompositeRable. getCompositeRule()
Get the composite rule in use for combining the sources.CompositeRule
CompositeRable8Bit. getCompositeRule()
Get the composite rule in use for combining the sources.Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CompositeRule Modifier and Type Method Description void
CompositeRable. setCompositeRule(CompositeRule cr)
Set the composite rule to use for combining the sources.void
CompositeRable8Bit. setCompositeRule(CompositeRule cr)
Set the composite rule to use for combining the sources.Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type CompositeRule Constructor Description CompositeRable8Bit(java.util.List srcs, CompositeRule rule, boolean csIsLinear)
-
Uses of CompositeRule in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as CompositeRule Modifier and Type Field Description (package private) CompositeRule
CompositeRed. rule
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CompositeRule Constructor Description CompositeRed(java.util.List srcs, CompositeRule rule)
-