Jazz API Documentation

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

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

Methods in edu.umd.cs.jazz with parameters of type ZLayoutGroup
 boolean ZTreeLayoutManager.setCurrentOrientation(ZLayoutGroup layout, int orientation)
          Set the current orientation.
 boolean ZTreeLayoutManager.setCurrentHeadingStyle(ZLayoutGroup layout, int h)
           
 boolean ZTreeLayoutManager.setLinkStyle(ZLayoutGroup layout, int v)
          Set the value of linkStyle.
 void ZLayoutGroup.duplicateObject(ZLayoutGroup refNode)
          Copies all object information from the reference object into the current object.
 

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

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


Jazz API Documentation