net.openai.ai.nn.gui.topology
Class GridLayout

java.lang.Object
  |
  +--net.openai.ai.nn.gui.topology.GridLayout
All Implemented Interfaces:
Layouter

public class GridLayout
extends java.lang.Object
implements Layouter

Simple grid layouter for neuralnets

Version:
$Id: GridLayout.java,v 1.1 2002/02/28 17:09:36 tweber Exp $ History:
$Log: GridLayout.java,v $
Revision 1.1 2002/02/28 17:09:36 tweber
moved to .topology package

Revision 1.2 2002/02/14 23:22:54 gleo
Jindent run through.

Revision 1.1 2002/02/13 09:04:16 tweber
Initial release
Author:
Thomas Weber

Field Summary
protected  int spaceX
           
protected  int spaceY
           
 
Constructor Summary
GridLayout()
           
 
Method Summary
 void doLayout(GUINetwork network)
          performs the layout process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spaceX

protected int spaceX

spaceY

protected int spaceY
Constructor Detail

GridLayout

public GridLayout()
Method Detail

doLayout

public void doLayout(GUINetwork network)
performs the layout process

Specified by:
doLayout in interface Layouter


Copyright - 2001 OpenAI Labs. All Rights Reserved.