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