es.ucm.look.ar.hud
Class BasicHud

java.lang.Object
  extended by es.ucm.look.ar.hud.BasicHud
All Implemented Interfaces:
HUD

public class BasicHud
extends java.lang.Object
implements HUD


Field Summary
 Button b
           
 
Constructor Summary
BasicHud(int width, int height)
           
 
Method Summary
 void draw(GL10 gl, float width, float height)
           
 boolean touch(float x, float y, int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

public Button b
Constructor Detail

BasicHud

public BasicHud(int width,
                int height)
Method Detail

draw

public void draw(GL10 gl,
                 float width,
                 float height)
Specified by:
draw in interface HUD

touch

public boolean touch(float x,
                     float y,
                     int type)
Specified by:
touch in interface HUD