jeco.lib.problems.floorplan
Class Board

java.lang.Object
  extended by jeco.lib.problems.floorplan.Board

public class Board
extends java.lang.Object

Author:
jlrisco

Field Summary
protected  int zoom
           
 
Constructor Summary
Board(int zoom)
           
 
Method Summary
 void buildBoard(BinaryNode<Component> oneLayer)
           
 void buildBoard(Solution solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zoom

protected int zoom
Constructor Detail

Board

public Board(int zoom)
Method Detail

buildBoard

public void buildBoard(BinaryNode<Component> oneLayer)

buildBoard

public void buildBoard(Solution solution)