public 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() |
filterclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic 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 © 2015. All rights reserved.