next up previous contents index
Next: Square Up: Base class structures Previous: Rectangle

RoundRectangle

class RoundRectangle extends DJComponent {
      dj int arcWidth; 
      dj int arcHeight;
      dj boolean fill;
      arcWidth >= 0; arcWidth <= width/2;
      arcHeight >= 0; arcHeight <= height/2;
}
 



Neng-Fa Zhou
1999-02-16