Uses of Class
edu.umd.cs.piccolox.util.PLocator

Packages that use PLocator
edu.umd.cs.piccolox.handles   
edu.umd.cs.piccolox.util   
 

Uses of PLocator in edu.umd.cs.piccolox.handles
 

Methods in edu.umd.cs.piccolox.handles that return PLocator
 PLocator PHandle.getLocator()
          Get the locator that this handle uses to position itself on its parent node.
 

Methods in edu.umd.cs.piccolox.handles with parameters of type PLocator
 void PHandle.setLocator(PLocator aLocator)
          Set the locator that this handle uses to position itself on its parent node.
 

Constructors in edu.umd.cs.piccolox.handles with parameters of type PLocator
PHandle(PLocator aLocator)
          Construct a new handle that will use the given locator to locate itself on its parent node.
 

Uses of PLocator in edu.umd.cs.piccolox.util
 

Subclasses of PLocator in edu.umd.cs.piccolox.util
 class PBoundsLocator
          PBoundsLocator is a locator that locates points on the bounds of a node.
 class PNodeLocator
          PNodeLocator provides an abstraction for locating points on a node.
 



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