Uses of Class
es.ucm.look.data.World

Packages that use World
es.ucm.look.ar   
es.ucm.look.ar.util   
es.ucm.look.data   
 

Uses of World in es.ucm.look.ar
 

Methods in es.ucm.look.ar that return World
 World LookAR.getWorld()
          Returns the world
 

Methods in es.ucm.look.ar with parameters of type World
 void LookAR.setWorld(World world)
          Sets the world to be represented by this activity
 

Uses of World in es.ucm.look.ar.util
 

Constructors in es.ucm.look.ar.util with parameters of type World
PositionTimerTask(Display d, Context c, World world)
           
 

Uses of World in es.ucm.look.data
 

Methods in es.ucm.look.data that return World
 World LookData.getWorld()
           
 

Methods in es.ucm.look.data with parameters of type World
 void LookData.setWorld(World w)