| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.FadeFilterpublic class FadeFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Method Summary | |
int |
|
float |
|
float | |
float | |
boolean | |
int |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
float |
|
String |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public float getAngle()
Returns the angle of the texture.
- Returns:
- the angle of the texture.
- See Also:
setAngle(float)
public float getFadeStart()
public float getFadeWidth()
public boolean getInvert()
public int getSides()
public void setAngle(float angle)
Specifies the angle of the texture.
- Parameters:
angle- the angle of the texture.
- See Also:
getAngle()
public void setDimensions(int width,
int height)
- Overrides:
- setDimensions in interface PointFilter
public void setFadeStart(float fadeStart)
public void setFadeWidth(float fadeWidth)
public void setInvert(boolean invert)
public void setSides(int sides)
public float symmetry(float x,
float b)public String toString()