Public Member Functions
org.ros.android.view.visualization.layer.Layer Interface Reference
Inheritance diagram for org.ros.android.view.visualization.layer.Layer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void init (NodeMainExecutor nodeMainExecutor)
void onShutdown (VisualizationView view, Node node)
void onStart (VisualizationView view, ConnectedNode connectedNode)
void onSurfaceChanged (VisualizationView view, GL10 gl, int width, int height)
void onSurfaceCreated (VisualizationView view, GL10 gl, EGLConfig config)
boolean onTouchEvent (VisualizationView view, MotionEvent event)

Detailed Description

Interface for a drawable layer on a VisualizationView.

Author:
moesenle@google.com (Lorenz Moesenlechner)

Definition at line 36 of file Layer.java.


Member Function Documentation

void org.ros.android.view.visualization.layer.Layer.init ( NodeMainExecutor  nodeMainExecutor)
void org.ros.android.view.visualization.layer.Layer.onStart ( VisualizationView  view,
ConnectedNode  connectedNode 
)
void org.ros.android.view.visualization.layer.Layer.onSurfaceChanged ( VisualizationView  view,
GL10  gl,
int  width,
int  height 
)
Parameters:
viewthe VisualizationView associated with the GLSurfaceView.Renderer
See also:
GLSurfaceView.Renderer::onSurfaceChanged(GL10, int, int)

Implemented in org.ros.android.view.visualization.layer.DefaultLayer.

Parameters:
viewthe VisualizationView associated with the GLSurfaceView.Renderer
See also:
GLSurfaceView.Renderer::onSurfaceCreated(GL10, EGLConfig)

Implemented in org.ros.android.view.visualization.layer.DefaultLayer.

Event handler for touch events.

Parameters:
viewthe view generating the event
eventthe touch event
Returns:
true if the event has been handled

Implemented in org.ros.android.view.visualization.layer.PosePublisherLayer, org.ros.android.view.visualization.layer.CameraControlLayer, and org.ros.android.view.visualization.layer.DefaultLayer.


The documentation for this interface was generated from the following file:


android_core
Author(s): Damon Kohler
autogenerated on Thu Jun 6 2019 21:20:07