Class AntuIconLoader

java.lang.Object
org.teamapps.icon.antu.AntuIconLoader
All Implemented Interfaces:
org.teamapps.icons.spi.IconLoader<AntuIcon>

public class AntuIconLoader
extends java.lang.Object
implements org.teamapps.icons.spi.IconLoader<AntuIcon>
  • Constructor Summary

    Constructors 
    Constructor Description
    AntuIconLoader()  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.icons.IconResource loadIcon​(AntuIcon icon, int size, org.teamapps.icons.IconLoaderContext context)

    Methods inherited from class java.lang.Object

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

  • Method Details

    • loadIcon

      public org.teamapps.icons.IconResource loadIcon​(AntuIcon icon, int size, org.teamapps.icons.IconLoaderContext context)
      Specified by:
      loadIcon in interface org.teamapps.icons.spi.IconLoader<AntuIcon>