Uses of Class
net.runelite.client.ui.overlay.OverlayPosition
-
Packages that use OverlayPosition Package Description net.runelite.client.ui.overlay -
-
Uses of OverlayPosition in net.runelite.client.ui.overlay
Methods in net.runelite.client.ui.overlay that return OverlayPosition Modifier and Type Method Description OverlayPosition
Overlay. getPosition()
OverlayPosition
Overlay. getPreferredPosition()
static OverlayPosition
OverlayPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static OverlayPosition[]
OverlayPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.ui.overlay with parameters of type OverlayPosition Modifier and Type Method Description void
Overlay. setPosition(OverlayPosition position)
void
WidgetItemOverlay. setPosition(OverlayPosition position)
void
Overlay. setPreferredPosition(OverlayPosition preferredPosition)
static Point
OverlayUtil. transformPosition(OverlayPosition position, Dimension dimension)
-