Uses of Enum Class
com.openinventor.meshviz.graph.PoLabel.ValueTypes
Packages that use PoLabel.ValueTypes
-
Uses of PoLabel.ValueTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLabel.ValueTypesModifier and TypeFieldDescriptionfinal SoSFBitMask
<PoLabel.ValueTypes> PoLabel.valueType
Defines the type of values displayed by the labels.Methods in com.openinventor.meshviz.graph that return PoLabel.ValueTypesModifier and TypeMethodDescriptionstatic PoLabel.ValueTypes
PoLabel.ValueTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoLabel.ValueTypes
Returns the enum constant of this class with the specified name.static PoLabel.ValueTypes[]
PoLabel.ValueTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.