BufferedImageOp, Cloneablepublic class ScratchFilter extends AbstractBufferedImageOp
| 构造器 | 说明 |
|---|---|
ScratchFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
float |
getAngle() |
|
float |
getAngleVariation() |
|
int |
getColor() |
|
float |
getDensity() |
|
float |
getLength() |
|
int |
getSeed() |
|
float |
getWidth() |
|
void |
setAngle(float angle) |
|
void |
setAngleVariation(float angleVariation) |
|
void |
setColor(int color) |
|
void |
setDensity(float density) |
|
void |
setLength(float length) |
|
void |
setSeed(int seed) |
|
void |
setWidth(float width) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setAngle(float angle)
public float getAngle()
public void setAngleVariation(float angleVariation)
public float getAngleVariation()
public void setDensity(float density)
public float getDensity()
public void setLength(float length)
public float getLength()
public void setWidth(float width)
public float getWidth()
public void setColor(int color)
public int getColor()
public void setSeed(int seed)
public int getSeed()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.