Home Original page

SequenceViewerMotionSupport (biojava-legacy 1.9.5 API)

  • java.lang.Object
    • org.biojava.bio.gui.sequence.SequenceViewerMotionSupport

  • public class SequenceViewerMotionSupport
    extends Object
    Author:
    Matthew Pocock
    • Constructor Summary

      Constructors 
      Constructor Description
      SequenceViewerMotionSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addSequenceViewerMotionListener​(SequenceViewerMotionListener svl)  
      void fireMouseDragged​(SequenceViewerEvent sve)  
      void fireMouseMoved​(SequenceViewerEvent sve)  
      void removeSequenceViewerMotionListener​(SequenceViewerMotionListener svl)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SequenceViewerMotionSupport

        public SequenceViewerMotionSupport()
    • Method Detail

      • addSequenceViewerMotionListener

        public void addSequenceViewerMotionListener​(SequenceViewerMotionListener svl)
      • removeSequenceViewerMotionListener

        public void removeSequenceViewerMotionListener​(SequenceViewerMotionListener svl)
      • fireMouseDragged

        public void fireMouseDragged​(SequenceViewerEvent sve)
      • fireMouseMoved

        public void fireMouseMoved​(SequenceViewerEvent sve)