com.jhlabs.image
public class ContourFilter extends WholeImageFilter
originalSpace, transformedSpace
Constructor and Description |
---|
ContourFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
float |
getLevels() |
float |
getOffset() |
float |
getScale() |
void |
setLevels(float levels) |
void |
setOffset(float offset) |
void |
setScale(float scale) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setLevels(float levels)
public float getLevels()
public void setScale(float scale)
public float getScale()
public void setOffset(float offset)
public float getOffset()
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
filterPixels
in class WholeImageFilter
public java.lang.String toString()
toString
in class java.lang.Object