Uses of Class
com.openinventor.remoteviz.rendering.ServiceSettings
-
Packages that use ServiceSettings Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of ServiceSettings in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings Modifier and Type Method Description ServiceSettings
Service. getSettings()
Gets the settings of the service.static ServiceSettings[]
ServiceSettings. toArray(long nativeArray, long length)
Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings Modifier and Type Method Description boolean
Service. open(ServiceSettings settings)
Opens the rendering service.void
ServiceSettings. setValue(ServiceSettings copyFrom)
Constructors in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings Constructor Description ServiceSettings(ServiceSettings obj)
Copy constructor.
-