|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageMetadataType | |
---|---|
magoffin.matt.meta.image | Image releated metadata support, such as EXIF. |
Uses of ImageMetadataType in magoffin.matt.meta.image |
---|
Methods in magoffin.matt.meta.image that return ImageMetadataType | |
---|---|
static ImageMetadataType |
ImageMetadataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageMetadataType[] |
ImageMetadataType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in magoffin.matt.meta.image with parameters of type ImageMetadataType | |
---|---|
java.lang.Object |
ImageMetadataResource.getValue(ImageMetadataType type,
java.util.Locale locale)
Get a single metadata value based on a type constant. |
java.lang.Iterable<?> |
ImageMetadataResource.getValues(ImageMetadataType type,
java.util.Locale locale)
Get all available metadata values based on a type constant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |