public interface IIconLibrary
| Modifier and Type | Method and Description |
|---|---|
String |
getIconPath(String iconName,
String dimensions)
Returns the relative path for the requested icon.
|
String |
getId()
Returns the unique identifier for the library.
|
List<String> |
getMatching(String iconName,
String dimensions)
Returns a list of relative paths for icons that match the criteria.
|
String[] |
supportedDimensions()
Returns an array of dimensions supported by this library.
|
String getId()
String getIconPath(String iconName, String dimensions)
iconName - The icon file name.dimensions - The desired dimensions (for example, 16x16). May be null for default
dimensions.List<String> getMatching(String iconName, String dimensions)
getMatching("weather*", "*x16")iconName - Name of icon to match.dimensions - Desired dimensions to match.String[] supportedDimensions()
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.