Uses of Enum Class
com.openinventor.meshviz.graph.PoCurve.FilterTypes
Packages that use PoCurve.FilterTypes
-
Uses of PoCurve.FilterTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCurve.FilterTypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoCurve.FilterTypes> PoCurve.markerFilterTypeDefines the type of marker filter.final SoSFEnum<PoCurve.FilterTypes> PoCurve.raiseFilterTypeDefines the type of raise filter.Methods in com.openinventor.meshviz.graph that return PoCurve.FilterTypesModifier and TypeMethodDescriptionstatic PoCurve.FilterTypesPoCurve.FilterTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoCurve.FilterTypesReturns the enum constant of this class with the specified name.static PoCurve.FilterTypes[]PoCurve.FilterTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.