next up previous contents index
Next: Image Up: Base class structures Previous: Button

Circle

class Circle extends DJComponent {
      dj int centerX; 
      dj int centerY; 
      dj int diameter == width;
      dj int fill; 
}
  For circles, the attributes width and height are enforced to be equal.



Neng-Fa Zhou
1999-02-16