Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.FlareFilter
public class FlareFilter
extends PointFilter
Field Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel |
Constructor Summary | |
Method Summary | |
int |
|
float | |
Point2D | |
int |
|
float |
|
float | |
float | |
float | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
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 getBaseAmount()
public Point2D getCentre()
public int getColor()
public float getRadius()
Get the radius of the effect.
- Returns:
- the radius
- See Also:
setRadius(float)
public float getRayAmount()
public float getRingAmount()
public float getRingWidth()
public void setBaseAmount(float baseAmount)
public void setCentre(Point2D centre)
public void setColor(int color)
public void setDimensions(int width, int height)
- Overrides:
- setDimensions in interface PointFilter
public void setRadius(float radius)
Set the radius of the effect.
- Parameters:
radius
- the radius
- See Also:
getRadius()
public void setRayAmount(float rayAmount)
public void setRingAmount(float ringAmount)
public void setRingWidth(float ringWidth)
public String toString()