Uses of Enum Class
com.openinventor.meshviz.graph.PoCircleArc3.ArcTypes
Packages that use PoCircleArc3.ArcTypes
-
Uses of PoCircleArc3.ArcTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCircleArc3.ArcTypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoCircleArc3.ArcTypes> PoCircleArc3.arcTypeIndicates if the arc is opened, closed by its extremities or closed by its center.Methods in com.openinventor.meshviz.graph that return PoCircleArc3.ArcTypesModifier and TypeMethodDescriptionstatic PoCircleArc3.ArcTypesPoCircleArc3.ArcTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoCircleArc3.ArcTypesReturns the enum constant of this class with the specified name.static PoCircleArc3.ArcTypes[]PoCircleArc3.ArcTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.