Class Rotation.Rotator
- java.lang.Object
-
- net.coobird.thumbnailator.filters.Rotation.Rotator
-
- All Implemented Interfaces:
ImageFilter
- Enclosing class:
- Rotation
public abstract static class Rotation.Rotator extends java.lang.Object implements ImageFilter
AnImageFilterwhich applies a rotation to an image.An instance of a
Rotation.Rotatorcan be obtained through theRotation.newRotator(double)method.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRotator()This class is not intended to be instantiated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.coobird.thumbnailator.filters.ImageFilter
apply
-
-