Package net.runelite.client.plugins.poh
Class PohOverlay
- java.lang.Object
-
- net.runelite.client.ui.overlay.Overlay
-
- net.runelite.client.plugins.poh.PohOverlay
-
- All Implemented Interfaces:
LayoutableRenderableEntity,RenderableEntity
public class PohOverlay extends Overlay
-
-
Field Summary
-
Fields inherited from class net.runelite.client.ui.overlay.Overlay
PRIORITY_DEFAULT, PRIORITY_HIGH, PRIORITY_HIGHEST, PRIORITY_LOW, PRIORITY_MED
-
-
Constructor Summary
Constructors Constructor Description PohOverlay(net.runelite.api.Client client, PohConfig config, PohPlugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PohIcons>getIconList()java.awt.Dimensionrender(java.awt.Graphics2D graphics)voidupdateConfig()-
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
-
-
-
-
Method Detail
-
render
public java.awt.Dimension render(java.awt.Graphics2D graphics)
-
updateConfig
public void updateConfig()
-
getIconList
public java.util.List<PohIcons> getIconList()
-
-