Class RectShape

java.lang.Object
  |
  +--Shape
        |
        +--RectShape

class RectShape
extends Shape

RectShape class This class represents rectangle shapes.

Since:
11/10/2000
 Update History
 --------------
 Date		By		Description
 ----		--		-----------
 11/10/00	Asha Mony	Creation

Fields inherited from class Shape
color, height, left, top, width
 
Constructor Summary
(package private) RectShape()
           
 
Method Summary
(package private)  void draw(java.awt.Graphics g)
           
 
Methods inherited from class Shape
containsPoint, moveBy, reshape, setColor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RectShape

RectShape()
Method Detail

draw

void draw(java.awt.Graphics g)
Overrides:
draw in class Shape