|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolox.util.PLocator
public abstract class PLocator
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.
Constructor Summary | |
---|---|
PLocator()
|
Method Summary | |
---|---|
java.awt.geom.Point2D |
locatePoint(java.awt.geom.Point2D aDstPoint)
|
abstract double |
locateX()
|
abstract double |
locateY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PLocator()
Method Detail |
---|
public java.awt.geom.Point2D locatePoint(java.awt.geom.Point2D aDstPoint)
public abstract double locateX()
public abstract double locateY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |