uwcse.sim
Class TextHistogram

java.lang.Object
  |
  +--uwcse.sim.HistogramView
        |
        +--uwcse.sim.TextHistogram
All Implemented Interfaces:
WorldView

public class TextHistogram
extends HistogramView

An extension of HistogramView which demonstrates that not all views have to be graphical in nature. This one just dumps its results to standard output.


Constructor Summary
TextHistogram()
           
 
Method Summary
 void notify(WorldModel wm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextHistogram

public TextHistogram()
Method Detail

notify

public void notify(WorldModel wm)
Overrides:
notify in class HistogramView