|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ImageSize> edu.jhu.tmaj.client.image.data.ImageSize
public enum ImageSize
The 4 sizes of ArrayImages in TMAJ.
Enum Constant Summary | |
---|---|
LARGE
The largest size. |
|
MID
The third largest size, this is displayed as a strip of images. |
|
SMALL
The second largest size. |
|
THUMB
The thumbnail images shown in the ArraySlide Frame. |
Method Summary | |
---|---|
java.lang.String |
getColumnName()
|
java.lang.String |
getDescription()
|
static ImageSize |
getInstanceBySubDirectory(java.lang.String subDirectory)
|
java.lang.String |
getPrefix()
|
java.lang.String |
getSubDirectory()
|
static ImageSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageSize[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ImageSize LARGE
public static final ImageSize SMALL
public static final ImageSize MID
public static final ImageSize THUMB
Method Detail |
---|
public static ImageSize[] values()
for (ImageSize c : ImageSize.values()) System.out.println(c);
public static ImageSize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getSubDirectory()
public java.lang.String getPrefix()
public java.lang.String getDescription()
public static ImageSize getInstanceBySubDirectory(java.lang.String subDirectory)
public java.lang.String getColumnName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |