public class ShearFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, transformedSpace, WRAP, ZERO
Constructor and Description |
---|
ShearFilter() |
Modifier and Type | Method and Description |
---|---|
float |
getXAngle() |
float |
getYAngle() |
boolean |
isResize() |
void |
setResize(boolean resize) |
void |
setXAngle(float xangle) |
void |
setYAngle(float yangle) |
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out) |
protected void |
transformSpace(java.awt.Rectangle r) |
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setResize(boolean resize)
public boolean isResize()
public void setXAngle(float xangle)
public float getXAngle()
public void setYAngle(float yangle)
public float getYAngle()
protected void transformSpace(java.awt.Rectangle r)
transformSpace
in class TransformFilter
protected void transformInverse(int x, int y, float[] out)
transformInverse
in class TransformFilter
public java.lang.String toString()
toString
in class java.lang.Object