Package com.jhlabs.image
Class Flush3DFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.Flush3DFilter
- All Implemented Interfaces:
BufferedImageOp
,Serializable
,Cloneable
This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
- See Also:
-
Field Summary
Fields inherited from class com.jhlabs.image.WholeImageFilter
originalSpace, transformedSpace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int[]
filterPixels
(int width, int height, int[] inPixels, Rectangle transformedSpace) 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
-
Constructor Details
-
Flush3DFilter
public Flush3DFilter()
-
-
Method Details
-
filterPixels
- Specified by:
filterPixels
in classWholeImageFilter
-
toString
-