Uses of Class
yearreview.app.util.image.ImageReference
Package
Description
-
Uses of ImageReference in yearreview.app.data.processor.toplist
Modifier and TypeFieldDescriptionprivate final ImageReference
TopListItem.img
Image to display alongside the item.Modifier and TypeMethodDescriptionTopListCompatibleItem.getImage()
Gets the Image that should be displayed alongside the main and subtext if available.TopListItem.getImage()
Gets the Image that should be displayed alongside the data.ModifierConstructorDescriptionTopListItem
(String main, String sub, ImageReference img) Constructs a TopListItem from all Values. -
Uses of ImageReference in yearreview.app.data.sources.audio.database
Modifier and TypeFieldDescriptionprivate ImageReference
AudioData.cover
Image to display alongside this data if available.Modifier and TypeMethodDescriptionvoid
AudioData.addCover
(ImageReference cover) Adds a cover to an AudioData-object after initialization.ModifierConstructorDescriptionAudioData
(String name, AudioData.Type type, ImageReference cover) Constructs an AudioData-object with name, type and image.