Uses of Class
org.imgscalr.Scalr.Rotation

Uses of Scalr.Rotation in org.imgscalr
 

Methods in org.imgscalr that return Scalr.Rotation
static Scalr.Rotation Scalr.Rotation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scalr.Rotation[] Scalr.Rotation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.imgscalr with parameters of type Scalr.Rotation
static BufferedImage Scalr.rotate(BufferedImage src, Scalr.Rotation rotation, BufferedImageOp... ops)
          Used to apply a Scalr.Rotation and then 0 or more BufferedImageOps to a given image and return the result.
static Future<BufferedImage> AsyncScalr.rotate(BufferedImage src, Scalr.Rotation rotation, BufferedImageOp... ops)
           
 


Copyright 2011 The Buzz Media, LLC