Class SkillGaugeUpdater
- java.lang.Object
-
- com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
- com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
-
public class SkillGaugeUpdater extends GaugeUpdater
AGaugeUpdaterwhich monitors a skill.
-
-
Constructor Summary
Constructors Constructor Description SkillGaugeUpdater(@NotNull ExperienceTable experienceTable, @NotNull Skill skill)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Frees allocated resources.-
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
-
-
-
-
Constructor Detail
-
SkillGaugeUpdater
public SkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull Skill skill)Creates a new instance.- Parameters:
experienceTable- the experience table to queryskill- the skill to monitor
-
-
Method Detail
-
dispose
public void dispose()
Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-
-