Uses of Class
com.levigo.jadice.web.client.ViewerBuilder
Packages that use ViewerBuilder
-
Uses of ViewerBuilder in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return ViewerBuilderModifier and TypeMethodDescriptionViewerBuilder.setAutoDetectResolution
(boolean enabled) Enables automatic resolution detection.ViewerBuilder.setDisabledAutomaticFontLoading
(boolean disableAutomaticFontLoading) We automatically callFontConfig#get
usually so that the fonts for rendering annotations are loaded at the first possible moment.ViewerBuilder.setGlobalDeviceResolution
(int deviceResolution) Defines a globally defined default resolution.ViewerBuilder.setHasNativeScrollbars
(boolean nativeScrollbars) Sets native scrollbars of the browser or special scrollbars.ViewerBuilder.setHideScrollbarButtons
(boolean hideScrollbarButtons) Defines whether the scrollbar should have buttons.ViewerBuilder.setLevibatsLoaded
(boolean levibatsLoaded) ViewerBuilder.setPageView
(PageView pageView) ViewerBuilder.setPixelSize
(int width, int height) Sets the size of the viewer.ViewerBuilder.setScrollbarOverDocument
(boolean scrollbarOverDocument) Defines whether the scrollbar is over the document.ViewerBuilder.setScrollbarVisibility
(ScrollbarVisibility scrollbarVisibility) Sets theScrollbarVisibility
for the created viewer to the desired value.Sets the Size of the ViewerViewerBuilder.setType
(ViewerType type) Deprecated.ViewerBuilder.setUIStyle
(UIStyle style) ViewerBuilder.setUseTouchScrollbar
(boolean useTouchScrollbar) Defines whether the single touch scrollbar should be used or the default scrollbars.