public class IconImpl extends LanguageMetaData implements Icon
| Constructor and Description |
|---|
IconImpl()
Create a new IconImpl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLargeIcon()
Get the largeIcon.
|
String |
getSmallIcon()
Get the smallIcon.
|
String |
largeIcon() |
void |
setLargeIcon(String largeIcon)
Set the largeIcon.
|
void |
setSmallIcon(String smallIcon)
Set the smallIcon.
|
String |
smallIcon() |
equals, getId, getKey, getLanguage, hashCode, language, setId, setLanguage, toStringannotationTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic String largeIcon()
public String smallIcon()
public String getLargeIcon()
public void setLargeIcon(String largeIcon)
largeIcon - the largeIcon.IllegalArgumentException - for a null largeIconpublic String getSmallIcon()
public void setSmallIcon(String smallIcon)
smallIcon - the smallIcon.IllegalArgumentException - for a null smallIconCopyright © 2017 JBoss by Red Hat. All rights reserved.