net.coobird.thumbnailator.filters
Class Rotation.Rotator

java.lang.Object
  extended by net.coobird.thumbnailator.filters.Rotation.Rotator
All Implemented Interfaces:
ImageFilter
Enclosing class:
Rotation

public abstract static class Rotation.Rotator
extends Object
implements ImageFilter

An ImageFilter which applies a rotation to an image.

An instance of a Rotation.Rotator can be obtained through the Rotation.newRotator(double) method.

Author:
coobird

Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.coobird.thumbnailator.filters.ImageFilter
apply
 



Copyright © 2014. All rights reserved.