Uses of Class
com.openinventor.remoteviz.rendering.ServiceSettings.Extensions
-
Packages that use ServiceSettings.Extensions Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of ServiceSettings.Extensions in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.Extensions Modifier and Type Method Description ServiceSettings.Extensions
ServiceSettings. 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
ServiceSettings.Extensions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceSettings.Extensions[]
ServiceSettings.Extensions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.remoteviz.rendering that return types with arguments of type ServiceSettings.Extensions Modifier and Type Method Description java.util.EnumSet<ServiceSettings.Extensions>
ServiceSettings. getOivUsedExtensions()
Gets the used Open Inventor extensions.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.Extensions Modifier and Type Method Description void
ServiceSettings. setUsedExtensions(ServiceSettings.Extensions extensions)
Deprecated.As of Open Inventor 9800.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type ServiceSettings.Extensions Modifier and Type Method Description void
ServiceSettings. setOivUsedExtensions(java.util.EnumSet<ServiceSettings.Extensions> extensions)
Sets the Open Inventor extensions used by a RemoteViz application.
-