Uses of Enum Class
com.openinventor.meshviz.graph.PoAutoCubeAxis.AxisTypes
Packages that use PoAutoCubeAxis.AxisTypes
-
Uses of PoAutoCubeAxis.AxisTypes in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PoAutoCubeAxis.AxisTypesModifier and TypeMethodDescriptionstatic PoAutoCubeAxis.AxisTypesPoAutoCubeAxis.AxisTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoAutoCubeAxis.AxisTypesReturns the enum constant of this class with the specified name.static PoAutoCubeAxis.AxisTypes[]PoAutoCubeAxis.AxisTypes.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 PoAutoCubeAxis.AxisTypesModifierConstructorDescriptionPoAutoCubeAxis(SbVec3f _start, SbVec3f _end, PoAutoCubeAxis.AxisTypes xAxisType, PoAutoCubeAxis.AxisTypes yAxisType, PoAutoCubeAxis.AxisTypes zAxisType) Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, (java.lang.String)null, (java.lang.String)null, (java.lang.String)null).PoAutoCubeAxis(SbVec3f _start, SbVec3f _end, PoAutoCubeAxis.AxisTypes xAxisType, PoAutoCubeAxis.AxisTypes yAxisType, PoAutoCubeAxis.AxisTypes zAxisType, String xTtle) Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, (java.lang.String)null, (java.lang.String)null).PoAutoCubeAxis(SbVec3f _start, SbVec3f _end, PoAutoCubeAxis.AxisTypes xAxisType, PoAutoCubeAxis.AxisTypes yAxisType, PoAutoCubeAxis.AxisTypes zAxisType, String xTtle, String yTtle) Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, yTtle, (java.lang.String)null).PoAutoCubeAxis(SbVec3f _start, SbVec3f _end, PoAutoCubeAxis.AxisTypes xAxisType, PoAutoCubeAxis.AxisTypes yAxisType, PoAutoCubeAxis.AxisTypes zAxisType, String xTtle, String yTtle, String zTtle) Constructor.