com.jhlabs.image
Class CheckFilter
- BufferedImageOp, Cloneable
A Filter to draw grids and check patterns.
CheckFilter
public CheckFilter()
getAngle
public float getAngle()
Get the angle of the texture.
- the angle of the texture.
getBackground
public int getBackground()
Get the background color.
getForeground
public int getForeground()
Get the foreground color.
getFuzziness
public int getFuzziness()
Get the fuzziness of the texture.
getXScale
public int getXScale()
Get the X scale of the texture.
getYScale
public int getYScale()
Get the Y scale of the texture.
setAngle
public void setAngle(float angle)
Set the angle of the texture.
angle
- the angle of the texture.
setBackground
public void setBackground(int background)
Set the background color.
setForeground
public void setForeground(int foreground)
Set the foreground color.
setFuzziness
public void setFuzziness(int fuzziness)
Set the fuzziness of the texture.
fuzziness
- the fuzziness.
setXScale
public void setXScale(int xScale)
Set the X scale of the texture.
setYScale
public void setYScale(int yScale)
Set the Y scale of the texture.
toString
public String toString()