Uses of Class
de.digitalcollections.model.identifiable.resource.ImageFileResource
-
Packages that use ImageFileResource Package Description de.digitalcollections.model.identifiable de.digitalcollections.model.legal -
-
Uses of ImageFileResource in de.digitalcollections.model.identifiable
Fields in de.digitalcollections.model.identifiable declared as ImageFileResource Modifier and Type Field Description protected ImageFileResourceIdentifiable. previewImageMethods in de.digitalcollections.model.identifiable that return ImageFileResource Modifier and Type Method Description ImageFileResourceIdentifiable. getPreviewImage()Methods in de.digitalcollections.model.identifiable with parameters of type ImageFileResource Modifier and Type Method Description voidIdentifiable. setPreviewImage(ImageFileResource previewImage) -
Uses of ImageFileResource in de.digitalcollections.model.legal
Methods in de.digitalcollections.model.legal that return types with arguments of type ImageFileResource Modifier and Type Method Description List<ImageFileResource>License. getSymbolImages()Method parameters in de.digitalcollections.model.legal with type arguments of type ImageFileResource Modifier and Type Method Description voidLicense. setSymbolImages(List<ImageFileResource> symbolImages)
-