Class MoveNumberToken


  • public class MoveNumberToken
    extends NumberToken
    The moves should be renumbered. The new starting number is provided; the count starts at one by default.
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveNumberToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected float getDefault()
      Presume the move numbering starts at 1.
      int getMoveNumber()  
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.TextToken

        getText
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.SGFToken

        parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoveNumberToken

        public MoveNumberToken()
    • Method Detail

      • getDefault

        protected float getDefault()
        Presume the move numbering starts at 1.
        Specified by:
        getDefault in class NumberToken
      • getMoveNumber

        public int getMoveNumber()