j2d.hpp
Class InvertFilter

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

public class InvertFilter
extends java.lang.Object
implements HppFilterInterface


Constructor Summary
InvertFilter()
           
 
Method Summary
 short getB(int b)
           
 short getG(int g)
           
static ImageProcessorInterface getProcessor()
           
 short getR(int r)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertFilter

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

getProcessor

public static ImageProcessorInterface getProcessor()

main

public static void main(java.lang.String[] args)