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