protected static class BasicTreeLayout.TextCacheKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Font |
font
Font used to compute bounds.
|
protected int |
hash
Hash code.
|
protected String |
text
Text string.
|
| Constructor and Description |
|---|
TextCacheKey(String text,
Font font)
Create a cache key for a string rendered in a font.
|