|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.barteo.emulator.device.applet
Class RGBImageFilter

java.lang.Objectjava.awt.image.ImageFilter
java.awt.image.RGBImageFilter
com.barteo.emulator.device.applet.RGBImageFilter
- All Implemented Interfaces:
- java.lang.Cloneable, java.awt.image.ImageConsumer
- public final class RGBImageFilter
- extends java.awt.image.RGBImageFilter
Field Summary | |
private java.awt.Color |
backgroundColor
|
private java.awt.Color |
foregroundColor
|
private double |
Rb
|
private double |
Rg
|
private double |
Rr
|
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 | |
RGBImageFilter()
|
Method Summary | |
int |
filterRGB(int x,
int y,
int rgb)
Filters a single pixel from the default ColorModel. |
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 |
Rr
private double Rr
Rg
private double Rg
Rb
private double Rb
backgroundColor
private java.awt.Color backgroundColor
foregroundColor
private java.awt.Color foregroundColor
Constructor Detail |
RGBImageFilter
public RGBImageFilter()
Method Detail |
filterRGB
public int filterRGB(int x, int y, int rgb)
- Description copied from class:
java.awt.image.RGBImageFilter
- Filters a single pixel from the default ColorModel.
|
|||||||||
Home >> All >> com >> barteo >> emulator >> device >> [ applet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |