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
protected  void drawABox(LayoutSet lSet, int width, int height)
           
 java.lang.String name()
          The name of the layout manager
 
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()
Description copied from interface: AreaGenerationLibrary.LayoutManager
The name of the layout manager

Specified by:
name in interface AreaGenerationLibrary.LayoutManager
Overrides:
name in class BoxCityLayout
Returns:
name of the layout manager

drawABox

protected void drawABox(LayoutSet lSet,
                        int width,
                        int height)
Overrides:
drawABox in class BoxCityLayout