Class Paint


  • public class Paint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Paint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean drawGameObject​(java.awt.Graphics2D g, KSObject obj)  
      boolean drawNPC​(java.awt.Graphics g, KSNPC npc, java.awt.Color color)  
      boolean drawTile​(java.awt.Graphics2D g, net.runelite.api.coords.WorldPoint tile)  
      long valuePerHour​(int gainedItems, long startTime)  
      • Methods inherited from class java.lang.Object

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

      • Paint

        public Paint()
    • Method Detail

      • valuePerHour

        public long valuePerHour​(int gainedItems,
                                 long startTime)
      • drawNPC

        public boolean drawNPC​(java.awt.Graphics g,
                               KSNPC npc,
                               java.awt.Color color)
      • drawGameObject

        public boolean drawGameObject​(java.awt.Graphics2D g,
                                      KSObject obj)
      • drawTile

        public boolean drawTile​(java.awt.Graphics2D g,
                                net.runelite.api.coords.WorldPoint tile)