Uses of Enum Class
com.openinventor.meshviz.data.PoMesh2DVec.ArrowHeightTypes
Packages that use PoMesh2DVec.ArrowHeightTypes
-
Uses of PoMesh2DVec.ArrowHeightTypes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.ArrowHeightTypesModifier and TypeFieldDescriptionPoMesh2DVec.endArrowHeightTypeDefines the type of method to compute the arrow height.PoMesh2DVec.startArrowHeightTypeDefines the type of method to compute the arrow height.Methods in com.openinventor.meshviz.data that return PoMesh2DVec.ArrowHeightTypesModifier and TypeMethodDescriptionstatic PoMesh2DVec.ArrowHeightTypesPoMesh2DVec.ArrowHeightTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.ArrowHeightTypesReturns the enum constant of this class with the specified name.static PoMesh2DVec.ArrowHeightTypes[]PoMesh2DVec.ArrowHeightTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.