Uses of Enum Class
com.openinventor.remoteviz.rendering.Monitoring.MetricTypes
Packages that use Monitoring.MetricTypes
-
Uses of Monitoring.MetricTypes in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return Monitoring.MetricTypesModifier and TypeMethodDescriptionstatic Monitoring.MetricTypes
Monitoring.MetricTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic Monitoring.MetricTypes
Returns the enum constant of this class with the specified name.static Monitoring.MetricTypes[]
Monitoring.MetricTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type Monitoring.MetricTypesModifier and TypeMethodDescriptionboolean
Monitoring.isMetricEnabled
(Monitoring.MetricTypes metric) Check if a metric is enabled.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type Monitoring.MetricTypesModifier and TypeMethodDescriptionvoid
Monitoring.enableMetrics
(EnumSet<Monitoring.MetricTypes> mask) Enable metrics By default, all metrics are disabled.