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