MindFusion.Java Package Programmer's Guide
Calendar.getLocationAt Method (Point)
See Also
 






Gets the Location object associated with the calendar element at the specified point.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Location getLocationAt (
    Point point
)

 Parameters

point

The point to test.

 Return Value

A Location instance related to the calendar element at the specified position.

 Remarks

This method can be only be used in views that support grouping.

 See Also

getLocationAt Method Overload List
Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace