cs015.SP
Class LocationGenerator

java.lang.Object
  extended bycs015.SP.LocationGenerator

public class LocationGenerator
extends java.lang.Object

Generates locations to be used with TVWarehouse.

Author:
Matt Chotin (mhc)

Constructor Summary
LocationGenerator()
           
 
Method Summary
 java.awt.Point getBottomCenter()
           
 java.awt.Point getBottomLeft()
           
 java.awt.Point getBottomRight()
           
 java.awt.Point getCenterCenter()
           
 java.awt.Point getCenterLeft()
           
 java.awt.Point getCenterRight()
           
 java.awt.Point getTopCenter()
           
 java.awt.Point getTopLeft()
           
 java.awt.Point getTopRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationGenerator

public LocationGenerator()
Method Detail

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()