BufferedImageOp, Cloneablepublic class ShatterFilter extends AbstractBufferedImageOp
| 构造器 | 说明 |
|---|---|
ShatterFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
Point2D |
getCentre() |
|
float |
getCentreX() |
|
float |
getCentreY() |
|
float |
getDistance() |
|
float |
getEndAlpha() |
|
int |
getIterations() |
|
float |
getRotation() |
|
float |
getStartAlpha() |
|
int |
getTile() |
|
float |
getTransition() |
|
float |
getZoom() |
|
void |
setCentre(Point2D centre) |
|
void |
setCentreX(float centreX) |
|
void |
setCentreY(float centreY) |
|
void |
setDistance(float distance) |
|
void |
setEndAlpha(float endAlpha) |
|
void |
setIterations(int iterations) |
|
void |
setRotation(float rotation) |
|
void |
setStartAlpha(float startAlpha) |
|
void |
setTile(int tile) |
|
void |
setTransition(float transition) |
|
void |
setZoom(float zoom) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setTransition(float transition)
public float getTransition()
public void setDistance(float distance)
public float getDistance()
public void setRotation(float rotation)
public float getRotation()
public void setZoom(float zoom)
public float getZoom()
public void setStartAlpha(float startAlpha)
public float getStartAlpha()
public void setEndAlpha(float endAlpha)
public float getEndAlpha()
public void setCentreX(float centreX)
public float getCentreX()
public void setCentreY(float centreY)
public float getCentreY()
public void setCentre(Point2D centre)
public Point2D getCentre()
public void setIterations(int iterations)
public int getIterations()
public void setTile(int tile)
public int getTile()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.