protected static class BasicTreeLayout.TextCacheKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.awt.Font |
font
Font used to compute bounds.
|
protected int |
hash
Hash code.
|
protected java.lang.String |
text
Text 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