Uses of Class
org.jickr.Photo.Size

Uses of Photo.Size in org.jickr
 

Methods in org.jickr that return Photo.Size
 Photo.Size Photo.PhotoSize.getSize()
          Gets the size of the Photo.
static Photo.Size Photo.Size.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Photo.Size[] Photo.Size.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jickr that return types with arguments of type Photo.Size
 java.util.Map<Photo.Size,Photo.PhotoSize> Photo.getSizes()
          Get a Map of all valid PhotoSize values for this Photo.
 

Methods in org.jickr with parameters of type Photo.Size
 java.awt.image.BufferedImage Photo.getImage(Photo.Size size)
          Get a BufferedImage of this photo.