Interface AbstractView
public interface AbstractView
- Author:
- GBEMIRO
-
Method Summary
-
Method Details
-
getWidth
int getWidth() -
getHeight
int getHeight() -
repaint
void repaint() -
repaint
void repaint(int x, int y, int width, int height)
-