public static enum Room.Property extends java.lang.Enum<Room.Property>
PropertyChangeListener
s added
to a room will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
AREA_ANGLE |
AREA_STYLE |
AREA_VISIBLE |
AREA_X_OFFSET |
AREA_Y_OFFSET |
CEILING_COLOR |
CEILING_FLAT |
CEILING_SHININESS |
CEILING_TEXTURE |
CEILING_VISIBLE |
FLOOR_COLOR |
FLOOR_SHININESS |
FLOOR_TEXTURE |
FLOOR_VISIBLE |
LEVEL |
NAME |
NAME_ANGLE |
NAME_STYLE |
NAME_X_OFFSET |
NAME_Y_OFFSET |
POINTS |
Modifier and Type | Method and Description |
---|---|
static Room.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Room.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Room.Property NAME
public static final Room.Property NAME_X_OFFSET
public static final Room.Property NAME_Y_OFFSET
public static final Room.Property NAME_STYLE
public static final Room.Property NAME_ANGLE
public static final Room.Property POINTS
public static final Room.Property AREA_VISIBLE
public static final Room.Property AREA_X_OFFSET
public static final Room.Property AREA_Y_OFFSET
public static final Room.Property AREA_STYLE
public static final Room.Property AREA_ANGLE
public static final Room.Property FLOOR_COLOR
public static final Room.Property FLOOR_TEXTURE
public static final Room.Property FLOOR_VISIBLE
public static final Room.Property FLOOR_SHININESS
public static final Room.Property CEILING_COLOR
public static final Room.Property CEILING_TEXTURE
public static final Room.Property CEILING_VISIBLE
public static final Room.Property CEILING_SHININESS
public static final Room.Property CEILING_FLAT
public static final Room.Property LEVEL
public static Room.Property[] values()
for (Room.Property c : Room.Property.values()) System.out.println(c);
public static Room.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