apollo.gui.genomemap
Class RubberbandRectangle

java.lang.Object
  extended by apollo.gui.genomemap.Rubberband
      extended by apollo.gui.genomemap.RubberbandRectangle
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener

public class RubberbandRectangle
extends Rubberband

A rectangular rubberband.


Field Summary
 
Fields inherited from class apollo.gui.genomemap.Rubberband
anchorPt, endPt, lastPt, stretchedPt
 
Constructor Summary
RubberbandRectangle()
           
RubberbandRectangle(java.awt.Component component)
           
 
Method Summary
 void drawLast(java.awt.Graphics graphics)
           
 void drawNext(java.awt.Graphics graphics)
           
 
Methods inherited from class apollo.gui.genomemap.Rubberband
addListener, anchor, end, fireRubberbandEvent, getAnchor, getBounds, getComponent, getEnd, getLast, getModifiers, getStretched, isActive, isRbButton, lastBounds, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removeListener, setActive, setComponent, setModifiers, stretch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubberbandRectangle

public RubberbandRectangle()

RubberbandRectangle

public RubberbandRectangle(java.awt.Component component)
Method Detail

drawLast

public void drawLast(java.awt.Graphics graphics)
Specified by:
drawLast in class Rubberband

drawNext

public void drawNext(java.awt.Graphics graphics)
Specified by:
drawNext in class Rubberband