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 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 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.