next up previous contents index
Next: Label Up: Appendix I: Base Previous: Button

Circle

class Circle extends DJComponent {
      int centerX; // x-coordinate of the center
      int centerY; // y-coordinate of the center
      int diameter; // diameter of the circle 
                    // (width == height, diameter == width)
      int fill; // fill or not
}



Neng-Fa ZHOU
Sat Apr 18 16:14:29 JST 1998