|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.Flush3DFilter
public class Flush3DFilter
This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
| Field Summary |
|---|
| Fields inherited from class com.jhlabs.image.WholeImageFilter |
|---|
originalSpace, transformedSpace |
| Constructor Summary | |
|---|---|
Flush3DFilter()
|
|
| Method Summary | |
|---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace)
|
java.lang.String |
toString()
|
| Methods inherited from class com.jhlabs.image.WholeImageFilter |
|---|
filter, transformSpace |
| Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
|---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Flush3DFilter()
| Method Detail |
|---|
protected int[] filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace)
filterPixels in class WholeImageFilterpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||