Package org.teamapps.icons.api
Interface IconTheme
- All Known Implementing Classes:
IconThemeImpl
public interface IconTheme
-
Method Summary
Modifier and Type Method Description IconStylegetBaseIconStyle()default java.lang.StringgetStyleId(boolean baseStyle)IconStylegetSubIconStyle()static IconThemeof(IconStyle baseIconStyle, IconStyle subIconStyle)
-
Method Details
-
getBaseIconStyle
IconStyle getBaseIconStyle() -
getSubIconStyle
IconStyle getSubIconStyle() -
getStyleId
default java.lang.String getStyleId(boolean baseStyle) -
of
-