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