Uses of Class
io.goobi.viewer.model.job.download.DownloadOption
Package
Description
-
Uses of DownloadOption in io.goobi.viewer.controller
Modifier and TypeMethodDescriptionConfiguration.getSidebarWidgetUsagePageDownloadOptions()
Returns a list of configured page download options. -
Uses of DownloadOption in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionActiveDocumentBean.getSelectedDownloadOption()
getSelectedDownloadOption.ActiveDocumentBean.getSelectedDownloadOptionOrDefault()
Modifier and TypeMethodDescriptionImageDeliveryBean.getCurrentImageDownloadUrl
(DownloadOption option) -
Uses of DownloadOption in io.goobi.viewer.model.job.download
Modifier and TypeMethodDescriptionstatic DownloadOption
DownloadOption.getByLabel
(String label) Retrieves theDownloadOption
with the given label from configuration.DownloadOption.setBoxSizeInPixel
(String boxSizeInPixel) -
Uses of DownloadOption in io.goobi.viewer.model.viewer
Modifier and TypeMethodDescriptionstatic List<DownloadOption>
ViewManager.getDownloadOptionsForImage
(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename) ViewManager.getDownloadOptionsForPage
(PhysicalElement page) Modifier and TypeMethodDescriptionViewManager.getPageDownloadUrl
(DownloadOption option, PhysicalElement page) getPageDownloadUrl.Modifier and TypeMethodDescriptionstatic List<DownloadOption>
ViewManager.getDownloadOptionsForImage
(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename)