Uses of Enum Class
com.openinventor.volumeviz.nodes.SoOrthoSlice.AxisType
Packages that use SoOrthoSlice.AxisType
-
Uses of SoOrthoSlice.AxisType in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoOrthoSlice.AxisTypeModifier and TypeFieldDescriptionfinal SoSFEnum<SoOrthoSlice.AxisType> SoOrthoSlice.axisSlice axis (X, Y, or Z).Methods in com.openinventor.volumeviz.nodes that return SoOrthoSlice.AxisTypeModifier and TypeMethodDescriptionstatic SoOrthoSlice.AxisTypeSoOrthoSlice.AxisType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoOrthoSlice.AxisTypeReturns the enum constant of this class with the specified name.static SoOrthoSlice.AxisType[]SoOrthoSlice.AxisType.values()Returns an array containing the constants of this enum class, in the order they are declared.