de.umass.lastfm
Class ImageSize

java.lang.Object
  extended byde.umass.lastfm.ImageSize

public class ImageSize
extends Object

Author:
Janni Kovacs

Field Summary
static int EXTRALARGE
           
static int HUGE
           
static int LARGE
           
static int LARGESQUARE
           
static int MEDIUM
           
static int MEGA
           
static int ORIGINAL
           
static int SMALL
           
 
Constructor Summary
ImageSize()
           
 
Method Summary
static int valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMALL

public static final int SMALL
See Also:
Constant Field Values

MEDIUM

public static final int MEDIUM
See Also:
Constant Field Values

LARGE

public static final int LARGE
See Also:
Constant Field Values

LARGESQUARE

public static final int LARGESQUARE
See Also:
Constant Field Values

HUGE

public static final int HUGE
See Also:
Constant Field Values

EXTRALARGE

public static final int EXTRALARGE
See Also:
Constant Field Values

MEGA

public static final int MEGA
See Also:
Constant Field Values

ORIGINAL

public static final int ORIGINAL
See Also:
Constant Field Values
Constructor Detail

ImageSize

public ImageSize()
Method Detail

valueOf

public static int valueOf(String name)