Uses of Class
com.thebuzzmedia.imgscalr.Scalr.Rotation

Uses of Scalr.Rotation in com.thebuzzmedia.imgscalr
 

Methods in com.thebuzzmedia.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 com.thebuzzmedia.imgscalr with parameters of type Scalr.Rotation
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to a width and height no bigger than targetSize (or fitting the image to the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode specified) using the given scaling method, apply the given BufferedImageOps (if any) and apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to the target width and height (or fitting the image to the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode specified) using the given scaling method, apply the given BufferedImageOps (if any) and apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to a width and height no bigger than targetSize using the given scaling method, apply the given BufferedImageOps (if any) and then apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to the target width and height using the given scaling method, apply the given BufferedImageOps (if any) and apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Method scalingMethod, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to a width and height no bigger than targetSize (or fitting the image to the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode specified), apply the given BufferedImageOps (if any) and then apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to the target width and height (or fitting the image to the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode specified), apply the given BufferedImageOps (if any) and then apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Mode resizeMode, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to a width and height no bigger than targetSize, apply the given BufferedImageOps (if any) and then apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Rotation rotation, int targetSize, BufferedImageOp... ops)
           
static BufferedImage Scalr.resize(BufferedImage src, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
          Resize a given image (maintaining its original proportion) to the target width and height, apply the given BufferedImageOps (if any) and apply the given rotation to the result before returning it.
static Future<BufferedImage> AsyncScalr.resize(BufferedImage src, Scalr.Rotation rotation, int targetWidth, int targetHeight, BufferedImageOp... ops)
           
 


Copyright 2011 The Buzz Media, LLC