Class SizeToken

    • Constructor Summary

      Constructors 
      Constructor Description
      SizeToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected float getDefault()
      Presume a 19 line board by default.
      int getSize()  
      • 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

      • SizeToken

        public SizeToken()
    • Method Detail

      • getDefault

        protected float getDefault()
        Presume a 19 line board by default.
        Specified by:
        getDefault in class NumberToken
      • getSize

        public int getSize()