public static enum WallController.Property extends java.lang.Enum<WallController.Property>
Modifier and Type | Method and Description |
---|---|
static WallController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WallController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WallController.Property X_START
public static final WallController.Property Y_START
public static final WallController.Property X_END
public static final WallController.Property Y_END
public static final WallController.Property LENGTH
public static final WallController.Property DISTANCE_TO_END_POINT
public static final WallController.Property EDITABLE_POINTS
public static final WallController.Property LEFT_SIDE_COLOR
public static final WallController.Property LEFT_SIDE_PAINT
public static final WallController.Property LEFT_SIDE_SHININESS
public static final WallController.Property RIGHT_SIDE_COLOR
public static final WallController.Property RIGHT_SIDE_PAINT
public static final WallController.Property RIGHT_SIDE_SHININESS
public static final WallController.Property PATTERN
public static final WallController.Property TOP_COLOR
public static final WallController.Property TOP_PAINT
public static final WallController.Property SHAPE
public static final WallController.Property RECTANGULAR_WALL_HEIGHT
public static final WallController.Property SLOPING_WALL_HEIGHT_AT_START
public static final WallController.Property SLOPING_WALL_HEIGHT_AT_END
public static final WallController.Property THICKNESS
public static final WallController.Property ARC_EXTENT_IN_DEGREES
public static WallController.Property[] values()
for (WallController.Property c : WallController.Property.values()) System.out.println(c);
public static WallController.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