jas.hist
Class OverlayWithHandles
java.lang.Object
jas.hist.OverlayWithHandles
- All Implemented Interfaces:
- Overlay, MouseListener, MouseMotionListener, EventListener
public abstract class OverlayWithHandles
- extends Object
- implements Overlay, MouseListener, MouseMotionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected OverlayContainer container
OverlayWithHandles
protected OverlayWithHandles(DataSource ds)
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.