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