Class IconDef


  • public class IconDef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String resource  
      (package private) int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      IconDef​(java.lang.String resource, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) Tag getTag()  
      • Methods inherited from class java.lang.Object

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

      • resource

        java.lang.String resource
      • size

        int size
    • Constructor Detail

      • IconDef

        public IconDef​(java.lang.String resource,
                       int size)
    • Method Detail

      • getTag

        Tag getTag()