Uses of Interface
es.ucm.look.ar.ar2D.HUDElement

Packages that use HUDElement
es.ucm.look.ar.ar2D   
 

Uses of HUDElement in es.ucm.look.ar.ar2D
 

Methods in es.ucm.look.ar.ar2D that return types with arguments of type HUDElement
 java.util.List<HUDElement> AR2D.getHUD()
          Returns the list of drawables for the HUD
 

Methods in es.ucm.look.ar.ar2D with parameters of type HUDElement
 void AR2D.addHUDElement(HUDElement hudelement)