public class DrawCellEvent
extends java.util.EventObject
Constructor and Description |
---|
DrawCellEvent(java.lang.Object source,
android.graphics.Canvas graphics,
TableNode table,
int column,
int row,
android.graphics.RectF bounds) |
Modifier and Type | Method and Description |
---|---|
android.graphics.RectF |
getBounds()
Gets the bounding rectangle of the cell being drawn.
|
Cell |
getCell()
Gets the cell that should be custom drawn.
|
int |
getColumn()
Gets the index of the table's column that contains Cell.
|
android.graphics.Canvas |
getGraphics()
A Canvas object whose methods should be used to draw the cell.
|
int |
getRow()
Gets the index of the table's row that contains Cell.
|
TableNode |
getTable()
Get the table that contains Cell.
|
public DrawCellEvent(java.lang.Object source, android.graphics.Canvas graphics, TableNode table, int column, int row, android.graphics.RectF bounds)
public android.graphics.RectF getBounds()
public int getColumn()
public android.graphics.Canvas getGraphics()
public int getRow()
public TableNode getTable()
TableNode
classpublic Cell getCell()
TableNode.getCell(int, int)
cell class.