com.jhlabs.image
Class Flush3DFilter
- BufferedImageOp, Cloneable
public class Flush3DFilter
This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
protected int[] | filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace) - Actually filter the pixels.
|
String | toString()
|
Flush3DFilter
public Flush3DFilter()
Construct a WholeImageFilter.
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
Actually filter the pixels.
- filterPixels in interface WholeImageFilter
width
- the image widthheight
- the image heightinPixels
- the image pixelstransformedSpace
- the output bounds
toString
public String toString()