Package in.itzmeanjan.filterit.rotation
Interface Rotation
-
- All Known Implementing Classes:
HorizontalRotation
,RotateAntiClockwise180
,RotateAntiClockwise270
,RotateAntiClockwise90
,RotateClockwise180
,RotateClockwise270
,RotateClockwise90
,VerticalRotation
public interface Rotation
To be implemented by horizontally & vertically rotating classes or any other utility classes which'll try to rotate image, following two abstract methods will be only way using which user gets to talk to rotation mechanism
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImage
rotate(java.awt.image.BufferedImage img)
java.awt.image.BufferedImage
rotate(java.lang.String src)
-