Class VectorImageIconControler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String iconPath
      Deprecated.
       
      private int iconSize
      Deprecated.
       
      private java.lang.Class loader
      Deprecated.
       
      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
    • Field Detail

      • loader

        private final java.lang.Class loader
        Deprecated.
      • iconPath

        private final java.lang.String iconPath
        Deprecated.
      • iconSize

        private final int iconSize
        Deprecated.
    • 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.