com.planet_ink.coffee_mud.Libraries.layouts
Class CrossLayout

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

public class CrossLayout
extends AbstractLayout


Constructor Summary
CrossLayout()
           
 
Method Summary
 void addRoom(LayoutSet lSet, AreaGenerationLibrary.LayoutNode n2, int dir)
           
 java.util.List<AreaGenerationLibrary.LayoutNode> generate(int num, int dir)
          Generates a list of layout nodes, each of which reprents a single room in the area.
 java.lang.String name()
          The name of the layout manager
 
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

CrossLayout

public CrossLayout()
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
Specified by:
name in class AbstractLayout
Returns:
name of the layout manager

addRoom

public void addRoom(LayoutSet lSet,
                    AreaGenerationLibrary.LayoutNode n2,
                    int dir)

generate

public java.util.List<AreaGenerationLibrary.LayoutNode> generate(int num,
                                                                 int dir)
Description copied from interface: AreaGenerationLibrary.LayoutManager
Generates a list of layout nodes, each of which reprents a single room in the area. The first node is always the entry room, which is entered from the direction given to this method.

Specified by:
generate in interface AreaGenerationLibrary.LayoutManager
Specified by:
generate in class AbstractLayout
Parameters:
num - the number of nodes to generate
dir - the direction of entry into this group of nodes.
Returns:
a list of layout nodes
See Also:
AreaGenerationLibrary.LayoutNode