Search
FunnelRenderer.hitTest Method
See Also
 






Performs hit testing using the specified RenderContext and around the specified point.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public HitResult hitTest (
    RenderContext context,
    Point2D location
)

 Parameters

context

A RenderContext instance.

location

A Point2D instance to hit test.

 Return Value

A HitResult instance.

 See Also