Enum Class RMRadarChart.RotationDirection
java.lang.Object
java.lang.Enum<RMRadarChart.RotationDirection>
com.inductiveautomation.rm.shape.rm2dshapes.RMRadarChart.RotationDirection
- All Implemented Interfaces:
Serializable
,Comparable<RMRadarChart.RotationDirection>
,Constable
- Enclosing class:
- RMRadarChart
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) This method is case-insensitive.org.jfree.util.Rotation
toString()
Returns the enum constant of this class with the specified name.static RMRadarChart.RotationDirection[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLOCKWISE
-
COUNTER_CLOCKWISE
-
-
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
-
getRotation
public org.jfree.util.Rotation getRotation() -
toString
- Overrides:
toString
in classEnum<RMRadarChart.RotationDirection>
-
fromString
This method is case-insensitive. If there's a match with the name of aRMRadarChart.RotationDirection
theRMRadarChart.RotationDirection
will be returned. Otherwise, null will be returned.- Parameters:
name
- the name of theRMRadarChart.RotationDirection
to be returned- Returns:
- null if the name does not match any of the
RMRadarChart.RotationDirection
names
-