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.Units
Returns current units from the state.static SoUnitsElement.Units
SoUnitsElement.getDefault()
Returns the default units.static SoUnitsElement.Units
SoUnitsElement.Units.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoUnitsElement.Units
Returns 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 void
SoUnitsElement.set
(SoState state, SoUnitsElement.Units units) Sets the current units in the state.static void
SoUnitsElement.set
(SoState state, SoNode name_24156, SoUnitsElement.Units units) Sets the current units in the state.