Class LoopTimer
- java.lang.Object
-
- net.runelite.client.ui.overlay.infobox.InfoBox
-
- net.runelite.client.ui.overlay.infobox.LoopTimer
-
public class LoopTimer extends InfoBox
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.DurationgetDuration()java.time.InstantgetStartTime()java.lang.StringgetText()java.awt.ColorgetTextColor()booleanisReverse()java.lang.StringtoString()-
Methods inherited from class net.runelite.client.ui.overlay.infobox.InfoBox
cull, getImage, getMenuEntries, getName, getTooltip, render, setImage, setMenuEntries, setPriority, setTooltip
-
-
-
-
Method Detail
-
getTextColor
public java.awt.Color getTextColor()
- Specified by:
getTextColorin classInfoBox
-
getStartTime
public java.time.Instant getStartTime()
-
getDuration
public java.time.Duration getDuration()
-
isReverse
public boolean isReverse()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-