cs015.SP
Class LocationGenerator
java.lang.Object
cs015.SP.LocationGenerator
- public class LocationGenerator
- extends java.lang.Object
Generates locations to be used with TVWarehouse.
- Author:
- Matt Chotin (mhc)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationGenerator
public LocationGenerator()
getTopLeft
public java.awt.Point getTopLeft()
getTopCenter
public java.awt.Point getTopCenter()
getTopRight
public java.awt.Point getTopRight()
getBottomLeft
public java.awt.Point getBottomLeft()
getBottomCenter
public java.awt.Point getBottomCenter()
getBottomRight
public java.awt.Point getBottomRight()
getCenterLeft
public java.awt.Point getCenterLeft()
getCenterCenter
public java.awt.Point getCenterCenter()
getCenterRight
public java.awt.Point getCenterRight()