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.WholeImageFilter
com.jhlabs.image.CellularFilter
com.jhlabs.image.PointillizeFilter
public class PointillizeFilter
extends CellularFilter
Nested Class Summary |
Nested classes/interfaces inherited from class com.jhlabs.image.CellularFilter | |
CellularFilter.Point |
Field Summary |
Fields inherited from class com.jhlabs.image.CellularFilter | |
HEXAGONAL , OCTAGONAL , RANDOM , SQUARE , TRIANGULAR , amount , angle , angleCoefficient , bias , coefficients , colormap , distancePower , gain , gridType , m00 , m01 , m10 , m11 , random , randomness , results , scale , stretch , turbulence , useColor |
Fields inherited from class com.jhlabs.image.WholeImageFilter | |
originalSpace , transformedSpace |
Constructor Summary | |
|
Method Summary | |
int | |
float | |
boolean | |
float | |
int |
|
void |
|
void |
|
void |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.CellularFilter | |
clone , evaluate , filterPixels , getAmount , getAngle , getAngleCoefficient , getCoefficient , getColormap , getDistancePower , getF1 , getF2 , getF3 , getF4 , getGradientCoefficient , getGridType , getPixel , getRandomness , getScale , getStretch , getTurbulence , setAmount , setAngle , setAngleCoefficient , setCoefficient , setColormap , setDistancePower , setF1 , setF2 , setF3 , setF4 , setGradientCoefficient , setGridType , setRandomness , setScale , setStretch , setTurbulence , toString , turbulence2 |
Methods inherited from class com.jhlabs.image.WholeImageFilter | |
filter , filterPixels , transformSpace |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone , createCompatibleDestImage , getBounds2D , getPoint2D , getRGB , getRenderingHints , setRGB |
public int getEdgeColor()
public float getEdgeThickness()
public boolean getFadeEdges()
public float getFuzziness()
public int getPixel(int x, int y, int[] inPixels, int width, int height)
- Overrides:
- getPixel in interface CellularFilter
public void setEdgeColor(int edgeColor)
public void setEdgeThickness(float edgeThickness)
public void setFadeEdges(boolean fadeEdges)
public void setFuzziness(float fuzziness)