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