Interface IPictureManager
-
public interface IPictureManager
Picture manager to readPicture
s manifest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPictureManifest
getPictureManifest(Picture picture)
IPictureManifest
of given pictureIPictureManifest
getPictureManifestIfPresent(Picture picture)
IPictureManifest
of given picturevoid
skipCacheValues()
Skips all caching values
-
-
-
Method Detail
-
getPictureManifest
IPictureManifest getPictureManifest(Picture picture)
IPictureManifest
of given picture- Parameters:
picture
- the sourcePicture
, cannot benull
- Returns:
- instance of
IPictureManifest
, nevernull
-
getPictureManifestIfPresent
IPictureManifest getPictureManifestIfPresent(Picture picture)
IPictureManifest
of given picture- Parameters:
picture
- the sourcePicture
, cannot benull
- Returns:
- instance of
IPictureManifest
if the picture is present ornull
-
skipCacheValues
void skipCacheValues()
Skips all caching values
-
-