test.edu.uci.ics.jung.visualization
Class LayoutTester
java.lang.Object
TestCase
test.edu.uci.ics.jung.visualization.LayoutTester
- Direct Known Subclasses:
- TestFRLayout, TestSpringLayout
public abstract class LayoutTester
- extends TestCase
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutTester
public LayoutTester()
getLayout
protected abstract Layout getLayout(Graph g)
getIters
protected abstract int getIters()
testLayoutCreation
public void testLayoutCreation()
testLayoutIterationSmallSpace
public void testLayoutIterationSmallSpace()
testLayoutIterationBigSpace
public void testLayoutIterationBigSpace()
testResize
public void testResize()
testRestart
public void testRestart()
testFilter
public void testFilter()