-
- All Implemented Interfaces:
-
org.readium.r2.shared.JSONable
public final class HtmlDecorationTemplates implements JSONable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHtmlDecorationTemplates.Companion
-
Method Summary
Modifier and Type Method Description final <S extends Decoration.Style> HtmlDecorationTemplateget(KClass<S> style)final <S extends Decoration.Style> Unitset(KClass<S> style, HtmlDecorationTemplate template)JSONObjecttoJSON()final HtmlDecorationTemplatescopy()-
-
Method Detail
-
get
final <S extends Decoration.Style> HtmlDecorationTemplate get(KClass<S> style)
-
set
final <S extends Decoration.Style> Unit set(KClass<S> style, HtmlDecorationTemplate template)
-
toJSON
JSONObject toJSON()
-
copy
final HtmlDecorationTemplates copy()
-
-
-
-