public interface CompositeIcon
extends javax.swing.Icon
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon(int index)
Returns a composed icon by its
index in the range [0..count-1] . |
int |
getIconCount()
Returns the icon count.
|