Uses of Class
com.openinventor.meshviz.data.PoMesh2DVec.ArrowShapes
-
Packages that use PoMesh2DVec.ArrowShapes Package Description com.openinventor.meshviz.data -
-
Uses of PoMesh2DVec.ArrowShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.ArrowShapes Modifier and Type Field Description SoSFEnum<PoMesh2DVec.ArrowShapes>
PoMesh2DVec. endArrowShape
Type of shape to be drawn at the end point of the body.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.ArrowShapes Modifier and Type Method Description static PoMesh2DVec.ArrowShapes
PoMesh2DVec.ArrowShapes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.ArrowShapes
PoMesh2DVec.ArrowShapes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMesh2DVec.ArrowShapes[]
PoMesh2DVec.ArrowShapes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-