jas.hist
Class OverlayWithHandles

java.lang.Object
  extended by jas.hist.OverlayWithHandles
All Implemented Interfaces:
Overlay, MouseListener, MouseMotionListener, EventListener

public abstract class OverlayWithHandles
extends Object
implements Overlay, MouseListener, MouseMotionListener


Field Summary
protected  OverlayContainer container
           
 
Constructor Summary
protected OverlayWithHandles(DataSource ds)
           
 
Method Summary
 void containerNotify(OverlayContainer c)
          Notifies the overlay it has been attached to a container
 void mouseClicked(MouseEvent event)
           
 void mouseDragged(MouseEvent event)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mouseMoved(MouseEvent event)
           
 void mousePressed(MouseEvent event)
           
 void mouseReleased(MouseEvent event)
           
 void paint(PlotGraphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jas.plot.Overlay
paint
 

Field Detail

container

protected OverlayContainer container
Constructor Detail

OverlayWithHandles

protected OverlayWithHandles(DataSource ds)
Method Detail

paint

public void paint(PlotGraphics g)

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener

mouseMoved

public void mouseMoved(MouseEvent event)
Specified by:
mouseMoved in interface MouseMotionListener

mousePressed

public void mousePressed(MouseEvent event)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent event)
Specified by:
mouseReleased in interface MouseListener

mouseClicked

public void mouseClicked(MouseEvent event)
Specified by:
mouseClicked in interface MouseListener

mouseDragged

public void mouseDragged(MouseEvent event)
Specified by:
mouseDragged in interface MouseMotionListener

containerNotify

public void containerNotify(OverlayContainer c)
Description copied from interface: Overlay
Notifies the overlay it has been attached to a container

Specified by:
containerNotify in interface Overlay


Copyright © 2000-2009 FreeHEP. All Rights Reserved.