Interface ISystemPictureRegistry


  • public interface ISystemPictureRegistry
    The registry of the system picture
    • Method Detail

      • getPicture

        Picture getPicture​(String name,
                           Version version)
        Get the picture by name
        Parameters:
        name - picture name
        version - 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