Interface IconManager
- All Known Implementing Classes:
- IconManagerImpl
public interface IconManager
Interface which exposes methods for retrieving Icon Libraries (as SVG Strings) and information about the Icon
 Libraries (such as the icon names within an Icon Library)
- 
Method SummaryModifier and TypeMethodDescriptionFetch a map of all icon library names and their respective icon namesgetLibrary(String name) Fetch the raw icon library as an SVG String
- 
Method Details- 
getLibrariesFetch a map of all icon library names and their respective icon names- Returns:
- The map of all icon library names and their respective icon names
 
- 
getLibraryFetch the raw icon library as an SVG String- Parameters:
- name- The name of the icon library to fetch
- Returns:
- An optional String whose contents are an SVG containing the library's icons, or an empty Optional if an icon library with the given name does not exist
 
 
-