Uses of Enum Class
com.openinventor.meshviz.graph.PoPolarLinAxis.GradFits
Packages that use PoPolarLinAxis.GradFits
-
Uses of PoPolarLinAxis.GradFits in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoPolarLinAxis.GradFitsModifier and TypeFieldDescriptionfinal SoSFEnum<PoPolarLinAxis.GradFits> PoPolarLinAxis.gradFitThis flag indicates if the first graduation is rounded or not.Methods in com.openinventor.meshviz.graph that return PoPolarLinAxis.GradFitsModifier and TypeMethodDescriptionstatic PoPolarLinAxis.GradFitsPoPolarLinAxis.GradFits.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoPolarLinAxis.GradFitsReturns the enum constant of this class with the specified name.static PoPolarLinAxis.GradFits[]PoPolarLinAxis.GradFits.values()Returns an array containing the constants of this enum class, in the order they are declared.