Package heronarts.lx.model
Enum Class LXModel.Geometry
- All Implemented Interfaces:
Serializable
,Comparable<LXModel.Geometry>
,Constable
- Enclosing class:
- LXModel
An enumeration of common geometry helper types. Auxiliary geometry fields can be
dynamically generated and cached using the getGeometry() method.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LXModel.Geometry
Returns the enum constant of this class with the specified name.static LXModel.Geometry[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RADIUS_3D_CENTER_NORMALIZED
-
RADIUS_XY_CENTER_NORMALIZED
-
RADIUS_XZ_CENTER_NORMALIZED
-
RADIUS_YZ_CENTER_NORMALIZED
-
RADIUS_3D_NORMALIZED
-
RADIUS_XY_ORIGIN_NORMALIZED
-
RADIUS_XZ_ORIGIN_NORMALIZED
-
RADIUS_YZ_ORIGIN_NORMALIZED
-
RADIUS_3D_ORIGIN_ABSOLUTE
-
RADIUS_XY_ORIGIN_ABSOLUTE
-
RADIUS_XZ_ORIGIN_ABSOLUTE
-
RADIUS_YZ_ORIGIN_ABSOLUTE
-
AZIMUTH_XZ_CENTER_NORMALIZED
-
ELEVATION_XZ_CENTER_NORMALIZED
-
AZIMUTH_XZ_ORIGIN_ABSOLUTE
-
ELEVATION_XZ_ORIGIN_ABSOLUTE
-
THETA_XY_ORIGIN_ABSOLUTE
-
THETA_XY_CENTER_NORMALIZED
-
-
Field Details
-
function
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-