Class MouseOverlay

  • All Implemented Interfaces:
    net.runelite.client.ui.overlay.components.LayoutableRenderableEntity, net.runelite.client.ui.overlay.RenderableEntity

    public class MouseOverlay
    extends net.runelite.client.ui.overlay.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
      MouseOverlay​(net.runelite.api.Client client)  
    • 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

        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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MouseOverlay

        @Inject
        public MouseOverlay​(net.runelite.api.Client client)
    • Method Detail

      • render

        public java.awt.Dimension render​(java.awt.Graphics2D graphics)