
Public Member Functions | |
| IERMetadataDirectory | _getDirectoryNamed (String directoryName) |
| void | add (ERMetadataDirectorySet rawAssetMetadata) |
| void | addMetadata (IERMetadataDirectory metadata) |
| ERMetadataDirectorySet () | |
| String | getCaption () |
| ERParsedMetadataDirectory | getDirectoryNamed (String directoryName) |
| int | getHeight () |
| List< IERMetadataDirectory > | getMetadataDirectories () |
| int | getWidth () |
| boolean | isEmpty () |
| boolean | isRotated () |
| void | setCaption (String caption) |
| void | setHeight (int height) |
| void | setRotated (boolean rotated) |
| void | setWidth (int width) |
| String | toString () |
Protected Member Functions | |
| void | parseUnparsedDirectoriesWith (IERMetadataDirectoryParser metadataDirectoryParser) |
| List< IERMetadataDirectory > | removeUnparsedDirectories () |
| void | replaceUnparsedWithParsed (ERUnparsedMetadataDirectory oldMetadata, ERParsedMetadataDirectory newMetadata) |
Private Attributes | |
| String | _caption |
| int | _height |
| List< IERMetadataDirectory > | _metadataDirectories |
| boolean | _rotated |
| int | _width |
| IERMetadataDirectory _getDirectoryNamed | ( | String | directoryName | ) |
Returns the metadata directory of the given type (IERMetadataDirectory.EXIF, IERMetadataDirectory.IPTC, etc).
| directoryName | the metadata directory name |
| void add | ( | ERMetadataDirectorySet | rawAssetMetadata | ) |
Adds the given raw directory set to this directory set.
| rawAssetMetadata | a raw directory set |
| void addMetadata | ( | IERMetadataDirectory | metadata | ) |
| String getCaption | ( | ) |
Returns the caption for the image.
| ERParsedMetadataDirectory getDirectoryNamed | ( | String | directoryName | ) |
Returns the metadata directory of the given type (IERMetadataDirectory.EXIF, IERMetadataDirectory.IPTC, etc) and casts to an ERParsedMetadataDirectory.
| directoryName | the metadata directory name |
| int getHeight | ( | ) |
Returns the height of the image.
| List<IERMetadataDirectory> getMetadataDirectories | ( | ) |
Returns the metadata directories from this set.
| int getWidth | ( | ) |
Returns the width of the image.
| boolean isEmpty | ( | ) |
| boolean isRotated | ( | ) |
Returns whether or not the image was rotated.
| void parseUnparsedDirectoriesWith | ( | IERMetadataDirectoryParser | metadataDirectoryParser | ) | [protected] |
| List<IERMetadataDirectory> removeUnparsedDirectories | ( | ) | [protected] |
| void replaceUnparsedWithParsed | ( | ERUnparsedMetadataDirectory | oldMetadata, | |
| ERParsedMetadataDirectory | newMetadata | |||
| ) | [protected] |
| void setCaption | ( | String | caption | ) |
Sets the caption for the image.
| void setHeight | ( | int | height | ) |
Sets the height of the image.
| height | the height of the image |
| void setRotated | ( | boolean | rotated | ) |
Sets whether or not the given image was rotated.
| rotated | whether or not the given image was rotated |
| void setWidth | ( | int | width | ) |
Sets the width of the image.
| width | the width of the image |
| String toString | ( | ) |
int _height [private] |
List<IERMetadataDirectory> _metadataDirectories [private] |
boolean _rotated [private] |
int _width [private] |
1.5.8