edu.umd.cs.piccolox.util
Class PBoundsLocator
java.lang.Object
edu.umd.cs.piccolox.util.PLocator
edu.umd.cs.piccolox.util.PNodeLocator
edu.umd.cs.piccolox.util.PBoundsLocator
- All Implemented Interfaces:
- java.io.Serializable
public class PBoundsLocator
- extends PNodeLocator
PBoundsLocator is a locator that locates points on the
bounds of a node.
- 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 |
PBoundsLocator
public PBoundsLocator(PNode node,
int aSide)
createEastLocator
public static PBoundsLocator createEastLocator(PNode node)
createNorthEastLocator
public static PBoundsLocator createNorthEastLocator(PNode node)
createNorthWestLocator
public static PBoundsLocator createNorthWestLocator(PNode node)
createNorthLocator
public static PBoundsLocator createNorthLocator(PNode node)
createSouthLocator
public static PBoundsLocator createSouthLocator(PNode node)
createWestLocator
public static PBoundsLocator createWestLocator(PNode node)
createSouthWestLocator
public static PBoundsLocator createSouthWestLocator(PNode node)
createSouthEastLocator
public static PBoundsLocator createSouthEastLocator(PNode node)
getSide
public int getSide()
setSide
public void setSide(int side)
locateX
public double locateX()
- Overrides:
locateX
in class PNodeLocator
locateY
public double locateY()
- Overrides:
locateY
in class PNodeLocator
Copyright © 2005 by University of Maryland, College Park, MD 20742, USA All rights reserved.
Web Accessibility