Jazz API Documentation

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

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

Methods in edu.umd.cs.jazz that return ZStickyGroup
static ZStickyGroup ZStickyGroup.makeSticky(ZNode node, ZCamera camera, int constraintType)
          Make the specified node sticky by adding a sticky node above the specified node.
 

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

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

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


Jazz API Documentation