PopupLayout.setOffset

Offset the position of the anchor rectangle with the given delta.

class PopupLayout
void
setOffset
(
int dx
,
int dy
)

Parameters

dx int

x delta to offset the anchor rectangle with

dy int

y delta to offset the anchor rectangle with

Meta