Uses of Class
org.apache.batik.gvt.filter.CompositeRule

Packages that use CompositeRule
org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. 
org.apache.batik.refimpl.gvt.filter   
 

Uses of CompositeRule in org.apache.batik.gvt.filter
 

Fields in org.apache.batik.gvt.filter 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.gvt.filter that return CompositeRule
static CompositeRule CompositeRule.ARITHMETIC(float k1, float k2, float k3, float k4)
          Factory to create artithmatic CompositeRules.
 CompositeRule CompositeRable.getCompositeRule()
          Get the composite rule in use for combining the sources.
 

Methods in org.apache.batik.gvt.filter with parameters of type CompositeRule
 void CompositeRable.setCompositeRule(CompositeRule cr)
          Set the composite rule to use for combining the sources.
 

Uses of CompositeRule in org.apache.batik.refimpl.gvt.filter
 

Fields in org.apache.batik.refimpl.gvt.filter declared as CompositeRule
protected  CompositeRule ConcreteCompositeRable.rule
           
 

Methods in org.apache.batik.refimpl.gvt.filter that return CompositeRule
 CompositeRule ConcreteCompositeRable.getCompositeRule()
          Get the composite rule in use for combining the sources.
 

Methods in org.apache.batik.refimpl.gvt.filter with parameters of type CompositeRule
 void ConcreteCompositeRable.setCompositeRule(CompositeRule cr)
          Set the composite rule to use for combining the sources.
 

Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type CompositeRule
SVGComposite(CompositeRule rule)
           
ConcreteCompositeRable(java.util.List srcs, CompositeRule rule)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.