Class VectorImageIconControler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SVG
      Deprecated.
       
      static int WMF
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorImageIconControler​(java.lang.Class loader, java.lang.String iconPath, int iconSize, int type)
      Deprecated.
      Construct VectorImageIconControler with the given argument.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      javax.swing.Icon createIcon()
      Deprecated.
      Creates icon by given class file and path
      java.lang.String getIconPath()
      Deprecated.
      Returns full icon name.
      • Methods inherited from class java.lang.Object

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

      • VectorImageIconControler

        @OpenApi
        public VectorImageIconControler​(java.lang.Class loader,
                                        java.lang.String iconPath,
                                        int iconSize,
                                        int type)
        Deprecated.
        Construct VectorImageIconControler with the given argument.
        Parameters:
        loader - The loader.
        iconPath - Icon Path.
        iconSize - Icon size.
        type - Type of icon.