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

Packages that use PLocator
edu.umd.cs.piccolox.handles This package contains handle nodes. 
edu.umd.cs.piccolox.util This package defines additional utility classes that are likely to be useful for Piccolo applications. 
 

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 locator)
          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 © 1995-2010 Piccolo2D. All Rights Reserved.