j2d.hpp
Class OriginalColorFilter

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

public class OriginalColorFilter
extends java.lang.Object
implements HppFilterInterface


Constructor Summary
OriginalColorFilter()
           
 
Method Summary
 short getB(int v)
           
 short getG(int v)
           
 short getR(int v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginalColorFilter

public OriginalColorFilter()
Method Detail

getR

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

getG

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

getB

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