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

Packages that use ZTransformGroup
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
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 that changes its transform based on a computation defined in a specified method.
 class ZStickyGroup
          ZStickyGroup is a constraint group that moves its children inversely to the camera view, so that the children stay visually on the same place on the screen, even as the camera view changes.
 

Methods in edu.umd.cs.jazz with parameters of type ZTransformGroup
 void ZSpatialIndexGroup.addListener(ZTransformGroup tg)
          Add a BOUNDS_CHANGED node listener to a transformGroup node, if it does not already have one.
 

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.
 

Methods in edu.umd.cs.jazz.event with parameters of type ZTransformGroup
static ZTransformEvent ZTransformEvent.createTransformChangedEvent(ZTransformGroup source, java.awt.geom.AffineTransform transform)
          Factory method to create a ZTransformEvent with a TRANSFORM_CHANGED ID.
 

Constructors in edu.umd.cs.jazz.event with parameters of type ZTransformGroup
ZTransformEvent(ZTransformGroup source, int id, java.awt.geom.AffineTransform transform)
          Deprecated. as of Jazz 1.1, use createTransfomrChangedEvent() instead.
ZTransformEvent(ZTransformGroup source, int id, java.awt.geom.AffineTransform transform, java.lang.Object dummy)
           
 

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, inserting one above the edited node if none exists.
 



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