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

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.visualization.LayoutTester
Direct Known Subclasses:
TestFRLayout, TestSpringLayout

public abstract class LayoutTester
extends TestCase

Author:
danyelf

Constructor Summary
LayoutTester()
           
 
Method Summary
protected abstract  int getIters()
           
protected abstract  Layout getLayout(Graph g)
           
 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

LayoutTester

public LayoutTester()
Method Detail

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()