Package org.teamapps.icons.api
Class IconThemeImpl
- java.lang.Object
-
- org.teamapps.icons.api.IconThemeImpl
-
-
Constructor Summary
Constructors Constructor Description IconThemeImpl(IconStyle baseIconStyle, IconStyle subIconStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IconStylegetBaseIconStyle()IconStylegetSubIconStyle()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teamapps.icons.api.IconTheme
getStyleId
-
-
-
-
Method Detail
-
getBaseIconStyle
public IconStyle getBaseIconStyle()
- Specified by:
getBaseIconStylein interfaceIconTheme
-
getSubIconStyle
public IconStyle getSubIconStyle()
- Specified by:
getSubIconStylein interfaceIconTheme
-
-