com.eteks.sweethome3d.viewcontroller
Enum CompassController.Property
java.lang.Object
java.lang.Enum<CompassController.Property>
com.eteks.sweethome3d.viewcontroller.CompassController.Property
- All Implemented Interfaces:
- Serializable, Comparable<CompassController.Property>
- Enclosing class:
- CompassController
public static enum CompassController.Property
- extends Enum<CompassController.Property>
The properties that may be edited by the view associated to this controller.
X
public static final CompassController.Property X
Y
public static final CompassController.Property Y
DIAMETER
public static final CompassController.Property DIAMETER
VISIBLE
public static final CompassController.Property VISIBLE
NORTH_DIRECTION_IN_DEGREES
public static final CompassController.Property NORTH_DIRECTION_IN_DEGREES
LATITUDE_IN_DEGREES
public static final CompassController.Property LATITUDE_IN_DEGREES
LONGITUDE_IN_DEGREES
public static final CompassController.Property LONGITUDE_IN_DEGREES
TIME_ZONE
public static final CompassController.Property TIME_ZONE
values
public static CompassController.Property[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (CompassController.Property c : CompassController.Property.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CompassController.Property valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null