Uses of Class
at.tuwien.ifs.somtoolbox.util.ImageUtils.Origin

Packages that use ImageUtils.Origin
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
 

Uses of ImageUtils.Origin in at.tuwien.ifs.somtoolbox.util
 

Methods in at.tuwien.ifs.somtoolbox.util that return ImageUtils.Origin
static ImageUtils.Origin ImageUtils.Origin.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageUtils.Origin[] ImageUtils.Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in at.tuwien.ifs.somtoolbox.util with parameters of type ImageUtils.Origin
private static int ImageUtils.findNumberOfColumnsToCrop(BufferedImage bi, ImageUtils.Origin origin)
          Computes how many cols of pixels can be cropped from the specified ImageUtils.Origin; only LEFT and RIGHT are valid
private static int ImageUtils.findNumberOfRowsToCrop(BufferedImage bi, ImageUtils.Origin origin)
          Computes how many rows of pixels can be cropped from the specified ImageUtils.Origin; only TOP and BOTTOM are valid