edu.umd.cs.piccolox.util
Class PLocator
java.lang.Object
edu.umd.cs.piccolox.util.PLocator
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PNodeLocator
public abstract class PLocator
- extends Object
- implements Serializable
PLocator provides an abstraction for locating points. Subclasses such
as PNodeLocator and PBoundsLocator specialize this behavior by locating
points on nodes, or on the bounds of nodes.
- Version:
- 1.0
- Author:
- Jesse Grosjean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLocator
public PLocator()
locatePoint
public Point2D locatePoint(Point2D aDstPoint)
locateX
public abstract double locateX()
locateY
public abstract double locateY()
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.