BufferedImageOp, Cloneablepublic class PinchFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZERO| 构造器 | 说明 |
|---|---|
PinchFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
float |
getAmount() |
Get the amount of pinch.
|
float |
getAngle() |
Get the angle of twist.
|
Point2D |
getCentre() |
Get the centre of the effect as a proportion of the image size.
|
float |
getCentreX() |
Get the centre of the effect in the X direction as a proportion of the
image size.
|
float |
getCentreY() |
Get the centre of the effect in the Y direction as a proportion of the
image size.
|
float |
getRadius() |
Get the radius of the effect.
|
void |
setAmount(float amount) |
Set the amount of pinch.
|
void |
setAngle(float angle) |
Set the angle of twirl in radians. 0 means no distortion.
|
void |
setCentre(Point2D centre) |
Set the centre of the effect as a proportion of the image size.
|
void |
setCentreX(float centreX) |
Set the centre of the effect in the X direction as a proportion of the
image size.
|
void |
setCentreY(float centreY) |
Set the centre of the effect in the Y direction as a proportion of the
image size.
|
void |
setRadius(float radius) |
Set the radius of the effect.
|
String |
toString() |
|
protected void |
transformInverse(int x,
int y,
float[] out) |
Inverse transform a point.
|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpacepublic void setAngle(float angle)
angle - the angle of twirl. This is the angle by which pixels at the
nearest edge of the image will move.getAngle()public float getAngle()
setAngle(float)public void setCentreX(float centreX)
centreX - the centergetCentreX()public float getCentreX()
setCentreX(float)public void setCentreY(float centreY)
centreY - the centergetCentreY()public float getCentreY()
setCentreY(float)public void setCentre(Point2D centre)
centre - the centergetCentre()public Point2D getCentre()
setCentre(java.awt.geom.Point2D)public void setRadius(float radius)
radius - the radius min-value 0getRadius()public float getRadius()
setRadius(float)public void setAmount(float amount)
amount - the amount
min-value -1
max-value 1getAmount()public float getAmount()
setAmount(float)public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter 在接口中 BufferedImageOpfilter 在类中 TransformFilterprotected void transformInverse(int x,
int y,
float[] out)
TransformFiltertransformInverse 在类中 TransformFilterx - the X position of the pixel in the output imagey - the Y position of the pixel in the output imageout - the position of the pixel in the input imageCopyright © 2019. All rights reserved.