Skip to content

//navigator/org.readium.r2.navigator.html

Package org.readium.r2.navigator.html

Types

Name Summary
HtmlDecorationTemplate [androidJvm]
data class HtmlDecorationTemplate(layout: HtmlDecorationTemplate.Layout, width: HtmlDecorationTemplate.Width, element: (Decoration) -> String, stylesheet: String?) : JSONable
An HtmlDecorationTemplate renders a Decoration into a set of HTML elements and associated stylesheet.
HtmlDecorationTemplates [androidJvm]
class HtmlDecorationTemplates : JSONable

Functions

Name Summary
toCss [androidJvm]
fun Int.toCss(alpha: Double? = null): String
Converts the receiver color int to a CSS expression.