Uses of Class
com.openinventor.meshviz.graph.PoTimeAxis.GradFits
-
Packages that use PoTimeAxis.GradFits Package Description com.openinventor.meshviz.graph -
-
Uses of PoTimeAxis.GradFits in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoTimeAxis.GradFits Modifier and Type Field Description SoSFEnum<PoTimeAxis.GradFits>
PoTimeAxis. gradFit
This flag indicates if the first graduation is in round figures or not.Methods in com.openinventor.meshviz.graph that return PoTimeAxis.GradFits Modifier and Type Method Description static PoTimeAxis.GradFits
PoTimeAxis.GradFits. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoTimeAxis.GradFits
PoTimeAxis.GradFits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoTimeAxis.GradFits[]
PoTimeAxis.GradFits. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-