Uses of Class
com.openinventor.remoteviz.rendering.RenderArea
Packages that use RenderArea
-
Uses of RenderArea in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return RenderAreaModifier and TypeMethodDescriptionConnection.getRenderArea()Gets theRenderAreaassociated with the connection.Service.getRenderArea(int index) Gets aRenderAreafrom index.Service.getRenderArea(String id) Gets aRenderAreafrom id.Methods in com.openinventor.remoteviz.rendering with parameters of type RenderAreaModifier and TypeMethodDescriptionvoidRenderAreaListener.onClosedConnection(RenderArea renderArea, String connectionId, boolean aborted) Triggered when a connection is closed.voidServiceListener.onDisposingRenderArea(RenderArea renderArea) Triggered before a renderArea is disposed.voidRenderAreaListener.onInitializedConnection(RenderArea renderArea, Connection sender, FrameEncoders frameEncoders) Triggered when the connection and the frame encoders are initialized successfully.voidServiceListener.onInstantiatedRenderArea(RenderArea renderArea) Triggered when a renderArea has been instantiated.booleanRenderAreaListener.onKeyDown(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyDown event is received from the client.booleanRenderAreaListener.onKeyUp(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyUp event is received from the client.voidMetricsListener.onMeasuredRenderingTime(int time, RenderArea renderArea) Triggered when a new measure of frame rendering time is available.booleanRenderAreaListener.onMouseDoubleClick(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDoubleClick event is received from the client.booleanRenderAreaListener.onMouseDown(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDown event is received from the client.booleanRenderAreaListener.onMouseEnter(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseEnter event is received from the client.booleanRenderAreaListener.onMouseLeave(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseLeave event is received from the client.booleanRenderAreaListener.onMouseMove(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseMove event is received from the client.booleanRenderAreaListener.onMouseUp(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseUp event is received from the client.booleanRenderAreaListener.onMouseWheel(RenderArea renderArea, Connection sender, int x, int y, int delta) Triggered when a mouse wheel event (rotatation) is received from the client.voidRenderAreaListener.onOpenedConnection(RenderArea renderArea, Connection connection, FrameEncoders frameEncoders) Triggered when a client connects to theRenderArea.booleanServiceListener.onPendingShareRenderArea(RenderArea renderArea, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea exists.voidRenderAreaListener.onPostRender(RenderArea renderArea) Triggered after a rendering is done.boolean[]RenderAreaListener.onPreRender(RenderArea renderArea, boolean clearWindow, boolean clearZbuffer) Triggered before a rendering is done.voidRenderAreaListener.onReceivedMessage(RenderArea renderArea, Connection sender, String message) Triggered when a text message is received from a client.voidRenderAreaListener.onReceivedMessage(RenderArea renderArea, Connection sender, Collection<Byte> buffer) Triggered when a binary message is received from a client.voidRenderAreaListener.onRefusedEncoder(RenderArea renderArea, Connection sender, FrameEncoders encoders) Triggered when a frame encoder cannot be initialized.booleanRenderAreaListener.onRequestedFrame(RenderArea renderArea, Connection sender, SbRasterImage rasterImage) Triggered when a new frame is requested by a connection.voidRenderAreaListener.onRequestedSize(RenderArea renderArea, Connection sender, int width, int height) Triggered when a client requests a new renderArea size.voidRenderAreaListener.onResize(RenderArea renderArea, int width, int height) Triggered when the renderArea is resized.RenderAreaListener.onSendingFrame(RenderArea renderArea, Connection sender) Triggered before sending a frame to the client.booleanRenderAreaListener.onTouchEnd(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchEnd event is received from the client.booleanRenderAreaListener.onTouchMove(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchMove event is received from the client.booleanRenderAreaListener.onTouchStart(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchStart event is received from the client.