@Override
 public void setDisplayableSize(UISize size) {
   this.width = size.getWidth();
   this.height = size.getHeight();
 }