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

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

Methods in edu.umd.cs.jazz that return ZHandleGroup
 ZHandleGroup ZHandle.getHandleGroup()
          Return the handle group that is managing this handle in the scene graph.
 

Methods in edu.umd.cs.jazz with parameters of type ZHandleGroup
 void ZHandle.setHandleGroup(ZHandleGroup aHandleGroup)
          Set the handle group that is managing this handle in the scene graph.
 

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

Methods in edu.umd.cs.jazz.util that return ZHandleGroup
 ZHandleGroup ZSceneGraphEditor.getHandleGroup()
          Returns a ZHandleGroup to use for a node, inserting one above the edited node if none exists.
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.