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