public class LegacyIconRepositoryAdapter extends Object implements IconRepository
| Constructor and Description | 
|---|
LegacyIconRepositoryAdapter(GraphProvider delegate)  | 
| 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. | 
public LegacyIconRepositoryAdapter(GraphProvider delegate)
public boolean contains(String iconKey)
IconRepositorycontains in interface IconRepositoryiconKey - the icon keypublic String getSVGIconId(String iconKey)
IconRepositoryiconKey to an SVG id element.
 If no mapping is defined, null is returned.getSVGIconId in interface IconRepositoryiconKey - The icon key to look upCopyright © 2021. All rights reserved.