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

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

Uses of ZBoundsLocator in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz that return ZBoundsLocator
static ZBoundsLocator ZBoundsLocator.createEastLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the east side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createNorthEastLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the north east side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createNorthWestLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the north west side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createNorthLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the north side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createSouthLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the south side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createWestLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the west side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createSouthWestLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the south west side of the aSceneGraphObject parameter.
static ZBoundsLocator ZBoundsLocator.createSouthEastLocator(ZSceneGraphObject aSceneGraphObject)
          Create and return a new locator on the south east side of the aSceneGraphObject parameter.
 



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