Uses of Enum Class
com.openinventor.meshviz.graph.PoLabel.AxisType
Packages that use PoLabel.AxisType
-
Uses of PoLabel.AxisType in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLabel.AxisTypeModifier and TypeFieldDescriptionfinal SoSFEnum<PoLabel.AxisType> PoLabel.axisDefines from which axis the position and type of displayed values computation is done.Methods in com.openinventor.meshviz.graph that return PoLabel.AxisTypeModifier and TypeMethodDescriptionstatic PoLabel.AxisTypePoLabel.AxisType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoLabel.AxisTypeReturns the enum constant of this class with the specified name.static PoLabel.AxisType[]PoLabel.AxisType.values()Returns an array containing the constants of this enum class, in the order they are declared.