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

Packages that use iMeshObjectFactory
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.impl.mesh.thing   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.mesh   
crystalspace.jbind.interfaces.imesh.object   
crystalspace.jbind.interfaces.imesh.thing   
 

Uses of iMeshObjectFactory in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iMeshObjectFactory
 iMeshFactoryWrapper csEngine.createMeshFactory(iMeshObjectFactory factory, java.lang.String name)
           
 

Uses of iMeshObjectFactory in crystalspace.jbind.impl.engine.mesh
 

Methods in crystalspace.jbind.impl.engine.mesh that return iMeshObjectFactory
 iMeshObjectFactory csMeshFactoryWrapper.getMeshObjectFactory()
           
 

Methods in crystalspace.jbind.impl.engine.mesh with parameters of type iMeshObjectFactory
 void csMeshFactoryWrapper.setMeshObjectFactory(iMeshObjectFactory fact)
           
 

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

Classes in crystalspace.jbind.impl.mesh.object that implement iMeshObjectFactory
 class csMeshObjectFactory
           
 

Methods in crystalspace.jbind.impl.mesh.object that return iMeshObjectFactory
 iMeshObjectFactory csMeshObject.getFactory()
           
 

Uses of iMeshObjectFactory in crystalspace.jbind.impl.mesh.thing
 

Methods in crystalspace.jbind.impl.mesh.thing that return iMeshObjectFactory
 iMeshObjectFactory csPolygonHandle.getMeshObjectFactory()
           
 

Uses of iMeshObjectFactory in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iMeshObjectFactory
 iMeshFactoryWrapper iEngine.createMeshFactory(iMeshObjectFactory factory, java.lang.String name)
          Create a mesh factory wrapper for an existing mesh factory
 

Uses of iMeshObjectFactory in crystalspace.jbind.interfaces.iengine.mesh
 

Methods in crystalspace.jbind.interfaces.iengine.mesh that return iMeshObjectFactory
 iMeshObjectFactory iMeshFactoryWrapper.getMeshObjectFactory()
          Get the iMeshObjectFactory.
 

Methods in crystalspace.jbind.interfaces.iengine.mesh with parameters of type iMeshObjectFactory
 void iMeshFactoryWrapper.setMeshObjectFactory(iMeshObjectFactory fact)
          Set the mesh object factory.
 

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

Methods in crystalspace.jbind.interfaces.imesh.object that return iMeshObjectFactory
 iMeshObjectFactory iMeshObject.getFactory()
          Get the reference to the factory that created this mesh object.
 

Uses of iMeshObjectFactory in crystalspace.jbind.interfaces.imesh.thing
 

Methods in crystalspace.jbind.interfaces.imesh.thing that return iMeshObjectFactory
 iMeshObjectFactory iPolygonHandle.getMeshObjectFactory()
          Get the mesh object factory for this polygon.