Public Member Functions | Private Member Functions | Private Attributes
org.ros.android.view.visualization.XYOrthographicRenderer Class Reference

List of all members.

Public Member Functions

List< LayergetLayers ()
void onDrawFrame (GL10 gl)
void onSurfaceChanged (GL10 gl, int width, int height)
void onSurfaceCreated (GL10 gl, EGLConfig config)
void setLayers (List< Layer > layers)
 XYOrthographicRenderer (Camera camera)

Private Member Functions

void drawLayers (GL10 gl)

Private Attributes

Camera camera
List< Layerlayers

Detailed Description

Renders all layers of a navigation view.

Author:
damonkohler@google.com (Damon Kohler)
moesenle@google.com (Lorenz Moesenlechner)

Definition at line 34 of file XYOrthographicRenderer.java.


Constructor & Destructor Documentation

Definition at line 44 of file XYOrthographicRenderer.java.


Member Function Documentation

Definition at line 71 of file XYOrthographicRenderer.java.

Definition at line 89 of file XYOrthographicRenderer.java.

Definition at line 60 of file XYOrthographicRenderer.java.

void org.ros.android.view.visualization.XYOrthographicRenderer.onSurfaceChanged ( GL10  gl,
int  width,
int  height 
) [inline]

Definition at line 49 of file XYOrthographicRenderer.java.

void org.ros.android.view.visualization.XYOrthographicRenderer.onSurfaceCreated ( GL10  gl,
EGLConfig  config 
) [inline]

Definition at line 68 of file XYOrthographicRenderer.java.

Definition at line 93 of file XYOrthographicRenderer.java.


Member Data Documentation

Definition at line 42 of file XYOrthographicRenderer.java.

List of layers to draw. Layers are drawn in-order, i.e. the layer with index 0 is the bottom layer and is drawn first.

Definition at line 40 of file XYOrthographicRenderer.java.


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


android_core
Author(s): Damon Kohler
autogenerated on Thu Aug 27 2015 12:11:33