All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.rubberband.RubberbandEllipse

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

public class RubberbandEllipse
extends Rubberband
A Rubberband that does ellipses.

See Also:
Rubberband, RubberbandTest

Constructor Index

 o RubberbandEllipse()
 o RubberbandEllipse(Component)

Method Index

 o drawLast(Graphics)
 o drawNext(Graphics)

Constructors

 o RubberbandEllipse
 public RubberbandEllipse()
 o RubberbandEllipse
 public RubberbandEllipse(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