com.planet_ink.coffee_mud.Libraries.layouts
Class BoxCitySquareLayout

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.layouts.AbstractLayout
      extended by com.planet_ink.coffee_mud.Libraries.layouts.BoxCityLayout
          extended by com.planet_ink.coffee_mud.Libraries.layouts.BoxCitySquareLayout
All Implemented Interfaces:
AreaGenerationLibrary.LayoutManager

public class BoxCitySquareLayout
extends BoxCityLayout


Constructor Summary
BoxCitySquareLayout()
           
 
Method Summary
 void drawABox(LayoutSet lSet, int width, int height)
           
 java.lang.String name()
           
 
Methods inherited from class com.planet_ink.coffee_mud.Libraries.layouts.BoxCityLayout
fillMaze, generate, halfLineE, halfLineN
 
Methods inherited from class com.planet_ink.coffee_mud.Libraries.layouts.AbstractLayout
diff, getDirection, getRunDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxCitySquareLayout

public BoxCitySquareLayout()
Method Detail

name

public java.lang.String name()
Specified by:
name in interface AreaGenerationLibrary.LayoutManager
Overrides:
name in class BoxCityLayout

drawABox

public void drawABox(LayoutSet lSet,
                     int width,
                     int height)