Uses of Enum Class
com.openinventor.meshviz.graph.PoChart.ColorBindings
Packages that use PoChart.ColorBindings
-
Uses of PoChart.ColorBindings in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoChart.ColorBindingsModifier and TypeFieldDescriptionfinal SoSFEnum<PoChart.ColorBindings> PoChart.colorBindingSpecify how the colors are bound to the representation.Methods in com.openinventor.meshviz.graph that return PoChart.ColorBindingsModifier and TypeMethodDescriptionstatic PoChart.ColorBindingsPoChart.ColorBindings.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoChart.ColorBindingsReturns the enum constant of this class with the specified name.static PoChart.ColorBindings[]PoChart.ColorBindings.values()Returns an array containing the constants of this enum class, in the order they are declared.