android.TICO
Class accumulated_cells

java.lang.Object
  extended by android.TICO.accumulated_cells

public class accumulated_cells
extends Object

Defines a accumulated_cells and its attributes.

Version:
1.0 Jan, 2012
Author:
Eduardo Ferrer

Field Summary
 String[] soundsVector
           
 
Method Summary
 void accumulate(cell cellView, Context context)
           
 void deleteAllCells()
          Delete all the cells added in accumulated_cells.
 void deleteCell()
          Delete the last cell added (if there is) in accumulated_cells.
 int getLength()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

soundsVector

public String[] soundsVector
Method Detail

deleteCell

public void deleteCell()
Delete the last cell added (if there is) in accumulated_cells.


deleteAllCells

public void deleteAllCells()
Delete all the cells added in accumulated_cells.


accumulate

public void accumulate(cell cellView,
                       Context context)
                throws OutOfMemoryError
Throws:
OutOfMemoryError

getLength

public int getLength()