Uses of Enum Class
com.openinventor.remoteviz.rendering.ServiceSettings.Extensions
Packages that use ServiceSettings.Extensions
-
Uses of ServiceSettings.Extensions in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.ExtensionsModifier and TypeMethodDescriptionServiceSettings.getUsedExtensions()
Deprecated.As of Open Inventor 9800.static ServiceSettings.Extensions
ServiceSettings.Extensions.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic ServiceSettings.Extensions
Returns the enum constant of this class with the specified name.static ServiceSettings.Extensions[]
ServiceSettings.Extensions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.rendering that return types with arguments of type ServiceSettings.ExtensionsModifier and TypeMethodDescriptionServiceSettings.getOivUsedExtensions()
Gets the used Open Inventor extensions.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.ExtensionsModifier and TypeMethodDescriptionvoid
ServiceSettings.setUsedExtensions
(ServiceSettings.Extensions extensions) Deprecated.As of Open Inventor 9800.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type ServiceSettings.ExtensionsModifier and TypeMethodDescriptionvoid
ServiceSettings.setOivUsedExtensions
(EnumSet<ServiceSettings.Extensions> extensions) Sets the Open Inventor extensions used by a RemoteViz application.