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

Line

class Line extends DJComponent {
      int x1,y1; // xy-coordinate of the starting point
      int x2,y2; // xy-coordinate of the ending point
}



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