Uses of Enum Class
com.openinventor.meshviz.graph.PoLinearValueLegend.ValueDistributions
Packages that use PoLinearValueLegend.ValueDistributions
-
Uses of PoLinearValueLegend.ValueDistributions in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLinearValueLegend.ValueDistributionsModifier and TypeFieldDescriptionPoLinearValueLegend.valueDistribution
Specifies the distribution of the values.Methods in com.openinventor.meshviz.graph that return PoLinearValueLegend.ValueDistributionsModifier and TypeMethodDescriptionPoLinearValueLegend.ValueDistributions.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.PoLinearValueLegend.ValueDistributions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoLinearValueLegend.ValueDistributionsModifierConstructorDescriptionPoLinearValueLegend
(SbVec2f _start, SbVec2f _end, PoLinearValueLegend.ValueDistributions distribution) Constructor.