| Package | Description | 
|---|---|
| com.openinventor.remoteviz.rendering | 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RenderArea | 
Connection.getRenderArea()
Gets the  
RenderArea associated with the connection. | 
RenderArea | 
Service.getRenderArea(int index)
Gets a  
RenderArea from index. | 
RenderArea | 
Service.getRenderArea(java.lang.String id)
Gets a  
RenderArea from id. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RenderAreaListener.onClosedConnection(RenderArea renderArea,
                  java.lang.String connectionId,
                  boolean aborted)
Triggered when a client disconnects. 
 | 
void | 
RenderAreaListener.onInitializedConnection(RenderArea renderArea,
                       Connection sender,
                       FrameEncoders frameEncoders)
Triggered when the connection and the frame encoders are initialized successfully. 
 | 
void | 
ServiceListener.onInstantiatedRenderArea(RenderArea renderArea)
Triggered when a renderArea has been instantiated. 
 | 
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. 
 | 
boolean | 
ServiceListener.onPendingShareRenderArea(RenderArea renderArea,
                        Client client,
                        ConnectionParameters parameters)
Triggered when a connection is pending and the requested renderArea exists. 
 | 
void | 
RenderAreaListener.onPostRender(RenderArea renderArea)
Triggered when a rendering is done. 
 | 
boolean[] | 
RenderAreaListener.onPreRender(RenderArea renderArea,
           boolean clearWindow,
           boolean clearZbuffer)
Triggered before a rendering is done. 
 | 
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. 
 | 
void | 
RenderAreaListener.onResize(RenderArea renderArea,
        int width,
        int height)
Triggered when the renderArea is resized. 
 | 
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. 
 | 
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com