Uses of Class
org.apache.batik.ext.awt.image.CompositeRule

Packages that use CompositeRule
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 the java.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
protected static CompositeRule SVGFeCompositeElementBridge.convertOperator(Element filterElement)
          Converts the 'operator' attribute of the specified feComposite filter primitive element.
protected static CompositeRule SVGFeBlendElementBridge.convertMode(Element filterElement)
          Converts the 'mode' of the specified feBlend filter primitive.
 

Uses of CompositeRule in org.apache.batik.ext.awt.image
 

Fields in org.apache.batik.ext.awt.image declared as CompositeRule
static CompositeRule CompositeRule.OVER
          Porter-Duff Source Over Destination rule.
static CompositeRule CompositeRule.IN
          Porter-Duff Source In Destination rule.
static CompositeRule CompositeRule.OUT
          Porter-Duff Source Out Destination rule.
static CompositeRule CompositeRule.ATOP
          Porter-Duff Source Atop Destination rule.
static CompositeRule CompositeRule.XOR
          Xor rule.
static CompositeRule CompositeRule.MULTIPLY
          FeBlend Multiply rule.
static CompositeRule CompositeRule.SCREEN
          FeBlend Screen rule.
static CompositeRule CompositeRule.DARKEN
          FeBlend Darken rule.
static CompositeRule CompositeRule.LIGHTEN
          FeBlend Lighten rule.
 

Methods in org.apache.batik.ext.awt.image that return CompositeRule
 CompositeRule SVGComposite.getRule()
           
static CompositeRule CompositeRule.ARITHMETIC(float k1, float k2, float k3, float k4)
          Factory to create artithmatic CompositeRules.
 

Constructors in org.apache.batik.ext.awt.image with parameters of type CompositeRule
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
protected  CompositeRule CompositeRable8Bit.rule
           
 

Methods in org.apache.batik.ext.awt.image.renderable that return CompositeRule
 CompositeRule CompositeRable8Bit.getCompositeRule()
          Get the composite rule in use for combining the sources.
 CompositeRule CompositeRable.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
 void CompositeRable8Bit.setCompositeRule(CompositeRule cr)
          Set the composite rule to use for combining the sources.
 void CompositeRable.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
CompositeRable8Bit(java.util.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
CompositeRed(java.util.List srcs, CompositeRule rule)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.