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.imagepackage.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 CompositeRuleSVGFeBlendElementBridge. convertMode(org.w3c.dom.Element filterElement, BridgeContext ctx)Converts the 'mode' of the specified feBlend filter primitive.protected static CompositeRuleSVGFeCompositeElementBridge. 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 CompositeRuleCompositeRule. ATOPPorter-Duff Source Atop Destination rule.static CompositeRuleCompositeRule. DARKENFeBlend Darken rule.static CompositeRuleCompositeRule. INPorter-Duff Source In Destination rule.static CompositeRuleCompositeRule. LIGHTENFeBlend Lighten rule.static CompositeRuleCompositeRule. MULTIPLYFeBlend Multiply rule.static CompositeRuleCompositeRule. OUTPorter-Duff Source Out Destination rule.static CompositeRuleCompositeRule. OVERPorter-Duff Source Over Destination rule.(package private) CompositeRuleSVGComposite. rulestatic CompositeRuleCompositeRule. SCREENFeBlend Screen rule.static CompositeRuleCompositeRule. XORXor rule.Methods in org.apache.batik.ext.awt.image that return CompositeRule Modifier and Type Method Description static CompositeRuleCompositeRule. ARITHMETIC(float k1, float k2, float k3, float k4)Factory to create artithmatic CompositeRules.CompositeRuleSVGComposite. 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 CompositeRuleCompositeRable8Bit. ruleMethods in org.apache.batik.ext.awt.image.renderable that return CompositeRule Modifier and Type Method Description CompositeRuleCompositeRable. getCompositeRule()Get the composite rule in use for combining the sources.CompositeRuleCompositeRable8Bit. 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 voidCompositeRable. 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 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) CompositeRuleCompositeRed. ruleConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type CompositeRule Constructor Description CompositeRed(java.util.List srcs, CompositeRule rule)
-