public void setWidth(float width, SizeMode layoutType) { size.getWidth().set(width, layoutType); }
public SizeMetric getWidthMetric() { return size.getWidth(); }
public void setWidth(float width) { size.getWidth().setValue(width); }