Uses of Class
com.openinventor.inventor.nodes.SoSelection.Policies
-
Packages that use SoSelection.Policies Package Description com.openinventor.inventor.nodes -
-
Uses of SoSelection.Policies in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoSelection.Policies Modifier and Type Field Description SoSFEnum<SoSelection.Policies>
SoSelection. policy
Selection policy that is followed in response to user interaction.Methods in com.openinventor.inventor.nodes that return SoSelection.Policies Modifier and Type Method Description static SoSelection.Policies
SoSelection.Policies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSelection.Policies
SoSelection.Policies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSelection.Policies[]
SoSelection.Policies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-