Uses of Enum Class
com.openinventor.meshviz.graph.PoPolarLogAxis.DecadeListDefs
Packages that use PoPolarLogAxis.DecadeListDefs
-
Uses of PoPolarLogAxis.DecadeListDefs in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoPolarLogAxis.DecadeListDefsModifier and TypeFieldDescriptionPoPolarLogAxis.decadeListDef
List of graduations between two power of ten graduations (decade graduations).Methods in com.openinventor.meshviz.graph that return PoPolarLogAxis.DecadeListDefsModifier and TypeMethodDescriptionPoPolarLogAxis.DecadeListDefs.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoPolarLogAxis.DecadeListDefs[]
PoPolarLogAxis.DecadeListDefs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoPolarLogAxis.DecadeListDefsModifierConstructorDescriptionPoPolarLogAxis
(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef) Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, (short[])null, (short)0).PoPolarLogAxis
(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef, short[] decadeList) Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, decadeList, (short)0).PoPolarLogAxis
(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef, short[] decadeList, short numDecade) Constructor.