BufferedImageOp, Cloneablepublic class FlareFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
FlareFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
float |
getBaseAmount() |
|
Point2D |
getCentre() |
|
int |
getColor() |
|
float |
getRadius() |
Get the radius of the effect.
|
float |
getRayAmount() |
|
float |
getRingAmount() |
|
float |
getRingWidth() |
|
void |
setBaseAmount(float baseAmount) |
|
void |
setCentre(Point2D centre) |
|
void |
setColor(int color) |
|
void |
setDimensions(int width,
int height) |
|
void |
setRadius(float radius) |
Set the radius of the effect.
|
void |
setRayAmount(float rayAmount) |
|
void |
setRingAmount(float ringAmount) |
|
void |
setRingWidth(float ringWidth) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilterpublic void setColor(int color)
public int getColor()
public void setRingWidth(float ringWidth)
public float getRingWidth()
public void setBaseAmount(float baseAmount)
public float getBaseAmount()
public void setRingAmount(float ringAmount)
public float getRingAmount()
public void setRayAmount(float rayAmount)
public float getRayAmount()
public void setCentre(Point2D centre)
public Point2D getCentre()
public void setRadius(float radius)
radius - the radius
min-value 0getRadius()public float getRadius()
setRadius(float)public void setDimensions(int width,
int height)
setDimensions 在类中 PointFilterpublic int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2019. All rights reserved.