|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NetmeraMedia.PhotoSize>
com.netmera.mobile.NetmeraMedia.PhotoSize
public static enum NetmeraMedia.PhotoSize
Type of the photo size.
Enum Constant Summary | |
---|---|
DEFAULT
This is the original image size.If no photo size is setted then original size is used. |
|
LARGE
Image size is defined as 300x350 px |
|
MEDIUM
Image size is defined as 180x250 px |
|
SMALL
Image size is defined as 82x82 px |
|
THUMBNAIL
Image size is defined as 41x41 |
Method Summary | |
---|---|
static NetmeraMedia.PhotoSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NetmeraMedia.PhotoSize[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 NetmeraMedia.PhotoSize DEFAULT
public static final NetmeraMedia.PhotoSize THUMBNAIL
public static final NetmeraMedia.PhotoSize SMALL
public static final NetmeraMedia.PhotoSize MEDIUM
public static final NetmeraMedia.PhotoSize LARGE
Method Detail |
---|
public static NetmeraMedia.PhotoSize[] values()
for (NetmeraMedia.PhotoSize c : NetmeraMedia.PhotoSize.values()) System.out.println(c);
public static NetmeraMedia.PhotoSize 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |