CIRCLE_DOWN
public static final int CIRCLE_DOWN
CIRCLE_UP
public static final int CIRCLE_UP
LINEAR
public static final int LINEAR
SMOOTH
public static final int SMOOTH
distanceMap
public int distanceMap(int[] map,
int width,
int height)
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
- filterPixels in interface WholeImageFilter
getColormap
public Colormap getColormap()
Get the colormap to be used for the filter.
getFactor
public float getFactor()
getInvert
public boolean getInvert()
getMerge
public boolean getMerge()
getType
public int getType()
getUseAlpha
public boolean getUseAlpha()
setColormap
public void setColormap(Colormap colormap)
Set the colormap to be used for the filter.
setFactor
public void setFactor(float factor)
setInvert
public void setInvert(boolean invert)
setMerge
public void setMerge(boolean merge)
setType
public void setType(int type)
setUseAlpha
public void setUseAlpha(boolean useAlpha)
toString
public String toString()