Uses of Interface
crystalspace.jbind.interfaces.imesh.thing.iThingFactoryState

Packages that use iThingFactoryState
crystalspace.jbind.impl.mesh.thing   
crystalspace.jbind.interfaces.imesh.thing   
 

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

Classes in crystalspace.jbind.impl.mesh.thing that implement iThingFactoryState
 class csThingFactoryState
           
 

Methods in crystalspace.jbind.impl.mesh.thing that return iThingFactoryState
 iThingFactoryState csPolygonHandle.getThingFactoryState()
           
 iThingFactoryState csThingState.getFactory()
           
 

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

Methods in crystalspace.jbind.interfaces.imesh.thing that return iThingFactoryState
 iThingFactoryState iThingState.getFactory()
          Get the factory.
 iThingFactoryState iPolygonHandle.getThingFactoryState()
          Get the factory state for this polygon.