Class TallyMarks

java.lang.Object
games.stendhal.client.gui.textformat.TallyMarks

public class TallyMarks extends Object
Tally marks representation of an integer number. The number is split into groups of fives. For example, 12 is transformed into 552 (12 = 5+5+2).
  • Constructor Details

    • TallyMarks

      public TallyMarks(int value)
  • Method Details