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