org.neuroph.easyneurons.view
Class NetworkLayout

java.lang.Object
  extended by org.neuroph.easyneurons.view.NetworkLayout
Direct Known Subclasses:
KohonenLayout, RowLayersLayout, SquareLayersLayout

public abstract class NetworkLayout
extends java.lang.Object


Field Summary
static int ROW_LAYOUT
           
static int SQUARE_LAYOUT
           
 
Constructor Summary
NetworkLayout()
           
 
Method Summary
abstract  int getLayerLayout(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROW_LAYOUT

public static final int ROW_LAYOUT
See Also:
Constant Field Values

SQUARE_LAYOUT

public static final int SQUARE_LAYOUT
See Also:
Constant Field Values
Constructor Detail

NetworkLayout

public NetworkLayout()
Method Detail

getLayerLayout

public abstract int getLayerLayout(int idx)