Uses of Class
com.openinventor.remoteviz.rendering.Monitoring.MetricTypes
-
Packages that use Monitoring.MetricTypes Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of Monitoring.MetricTypes in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return Monitoring.MetricTypes Modifier and Type Method Description static Monitoring.MetricTypes
Monitoring.MetricTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic Monitoring.MetricTypes
Monitoring.MetricTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Monitoring.MetricTypes[]
Monitoring.MetricTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type Monitoring.MetricTypes Modifier and Type Method Description boolean
Monitoring. isMetricEnabled(Monitoring.MetricTypes metric)
Check if a metric is enabled.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type Monitoring.MetricTypes Modifier and Type Method Description void
Monitoring. enableMetrics(java.util.EnumSet<Monitoring.MetricTypes> mask)
Enable metrics By default, all metrics are disabled.
-