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.endArrowShapeType of shape to be drawn at the end point of the body.final SoSFEnum<PoMesh2DVec.ArrowShapes> PoMesh2DVec.startArrowShapeType 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.ArrowShapesPoMesh2DVec.ArrowShapes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.ArrowShapesReturns 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.