Class ImageResourceType

java.lang.Object
org.apache.commons.imaging.formats.psd.ImageResourceType

class ImageResourceType extends Object
TODO Turn into an enum
See Also:
  • Field Details

    • TYPES

      private static final ImageResourceType[] TYPES
    • from

      public final int from
    • to

      public final int to
    • description

      public final String description
  • Constructor Details

    • ImageResourceType

      ImageResourceType(int id, String description)
    • ImageResourceType

      ImageResourceType(int id, int id2, String description)
  • Method Details

    • getDescription

      public static String getDescription(int id)