DroidDiagram Programmer's Guide
Grid.getHeaderFromPoint Method (Point2D, Rectangle2D.Float)
See Also
 






Gets the Header that is located at the specified point.

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

 Syntax

Java  Copy Code

public Header getHeaderFromPoint (
    Point2D point,
    Rectangle2D.Float headerBounds
)

 Parameters

point

A Point instance specifying a point within the grid.

headerBounds

A Rect instance that receives the coordinates of the found header.

 Return Value

The found Header object, or null if there is no header located at the specified point.

 See Also

getHeaderFromPoint Method Overload List
Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace