public interface AccessibleIcon
Accessible) and then calling the
AccessibleContext.getAccessibleIcon() method. If the return value is not null, the object supports this interface.
Accessible,
AccessibleContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessibleIconDescription()
Gets the description of the icon.
|
int |
getAccessibleIconHeight()
Gets the height of the icon
|
int |
getAccessibleIconWidth()
Gets the width of the icon
|
void |
setAccessibleIconDescription(String
Sets the description of the icon.
|
StringgetAccessibleIconDescription()
void setAccessibleIconDescription(Stringdescription)
description - the description of the icon
int getAccessibleIconWidth()
int getAccessibleIconHeight()