Exemplo n.º 1
0
 /** Padding at the top edge of the table. */
 public Table padTop(float padTop) {
   layout.padTop(padTop);
   return this;
 }
Exemplo n.º 2
0
 /** Padding at the top edge of the table. */
 public Table padTop(Value padTop) {
   layout.padTop(padTop);
   return this;
 }