|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZObjectReferenceTable | |
edu.umd.cs.jazz | Jazz is a general-purpose Java-based engine that supports 2D visualizations. |
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 |
Methods in edu.umd.cs.jazz with parameters of type ZObjectReferenceTable | |
protected void |
ZSceneGraphObject.updateObjectReferences(ZObjectReferenceTable objRefTable)
Updates references to scene graph nodes after a clone operation. |
protected void |
ZVisualComponent.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZNode.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZVisualLeaf.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZConstraintGroup.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZAnchorGroup.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZLayerGroup.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZCamera.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
protected void |
ZLayoutGroup.updateObjectReferences(ZObjectReferenceTable objRefTable)
Called to update internal object references after a clone operation by ZSceneGraphObject.clone() . |
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. |
Methods in edu.umd.cs.jazz.util with parameters of type ZObjectReferenceTable | |
void |
ZProperty.updateObjectReferences(ZObjectReferenceTable objRefTable)
Update object references after a clone. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |