de.hattrickorganizer.tools
Class ColorChangeFilter

java.lang.Object
  extended by java.awt.image.ImageFilter
      extended by java.awt.image.RGBImageFilter
          extended by de.hattrickorganizer.tools.ColorChangeFilter
All Implemented Interfaces:
java.awt.image.ImageConsumer, java.lang.Cloneable

public class ColorChangeFilter
extends java.awt.image.RGBImageFilter

TODO Missing Class Documentation

Author:
TODO Author Name

Field Summary
 int changeRGB
          TODO Missing Parameter Documentation
 int sourceRGB
          TODO Missing Parameter Documentation
 
Fields inherited from class java.awt.image.RGBImageFilter
canFilterIndexColorModel, newmodel, origmodel
 
Fields inherited from class java.awt.image.ImageFilter
consumer
 
Fields inherited from interface java.awt.image.ImageConsumer
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
 
Constructor Summary
ColorChangeFilter(java.awt.Color source, java.awt.Color change)
          Creates a new ColorChangeFilter object.
 
Method Summary
 int filterRGB(int x, int y, int rgb)
          TODO Missing Method Documentation
 
Methods inherited from class java.awt.image.RGBImageFilter
filterIndexColorModel, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
 
Methods inherited from class java.awt.image.ImageFilter
clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setDimensions, setHints, setProperties
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeRGB

public int changeRGB
TODO Missing Parameter Documentation


sourceRGB

public int sourceRGB
TODO Missing Parameter Documentation

Constructor Detail

ColorChangeFilter

public ColorChangeFilter(java.awt.Color source,
                         java.awt.Color change)
Creates a new ColorChangeFilter object.

Parameters:
source - TODO Missing Constructuor Parameter Documentation
change - TODO Missing Constructuor Parameter Documentation
Method Detail

filterRGB

public final int filterRGB(int x,
                           int y,
                           int rgb)
TODO Missing Method Documentation

Specified by:
filterRGB in class java.awt.image.RGBImageFilter
Parameters:
x - TODO Missing Method Parameter Documentation
y - TODO Missing Method Parameter Documentation
rgb - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation