Class LayerMouseAdapter

  • All Implemented Interfaces:
    LayerListener, LayerMotionListener, java.util.EventListener

    public class LayerMouseAdapter
    extends java.lang.Object
    implements LayerListener, LayerMotionListener
    An object which wraps a mouse listener and makes it compatible with the Diva canvas, sending it mouse events in the local coordinate system. XXX haven't translated it yet.
    Version:
    $Id$
    Author:
    Michael Shilman
    • Constructor Detail

      • LayerMouseAdapter

        public LayerMouseAdapter​(java.awt.event.MouseListener ml,
                                 java.awt.event.MouseMotionListener mml)