Uses of Class
io.john.amiscaray.stir.domain.elements.LinkedStyle
Package | Description |
---|---|
io.john.amiscaray.stir.domain | |
io.john.amiscaray.stir.domain.elements |
-
Uses of LinkedStyle in io.john.amiscaray.stir.domain
Fields in io.john.amiscaray.stir.domain with type parameters of type LinkedStyle Modifier and Type Field Description private ArrayList<LinkedStyle>
HTMLDocument.HTMLDocumentBuilder. linkedStyles
private List<LinkedStyle>
HTMLDocument. linkedStyles
The styles linked to the documentMethods in io.john.amiscaray.stir.domain that return types with arguments of type LinkedStyle Modifier and Type Method Description List<LinkedStyle>
HTMLDocument. getLinkedStyles()
Methods in io.john.amiscaray.stir.domain with parameters of type LinkedStyle Modifier and Type Method Description HTMLDocument.HTMLDocumentBuilder
HTMLDocument.HTMLDocumentBuilder. linkedStyle(LinkedStyle linkedStyle)
Method parameters in io.john.amiscaray.stir.domain with type arguments of type LinkedStyle Modifier and Type Method Description HTMLDocument.HTMLDocumentBuilder
HTMLDocument.HTMLDocumentBuilder. linkedStyles(Collection<? extends LinkedStyle> linkedStyles)
-
Uses of LinkedStyle in io.john.amiscaray.stir.domain.elements
Methods in io.john.amiscaray.stir.domain.elements that return LinkedStyle Modifier and Type Method Description LinkedStyle
LinkedStyle.LinkedStyleBuilder. build()