Esempio n. 1
0
 public void setWidth(float width, SizeMode layoutType) {
   size.getWidth().set(width, layoutType);
 }
Esempio n. 2
0
 public SizeMetric getWidthMetric() {
   return size.getWidth();
 }
Esempio n. 3
0
 public void setWidth(float width) {
   size.getWidth().setValue(width);
 }