Uses of Enum Class
com.openinventor.meshviz.graph.PoCurveFilling.Orientations
Packages that use PoCurveFilling.Orientations
-
Uses of PoCurveFilling.Orientations in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCurveFilling.OrientationsModifier and TypeFieldDescriptionPoCurveFilling.orientation
Defines the orientation of the filled curve.Methods in com.openinventor.meshviz.graph that return PoCurveFilling.OrientationsModifier and TypeMethodDescriptionstatic PoCurveFilling.Orientations
PoCurveFilling.Orientations.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoCurveFilling.Orientations
Returns the enum constant of this class with the specified name.static PoCurveFilling.Orientations[]
PoCurveFilling.Orientations.values()
Returns an array containing the constants of this enum class, in the order they are declared.