|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WallpaperTypes> net.sf.magicproject.ui.layout.WallpaperTypes
public enum WallpaperTypes
The wallpaper configuration.
Enum Constant Summary | |
---|---|
color
No wallpaper, only backcolor. |
|
mosaicPicture
Wallpaper picture with mosaic option. |
|
picture
Wallpaper picture. |
|
watermark
Watermark : see substance L&F |
Method Summary | |
---|---|
static WallpaperTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WallpaperTypes[] |
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 WallpaperTypes watermark
public static final WallpaperTypes color
public static final WallpaperTypes picture
public static final WallpaperTypes mosaicPicture
Method Detail |
---|
public static WallpaperTypes[] values()
for (WallpaperTypes c : WallpaperTypes.values()) System.out.println(c);
public static WallpaperTypes 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 |