test.edu.uci.ics.jung.visualization
Class TestFRLayout

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.visualization.LayoutTester
          extended by test.edu.uci.ics.jung.visualization.TestFRLayout

public class TestFRLayout
extends LayoutTester

Author:
danyelf

Constructor Summary
TestFRLayout()
           
 
Method Summary
protected  int getIters()
           
protected  Layout getLayout(Graph g)
           
static Test suite()
           
 
Methods inherited from class test.edu.uci.ics.jung.visualization.LayoutTester
testFilter, testLayoutCreation, testLayoutIterationBigSpace, testLayoutIterationSmallSpace, testResize, testRestart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFRLayout

public TestFRLayout()
Method Detail

suite

public static Test suite()

getIters

protected int getIters()
Specified by:
getIters in class LayoutTester

getLayout

protected Layout getLayout(Graph g)
Specified by:
getLayout in class LayoutTester