public static enum Level.Property extends java.lang.Enum<Level.Property>
PropertyChangeListener
s added
to a level will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
BACKGROUND_IMAGE |
ELEVATION |
ELEVATION_INDEX |
FLOOR_THICKNESS |
HEIGHT |
NAME |
VIEWABLE |
VISIBLE |
Modifier and Type | Method and Description |
---|---|
static Level.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Level.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Level.Property NAME
public static final Level.Property ELEVATION
public static final Level.Property HEIGHT
public static final Level.Property FLOOR_THICKNESS
public static final Level.Property BACKGROUND_IMAGE
public static final Level.Property VISIBLE
public static final Level.Property VIEWABLE
public static final Level.Property ELEVATION_INDEX
public static Level.Property[] values()
for (Level.Property c : Level.Property.values()) System.out.println(c);
public static Level.Property 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 namejava.lang.NullPointerException
- if the argument is null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License