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.PredefinedParametersSoInstanceParameter.PredefinedParameters. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoInstanceParameter.PredefinedParametersSoInstanceParameter.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 SoInstanceParameterSoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values)Calls createPredefinedParameter(paramKey, values, (int)1).static SoInstanceParameterSoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values, int divisor)Creates an instance parameter object for one of the predefined attribute names.static java.lang.StringSoInstanceParameter. getPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)Returns the predefined instance parameter name for the specified paramKey.voidSoInstanceParameter. setPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)Sets thenamefield to the string corresponding to the given paramKey.
-