public interface IPhotoMetaDataFilter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName()
author Eric 11.09.2020
|
java.lang.String |
getFilePathName()
author Eric 11.09.2020
|
de.contecon.picapport.directoryservices.PhotoInFileSystem |
getPhotoInFileSystem()
author Eric 11.09.2020
|
void |
setAddonFieldValue(java.lang.String fieldName,
java.lang.String value)
author Eric 11.09.2020
|
void |
setThumbTitle(java.lang.String thumbTitle)
Can be used to set the thumb title of a photo.
|
void |
setThumbTitleColor(java.lang.String thumbTitleColor)
Can be used to set the thumb title color of a photo.
|
java.lang.String getFilePathName()
de.contecon.picapport.directoryservices.PhotoInFileSystem getPhotoInFileSystem()
java.lang.String getFileName()
void setThumbTitle(java.lang.String thumbTitle)
thumbTitle - title that should be displayed.void setThumbTitleColor(java.lang.String thumbTitleColor)
thumbTitleColor - color String in the format #rrggbbvoid setAddonFieldValue(java.lang.String fieldName,
java.lang.String value)
throws java.lang.NoSuchFieldException
fieldName - Unique fieldname that should only be used by this pluginvalue - field valuejava.lang.NoSuchFieldException - if an error occured