|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.chart.util.AbstractBufferedImageOp
com.jidesoft.chart.util.PointFilter
public abstract class PointFilter
An abstract superclass for point filters. The interface is the same as the old RGBImageFilter.
| Field Summary | |
|---|---|
protected boolean |
canFilterIndexColorModel
|
| Constructor Summary | |
|---|---|
PointFilter()
|
|
| Method Summary | |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst)
|
abstract int |
filterRGB(int x,
int y,
int rgb)
|
void |
setDimensions(int width,
int height)
|
| Methods inherited from class com.jidesoft.chart.util.AbstractBufferedImageOp |
|---|
clamp, clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean canFilterIndexColorModel
| Constructor Detail |
|---|
public PointFilter()
| Method Detail |
|---|
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
public void setDimensions(int width,
int height)
public abstract int filterRGB(int x,
int y,
int rgb)
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||