Class TokenUtils.TokenSubList

  • Enclosing class:
    TokenUtils

    public static class TokenUtils.TokenSubList
    extends Object
    • 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)