de.hattrickorganizer.tools
Class TransparentFilter

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

public class TransparentFilter
extends java.awt.image.RGBImageFilter

TODO Missing Class Documentation

Author:
TODO Author Name

Field Summary
 int markerRGB
          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
TransparentFilter(java.awt.Color transparentColor)
          Creates a new TransparentFilter 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

markerRGB

public int markerRGB
TODO Missing Parameter Documentation

Constructor Detail

TransparentFilter

public TransparentFilter(java.awt.Color transparentColor)
Creates a new TransparentFilter object.

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