es.ucm.look.ar.ar2D
Interface HUDElement

All Superinterfaces:
Drawable2D

public interface HUDElement
extends Drawable2D

A HUD element to be represented at the 2D layer


Method Summary
 boolean contains(float x, float y)
          If the elements contains the point
 boolean touch(MotionEvent motionEvent)
          Process a motion event
 
Methods inherited from interface es.ucm.look.ar.ar2D.Drawable2D
draw, drawTouchableArea, update
 

Method Detail

contains

boolean contains(float x,
                 float y)
If the elements contains the point

Parameters:
x - x coordinate
y - y coordinate
Returns:
if the element contains the pint

touch

boolean touch(MotionEvent motionEvent)
Process a motion event

Parameters:
motionEvent - the motion event
Returns:
if the event was processed by the HUD Element