Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ConvolveFilter
com.jhlabs.image.BumpFilter
public class BumpFilter
extends ConvolveFilter
Field Summary |
Fields inherited from class com.jhlabs.image.ConvolveFilter | |
CLAMP_EDGES , WRAP_EDGES , ZERO_EDGES , alpha , kernel , premultiplyAlpha |
Constructor Summary | |
|
Method Summary | |
String |
|
Methods inherited from class com.jhlabs.image.ConvolveFilter | |
convolve , convolve , convolveH , convolveHV , convolveV , createCompatibleDestImage , filter , getBounds2D , getEdgeAction , getKernel , getPoint2D , getPremultiplyAlpha , getRenderingHints , getUseAlpha , setEdgeAction , setKernel , setPremultiplyAlpha , setUseAlpha , toString |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone , createCompatibleDestImage , getBounds2D , getPoint2D , getRGB , getRenderingHints , setRGB |
public BumpFilter()
Construct a filter with a null kernel. This is only useful if you're going to change the kernel later on.