Uses of Class
org.apache.batik.ext.awt.image.CompositeRule
Packages that use CompositeRule
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image
package.-
Uses of CompositeRule in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return CompositeRuleModifier and TypeMethodDescriptionprotected static CompositeRule
SVGFeBlendElementBridge.convertMode
(Element filterElement, BridgeContext ctx) Converts the 'mode' of the specified feBlend filter primitive.protected static CompositeRule
SVGFeCompositeElementBridge.convertOperator
(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 CompositeRuleModifier and TypeFieldDescriptionstatic final CompositeRule
CompositeRule.ATOP
Porter-Duff Source Atop Destination rule.static final CompositeRule
CompositeRule.DARKEN
FeBlend Darken rule.static final CompositeRule
CompositeRule.IN
Porter-Duff Source In Destination rule.static final CompositeRule
CompositeRule.LIGHTEN
FeBlend Lighten rule.static final CompositeRule
CompositeRule.MULTIPLY
FeBlend Multiply rule.static final CompositeRule
CompositeRule.OUT
Porter-Duff Source Out Destination rule.static final CompositeRule
CompositeRule.OVER
Porter-Duff Source Over Destination rule.static final CompositeRule
CompositeRule.SCREEN
FeBlend Screen rule.static final CompositeRule
CompositeRule.XOR
Xor rule.Methods in org.apache.batik.ext.awt.image that return CompositeRuleModifier and TypeMethodDescriptionstatic CompositeRule
CompositeRule.ARITHMETIC
(float k1, float k2, float k3, float k4) Factory to create artithmatic CompositeRules.SVGComposite.getRule()
Constructors in org.apache.batik.ext.awt.image with parameters of type CompositeRule -
Uses of CompositeRule in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as CompositeRuleMethods in org.apache.batik.ext.awt.image.renderable that return CompositeRuleModifier and TypeMethodDescriptionCompositeRable.getCompositeRule()
Get the composite rule in use for combining the sources.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 CompositeRuleModifier and TypeMethodDescriptionvoid
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 CompositeRuleModifierConstructorDescriptionCompositeRable8Bit
(List srcs, CompositeRule rule, boolean csIsLinear) -
Uses of CompositeRule in org.apache.batik.ext.awt.image.rendered
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CompositeRule