Interface StylesBuilder

All Known Implementing Classes:
DomStylesBuilder, HtmlStylesBuilder

public interface StylesBuilder
Builds the style attribute on an element.

The HTML implementation of class appends the style properties to the HTML string. The DOM implementation of this class sets the element's styles directly.