Class ClueScrollWorldOverlay
- java.lang.Object
-
- net.runelite.client.ui.overlay.Overlay
-
- net.runelite.client.plugins.cluescrolls.ClueScrollWorldOverlay
-
- All Implemented Interfaces:
LayoutableRenderableEntity
,RenderableEntity
public class ClueScrollWorldOverlay extends Overlay
-
-
Field Summary
Fields Modifier and Type Field Description static Color
CLICKBOX_BORDER_COLOR
static Color
CLICKBOX_FILL_COLOR
static Color
CLICKBOX_HOVER_BORDER_COLOR
static int
IMAGE_Z_OFFSET
-
Fields inherited from class net.runelite.client.ui.overlay.Overlay
PRIORITY_DEFAULT, PRIORITY_HIGH, PRIORITY_HIGHEST, PRIORITY_LOW, PRIORITY_MED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension
render(Graphics2D graphics)
-
Methods inherited from class net.runelite.client.ui.overlay.Overlay
addMenuEntry, addMenuEntry, drawAfterInterface, drawAfterLayer, drawAfterLayer, drawAfterLayer, getBounds, getDrawHooks, getLayer, getMenuEntries, getMinimumSize, getName, getParentBounds, getPlugin, getPosition, getPreferredLocation, getPreferredPosition, getPreferredSize, getPriority, isDragTargetable, isMovable, isResettable, isResizable, isSnappable, onDrag, onMouseOver, removeMenuEntry, revalidate, setBounds, setDragTargetable, setLayer, setMinimumSize, setMovable, setPosition, setPreferredLocation, setPreferredPosition, setPreferredSize, setPriority, setPriority, setResettable, setResizable, setSnappable
-
-
-
-
Field Detail
-
IMAGE_Z_OFFSET
public static final int IMAGE_Z_OFFSET
- See Also:
- Constant Field Values
-
CLICKBOX_BORDER_COLOR
public static final Color CLICKBOX_BORDER_COLOR
-
CLICKBOX_HOVER_BORDER_COLOR
public static final Color CLICKBOX_HOVER_BORDER_COLOR
-
CLICKBOX_FILL_COLOR
public static final Color CLICKBOX_FILL_COLOR
-
-
Method Detail
-
render
public Dimension render(Graphics2D graphics)
-
-