Uses of Class
com.openinventor.meshviz.graph.PoLogAxis.DecadeListDefs
-
Packages that use PoLogAxis.DecadeListDefs Package Description com.openinventor.meshviz.graph -
-
Uses of PoLogAxis.DecadeListDefs in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLogAxis.DecadeListDefs Modifier and Type Field Description SoSFEnum<PoLogAxis.DecadeListDefs>
PoLogAxis. decadeListDef
Specifies if the list of decade graduations is given by the user or is automatically computed.Methods in com.openinventor.meshviz.graph that return PoLogAxis.DecadeListDefs Modifier and Type Method Description static PoLogAxis.DecadeListDefs
PoLogAxis.DecadeListDefs. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoLogAxis.DecadeListDefs
PoLogAxis.DecadeListDefs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoLogAxis.DecadeListDefs[]
PoLogAxis.DecadeListDefs. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoLogAxis.DecadeListDefs Constructor Description PoLogAxis(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.
-