public final class

ImageButton

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

Summary

Public Constructors
ImageButton()
Public Methods
void generate(RenderView view, RenderView.Lists lists)
boolean onTouchEvent(MotionEvent e)
void renderBlended(RenderView view, GL11 gl)
final void setAction(Runnable action)
void setImages(int image, int pressedImage)
[Expand]
Inherited Methods
From class com.cooliris.media.Layer
From class java.lang.Object

Public Constructors

public ImageButton ()

Public Methods

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

public boolean onTouchEvent (MotionEvent e)

public void renderBlended (RenderView view, GL11 gl)

public final void setAction (Runnable action)

public void setImages (int image, int pressedImage)