| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| IBatchCommand — Interface, package com.mi.rs | |
| Interface specifying a batch command. | |
| ICommand — Interface, package com.mi.rs | |
| The interface specifying the data and methods of a RealityServer command. | |
| ICommandSequence — Interface, package com.mi.rs | |
| This interface is used by RSService in process commands callbacks to accept a sequence of commands from the application that the service will then process. | |
| id — Property, class com.mi.rs.multiview.core.ViewBase | |
| Overrides the default set ID function. | |
| id — Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| Returns the id of the encoder for the format that this set of RTMPOptions provides parameters for. | |
| id — Property, class com.mi.rs.multiview.option.rtmp.RTMPOptions | |
| Returns the id of the encoder for the format that this set of RTMPOptions provides parameters for. | |
| id — Property, class com.mi.rs.multiview.option.rtmp.ScreenVideoOptions | |
| Returns the id of the encoder for the format that this set of RTMPOptions provides parameters for. | |
| ID — Constant Static Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| The name of the video encoder that this H264Options provides parameters for. | |
| ID — Constant Static Property, class com.mi.rs.multiview.option.rtmp.ScreenVideoOptions | |
| The name of the video encoder that this ScreenVideoOptions provides parameters for. | |
| IInputMethod — Interface, package com.mi.rs.multiview.input_method | |
| Defines a way in which a view can be manipulated, often by changing the camera parameters. | |
| IJSON — Interface, package com.mi.util | |
| Marks an object to have a special jsonObject member that contains the most recent data in a form that is friendly to the JSON serializer. | |
| imageRenderTarget — Property, class com.mi.rs.multiview.core.ViewBase | |
| Retrieves the image render target. | |
| ImageRenderTarget — class, package com.mi.rs | |
| A UIComponent that displays images rendered using a command of type IRenderCommand. | |
| ImageRenderTarget() — Constructor, class com.mi.rs.ImageRenderTarget | |
| Constructs an ImageRenderTarget. | |
| imageType — Property, class com.mi.rs.multiview.option.SaveRenderOptions | |
| he options for SaveRender image type- jpg/png/ct | |
| importScene(filename:String, scene_name:String, arguments:Object) — method, interface com.mi.rs.multiview.core.IScene | |
| Creates the scene-level scope and any other valid scopes that can be created at this point, such as collaboration and user scopes. | |
| importScene(filename:String, sceneName:String, arguments:Object) — method, class com.mi.rs.multiview.core.Scene | |
| Creates the scene-level scope and any other valid scopes that can be created at this point, such as collaboration and user scopes. | |
| init() — method, class com.mi.rs.multiview.option.RendererOptions | |
| Initializes the RendererOptions instance with all the value types sets and the property set/gets handlers registered. | |
| init() — method, class com.mi.rs.multiview.widgets.MeasureWidget3d | |
| Initializes this widget. | |
| init() — method, class com.mi.rs.multiview.widgets.MeasureWidgetBase | |
| Initializes this widget. | |
| initialCamera — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns the values of the camera when the scene was first loaded. | |
| initialCamera — Property, class com.mi.rs.multiview.core.Scene | |
| Returns the values of the camera when the scene was first loaded. | |
| inputMethod — Property, class com.mi.rs.multiview.core.ViewBase | |
| Used to control and manipulate the view. | |
| inputMethod — Property, class com.mi.rs.multiview.event.InputMethodEvent | |
| Returns the IInputMethod instance that fired this event. | |
| inputMethod — Property, class com.mi.rs.multiview.option.SceneOptions | |
| Returns the input method options. | |
| InputMethodBase — class, package com.mi.rs.multiview.input_method | |
| Responsible for adding and removing all mouse listeners for input methods. | |
| InputMethodBase(view:com.mi.rs.multiview.core:IViewBasic) — Constructor, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Base class constructor. | |
| InputMethodEvent — class, package com.mi.rs.multiview.event | |
| Events fired from IInputMethods object to indicate when they are active, complete, started navigating and finished navigating. | |
| InputMethodEvent(type:String, inputMethod:com.mi.rs.multiview.input_method:IInputMethod) — Constructor, class com.mi.rs.multiview.event.InputMethodEvent | |
| Creates a new InputMethodEvent object. | |
| InputMethodOptions — class, package com.mi.rs.multiview.option | |
| Stores all the input method options. | |
| InputMethodOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.InputMethodOptions | |
| Creates a new InputMethodOptions instance with the given node name. | |
| invert() — method, class com.mi.rs.types.Matrix4x4 | |
| Sets this matrix to its inverse. | |
| invertX — Property, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Inverts navigation in the x-direction for input methods. | |
| invertX — Property, class com.mi.rs.multiview.option.InputMethodOptions | |
| Inverts the navigation result for mouse movement along the x-axis. | |
| invertY — Property, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Inverts navigation in the y-direction for input methods. | |
| invertY — Property, class com.mi.rs.multiview.option.InputMethodOptions | |
| Inverts the navigation result for mouse movement along the y-axis. | |
| IOptionSet — Interface, package com.mi.rs.multiview.option | |
| Used to handle dynamic data by using value change events, value validations and saving and merging with other dynamic Objects. | |
| iray — Property, class com.mi.rs.multiview.option.ViewOptions | |
| Returns the options for the iray renderer. | |
| iray_degrain_filtering — Property, class com.mi.rs.multiview.option.RendererOptions | |
| irayDegrainFiltering — Property, class com.mi.rs.multiview.option.RendererOptions | |
| The degrain filter to use. | |
| irayMode — Property, class com.mi.rs.multiview.option.SceneOptions | |
| iray_preview — Property, class com.mi.rs.multiview.option.RendererOptions | |
| Activates the iray preview mode. | |
| iray_preview_ambient — Property, class com.mi.rs.multiview.option.RendererOptions | |
| The ambient used in iray preview mode. | |
| IRenderCommand — Interface, package com.mi.rs | |
| Defines the interface for commands that return an image. | |
| IResponse — Interface, package com.mi.rs | |
| Defines the interface of a command response object. | |
| IResponseError — Interface, package com.mi.rs | |
| Defines the interface of the error parameter of IResponse. | |
| IRSDCamera — Interface, package com.mi.rs.multiview.utils | |
| Interface designed to allow for different implementation of a camera. | |
| isActive — Property, interface com.mi.rs.multiview.input_method.IInputMethod | |
| Returns true when the input method is active. | |
| isActive — Property, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Returns true when the input method is active. | |
| isAttributeData(object:Object) — Static Method , class com.mi.rs.multiview.utils.GeneralUtils | |
| Returns true if the given object is a valid attribute data type. | |
| isBatchResponse — Property, interface com.mi.rs.IResponse | |
| True if this is the response to a batch command. | |
| isBatchResponse — Property, class com.mi.rs.Response | |
| True if this is the response to a batch command. | |
| isBoundingBoxReady — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns true if the bounding box has been loaded from the scene. | |
| isBoundingBoxReady — Property, class com.mi.rs.multiview.core.Scene | |
| Returns true if the bounding box has been loaded from the scene. | |
| isCameraReady — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns true when the initial camera of the scene is ready. | |
| isCameraReady — Property, class com.mi.rs.multiview.core.Scene | |
| Returns true when the initial camera of the scene is ready. | |
| isCancelled — Property, class com.mi.rs.BatchCommand | |
| Always returns false. | |
| isCancelled — Property, class com.mi.rs.Command | |
| Always false. | |
| isCancelled — Property, interface com.mi.rs.ICommand | |
| This property is set to true by the implementing class if the command has been cancelled, in which case it will simply be skipped by the service. | |
| isCancelled — Property, class com.mi.rs.RenderCommand | |
| Always returns false. | |
| IScene — Interface, package com.mi.rs.multiview.core | |
| Extends a typical RSService connection and stores data about a loaded scene and the capabilities of the server. | |
| IScope — Interface, package com.mi.rs.multiview.scope | |
| The IScope interface defines methods for setting the scope name, the scope parent and getting the state data for that scope on the server. | |
| IScopeNode — Interface, package com.mi.rs.multiview.scope | |
| The IScopeNode interface allows an object that can connect to the server to have its own scope name and IStateData representation. | |
| isErrorResponse — Property, interface com.mi.rs.IResponse | |
| Convenience property that is true if this is an error response. | |
| isErrorResponse — Property, class com.mi.rs.Response | |
| Convenience property that is true if this is an error response. | |
| IService — Interface, package com.mi.rs | |
| Defines the interface of a service object that can process RealityServer commands. | |
| isInFrontOfCamera(i_projection:com.mi.rs.multiview.widgets:WidgetProjection) — method, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Because a handle widget stores its position using the local variable 'm_world' rather than the 'mObjectToWorld' matrix, this function gets the handles correct position relatively to the camera. | |
| isInFrontOfCamera(i_projection:com.mi.rs.multiview.widgets:WidgetProjection) — method, class com.mi.rs.multiview.widgets.WidgetShape3d | |
| Returns true if the projection is in front of the camera. | |
| isInsideBoundingBox(point:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.utils.BoundingBox | |
| Returns true if the given Vector4 point is within the boundaries of the bounding box. | |
| isNamedData(object:Object) — Static Method , class com.mi.rs.multiview.utils.GeneralUtils | |
| Returns true if the given Object is a valid named data type. | |
| isNavigating() — method, class com.mi.rs.multiview.core.CameraSet | |
| Returns true if this camera is in navigation mode. | |
| isNavigating() — method, class com.mi.rs.multiview.core.NavCamera | |
| Returns true if this camera is in navigation mode. | |
| isNavigatingInputMethod — Property, interface com.mi.rs.multiview.input_method.IInputMethod | |
| Return true when this input method is a navigation input method. | |
| isNavigatingInputMethod — Property, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Return true when this input method is a navigation input method. | |
| isNotColinear(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4 | |
| Returns true if this vector and rhs is not colinear. | |
| isNullVector(tolerance:Number) — method, class com.mi.rs.types.Vector4 | |
| isObjectDynamic(object:Object) — Static Method , class com.mi.rs.multiview.utils.GeneralUtils | |
| Returns true if the given object is an instance of a dynamic class, such as Object or Array. | |
| isRendering — Property, interface com.mi.rs.multiview.core.IView | |
| Checks the view rendering status. In HTTP mode: Returns true if the view is waiting for a rendered image to return. In RTMP mode: Always returns true. | |
| isRendering — Property, class com.mi.rs.multiview.core.ViewBase | |
| Checks the view rendering status. In HTTP mode: Returns true if the view is waiting for a rendered image to return. In RTMP mode: Always returns true. | |
| isSceneReady — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns true if the scene is ready for use on the server. | |
| isSceneReady — Property, class com.mi.rs.multiview.core.Scene | |
| Returns true if the scene is ready for use on the server. | |
| IStateData — Interface, package com.mi.rs | |
| This interface encapsulates the data that is used by the RealityServer state handlers to decide which state commands are processed in. | |
| isValueDefined(valueName:String, lookupParent:Boolean) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Returns true if the value is defined. | |
| isValueDefined(valueName:String, lookupParent:Boolean) — method, class com.mi.rs.multiview.option.OptionSet | |
| Returns true if the value is defined. | |
| isValueDefined(valueName:String, lookupParent:Boolean) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Returns true if the value is defined. | |
| isViewRunning — Property, interface com.mi.rs.multiview.core.IView | |
| Returns true if the view is currently running. | |
| isViewRunning — Property, class com.mi.rs.multiview.core.ViewBase | |
| Returns true if the view is currently running. | |
| isWZooming — Property, class com.mi.rs.multiview.input_method.SuperNav | |
| Returns true if the zoom window widget is visible. | |
| IView — Interface, package com.mi.rs.multiview.core | |
| Extends the IViewBasic class by adding an IScene object to the view. | |
| IViewBasic — Interface, package com.mi.rs.multiview.core | |
| An IViewBasic object serves as the basis for all views used in the web viewer library. | |
| IWidget3d — Interface, package com.mi.rs.multiview.widgets | |
| Defines update functionality for 3D widgets. | |
| IWidgetShape3d — Interface, package com.mi.rs.multiview.widgets | |
| Provides an interface to repaint 3D widgets. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |