public static class TokenUtils.TokenSubList
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
TokenUtils.TokenSubList(Token tokenList,
float x) |
public Token tokenList
public float x
public TokenUtils.TokenSubList(Token tokenList, float x)