Ejemplo n.º 1
0
 public void setLocation(int loc) {
   if (!isFixed()) {
     for (CellSplit s : m_cellSplits) {
       s.setLocation(loc);
     }
   }
 }