Class SortAnalyzer

java.lang.Object
  |
  +--DisplayPanel
        |
        +--SortAnalyzer

public class SortAnalyzer
extends DisplayPanel

Graphical interface for testing sort algorithms in a real-world setting.

See Also:
Serialized Form

Constructor Summary
SortAnalyzer()
          Constructs a new sort analyzer.
 
Method Summary
 void add(ISort anISort)
          Adds the given sort algorithm to analyze to this.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortAnalyzer

public SortAnalyzer()
Constructs a new sort analyzer.

Method Detail

add

public void add(ISort anISort)
Adds the given sort algorithm to analyze to this.

Parameters:
anISort - sort algorithm to add