public interface IconRepository
IconRepository stores a mapping from icon keys to icon ids.
 The icon key is Graph Provider specific and is defined by it (e.g. "sfree:group")
 The icon id should match with an id element in all existing SVGs (not only this IconRepository.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(String iconKey)
Verifies if a mapping for the provided icon Key is defined. 
 | 
String | 
getSVGIconId(String iconKey)
Maps the provided  
iconKey to an SVG id element. | 
boolean contains(String iconKey)
iconKey - the icon keyCopyright © 2021. All rights reserved.