Package-level declarations
Types
Link copied to clipboard
data class FlipBookRendererOptions(val fixDisappearingCharactersInChromeForAndroid: Boolean = false, val hideEmptySpreadSlots: Boolean = true, val pageFoldShadowOpacity: Double = 0.5, val pageTurnShadowMaxOpacity: Double = 0.2, val perspectiveFactor: Double = 2.0, val rendererBackgroundShadowOpacity: Double = 0.2, val rubberBandElasticity: Double = 0.65, val showPageFoldShadow: Boolean = false, val showPageTurnShadow: Boolean = true, val showRendererBackgroundShadow: Boolean = true, val animationDurationMs: Double? = null, val disableAnimations: Boolean = false, val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options used with the FlipBookRenderer
Link copied to clipboard
data class SingleDocumentScrollRendererOptions(val maxWidth: Length? = null, val readingAreaOffsetBottom: Length? = null, val readingAreaOffsetTop: Length? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options specific for the SingleDocumentScrollRenderer. See IRendererOptions for additional options that can be used with any Renderer.
Link copied to clipboard
data class SinglePageSwipeRendererOptions(val direction: Axis = Axis.X, val minMarginBetweenPages: Int = 24, val rubberBandElasticity: Double = 0.65, val showPageBackgroundShadow: Boolean = false, val useWindowDimensionsForPageContainers: Boolean = true, val animationDurationMs: Double? = null, val disableAnimations: Boolean = false, val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options used with the SinglePageSwipeRenderer.
Link copied to clipboard
data class SpreadSwipeRendererOptions(val direction: Axis = Axis.X, val minMarginBetweenSpreads: Int = 24, val rubberBandElasticity: Double = 0.65, val useWindowDimensionsForPageContainers: Boolean = true, val animationDurationMs: Double? = null, val disableAnimations: Boolean = false, val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options used with the SpreadSwipeRenderer.
Link copied to clipboard
data class StackRendererOptions(val disable3dPerspective: Boolean = false, val fixDisappearingCharactersInChromeForAndroid: Boolean = false, val pageTurnShadowMaxOpacity: Double = 0.5, val perspectiveFactor: Double = 2.0, val rendererBackgroundShadowOpacity: Double = 0.2, val rubberBandElasticity: Double = 0.65, val showPageTurnShadow: Boolean = true, val showRendererBackgroundShadow: Boolean = true, val animationDurationMs: Double? = null, val disableAnimations: Boolean = false, val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options used with the StackRenderer.