Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.util.ZObjectReferenceTable

Packages that use ZObjectReferenceTable
edu.umd.cs.jazz This is the root package for all Jazz classes. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZObjectReferenceTable in edu.umd.cs.jazz
 

Fields in edu.umd.cs.jazz declared as ZObjectReferenceTable
protected static ZObjectReferenceTable ZSceneGraphObject.objRefTable
          The single instance of the object reference table used for cloning scenegraph trees.
 

Methods in edu.umd.cs.jazz with parameters of type ZObjectReferenceTable
 void ZSceneGraphObject.updateObjectReferences(ZObjectReferenceTable objRefTable)
          Manage dangling references when scenegraph objects are cloned.
 void ZNode.updateObjectReferences(ZObjectReferenceTable objRefTable)
          Manage dangling references when scenegraph objects are cloned.
 

Uses of ZObjectReferenceTable in edu.umd.cs.jazz.util
 

Methods in edu.umd.cs.jazz.util that return ZObjectReferenceTable
static ZObjectReferenceTable ZObjectReferenceTable.getInstance()
          Implements singleton for this class.
 


Jazz API Documentation