Uses of Class
io.goobi.viewer.controller.model.ViewAttributes
Packages that use ViewAttributes
Package
Description
Core controller and utility classes of the Goobi viewer.
Handlers and utilities for image and media delivery, including IIIF URL construction, thumbnail generation,
PDF handling, watermarking, and 3D object access within the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of ViewAttributes in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller with parameters of type ViewAttributesModifier and TypeMethodDescriptionintConfiguration.getFooterHeight(ViewAttributes viewAttributes) getFooterHeight.Configuration.getImageViewZoomScales(ViewAttributes viewAttributes) getImageViewZoomScales.Configuration.getTileSizes(ViewAttributes viewAttributes) getTileSizes.org.apache.commons.configuration2.BaseHierarchicalConfigurationConfiguration.getZoomImageViewConfig(ViewAttributes viewAttributes) getZoomImageViewConfig.booleanConfiguration.isDoublePageNavigationDefault(ViewAttributes viewAttributes) Return true if double page navigation should be used per default for the givenPageTypeandImageType.booleanConfiguration.isDoublePageNavigationEnabled(ViewAttributes viewAttributes) Return true if double page navigation is enabled for the givenPageTypeandImageType.booleanConfiguration.isSequencePageNavigationEnabled(ViewAttributes viewAttributes) Return true if sequence page navigation is enabled for the givenPageTypeandImageType.booleanConfiguration.showImageNavigator(ViewAttributes viewAttributes) Returns whether a navigator element should be shown in the OpenSeadragon viewer.booleanConfiguration.showImageThumbnailGallery(ViewAttributes viewAttributes) Returns whether the thumbnail gallery should be shown in image view.booleanConfiguration.useTiles(ViewAttributes viewAttributes) useTiles. -
Uses of ViewAttributes in io.goobi.viewer.controller.imaging
Methods in io.goobi.viewer.controller.imaging with parameters of type ViewAttributesModifier and TypeMethodDescriptionWatermarkHandler.getWatermarkUrl(de.unigoettingen.sub.commons.contentlib.imagelib.transform.Scale scale, ViewAttributes viewAttributes, Optional<String> watermarkId, Optional<String> watermarkText) Creates the watermark url for the given pageType, adding watermarkId for the currentActiveDocumentBean.getTopDocument()and watermarkText for the currentPhysicalElementpage. -
Uses of ViewAttributes in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type ViewAttributesModifier and TypeMethodDescriptionprotected PageNavigationActiveDocumentBean.getDefaultPageNavigation(ViewAttributes viewAttributes)