public abstract class PLocator extends Object implements Serializable
Constructor and Description |
---|
PLocator()
Default constructor provided for subclasses.
|
Modifier and Type | Method and Description |
---|---|
Point2D |
locatePoint(Point2D dstPoint)
Locates the point this locator is responsible for finding, and stores it
in dstPoints.
|
abstract double |
locateX()
Locates the X component of the position this locator finds.
|
abstract double |
locateY()
Locates the Y component of the position this locator finds.
|
public PLocator()
public Point2D locatePoint(Point2D dstPoint)
dstPoint
- output parameter to store the located pointpublic abstract double locateX()
public abstract double locateY()
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.