setDisplaySize abstract method

void setDisplaySize(
  1. int width,
  2. int height
)

Sets the width and the height of the display This method needs to be implemented in subclasses

Implementation

void setDisplaySize(int width, int height);