Uses of Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient
-
Packages that use SoRemoteVizClient Package Description com.openinventor.remoteviz.clients.nodes -
-
Uses of SoRemoteVizClient in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient Modifier and Type Method Description SoRemoteVizClient
SoRemoteVizClient.BinaryMessageEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.FrameEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.KeyboardEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.MessageEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.MouseButtonEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.MouseLocationEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.MouseWheelEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.RenderAreaSizeEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.ServiceMessageEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.SoRemoteVizClient
SoRemoteVizClient.TouchEventArg. getSource()
Returns theSoRemoteVizClient
node that triggered the event.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoRemoteVizClient Constructor Description BinaryMessageEventArg(SoRemoteVizClient source, SoCpuBufferObject buffer)
Default constructor.FrameEventArg(SoRemoteVizClient source, long id, long dataLength, boolean isLossless, java.lang.String message)
Default constructor.KeyboardEventArg(SoRemoteVizClient source, SoKeyboardEvent keyboardEvent)
Default constructor.MessageEventArg(SoRemoteVizClient source, java.lang.String message)
Default constructor.MouseButtonEventArg(SoRemoteVizClient source, SoMouseButtonEvent mouseButtonEvent)
Default constructor.MouseLocationEventArg(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent)
Default constructor.MouseWheelEventArg(SoRemoteVizClient source, SoMouseWheelEvent mouseWheelEvent)
Default constructor.RenderAreaSizeEventArg(SoRemoteVizClient source, SbVec2s size)
Default constructor.ServiceMessageEventArg(SoRemoteVizClient source, SoRemoteVizClient.ServiceMessageEventArg.States state, SbVec2s renderAreaSize, java.lang.String details)
Default constructor.TouchEventArg(SoRemoteVizClient source, SoTouchEvent touchEvent)
Default constructor.
-