de.hattrickorganizer.tools
Class LightGrayFilter

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

public class LightGrayFilter
extends java.awt.image.RGBImageFilter

TODO Missing Class Documentation

Author:
TODO Author Name

Field Summary
 
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
LightGrayFilter(float graywert)
          Creates a new LightGrayFilter 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
 

Constructor Detail

LightGrayFilter

public LightGrayFilter(float graywert)
Creates a new LightGrayFilter object.

Parameters:
graywert - 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