Uses of Class
yearreview.app.util.image.ImageReference
Packages that use ImageReference
Package
Description
-
Uses of ImageReference in yearreview.app.data.processor.toplist
Fields in yearreview.app.data.processor.toplist declared as ImageReferenceModifier and TypeFieldDescriptionprivate final ImageReference
TopListItem.img
Image to display alongside the item.Methods in yearreview.app.data.processor.toplist that return ImageReferenceModifier 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.Constructors in yearreview.app.data.processor.toplist with parameters of type ImageReferenceModifierConstructorDescriptionTopListItem
(String main, String sub, ImageReference img) Constructs a TopListItem from all Values. -
Uses of ImageReference in yearreview.app.data.sources.audio.database
Fields in yearreview.app.data.sources.audio.database declared as ImageReferenceModifier and TypeFieldDescriptionprivate ImageReference
AudioData.cover
Image to display alongside this data if available.Methods in yearreview.app.data.sources.audio.database that return ImageReferenceMethods in yearreview.app.data.sources.audio.database with parameters of type ImageReferenceModifier and TypeMethodDescriptionvoid
AudioData.addCover
(ImageReference cover) Adds a cover to an AudioData-object after initialization.Constructors in yearreview.app.data.sources.audio.database with parameters of type ImageReferenceModifierConstructorDescriptionAudioData
(String name, AudioData.Type type, ImageReference cover) Constructs an AudioData-object with name, type and image.