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
    AntuIcon decodeIcon​(java.lang.String encodedIconString, org.teamapps.icons.IconDecoderContext context)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • decodeIcon

      public AntuIcon decodeIcon​(java.lang.String encodedIconString, org.teamapps.icons.IconDecoderContext context)
      Specified by:
      decodeIcon in interface org.teamapps.icons.spi.IconDecoder<AntuIcon>