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)
IconRepository
contains
in interface IconRepository
iconKey
- the icon keypublic String getSVGIconId(String iconKey)
IconRepository
iconKey
to an SVG id element.
If no mapping is defined, null
is returned.getSVGIconId
in interface IconRepository
iconKey
- The icon key to look upCopyright © 2021. All rights reserved.