Uses of Interface
org.teamapps.icons.api.IconStyle
-
Packages that use IconStyle Package Description org.teamapps.icons.api org.teamapps.icons.provider -
-
Uses of IconStyle in org.teamapps.icons.api
Classes in org.teamapps.icons.api that implement IconStyle Modifier and Type Class Description classCustomIconStyleMethods in org.teamapps.icons.api that return IconStyle Modifier and Type Method Description IconStyleIconTheme. getBaseIconStyle()IconStyleIconThemeImpl. getBaseIconStyle()IconStyleIconTheme. getSubIconStyle()IconStyleIconThemeImpl. getSubIconStyle()Methods in org.teamapps.icons.api with parameters of type IconStyle Modifier and Type Method Description static IconThemeIconTheme. of(IconStyle baseIconStyle, IconStyle subIconStyle)Constructors in org.teamapps.icons.api with parameters of type IconStyle Constructor Description IconThemeImpl(IconStyle baseIconStyle, IconStyle subIconStyle) -
Uses of IconStyle in org.teamapps.icons.provider
Classes in org.teamapps.icons.provider with type parameters of type IconStyle Modifier and Type Interface Description interfaceIconProvider<STYLE extends IconStyle>interfaceSvgIconProvider<STYLE extends IconStyle>
-