es.ucm.look.ar.ar3D.core.drawables
Class DrawablesDataBase

java.lang.Object
  extended by es.ucm.look.ar.ar3D.core.drawables.DrawablesDataBase

public class DrawablesDataBase
extends java.lang.Object


Method Summary
 ObjMesh3D getDrawable3D(java.lang.Integer id)
           
static DrawablesDataBase getInstance()
           
 void putDrawable(java.lang.Integer id, ObjMesh3D d)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDrawable3D

public ObjMesh3D getDrawable3D(java.lang.Integer id)

getInstance

public static DrawablesDataBase getInstance()

putDrawable

public void putDrawable(java.lang.Integer id,
                        ObjMesh3D d)