public class CellBoundsEvent
extends java.util.EventObject
Modifier and Type | Method and Description |
---|---|
ICell |
getCell()
Gets the cell which has been resized.
|
android.graphics.RectF |
getNewBounds()
Gets the new bounding rectangle of the cell.
|
android.graphics.RectF |
getOldBounds()
Gets the old bounding rectangle of the cell.
|
public ICell getCell()
public android.graphics.RectF getOldBounds()
public android.graphics.RectF getNewBounds()