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

Arc

class Arc extends DJComponent {
      int centerX; // x-coordinate of the center of the circle
      int centerY; // y-coordinate of the center of the circle
      int diameter; // diameter of the circle 
                    // (width == height, diamter == width)
      int startAngle; // start angle of the arc
      int arcAngle; // angle of the arc
      boolean fill; // fill or not
}



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