j2d.hpp
Class NoOpFilter

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

public class NoOpFilter
extends java.lang.Object
implements HppFilterInterface


Constructor Summary
NoOpFilter()
           
 
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

NoOpFilter

public NoOpFilter()
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