Interface ISystemPictureRegistry
-
public interface ISystemPictureRegistry
The registry of the system picture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Picture>
getAllPictures(Version version)
Returns all system picturesPicture
getPicture(String name, Version version)
Get the picture by name
-
-
-
Method Detail
-
getPicture
Picture getPicture(String name, Version version)
Get the picture by name- Parameters:
name
- picture nameversion
- current project version, can't be null- Returns:
- the system picture
-
getAllPictures
Collection<Picture> getAllPictures(Version version)
Returns all system pictures- Parameters:
version
- current project version, can't be null- Returns:
- All system pictures
-
-