Interface IPictureManifestProvider
-
- All Known Subinterfaces:
IPictureManifestProviderWithCache
- All Known Implementing Classes:
LayoutPictureManifestProvider,MdPictureManifestProvider,MoxelPictureManifestProvider,PlatformPicturesManifestProvider
public interface IPictureManifestProviderProvider of picture manifests forPicture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPictureManifestgetPictureManifest(Picture picture)Provider of picture manifest for givenPicture
-
-
-
Method Detail
-
getPictureManifest
IPictureManifest getPictureManifest(Picture picture)
Provider of picture manifest for givenPicture- Parameters:
picture- the sourcePicture, cannot benull- Returns:
- the instance of
IPictureManifestornullif provider cannot construct manifest for givenPicture
-
-