DroidDiagram Programmer's Guide
Grid.getHeaderFromPoint Method (Point2D, Rectangle2D, Point2D)
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 headerBounds,
    Point2D scrollPosition
)

 Parameters

point

A Point instance specifying a point within the grid.

headerBounds

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

scrollPosition

When the headers are hooked this parameter should provide information about the current scroll position in the view.

 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