j2d.hpp
Class ContrastFilter

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

public class ContrastFilter
extends java.lang.Object
implements HppFilterInterface


Constructor Summary
ContrastFilter(double c, double b)
           
 
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

ContrastFilter

public ContrastFilter(double c,
                      double b)
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