Jazz API Documentation

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

Packages that use ZTransformGroup
edu.umd.cs.jazz This is the root package for all Jazz classes. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZTransformGroup in edu.umd.cs.jazz
 

Subclasses of ZTransformGroup in edu.umd.cs.jazz
 class ZConstraintGroup
          ZConstraintGroup is a transform group node that supports the application of a simple constraint to its children.
 class ZStickyGroup
          ZStickyGroup is a constraint node that forces the child to always be rendered at a place dependent on the camera view.
 

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

Uses of ZTransformGroup in edu.umd.cs.jazz.event
 

Methods in edu.umd.cs.jazz.event that return ZTransformGroup
 ZTransformGroup ZTransformEvent.getTransform()
          Returns the originator of the event.
 

Constructors in edu.umd.cs.jazz.event with parameters of type ZTransformGroup
ZTransformEvent.ZTransformEvent(ZTransformGroup source, int id, java.awt.geom.AffineTransform transform)
          Constructs a ZTransformEvent object.
 

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

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


Jazz API Documentation