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

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

public class TestSpringLayout
extends LayoutTester

Author:
danyelf

Constructor Summary
TestSpringLayout()
           
 
Method Summary
protected  int getIters()
           
protected  Layout getLayout(Graph g)
           
static Test suite()
           
 void testFilter()
           
 void testLayoutCreation()
           
 void testLayoutIterationBigSpace()
           
 void testLayoutIterationSmallSpace()
           
 void testResize()
           
 void testRestart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSpringLayout

public TestSpringLayout()
Method Detail

getIters

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

suite

public static Test suite()

testFilter

public void testFilter()
Overrides:
testFilter in class LayoutTester

testLayoutIterationBigSpace

public void testLayoutIterationBigSpace()
Overrides:
testLayoutIterationBigSpace in class LayoutTester

testLayoutIterationSmallSpace

public void testLayoutIterationSmallSpace()
Overrides:
testLayoutIterationSmallSpace in class LayoutTester

testLayoutCreation

public void testLayoutCreation()
Overrides:
testLayoutCreation in class LayoutTester

testResize

public void testResize()
Overrides:
testResize in class LayoutTester

testRestart

public void testRestart()
Overrides:
testRestart in class LayoutTester

getLayout

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