public final class

PathBarLayer

extends Layer
java.lang.Object
   ↳ com.cooliris.media.Layer
     ↳ com.cooliris.media.PathBarLayer

Summary

Public Constructors
PathBarLayer()
Public Methods
void changeLabel(String label)
void clear()
void generate(RenderView view, RenderView.Lists lists)
String getCurrentLabel()
int getNumLevels()
boolean onTouchEvent(MotionEvent event)
PathBarLayer.Component popLabel()
void pushLabel(int icon, String label, Runnable action)
void recomputeComponents()
void renderBlended(RenderView view, GL11 gl)
void setAnimatedIcons(int[] icons)
boolean update(RenderView view, float timeElapsed)
[Expand]
Inherited Methods
From class com.cooliris.media.Layer
From class java.lang.Object

Public Constructors

public PathBarLayer ()

Public Methods

public void changeLabel (String label)

public void clear ()

public void generate (RenderView view, RenderView.Lists lists)

public String getCurrentLabel ()

public int getNumLevels ()

public boolean onTouchEvent (MotionEvent event)

public PathBarLayer.Component popLabel ()

public void pushLabel (int icon, String label, Runnable action)

public void recomputeComponents ()

public void renderBlended (RenderView view, GL11 gl)

public void setAnimatedIcons (int[] icons)

public boolean update (RenderView view, float timeElapsed)