BufferedImageOp, Cloneablepublic class GradientWipeFilter extends AbstractBufferedImageOp
| 构造器 | 说明 |
|---|---|
GradientWipeFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
float |
getDensity() |
|
boolean |
getInvert() |
|
BufferedImage |
getMask() |
|
float |
getSoftness() |
Get the softness of the dissolve.
|
void |
setDensity(float density) |
Set the density of the image in the range 0..1.
|
void |
setInvert(boolean invert) |
|
void |
setMask(BufferedImage mask) |
|
void |
setSoftness(float softness) |
Set the softness of the dissolve in the range 0..1.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setDensity(float density)
density - Densitypublic float getDensity()
public void setSoftness(float softness)
softness - the softness
min-value 0
max-value 1getSoftness()public float getSoftness()
setSoftness(float)public void setMask(BufferedImage mask)
public BufferedImage getMask()
public void setInvert(boolean invert)
public boolean getInvert()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.