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