BufferedImageOp, Cloneablepublic class FadeFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
FadeFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
float |
getAngle() |
Returns the angle of the texture.
|
float |
getFadeStart() |
|
float |
getFadeWidth() |
|
boolean |
getInvert() |
|
int |
getSides() |
|
void |
setAngle(float angle) |
Specifies the angle of the texture.
|
void |
setDimensions(int width,
int height) |
|
void |
setFadeStart(float fadeStart) |
|
void |
setFadeWidth(float fadeWidth) |
|
void |
setInvert(boolean invert) |
|
void |
setSides(int sides) |
|
float |
symmetry(float x,
float b) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilterpublic void setAngle(float angle)
angle - the angle of the texture.getAngle()public float getAngle()
setAngle(float)public void setSides(int sides)
public int getSides()
public void setFadeStart(float fadeStart)
public float getFadeStart()
public void setFadeWidth(float fadeWidth)
public float getFadeWidth()
public void setInvert(boolean invert)
public boolean getInvert()
public void setDimensions(int width,
int height)
setDimensions 在类中 PointFilterpublic int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterpublic float symmetry(float x,
float b)
Copyright © 2019. All rights reserved.