Class LoopTimer
- java.lang.Object
-
- net.runelite.client.ui.overlay.infobox.InfoBox
-
- net.runelite.client.ui.overlay.infobox.LoopTimer
-
public class LoopTimer extends InfoBox
-
-
Constructor Summary
Constructors Constructor Description LoopTimer(long period, ChronoUnit unit, BufferedImage image, Plugin plugin)
LoopTimer(long period, ChronoUnit unit, BufferedImage image, Plugin plugin, boolean reverse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Duration
getDuration()
Instant
getStartTime()
String
getText()
Color
getTextColor()
boolean
isReverse()
String
toString()
-
Methods inherited from class net.runelite.client.ui.overlay.infobox.InfoBox
cull, getImage, getMenuEntries, getName, getTooltip, render, setImage, setMenuEntries, setPriority, setTooltip
-
-
-
-
Constructor Detail
-
LoopTimer
public LoopTimer(long period, ChronoUnit unit, BufferedImage image, Plugin plugin, boolean reverse)
-
LoopTimer
public LoopTimer(long period, ChronoUnit unit, BufferedImage image, Plugin plugin)
-
-
Method Detail
-
getTextColor
public Color getTextColor()
- Specified by:
getTextColor
in classInfoBox
-
getStartTime
public Instant getStartTime()
-
getDuration
public Duration getDuration()
-
isReverse
public boolean isReverse()
-
-