public interface AccessibleIcon
The AccessibleContext.getAccessibleIcon()
method should
return null
if an object does not implement this interface.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleIcon()
Modifier and Type | Method and Description |
---|---|
String |
getAccessibleIconDescription()
Returns a textual description of the icon and its purpose.
|
int |
getAccessibleIconHeight()
Get the icon height.
|
int |
getAccessibleIconWidth()
Get the icon width.
|
void |
setAccessibleIconDescription(String s)
Modify the textual description of the icon and its purpose.
|
String getAccessibleIconDescription()
void setAccessibleIconDescription(String s)
s
- the new descrption stringint getAccessibleIconWidth()
int getAccessibleIconHeight()