Uses of Enum Class
com.openinventor.meshviz.graph.PoCartesianAxis.Types
Packages that use PoCartesianAxis.Types
-
Uses of PoCartesianAxis.Types in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCartesianAxis.TypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoCartesianAxis.Types> PoCartesianAxis.typeType of the axis (XY, XZ, YX, ...Methods in com.openinventor.meshviz.graph that return PoCartesianAxis.TypesModifier and TypeMethodDescriptionstatic PoCartesianAxis.TypesPoCartesianAxis.Types.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoCartesianAxis.TypesReturns the enum constant of this class with the specified name.static PoCartesianAxis.Types[]PoCartesianAxis.Types.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 PoCartesianAxis.TypesModifierConstructorDescriptionPoGenAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, String[] _gradList) Constructor of a generalized axis with graduations _gradList .PoLinearAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type) Calls PoLinearAxis(_start, _end, _type, (float)0.0).PoLinearAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _step) Constructor.PoLinearAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _gradStart, float _gradEnd) Calls PoLinearAxis(_start, _end, _type, _gradStart, _gradEnd, (float)0.0).PoLinearAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _gradStart, float _gradEnd, float _step) Constructor.PoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type) Calls PoLogAxis(_start, _end, _type, PoLogAxis.DecadeListDefs.valueOf( PoLogAxis.DecadeListDefs.DECADE_LIST_AUTO.getValue() ), (short[])null).PoLogAxis(SbVec3f _start, float _end, PoCartesianAxis.Types _type, float _gradStart, float _gradEnd) Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, PoLogAxis.DecadeListDefs.valueOf( PoLogAxis.DecadeListDefs.DECADE_LIST_AUTO.getValue() ), (short[])null).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.