Collection of SvgIcon states (hovered, disabled etc) and their color replacers. Define newly added icons and edit current paths and color replacers here.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
ADD_ITEM_PATH |
|
static java.lang.String |
INFORMATION_HELP_PATH |
|
static java.lang.String |
REMOVE_ITEM_PATH |
|
static java.util.Map<java.lang.String, SvgIconModel> |
svgIconCollection |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static SvgIconModel |
getIconFromCollection(java.lang.String path) |
|
static javax.swing.ImageIcon |
getOrCreateImage(java.lang.String path, SVGIconState SVGIconState)Creates an ImageIcon for provided path and needed state |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates an ImageIcon for provided path and needed state
path - - path to iconSVGIconState - - state for creation