Class ImageResourceType

    • Constructor Summary

      Constructors 
      Constructor Description
      ImageResourceType​(int id, int id2, java.lang.String description)  
      ImageResourceType​(int id, java.lang.String description)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getDescription​(int id)  
      • Methods inherited from class java.lang.Object

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

      • from

        public final int from
      • to

        public final int to
      • description

        public final java.lang.String description
    • Constructor Detail

      • ImageResourceType

        ImageResourceType​(int id,
                          java.lang.String description)
      • ImageResourceType

        ImageResourceType​(int id,
                          int id2,
                          java.lang.String description)
    • Method Detail

      • getDescription

        public static java.lang.String getDescription​(int id)