Class TokenUtils.TokenSubList

  • Enclosing class:
    TokenUtils

    public static class TokenUtils.TokenSubList
    extends java.lang.Object
    A sub-list of tokens.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Token tokenList
      The "sub" token list.
      float x
      The width, in pixels, of the part of the token list "removed from the front." This way, you know the x-offset of the "new" token list.
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenSubList​(Token tokenList, float x)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tokenList

        public Token tokenList
        The "sub" token list.
      • x

        public float x
        The width, in pixels, of the part of the token list "removed from the front." This way, you know the x-offset of the "new" token list.
    • Constructor Detail

      • TokenSubList

        public TokenSubList​(Token tokenList,
                            float x)