Uses of Enum Class
com.openinventor.meshviz.graph.PoLegend.Visibilities
Packages that use PoLegend.Visibilities
-
Uses of PoLegend.Visibilities in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLegend.VisibilitiesModifier and TypeFieldDescriptionfinal SoSFEnum<PoLegend.Visibilities> PoLegend.titleVisibilityTitle visibility.final SoSFEnum<PoLegend.Visibilities> PoLegend.valueVisibilityValues visibility.Methods in com.openinventor.meshviz.graph that return PoLegend.VisibilitiesModifier and TypeMethodDescriptionstatic PoLegend.VisibilitiesPoLegend.Visibilities.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoLegend.VisibilitiesReturns the enum constant of this class with the specified name.static PoLegend.Visibilities[]PoLegend.Visibilities.values()Returns an array containing the constants of this enum class, in the order they are declared.