hades.models.special
Class Counter.DecimalValueFormatter

java.lang.Object
  extended byhades.models.special.Counter.DecimalValueFormatter
All Implemented Interfaces:
TextSource
Enclosing class:
Counter

public class Counter.DecimalValueFormatter
extends java.lang.Object
implements TextSource


Constructor Summary
Counter.DecimalValueFormatter()
           
 
Method Summary
 java.lang.String getText()
          get the current value of the text from this TextSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter.DecimalValueFormatter

public Counter.DecimalValueFormatter()
Method Detail

getText

public java.lang.String getText()
Description copied from interface: TextSource
get the current value of the text from this TextSource

Specified by:
getText in interface TextSource