ucar.unidata.ui
Class RubberbandEllipse

java.lang.Object
  extended by ucar.unidata.ui.Rubberband
      extended by ucar.unidata.ui.RubberbandEllipse

public class RubberbandEllipse
extends Rubberband

Ellipse rubberbanding.

Version:
$Id: RubberbandEllipse.java,v 1.8 2007/07/06 20:45:33 jeffmc Exp $
Author:
David M. Geary, John Caron

Field Summary
 
Fields inherited from class ucar.unidata.ui.Rubberband
anchorPt, endPt, lastPt, stretchedPt
 
Constructor Summary
RubberbandEllipse()
          _more_
RubberbandEllipse(Component component)
          _more_
 
Method Summary
 void drawLast(Graphics graphics)
          _more_
 void drawNext(Graphics graphics)
          _more_
 
Methods inherited from class ucar.unidata.ui.Rubberband
anchor, end, getAnchor, getBounds, getEnd, getLast, getStretched, isActive, lastBounds, setActive, setComponent, stretch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubberbandEllipse

public RubberbandEllipse()
_more_


RubberbandEllipse

public RubberbandEllipse(Component component)
_more_

Parameters:
component -
Method Detail

drawLast

public void drawLast(Graphics graphics)
_more_

Specified by:
drawLast in class Rubberband
Parameters:
graphics -

drawNext

public void drawNext(Graphics graphics)
_more_

Specified by:
drawNext in class Rubberband
Parameters:
graphics -