Interface ISystemPictureRegistry
- All Known Implementing Classes:
SystemPictureRegistry
public interface ISystemPictureRegistry
The registry of the system picture
-
Method Summary
Modifier and TypeMethodDescriptiongetAllPictures
(Version version) Returns all system picturesgetPicture
(String name, Version version) Get the picture by name
-
Method Details
-
getPicture
Get the picture by name- Parameters:
name
- picture nameversion
- current project version, can't be null- Returns:
- the system picture
-
getAllPictures
Returns all system pictures- Parameters:
version
- current project version, can't be null- Returns:
- All system pictures
-