Uses of Class
com.openinventor.ldm.SoLDMGlobalResourceParameters.VisualFeedbackParams
-
Packages that use SoLDMGlobalResourceParameters.VisualFeedbackParams Package Description com.openinventor.ldm Large Data Management. -
-
Uses of SoLDMGlobalResourceParameters.VisualFeedbackParams in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMGlobalResourceParameters.VisualFeedbackParams Modifier and Type Method Description static SoLDMGlobalResourceParameters.VisualFeedbackParams
SoLDMGlobalResourceParameters.VisualFeedbackParams. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLDMGlobalResourceParameters.VisualFeedbackParams
SoLDMGlobalResourceParameters.VisualFeedbackParams. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLDMGlobalResourceParameters.VisualFeedbackParams[]
SoLDMGlobalResourceParameters.VisualFeedbackParams. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.ldm with parameters of type SoLDMGlobalResourceParameters.VisualFeedbackParams Modifier and Type Method Description static 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.
-