Uses of Enum Class
com.openinventor.meshviz.nodes.PoCoordinateListFilter.AxisType
Packages that use PoCoordinateListFilter.AxisType
-
Uses of PoCoordinateListFilter.AxisType in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes with type parameters of type PoCoordinateListFilter.AxisTypeModifier and TypeFieldDescriptionPoCoordinateListFilter.axisDefines the axis of the coordinates.Methods in com.openinventor.meshviz.nodes that return PoCoordinateListFilter.AxisTypeModifier and TypeMethodDescriptionPoCoordinateListFilter.AxisType.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoCoordinateListFilter.AxisType[]PoCoordinateListFilter.AxisType.values()Returns an array containing the constants of this enum class, in the order they are declared.