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 java.awt.Color
CLICKBOX_BORDER_COLOR
static java.awt.Color
CLICKBOX_FILL_COLOR
static java.awt.Color
CLICKBOX_HOVER_BORDER_COLOR
static int
IMAGE_Z_OFFSET
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Dimension
render(java.awt.Graphics2D graphics)
-
Methods inherited from class net.runelite.client.ui.overlay.Overlay
drawAfterInterface, drawAfterLayer, drawAfterLayer, getBounds, getDrawHooks, getLayer, getMenuEntries, getMinimumSize, getName, getParentBounds, getPlugin, getPosition, getPreferredLocation, getPreferredPosition, getPreferredSize, getPriority, isDragTargetable, isMovable, isResettable, isResizable, isSnappable, onDrag, onMouseOver, revalidate, setBounds, setDragTargetable, setLayer, setMinimumSize, setMovable, setPosition, setPreferredLocation, setPreferredPosition, setPreferredSize, 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 java.awt.Color CLICKBOX_BORDER_COLOR
-
CLICKBOX_HOVER_BORDER_COLOR
public static final java.awt.Color CLICKBOX_HOVER_BORDER_COLOR
-
CLICKBOX_FILL_COLOR
public static final java.awt.Color CLICKBOX_FILL_COLOR
-
-