Uses of Interface
crystalspace.jbind.interfaces.imesh.object.iMeshObjectDrawCallback

Packages that use iMeshObjectDrawCallback
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.interfaces.imesh.object   
 

Uses of iMeshObjectDrawCallback in crystalspace.jbind.impl.mesh.object
 

Classes in crystalspace.jbind.impl.mesh.object that implement iMeshObjectDrawCallback
 class csMeshObjectDrawCallback
           
 

Methods in crystalspace.jbind.impl.mesh.object that return iMeshObjectDrawCallback
 iMeshObjectDrawCallback csMeshObject.getVisibleCallback()
           
 

Methods in crystalspace.jbind.impl.mesh.object with parameters of type iMeshObjectDrawCallback
 void csMeshObject.setVisibleCallback(iMeshObjectDrawCallback cb)
           
 

Uses of iMeshObjectDrawCallback in crystalspace.jbind.interfaces.imesh.object
 

Methods in crystalspace.jbind.interfaces.imesh.object that return iMeshObjectDrawCallback
 iMeshObjectDrawCallback iMeshObject.getVisibleCallback()
          Get the current visible callback.
 

Methods in crystalspace.jbind.interfaces.imesh.object with parameters of type iMeshObjectDrawCallback
 void iMeshObject.setVisibleCallback(iMeshObjectDrawCallback cb)
          Register a callback to the mesh object which will be called from within Draw(); if the mesh object thinks that the object is really visible.