Uses of Class
com.openinventor.meshviz.graph.PoCurveLine.ThicknessBindings
-
Packages that use PoCurveLine.ThicknessBindings Package Description com.openinventor.meshviz.graph -
-
Uses of PoCurveLine.ThicknessBindings in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCurveLine.ThicknessBindings Modifier and Type Field Description SoSFEnum<PoCurveLine.ThicknessBindings>
PoCurveLine. thicknessBinding
Defines how thickness values are bound to the curve.Methods in com.openinventor.meshviz.graph that return PoCurveLine.ThicknessBindings Modifier and Type Method Description static PoCurveLine.ThicknessBindings
PoCurveLine.ThicknessBindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoCurveLine.ThicknessBindings
PoCurveLine.ThicknessBindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoCurveLine.ThicknessBindings[]
PoCurveLine.ThicknessBindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-