| Package | Description | 
|---|---|
| com.openinventor.remoteviz.rendering | 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Connection | 
Client.getConnection(int index)
Gets a  
Connection of the client. | 
Connection | 
RenderArea.getConnection(int index)
Gets a  
Connection to the renderArea. | 
Connection | 
Client.getConnection(java.lang.String id)
Gets a  
Connection of the client. | 
Connection | 
RenderArea.getConnection(java.lang.String id)
Gets a  
Connection to the renderArea. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RenderAreaListener.onInitializedConnection(RenderArea renderArea,
                       Connection sender,
                       FrameEncoders frameEncoders)
Triggered when the connection and the frame encoders are initialized successfully. 
 | 
boolean | 
RenderAreaListener.onKeyDown(RenderArea renderArea,
         Connection sender,
         int x,
         int y,
         SoKeyboardEvent.Keys key)
Triggered when a KeyDown event is received from the client. 
 | 
boolean | 
RenderAreaListener.onKeyUp(RenderArea renderArea,
       Connection sender,
       int x,
       int y,
       SoKeyboardEvent.Keys key)
Triggered when a KeyUp event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseDoubleClick(RenderArea renderArea,
                  Connection sender,
                  int x,
                  int y,
                  SoMouseButtonEvent.Buttons button)
Triggered when a MouseDoubleClick event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseDown(RenderArea renderArea,
           Connection sender,
           int x,
           int y,
           SoMouseButtonEvent.Buttons button)
Triggered when a MouseDown event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseEnter(RenderArea renderArea,
            Connection sender,
            int x,
            int y)
Triggered when a MouseEnter event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseLeave(RenderArea renderArea,
            Connection sender,
            int x,
            int y)
Triggered when a MouseLeave event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseMove(RenderArea renderArea,
           Connection sender,
           int x,
           int y)
Triggered when a MouseMove event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseUp(RenderArea renderArea,
         Connection sender,
         int x,
         int y,
         SoMouseButtonEvent.Buttons button)
Triggered when a MouseUp event is received from the client. 
 | 
boolean | 
RenderAreaListener.onMouseWheel(RenderArea renderArea,
            Connection sender,
            int x,
            int y,
            int delta)
Triggered when client wheel button is rotated. 
 | 
void | 
RenderAreaListener.onOpenedConnection(RenderArea renderArea,
                  Connection connection,
                  FrameEncoders frameEncoders)
Triggered when a client connects. 
 | 
void | 
RenderAreaListener.onReceivedMessage(RenderArea renderArea,
                 Connection sender,
                 java.lang.String message)
Triggered when a message is received from a client. 
 | 
void | 
RenderAreaListener.onRefusedEncoder(RenderArea renderArea,
                Connection sender,
                FrameEncoders encoders)
Triggered when a frame encoder cannot be initialized. 
 | 
boolean | 
RenderAreaListener.onRequestedFrame(RenderArea renderArea,
                Connection sender,
                SbRasterImage rasterImage)
Triggered when a new frame is requested by a connection. 
 | 
void | 
RenderAreaListener.onRequestedSize(RenderArea renderArea,
               Connection sender,
               int width,
               int height)
Triggered when a client requests a new renderArea size. 
 | 
boolean | 
RenderAreaListener.onTouchEnd(RenderArea renderArea,
          Connection sender,
          int id,
          int x,
          int y)
Triggered when a TouchEnd event is received from the client. 
 | 
boolean | 
RenderAreaListener.onTouchMove(RenderArea renderArea,
           Connection sender,
           int id,
           int x,
           int y)
Triggered when a TouchMove event is received from the client. 
 | 
boolean | 
RenderAreaListener.onTouchStart(RenderArea renderArea,
            Connection sender,
            int id,
            int x,
            int y)
Triggered when a TouchStart event is received from the client. 
 | 
boolean | 
Client.sendMessage(java.lang.String message,
           Connection[] excludedConnections)
Sends a text message to all the connections of the client. 
 | 
boolean | 
RenderArea.sendMessage(java.lang.String message,
           Connection[] excludedConnections)
Sends a text message to the renderArea connections. 
 | 
void | 
IFrameEncodingPolicy.update(Connection connection)
Update value of the FPS and frame quality. 
 | 
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com