|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PictoSize>
fr.ybo.opendata.rennes.modele.bus.PictoSize
public enum PictoSize
Taille du picto.
| Enum Constant Summary | |
|---|---|
TAILLE_100
100 pixels. |
|
TAILLE_1000
1000 pixels. |
|
TAILLE_21
21 pixels. |
|
TAILLE_300
300 pixels. |
|
| Method Summary | |
|---|---|
int |
getSize()
|
static PictoSize |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PictoSize[] |
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 PictoSize TAILLE_21
public static final PictoSize TAILLE_100
public static final PictoSize TAILLE_300
public static final PictoSize TAILLE_1000
| Method Detail |
|---|
public static PictoSize[] values()
for (PictoSize c : PictoSize.values()) System.out.println(c);
public static PictoSize valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getSize()
size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||