Package org.gnome.graphene
Enum Class EulerOrder
- All Implemented Interfaces:
Enumeration
,Serializable
,Comparable<EulerOrder>
,Constable
@Generated("io.github.jwharm.JavaGI")
public enum EulerOrder
extends Enum<EulerOrder>
implements Enumeration
Specify the order of the rotations on each axis.
The DEFAULT
value is special, and is used
as an alias for one of the other orders.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRotate in the default order; the default order is one of the following enumeration valuesDefines a relative rotation along the X, Y, and X axes (Since: 1.10)Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)Defines a relative rotation along the X, Z, and X axes (Since: 1.10)Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)Defines a static rotation along the X, Y, and X axes (Since: 1.10)Defines a static rotation along the X, Y, and Z axes (Since: 1.10)Defines a static rotation along the X, Z, and X axes (Since: 1.10)Defines a static rotation along the X, Z, and Y axes (Since: 1.10)Defines a static rotation along the Y, X, and Y axes (Since: 1.10)Defines a static rotation along the Y, X, and Z axes (Since: 1.10)Defines a static rotation along the Y, Z, and X axes (Since: 1.10)Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)Defines a static rotation along the Z, X, and Y axes (Since: 1.10)Defines a static rotation along the Z, X, and Z axes (Since: 1.10)Defines a static rotation along the Z, Y, and X axes (Since: 1.10)Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)Rotate in the X, Y, and Z order.Rotate in the X, Z, and Y order.Rotate in the Y, X, and Z order.Rotate in the Y, Z, and X order.Rotate in the Z, X, and Y order.Rotate in the Z, Y, and X order. -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
Get the numeric value of this enumstatic EulerOrder
of
(int value) Create a new EulerOrder for the provided valuestatic EulerOrder
Returns the enum constant of this class with the specified name.static EulerOrder[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
Rotate in the default order; the default order is one of the following enumeration values -
XYZ
Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias forSXYZ
-
YZX
Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias forSYZX
-
ZXY
Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias forSZXY
-
XZY
Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias forSXZY
-
YXZ
Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias forSYXZ
-
ZYX
Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias forSZYX
-
SXYZ
Defines a static rotation along the X, Y, and Z axes (Since: 1.10) -
SXYX
Defines a static rotation along the X, Y, and X axes (Since: 1.10) -
SXZY
Defines a static rotation along the X, Z, and Y axes (Since: 1.10) -
SXZX
Defines a static rotation along the X, Z, and X axes (Since: 1.10) -
SYZX
Defines a static rotation along the Y, Z, and X axes (Since: 1.10) -
SYZY
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10) -
SYXZ
Defines a static rotation along the Y, X, and Z axes (Since: 1.10) -
SYXY
Defines a static rotation along the Y, X, and Y axes (Since: 1.10) -
SZXY
Defines a static rotation along the Z, X, and Y axes (Since: 1.10) -
SZXZ
Defines a static rotation along the Z, X, and Z axes (Since: 1.10) -
SZYX
Defines a static rotation along the Z, Y, and X axes (Since: 1.10) -
SZYZ
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10) -
RZYX
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10) -
RXYX
Defines a relative rotation along the X, Y, and X axes (Since: 1.10) -
RYZX
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10) -
RXZX
Defines a relative rotation along the X, Z, and X axes (Since: 1.10) -
RXZY
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10) -
RYZY
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10) -
RZXY
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10) -
RYXY
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10) -
RYXZ
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10) -
RZXZ
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10) -
RXYZ
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10) -
RZYZ
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
-
-
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
-
of
Create a new EulerOrder for the provided value- Parameters:
value
- the enum value- Returns:
- the enum for the provided value
-
getValue
public int getValue()Get the numeric value of this enum- Specified by:
getValue
in interfaceEnumeration
- Returns:
- the enum value
-