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