Uses of Class
com.openinventor.meshviz.graph.PoCircleArc.ArcTypes
-
Packages that use PoCircleArc.ArcTypes Package Description com.openinventor.meshviz.graph -
-
Uses of PoCircleArc.ArcTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCircleArc.ArcTypes Modifier and Type Field Description SoSFEnum<PoCircleArc.ArcTypes>
PoCircleArc. arcType
Indicates if the arc is opened, closed by its extremities or closed by its center.Methods in com.openinventor.meshviz.graph that return PoCircleArc.ArcTypes Modifier and Type Method Description static PoCircleArc.ArcTypes
PoCircleArc.ArcTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoCircleArc.ArcTypes
PoCircleArc.ArcTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoCircleArc.ArcTypes[]
PoCircleArc.ArcTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-