public static enum Wall.Property extends java.lang.Enum<Wall.Property>
PropertyChangeListener
s added
to a wall will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
ARC_EXTENT |
HEIGHT |
HEIGHT_AT_END |
LEFT_SIDE_BASEBOARD |
LEFT_SIDE_COLOR |
LEFT_SIDE_SHININESS |
LEFT_SIDE_TEXTURE |
LEVEL |
PATTERN |
RIGHT_SIDE_BASEBOARD |
RIGHT_SIDE_COLOR |
RIGHT_SIDE_SHININESS |
RIGHT_SIDE_TEXTURE |
THICKNESS |
TOP_COLOR |
WALL_AT_END |
WALL_AT_START |
X_END |
X_START |
Y_END |
Y_START |
Modifier and Type | Method and Description |
---|---|
static Wall.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Wall.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wall.Property X_START
public static final Wall.Property Y_START
public static final Wall.Property X_END
public static final Wall.Property Y_END
public static final Wall.Property ARC_EXTENT
public static final Wall.Property WALL_AT_START
public static final Wall.Property WALL_AT_END
public static final Wall.Property THICKNESS
public static final Wall.Property HEIGHT
public static final Wall.Property HEIGHT_AT_END
public static final Wall.Property LEFT_SIDE_COLOR
public static final Wall.Property LEFT_SIDE_TEXTURE
public static final Wall.Property LEFT_SIDE_SHININESS
public static final Wall.Property LEFT_SIDE_BASEBOARD
public static final Wall.Property RIGHT_SIDE_COLOR
public static final Wall.Property RIGHT_SIDE_TEXTURE
public static final Wall.Property RIGHT_SIDE_SHININESS
public static final Wall.Property RIGHT_SIDE_BASEBOARD
public static final Wall.Property PATTERN
public static final Wall.Property TOP_COLOR
public static final Wall.Property LEVEL
public static Wall.Property[] values()
for (Wall.Property c : Wall.Property.values()) System.out.println(c);
public static Wall.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