Uses of Enum Class
com.openinventor.meshviz.graph.PoLogAxis.TenPowGradReps
Packages that use PoLogAxis.TenPowGradReps
-
Uses of PoLogAxis.TenPowGradReps in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as PoLogAxis.TenPowGradRepsFields in com.openinventor.meshviz.graph with type parameters of type PoLogAxis.TenPowGradRepsModifier and TypeFieldDescriptionfinal SoSFEnum<PoLogAxis.TenPowGradReps> PoLogAxis.tenPowerRepDefines the representation of power of ten graduations.Methods in com.openinventor.meshviz.graph that return PoLogAxis.TenPowGradRepsModifier and TypeMethodDescriptionstatic PoLogAxis.TenPowGradRepsPoLogAxis.TenPowGradReps.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoLogAxis.TenPowGradRepsReturns the enum constant of this class with the specified name.static PoLogAxis.TenPowGradReps[]PoLogAxis.TenPowGradReps.values()Returns an array containing the constants of this enum class, in the order they are declared.