Uses of Enum Class
com.openinventor.inventor.elements.SoPickMethodElement.Methods
Packages that use SoPickMethodElement.Methods
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoPickMethodElement.Methods in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoPickMethodElement.MethodsModifier and TypeMethodDescriptionstatic SoPickMethodElement.Methods
Returns current pick method from the state.static SoPickMethodElement.Methods
SoPickMethodElement.getDefault()
Returns the default pick method.static SoPickMethodElement.Methods
SoPickMethodElement.Methods.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoPickMethodElement.Methods
Returns the enum constant of this class with the specified name.static SoPickMethodElement.Methods[]
SoPickMethodElement.Methods.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 SoPickMethodElement.MethodsModifier and TypeMethodDescriptionstatic void
SoPickMethodElement.set
(SoState state, SoPickMethodElement.Methods method) Sets the current pick method in the state.static void
SoPickMethodElement.set
(SoState state, SoNode name_18714, SoPickMethodElement.Methods method) Sets the current pick method in the state.