Interface IconControlerInterface

All Known Implementing Classes:
BitmapIconControler, VectorImageIconControler

@OpenApiAll @Deprecated public interface IconControlerInterface
Deprecated.
Describe interface for managing icon. Responsible for creating IconInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Creates icon by given class file and path
    Deprecated.
    Returns full icon name.
  • Method Details

    • createIcon

      Icon createIcon() throws Exception
      Deprecated.
      Creates icon by given class file and path
      Returns:
      Loaded image file
      Throws:
      Exception
    • getIconPath

      String getIconPath()
      Deprecated.
      Returns full icon name.
      Returns:
      icon image directory.