org.neuroph.easyneurons.view
Class SquareLayersLayout

java.lang.Object
  extended by org.neuroph.easyneurons.view.NetworkLayout
      extended by org.neuroph.easyneurons.view.SquareLayersLayout

public class SquareLayersLayout
extends NetworkLayout


Field Summary
 
Fields inherited from class org.neuroph.easyneurons.view.NetworkLayout
ROW_LAYOUT, SQUARE_LAYOUT
 
Constructor Summary
SquareLayersLayout()
           
 
Method Summary
 int getLayerLayout(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareLayersLayout

public SquareLayersLayout()
Method Detail

getLayerLayout

public int getLayerLayout(int idx)
Specified by:
getLayerLayout in class NetworkLayout