test.edu.uci.ics.jung.visualization
Class TestSpringLayout
java.lang.Object
TestCase
test.edu.uci.ics.jung.visualization.LayoutTester
test.edu.uci.ics.jung.visualization.TestSpringLayout
public class TestSpringLayout
- extends LayoutTester
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSpringLayout
public TestSpringLayout()
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