Uses of Class
com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater

Packages that use GaugeUpdater
com.realtime.crossfire.jxclient.gui.gauge   
com.realtime.crossfire.jxclient.skin.io   
 

Uses of GaugeUpdater in com.realtime.crossfire.jxclient.gui.gauge
 

Subclasses of GaugeUpdater in com.realtime.crossfire.jxclient.gui.gauge
 class ActiveSkillGaugeUpdater
          A GaugeUpdater which monitors a stat value.
 class SkillGaugeUpdater
          A GaugeUpdater which monitors a skill.
 class StatGaugeUpdater
          A GaugeUpdater which monitors a stat value.
 

Uses of GaugeUpdater in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io that return GaugeUpdater
private  GaugeUpdater JXCSkinLoader.newGaugeUpdater(java.lang.String name)
          Creates a new GaugeUpdater instance from a string representation.
 GaugeUpdater GaugeUpdaterParser.parseGaugeUpdater(java.lang.String name, ExperienceTable experienceTable)
          Parses a gauge updater value.