Class OvalShape

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

class OvalShape
extends Shape

OvalShape class This class represents oval 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) OvalShape()
           
 
Method Summary
(package private)  boolean containsPoint(int x, int y)
           
(package private)  void draw(java.awt.Graphics g)
           
 
Methods inherited from class Shape
moveBy, reshape, setColor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

OvalShape

OvalShape()
Method Detail

draw

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

containsPoint

boolean containsPoint(int x,
                      int y)
Overrides:
containsPoint in class Shape