j2d.hpp
Class EnaheFilter

java.lang.Object
  extended by j2d.hpp.EnaheFilter
All Implemented Interfaces:
HppFilterInterface

public class EnaheFilter
extends java.lang.Object
implements HppFilterInterface


Constructor Summary
EnaheFilter(java.awt.Image img, double alpha)
           
 
Method Summary
 short getB(int b)
           
 short getG(int g)
           
 short getR(int r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnaheFilter

public EnaheFilter(java.awt.Image img,
                   double alpha)
Method Detail

getR

public short getR(int r)
Specified by:
getR in interface HppFilterInterface

getG

public short getG(int g)
Specified by:
getG in interface HppFilterInterface

getB

public short getB(int b)
Specified by:
getB in interface HppFilterInterface