Uses of Class
com.openinventor.meshviz.graph.PoLegend.IncrementTypes
-
Packages that use PoLegend.IncrementTypes Package Description com.openinventor.meshviz.graph -
-
Uses of PoLegend.IncrementTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLegend.IncrementTypes Modifier and Type Field Description SoSFEnum<PoLegend.IncrementTypes>
PoLegend. incrementType
Increment type for the values of legend.Methods in com.openinventor.meshviz.graph that return PoLegend.IncrementTypes Modifier and Type Method Description static PoLegend.IncrementTypes
PoLegend.IncrementTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoLegend.IncrementTypes
PoLegend.IncrementTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoLegend.IncrementTypes[]
PoLegend.IncrementTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-