Uses of Class
io.john.amiscaray.stir.domain.elements.Style
Package | Description |
---|---|
io.john.amiscaray.stir.domain | |
io.john.amiscaray.stir.domain.elements |
-
Uses of Style in io.john.amiscaray.stir.domain
Fields in io.john.amiscaray.stir.domain declared as Style Modifier and Type Field Description private Style
HTMLDocument.HTMLDocumentBuilder. style
private Style
HTMLDocument. style
A style tag in the header of the documentMethods in io.john.amiscaray.stir.domain that return Style Modifier and Type Method Description Style
HTMLDocument. getStyle()
Methods in io.john.amiscaray.stir.domain with parameters of type Style Modifier and Type Method Description HTMLDocument.HTMLDocumentBuilder
HTMLDocument.HTMLDocumentBuilder. style(Style style)
Constructors in io.john.amiscaray.stir.domain with parameters of type Style 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)
-
Uses of Style in io.john.amiscaray.stir.domain.elements
Methods in io.john.amiscaray.stir.domain.elements that return Style Modifier and Type Method Description Style
Style.StyleBuilder. build()