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