DropTargetEffect.getItem

Returns the item at the given x-y coordinate in the receiver or null if no such item exists. The x-y coordinate is in the display relative coordinates.

@param x the x coordinate used to locate the item @param y the y coordinate used to locate the item @return the item at the given x-y coordinate, or null if the coordinate is not in a selectable item

class DropTargetEffect
getItem
(
int x
,
int y
)

Meta