Interface AbstractView


public interface AbstractView
Author:
GBEMIRO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    void
     
    void
    repaint(int x, int y, int width, int height)
     
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • repaint

      void repaint()
    • repaint

      void repaint(int x, int y, int width, int height)