Uses of Enum Class
com.openinventor.meshviz.graph.PoLogAxis.DecadeListDefs
Packages that use PoLogAxis.DecadeListDefs
-
Uses of PoLogAxis.DecadeListDefs in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLogAxis.DecadeListDefsModifier and TypeFieldDescriptionfinal SoSFEnum<PoLogAxis.DecadeListDefs> PoLogAxis.decadeListDefSpecifies if the list of decade graduations is given by the user or is automatically computed.Methods in com.openinventor.meshviz.graph that return PoLogAxis.DecadeListDefsModifier and TypeMethodDescriptionstatic PoLogAxis.DecadeListDefsPoLogAxis.DecadeListDefs.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoLogAxis.DecadeListDefsReturns the enum constant of this class with the specified name.static PoLogAxis.DecadeListDefs[]PoLogAxis.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 PoLogAxis.DecadeListDefsModifierConstructorDescriptionPoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _gradStart, float _gradEnd, PoLogAxis.DecadeListDefs _decadeListDef) Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, _decadeListDef, (short[])null).PoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _gradStart, float _gradEnd, PoLogAxis.DecadeListDefs _decadeListDef, short[] _decadeList) Constructor.PoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, PoLogAxis.DecadeListDefs _decadeListDef) Calls PoLogAxis(_start, _end, _type, _decadeListDef, (short[])null).PoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, PoLogAxis.DecadeListDefs _decadeListDef, short[] _decadeList) Constructor.