Class  DrawCircle
java.lang.Object
  |
  +--DrawObj
        |
        +--DrawCircle
- public class DrawCircle
- extends DrawObj
  
Extends Abstract class DrawObj, used for drawing triangle
| 
Constructor Summary | 
DrawCircle(int x,
           int y,
           int h,
           int w,
           boolean state,
           java.awt.Color col)
 
          call constructor of the parent class DrawObj | 
 
| 
Method Summary | 
 void | 
drawShape(java.awt.Graphics g)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
DrawCircle
public DrawCircle(int x,
                  int y,
                  int h,
                  int w,
                  boolean state,
                  java.awt.Color col)
- call constructor of the parent class DrawObj
- Parameters:
 x - and y coordinates, filled or not, color
 
 
drawShape
public void drawShape(java.awt.Graphics g)
- Parameters:
 Graphics - class- Returns:
 - nothing
 - Overrides:
 - drawShape in class DrawObj