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

Packages that use ARGBChannel
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 ARGBChannel in org.apache.batik.gvt.filter
 

Fields in org.apache.batik.gvt.filter declared as ARGBChannel
static ARGBChannel ARGBChannel.R
          Channel values
static ARGBChannel ARGBChannel.G
           
static ARGBChannel ARGBChannel.B
           
static ARGBChannel ARGBChannel.A
           
 

Methods in org.apache.batik.gvt.filter that return ARGBChannel
 ARGBChannel DisplacementMapRable.getXChannelSelector()
          Returns the xChannelSelector
 ARGBChannel DisplacementMapRable.getYChannelSelector()
          Returns the yChannelSelector
 

Methods in org.apache.batik.gvt.filter with parameters of type ARGBChannel
 void DisplacementMapRable.setXChannelSelector(ARGBChannel xChannelSelector)
          Select which component values will be used for displacement along the X axis
 void DisplacementMapRable.setYChannelSelector(ARGBChannel yChannelSelector)
          Select which component values will be used for displacement along the Y axis
 

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

Methods in org.apache.batik.refimpl.gvt.filter that return ARGBChannel
 ARGBChannel ConcreteDisplacementMapRable.getXChannelSelector()
          Returns the xChannelSelector
 ARGBChannel ConcreteDisplacementMapRable.getYChannelSelector()
          Returns the yChannelSelector
 

Methods in org.apache.batik.refimpl.gvt.filter with parameters of type ARGBChannel
 void ConcreteDisplacementMapRable.setXChannelSelector(ARGBChannel xChannelSelector)
          Select which component values will be used for displacement along the X axis
 void ConcreteDisplacementMapRable.setYChannelSelector(ARGBChannel yChannelSelector)
          Select which component values will be used for displacement along the Y axis
 

Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type ARGBChannel
DisplacementMapOp(ARGBChannel xChannel, ARGBChannel yChannel, int scaleX, int scaleY, java.awt.image.BufferedImage in2)
           
ConcreteDisplacementMapRable(java.util.List sources, double scale, ARGBChannel xChannelSelector, ARGBChannel yChannelSelector)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.