|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.transformations.ImageTransform
lib.transformations.AffineRotateTransform
public class AffineRotateTransform
functor class to rotate an image by the given degrees
Constructor Summary | |
---|---|
AffineRotateTransform(double degrees)
|
|
AffineRotateTransform(double degrees,
int interpolationType)
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
transform(java.awt.image.BufferedImage inputimage)
|
Methods inherited from class lib.transformations.ImageTransform |
---|
affineTransform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AffineRotateTransform(double degrees, int interpolationType)
public AffineRotateTransform(double degrees)
Method Detail |
---|
public java.awt.image.BufferedImage transform(java.awt.image.BufferedImage inputimage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |