static final class RepresentationTextCreator.RepresentationTextCache.Key
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) boolean | 
color  | 
(package private) boolean | 
fullSignature  | 
(package private) boolean | 
showAutoID  | 
| Constructor and Description | 
|---|
Key(BaseElement element,
   boolean color,
   boolean showAutoID,
   boolean fullSignature,
   LocationInTool locationInTool)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
int | 
hashCode()  | 
Key(@CheckForNull
    BaseElement element,
    boolean color,
    boolean showAutoID,
    boolean fullSignature,
    LocationInTool locationInTool)