Uses of Enum Class
com.openinventor.ldm.SoLDMGlobalResourceParameters.VisualFeedbackParams
Packages that use SoLDMGlobalResourceParameters.VisualFeedbackParams
-
Uses of SoLDMGlobalResourceParameters.VisualFeedbackParams in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMGlobalResourceParameters.VisualFeedbackParamsModifier and TypeMethodDescriptionSoLDMGlobalResourceParameters.VisualFeedbackParams.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.SoLDMGlobalResourceParameters.VisualFeedbackParams.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.ldm with parameters of type SoLDMGlobalResourceParameters.VisualFeedbackParamsModifier and TypeMethodDescriptionstatic boolean
SoLDMGlobalResourceParameters.getVisualFeedbackParam
(SoLDMGlobalResourceParameters.VisualFeedbackParams param) Returns the state of the specified visual feedback parameter.static void
SoLDMGlobalResourceParameters.setVisualFeedbackParam
(SoLDMGlobalResourceParameters.VisualFeedbackParams param, boolean state) Sets the specified visual feedback parameter to true or false.