DroidDiagram Programmer's Guide
TableNode.cellFromPoint Method
See Also
 






Returns the row and column indices of the cell located at the specified point, taking into consideration the cells span.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean cellFromPoint (
    PointF point,
    Point cellPos
)

 Parameters

point

The point to check.

cellPos

Receives the row and column indices if a cell is found at the specified position.

 Return Value

true if a cell of this table contains the specified point; otherwise, false.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace