public class IconOverlay
extends java.lang.Object
Class holding element overlay information for an overlay cache.
| Constructor and Description | 
|---|
IconOverlay(Displayable displayable)
Constructor. 
 | 
IconOverlay(javax.swing.Icon icon)
Constructor. 
 | 
IconOverlay(javax.swing.Icon icon,
           java.lang.String shortLabel,
           java.lang.String toolTipText)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Displayable | 
getDisplayable()
Gets the displayable information describing this object. 
 | 
javax.swing.Icon | 
getIcon()
Gets an  
Icon describing this object. | 
java.lang.String | 
getShortLabel()
Gets the Short Label describing this object. 
 | 
java.lang.String | 
getToolTipText()
Gets the tool tip text describing this object. 
 | 
public IconOverlay(Displayable displayable)
displayable - an overlay displayable.public IconOverlay(javax.swing.Icon icon)
icon - an overlay icon.public IconOverlay(javax.swing.Icon icon,
                   java.lang.String shortLabel,
                   java.lang.String toolTipText)
icon - an overlay icon.icon - an overlay short label.icon - an overlay tooltip text.public Displayable getDisplayable()
public java.lang.String getShortLabel()
public javax.swing.Icon getIcon()
Icon describing this object.Icon.public java.lang.String getToolTipText()