Uses of Class
com.openinventor.meshviz.graph.PoLinearValueLegend.ValueDistributions
-
Packages that use PoLinearValueLegend.ValueDistributions Package Description com.openinventor.meshviz.graph -
-
Uses of PoLinearValueLegend.ValueDistributions in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLinearValueLegend.ValueDistributions Modifier and Type Field Description SoSFEnum<PoLinearValueLegend.ValueDistributions>
PoLinearValueLegend. valueDistribution
Specifies the distribution of the values.Methods in com.openinventor.meshviz.graph that return PoLinearValueLegend.ValueDistributions Modifier and Type Method Description static PoLinearValueLegend.ValueDistributions
PoLinearValueLegend.ValueDistributions. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoLinearValueLegend.ValueDistributions
PoLinearValueLegend.ValueDistributions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoLinearValueLegend.ValueDistributions[]
PoLinearValueLegend.ValueDistributions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoLinearValueLegend.ValueDistributions Constructor Description PoLinearValueLegend(SbVec2f _start, SbVec2f _end, PoLinearValueLegend.ValueDistributions distribution)
Constructor.
-