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