package DDrawing; public interface DParent{ void addDElement( DElement e ); boolean removeDElement( DElement e ); void repaint( DRectangle r ); }