Uses of Class
com.openinventor.meshviz.graph.PoAxis.AxisReverses
-
Packages that use PoAxis.AxisReverses Package Description com.openinventor.meshviz.graph -
-
Uses of PoAxis.AxisReverses in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoAxis.AxisReverses Modifier and Type Field Description SoSFEnum<PoAxis.AxisReverses>
PoAxis. reverseFlag
Allow to reverse the writing path of all axis texts.Methods in com.openinventor.meshviz.graph that return PoAxis.AxisReverses Modifier and Type Method Description PoAxis.AxisReverses
PoAxis. 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
PoAxis.AxisReverses. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoAxis.AxisReverses[]
PoAxis.AxisReverses. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-