Package org.teamapps.icon.shape
Class ShapeIconLoader
- java.lang.Object
-
- org.teamapps.icon.shape.ShapeIconLoader
-
-
Constructor Summary
Constructors Constructor Description ShapeIconLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplyStyle(String svg, ShapeIconStyle style)org.teamapps.icons.IconResourceloadIcon(ShapeIcon icon, int size, org.teamapps.icons.IconLoaderContext context)
-
-
-
Method Detail
-
loadIcon
public org.teamapps.icons.IconResource loadIcon(ShapeIcon icon, int size, org.teamapps.icons.IconLoaderContext context)
- Specified by:
loadIconin interfaceorg.teamapps.icons.spi.IconLoader<ShapeIcon>
-
applyStyle
public String applyStyle(String svg, ShapeIconStyle style)
-
-