Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.ZAnchorGroup

Packages that use ZAnchorGroup
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 ZAnchorGroup in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZAnchorGroup
 void ZAnchorGroup.duplicateObject(ZAnchorGroup refNode)
          Copies all object information from the reference object into the current object.
 

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

Methods in edu.umd.cs.jazz.util that return ZAnchorGroup
 ZAnchorGroup ZSceneGraphEditor.getAnchorGroup()
          Returns a ZAnchorGroup to use for a node, or inserts one above the node if none exists.
 


Jazz API Documentation