All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rubberband.RubberbandRectangleX

java.lang.Object
   |
   +----rubberband.Rubberband
           |
           +----rubberband.RubberbandRectangleX

public class RubberbandRectangleX
extends Rubberband
A Rubberband that does "crossed-out" rectangles

A note from Steve Verrill: This class (as RubberbandRectangle) was written by David Geary. See his book Graphic Java, Mastering the AWT. The class was modified on 7/17/97 by Steve Verrill to add an X to the interior of the rectangle.

See Also:
Rubberband, RubberbandTest

Constructor Index

 o RubberbandRectangleX(Component)

Method Index

 o drawLast(Graphics)
 o drawNext(Graphics)

Constructors

 o RubberbandRectangleX
 public RubberbandRectangleX(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