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

Packages that use ZLocator
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
 

Uses of ZLocator in edu.umd.cs.jazz
 

Subclasses of ZLocator in edu.umd.cs.jazz
 class ZBoundsLocator
          ZBoundsLocator is used to locate a points on the bounds of a scene graph object in the coordinate system of that scene graph object.
 

Methods in edu.umd.cs.jazz that return ZLocator
 ZLocator ZHandle.getLocator()
          Return the locator that the handle uses to locate itself when it computes its bounds.
 

Methods in edu.umd.cs.jazz with parameters of type ZLocator
 void ZHandle.setLocator(ZLocator aLocator)
          Set the locator that the handle uses to locate itself when it computes its bounds.
 

Constructors in edu.umd.cs.jazz with parameters of type ZLocator
ZHandle(ZLocator aLocator)
          Create a new handle that will use the aLocator parameter to locate itself.
 



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