Uses of Enum Class
com.openinventor.inventor.elements.SoUnitsElement.Units
Packages that use SoUnitsElement.Units
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoUnitsElement.Units in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoUnitsElement.UnitsModifier and TypeMethodDescriptionstatic SoUnitsElement.UnitsReturns current units from the state.static SoUnitsElement.UnitsSoUnitsElement.getDefault()Returns the default units.static SoUnitsElement.UnitsSoUnitsElement.Units.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoUnitsElement.UnitsReturns the enum constant of this class with the specified name.static SoUnitsElement.Units[]SoUnitsElement.Units.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoUnitsElement.UnitsModifier and TypeMethodDescriptionstatic voidSoUnitsElement.set(SoState state, SoUnitsElement.Units units) Sets the current units in the state.static voidSoUnitsElement.set(SoState state, SoNode name_24178, SoUnitsElement.Units units) Sets the current units in the state.