uwcse.sim
Class GraphicsHistogram

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

public class GraphicsHistogram
extends HistogramView

An extension of Histogram view that plots its results onto a GWindow.


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

Constructor Detail

GraphicsHistogram

public GraphicsHistogram(int width,
                         int height,
                         int pixPerUnit)
Method Detail

notify

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