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