org.odejava
Class HashSpace
java.lang.Object
org.odejava.Space
org.odejava.HashSpace
public class HashSpace
- extends Space
A hash space space representation.
- Author:
- Jani Laakso E-mail: jani.laakso@itmill.com
see http://odejava.dev.java.net
|
Constructor Summary |
HashSpace()
Create HashSpace that does not have a parent space. |
HashSpace(Space parent)
Create simple space that belongs to the given parent space. |
| Methods inherited from class org.odejava.Space |
add, addBodyGeoms, addGeom, containsGeom, delete, getChildCleanupMode, getGeom, getGeomMap, getGeoms, getId, getID, getNativeAddr, getSpaceFromNativeAddr, getUserData, isEnabled, remove, renameGeom, setChildCleanupMode, setEnabled, setUserData, updateNativeAddr |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashSpace
public HashSpace()
- Create HashSpace that does not have a parent space.
HashSpace
public HashSpace(Space parent)
- Create simple space that belongs to the given parent space. If the parent
space reference is null, then this space is placed as a top-level space.
- Parameters:
parent - A reference to the parent space, or null