Package org.teamapps.icon.antu
Class AntuIconDecoder
java.lang.Object
org.teamapps.icon.antu.AntuIconDecoder
- All Implemented Interfaces:
org.teamapps.icons.spi.IconDecoder<AntuIcon>
public class AntuIconDecoder extends java.lang.Object implements org.teamapps.icons.spi.IconDecoder<AntuIcon>
-
Constructor Summary
Constructors Constructor Description AntuIconDecoder() -
Method Summary
Modifier and Type Method Description AntuIcondecodeIcon(java.lang.String encodedIconString, org.teamapps.icons.IconDecoderContext context)
-
Constructor Details
-
AntuIconDecoder
public AntuIconDecoder()
-
-
Method Details
-
decodeIcon
public AntuIcon decodeIcon(java.lang.String encodedIconString, org.teamapps.icons.IconDecoderContext context)- Specified by:
decodeIconin interfaceorg.teamapps.icons.spi.IconDecoder<AntuIcon>
-