예제 #1
0
파일: Table.java 프로젝트: ngdelamo/libgdx
 /** Returns the cells for this table. */
 public List<Cell> getCells() {
   return layout.getCells();
 }