| Package | Description |
|---|---|
| com.atlassian.renderer |
| Modifier and Type | Field and Description |
|---|---|
static Icon |
Icon.NULL_ICON
The NULL_ICON is a convenient icon that has no size and draws nothing.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
IconManager.getEmoticon(String symbol) |
Icon |
DefaultIconManager.getEmoticon(String symbol)
Retrieve an emoticon for a particular icon name.
|
Icon |
IconManager.getLinkDecoration(String iconName) |
Icon |
DefaultIconManager.getLinkDecoration(String iconName)
Retrieve a link decoration for a particular icon name.
|
static Icon |
Icon.makeEmoticon(String path,
int height,
int width)
Factory method for a new emoticon
|
static Icon |
Icon.makeRenderIcon(String path,
int position,
int width,
int height)
Factory method for a new rendericon
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Icon> |
DefaultIconManager.getEmoticonsMap() |
protected Map<String,Icon> |
DefaultIconManager.getIconsMap() |
Copyright © 2019 Atlassian. All rights reserved.