Uses of Enum Class
com.openinventor.inventor.nodes.SoInstanceParameter.PredefinedParameters
Packages that use SoInstanceParameter.PredefinedParameters
-
Uses of SoInstanceParameter.PredefinedParameters in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoInstanceParameter.PredefinedParametersModifier and TypeMethodDescriptionSoInstanceParameter.PredefinedParameters.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoInstanceParameter.PredefinedParameters.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoInstanceParameter.PredefinedParametersModifier and TypeMethodDescriptionstatic 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 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.