Uses of Class
io.john.amiscaray.stir.domain.HTMLDocument.ColorTheme
Package | Description |
---|---|
io.john.amiscaray.stir.domain |
-
Uses of HTMLDocument.ColorTheme in io.john.amiscaray.stir.domain
Fields in io.john.amiscaray.stir.domain declared as HTMLDocument.ColorTheme Modifier and Type Field Description private HTMLDocument.ColorTheme
HTMLDocument.HTMLDocumentBuilder. waterCSSTheme
Methods in io.john.amiscaray.stir.domain that return HTMLDocument.ColorTheme Modifier and Type Method Description static HTMLDocument.ColorTheme
HTMLDocument.ColorTheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static HTMLDocument.ColorTheme[]
HTMLDocument.ColorTheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.john.amiscaray.stir.domain with parameters of type HTMLDocument.ColorTheme Modifier and Type Method Description HTMLDocument.HTMLDocumentBuilder
HTMLDocument.HTMLDocumentBuilder. waterCSSTheme(HTMLDocument.ColorTheme waterCSSTheme)
Constructors in io.john.amiscaray.stir.domain with parameters of type HTMLDocument.ColorTheme Constructor Description HTMLDocument(List<AbstractUIElement> elements, List<LinkedStyle> linkedStyles, Style style, List<Script> headerScripts, List<Script> footerScripts, List<Meta> metaTags, boolean withBootStrap, boolean withBootStrapPopper, boolean withWaterCSS, HTMLDocument.ColorTheme waterCSSTheme, String title, String language, String format, Map<String,Object> formatArgs, boolean isFormatForBody)