DroidDiagram Programmer's Guide
DrawCellEvent Members
Constructors Methods
 


Contains the arguments passed to the DrawCell event handlers.

The following tables list the members exposed by the DrawCellEvent type.

 Public Constructors

  Name Description

DrawCellEvent

 

 Public Methods

  Name Description

getBounds

Gets the bounding rectangle of the cell being drawn.

getCell

Gets the cell that should be custom drawn.

getColumn

Gets the index of the table's column that contains Cell.

getGraphics

A Canvas object whose methods should be used to draw the cell.

getRow

Gets the index of the table's row that contains Cell.

getTable

Get the table that contains Cell.

 See Also

DrawCellEvent Class
com.mindfusion.diagramming Namespace