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.MetricTypesMonitoring.MetricTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic Monitoring.MetricTypesReturns 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 TypeMethodDescriptionbooleanMonitoring.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 TypeMethodDescriptionvoidMonitoring.enableMetrics(EnumSet<Monitoring.MetricTypes> mask) Enable metrics By default, all metrics are disabled.