Uses of Enum Class
com.openinventor.meshviz.graph.PoAxis.AxisReverses
Packages that use PoAxis.AxisReverses
-
Uses of PoAxis.AxisReverses in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoAxis.AxisReversesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoAxis.AxisReverses> PoAxis.reverseFlag
Allow to reverse the writing path of all axis texts.Methods in com.openinventor.meshviz.graph that return PoAxis.AxisReversesModifier and TypeMethodDescriptionPoAxis.getReverseFlag()
Gets the reverse flag axis attributes computed by the last axis rebuilding.static PoAxis.AxisReverses
PoAxis.AxisReverses.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoAxis.AxisReverses
Returns the enum constant of this class with the specified name.static PoAxis.AxisReverses[]
PoAxis.AxisReverses.values()
Returns an array containing the constants of this enum class, in the order they are declared.