Uses of Enum Class
com.openinventor.meshviz.data.PoMesh2DVec.ArrowShapes
Packages that use PoMesh2DVec.ArrowShapes
-
Uses of PoMesh2DVec.ArrowShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.ArrowShapesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoMesh2DVec.ArrowShapes> PoMesh2DVec.endArrowShape
Type of shape to be drawn at the end point of the body.final SoSFEnum
<PoMesh2DVec.ArrowShapes> PoMesh2DVec.startArrowShape
Type of shape to be drawn at the start point of the body.Methods in com.openinventor.meshviz.data that return PoMesh2DVec.ArrowShapesModifier and TypeMethodDescriptionstatic PoMesh2DVec.ArrowShapes
PoMesh2DVec.ArrowShapes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.ArrowShapes
Returns the enum constant of this class with the specified name.static PoMesh2DVec.ArrowShapes[]
PoMesh2DVec.ArrowShapes.values()
Returns an array containing the constants of this enum class, in the order they are declared.