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 CompositeRuleSVGFeBlendElementBridge.convertMode(Element filterElement, BridgeContext ctx) Converts the 'mode' of the specified feBlend filter primitive.protected static CompositeRuleSVGFeCompositeElementBridge.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 CompositeRuleCompositeRule.ATOPPorter-Duff Source Atop Destination rule.static final CompositeRuleCompositeRule.DARKENFeBlend Darken rule.static final CompositeRuleCompositeRule.INPorter-Duff Source In Destination rule.static final CompositeRuleCompositeRule.LIGHTENFeBlend Lighten rule.static final CompositeRuleCompositeRule.MULTIPLYFeBlend Multiply rule.static final CompositeRuleCompositeRule.OUTPorter-Duff Source Out Destination rule.static final CompositeRuleCompositeRule.OVERPorter-Duff Source Over Destination rule.(package private) CompositeRuleSVGComposite.rulestatic final CompositeRuleCompositeRule.SCREENFeBlend Screen rule.static final CompositeRuleCompositeRule.XORXor rule.Methods in org.apache.batik.ext.awt.image that return CompositeRuleModifier and TypeMethodDescriptionstatic CompositeRuleCompositeRule.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 TypeMethodDescriptionvoidCompositeRable.setCompositeRule(CompositeRule cr) Set the composite rule to use for combining the sources.voidCompositeRable8Bit.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
Fields in org.apache.batik.ext.awt.image.rendered declared as CompositeRuleConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type CompositeRule