| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.FourColorFilterpublic class FourColorFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
Method Summary | |
int |
|
int | |
int | |
int | |
int | |
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public int getColorNE()
public int getColorNW()
public int getColorSE()
public int getColorSW()
public void setColorNE(int color)
public void setColorNW(int color)
public void setColorSE(int color)
public void setColorSW(int color)
public void setDimensions(int width,
int height)
- Overrides:
- setDimensions in interface PointFilter
public String toString()