Jazz API Documentation

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

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

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

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

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


Jazz API Documentation