|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.image.ImageFilter
java.awt.image.RGBImageFilter
de.hattrickorganizer.tools.FuzzyTransparentFilter
public class FuzzyTransparentFilter
TODO Missing Class Documentation
| Field Summary | |
|---|---|
int |
m_iMaxBlue
TODO Missing Parameter Documentation |
int |
m_iMaxGreen
TODO Missing Parameter Documentation |
int |
m_iMaxRed
TODO Missing Parameter Documentation |
int |
m_iMinBlue
TODO Missing Parameter Documentation |
int |
m_iMinGreen
TODO Missing Parameter Documentation |
int |
m_iMinRed
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 | |
|---|---|
FuzzyTransparentFilter(int minred,
int mingreen,
int minblue,
int maxred,
int maxgreen,
int maxblue)
Creates a new FuzzyTransparentFilter 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 |
|---|
public int m_iMaxBlue
public int m_iMaxGreen
public int m_iMaxRed
public int m_iMinBlue
public int m_iMinGreen
public int m_iMinRed
| Constructor Detail |
|---|
public FuzzyTransparentFilter(int minred,
int mingreen,
int minblue,
int maxred,
int maxgreen,
int maxblue)
minred - TODO Missing Constructuor Parameter Documentationmingreen - TODO Missing Constructuor Parameter Documentationminblue - TODO Missing Constructuor Parameter Documentationmaxred - TODO Missing Constructuor Parameter Documentationmaxgreen - TODO Missing Constructuor Parameter Documentationmaxblue - TODO Missing Constructuor Parameter Documentation| Method Detail |
|---|
public final int filterRGB(int x,
int y,
int rgb)
filterRGB in class java.awt.image.RGBImageFilterx - TODO Missing Method Parameter Documentationy - TODO Missing Method Parameter Documentationrgb - TODO Missing Method Parameter Documentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||