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