com.jhlabs.image

Class BumpFilter

Implemented Interfaces:
BufferedImageOp, Cloneable

public class BumpFilter
extends ConvolveFilter

A simple embossing filter.

Field Summary

Fields inherited from class com.jhlabs.image.ConvolveFilter

CLAMP_EDGES, WRAP_EDGES, ZERO_EDGES, alpha, kernel, premultiplyAlpha

Constructor Summary

BumpFilter()
Construct a filter with a null kernel.

Method Summary

String
toString()

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

Constructor Details

BumpFilter

public BumpFilter()
Construct a filter with a null kernel. This is only useful if you're going to change the kernel later on.

Method Details

toString

public String toString()
Overrides:
toString in interface ConvolveFilter