hep.analysis.peer
Interface PlotPeer

All Superinterfaces:
Peer

public interface PlotPeer
extends Peer

The peer class for Plot


Method Summary
 void addNotify(Histogram h)
           
 void clearNotify()
           
 void removeNotify(Histogram h)
           
 void show()
           
 

Method Detail

addNotify

public void addNotify(Histogram h)

removeNotify

public void removeNotify(Histogram h)

clearNotify

public void clearNotify()

show

public void show()