Beispiel #1
0
 /**
  * Sets the alignment of the logical table within the table widget. Set to {@link Align#center},
  * {@link Align#top}, {@link Align#bottom} , {@link Align#left} , {@link Align#right}, or any
  * combination of those.
  */
 public Table align(int align) {
   layout.align(align);
   return this;
 }