DroidDiagram Programmer's Guide
CompositeNode.getComponentAt Method
See Also
 






Returns the component at the specified point, expressed in document coordinates.

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

 Syntax

Java  Copy Code

public ComponentBase getComponentAt (
    Point2D.Float point
)

 Parameters

point

A Point2D.Float specifying the point to test, expressed in document coordinates.

 Return Value

An instance of the ComponentBase class identifying the topmost component at the specified point or null.

 See Also

CompositeNode Members
CompositeNode Class
com.mindfusion.diagramming Namespace