Class ImageResourceType
- java.lang.Object
-
- org.apache.commons.imaging.formats.psd.ImageResourceType
-
class ImageResourceType extends java.lang.Object
TODO Turn into an enum
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
description
int
from
int
to
private static ImageResourceType[]
TYPES
-
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)
-
-
-
Field Detail
-
TYPES
private static final ImageResourceType[] TYPES
-
from
public final int from
-
to
public final int to
-
description
public final java.lang.String description
-
-