ucar.unidata.ui
Class RubberbandLine

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

public class RubberbandLine
extends Rubberband

Line Rubberbanding.

Version:
$Id: RubberbandLine.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
RubberbandLine()
          _more_
RubberbandLine(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

RubberbandLine

public RubberbandLine()
_more_


RubberbandLine

public RubberbandLine(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 -