Uses of Class
com.openinventor.inventor.nodes.SoInstanceParameter.PredefinedParameters
-
Packages that use SoInstanceParameter.PredefinedParameters Package Description com.openinventor.inventor.nodes -
-
Uses of SoInstanceParameter.PredefinedParameters in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoInstanceParameter.PredefinedParameters Modifier and Type Method Description static SoInstanceParameter.PredefinedParameters
SoInstanceParameter.PredefinedParameters. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoInstanceParameter.PredefinedParameters
SoInstanceParameter.PredefinedParameters. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoInstanceParameter.PredefinedParameters[]
SoInstanceParameter.PredefinedParameters. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoInstanceParameter.PredefinedParameters Modifier and Type Method Description static SoInstanceParameter
SoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values)
Calls createPredefinedParameter(paramKey, values, (int)1).static SoInstanceParameter
SoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values, int divisor)
Creates an instance parameter object for one of the predefined attribute names.static java.lang.String
SoInstanceParameter. getPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)
Returns the predefined instance parameter name for the specified paramKey.void
SoInstanceParameter. setPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)
Sets thename
field to the string corresponding to the given paramKey.
-