Package 

Interface IconProvider


  • 
    public interface IconProvider
    
                        

    Interface for providing icons to the renderer. Implementations can load icons from URLs, assets, or other sources.

    • Method Summary

      Modifier and Type Method Description
      abstract Bitmap loadIcon(String url) Loads an icon from the given URL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadIcon

         abstract Bitmap loadIcon(String url)

        Loads an icon from the given URL.

        Parameters:
        url - The URL of the icon to load.