Uses of Class
com.threerings.tudey.space.Space

Packages that use Space
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.space   
 

Uses of Space in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return Space
 Space TudeySceneModel.getSpace()
          Returns a reference to the space containing the (non-tile) entry elements.
 

Uses of Space in com.threerings.tudey.space
 

Subclasses of Space in com.threerings.tudey.space
 class HashSpace
          A space that uses a hybrid spatial hashing/quadtree scheme to store elements.
 class SimpleSpace
          A simple, "flat" space implementation.
 

Methods in com.threerings.tudey.space that return Space
 Space SimpleSpaceElement.getSpace()
          Returns a reference to the space to which this element has been added, if any.
 

Methods in com.threerings.tudey.space with parameters of type Space
 void SpaceElement.wasAdded(Space space)
          Notes that the element was added to the specified space.
 void SimpleSpaceElement.wasAdded(Space space)
           
 



Copyright © 2011. All Rights Reserved.