org.freehep.jas.extension.tupleExplorer.cut
Class CutOverlay

java.lang.Object
  extended by jas.hist.OverlayWithHandles
      extended by org.freehep.jas.extension.tupleExplorer.cut.CutOverlay
All Implemented Interfaces:
jas.hist.CustomOverlay, jas.plot.Overlay, MouseListener, MouseMotionListener, EventListener

public class CutOverlay
extends jas.hist.OverlayWithHandles
implements jas.hist.CustomOverlay

Version:
$Id: CutOverlay.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
tonyj

Field Summary
 
Fields inherited from class jas.hist.OverlayWithHandles
container
 
Constructor Summary
CutOverlay(org.freehep.jas.extension.tupleExplorer.cut.CutDataSource ds)
          Creates new CutOverlay
 
Method Summary
 void containerNotify(jas.plot.OverlayContainer overlayContainer)
           
 void paint(jas.plot.PlotGraphics g, boolean isPrinting)
           
 void setDataSource(jas.hist.DataSource dataSource)
           
 
Methods inherited from class jas.hist.OverlayWithHandles
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutOverlay

public CutOverlay(org.freehep.jas.extension.tupleExplorer.cut.CutDataSource ds)
Creates new CutOverlay

Method Detail

containerNotify

public void containerNotify(jas.plot.OverlayContainer overlayContainer)
Specified by:
containerNotify in interface jas.plot.Overlay
Overrides:
containerNotify in class jas.hist.OverlayWithHandles

setDataSource

public void setDataSource(jas.hist.DataSource dataSource)
Specified by:
setDataSource in interface jas.hist.CustomOverlay

paint

public void paint(jas.plot.PlotGraphics g,
                  boolean isPrinting)
Specified by:
paint in interface jas.plot.Overlay


Copyright © 2013. All Rights Reserved.