public static enum DimensionLineController.Property extends java.lang.Enum<DimensionLineController.Property>
Enum Constant and Description |
---|
COLOR |
DISTANCE_TO_END_POINT |
EDITABLE_DISTANCE |
ELEVATION_END |
ELEVATION_START |
LENGTH_FONT_SIZE |
OFFSET |
ORIENTATION |
PITCH |
VISIBLE_IN_3D |
X_END |
X_START |
Y_END |
Y_START |
Modifier and Type | Method and Description |
---|---|
static DimensionLineController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DimensionLineController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DimensionLineController.Property X_START
public static final DimensionLineController.Property Y_START
public static final DimensionLineController.Property ELEVATION_START
public static final DimensionLineController.Property X_END
public static final DimensionLineController.Property Y_END
public static final DimensionLineController.Property ELEVATION_END
public static final DimensionLineController.Property DISTANCE_TO_END_POINT
public static final DimensionLineController.Property ORIENTATION
public static final DimensionLineController.Property EDITABLE_DISTANCE
public static final DimensionLineController.Property OFFSET
public static final DimensionLineController.Property LENGTH_FONT_SIZE
public static final DimensionLineController.Property COLOR
public static final DimensionLineController.Property VISIBLE_IN_3D
public static final DimensionLineController.Property PITCH
public static DimensionLineController.Property[] values()
for (DimensionLineController.Property c : DimensionLineController.Property.values()) System.out.println(c);
public static DimensionLineController.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