All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.rubberband.RubberbandLine

java.lang.Object
   |
   +----gjt.rubberband.Rubberband
           |
           +----gjt.rubberband.RubberbandLine

public class RubberbandLine
extends Rubberband
A Rubberband that does lines.

See Also:
Rubberband, RubberbandTest

Constructor Index

 o RubberbandLine()
 o RubberbandLine(Component)

Method Index

 o drawLast(Graphics)
 o drawNext(Graphics)

Constructors

 o RubberbandLine
 public RubberbandLine()
 o RubberbandLine
 public RubberbandLine(Component component)

Methods

 o drawLast
 public void drawLast(Graphics graphics)
Overrides:
drawLast in class Rubberband
 o drawNext
 public void drawNext(Graphics graphics)
Overrides:
drawNext in class Rubberband

All Packages  Class Hierarchy  This Package  Previous  Next  Index