com.jhlabs.image
public class RotateFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, transformedSpace, WRAP, ZERO
Constructor and Description |
---|
RotateFilter() |
RotateFilter(float angle) |
RotateFilter(float angle,
boolean resize) |
Modifier and Type | Method and Description |
---|---|
float |
getAngle() |
void |
setAngle(float angle) |
java.lang.String |
toString() |
protected void |
transform(int x,
int y,
java.awt.Point out) |
protected void |
transformInverse(int x,
int y,
float[] out) |
protected void |
transformSpace(java.awt.Rectangle rect) |
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public RotateFilter()
public RotateFilter(float angle)
public RotateFilter(float angle, boolean resize)
public void setAngle(float angle)
public float getAngle()
protected void transformSpace(java.awt.Rectangle rect)
transformSpace
in class TransformFilter
protected void transform(int x, int y, java.awt.Point out)
protected void transformInverse(int x, int y, float[] out)
transformInverse
in class TransformFilter
public java.lang.String toString()
toString
in class java.lang.Object