org.jfree.layouting.modules.output.html
public class StyleBuilder extends Object
| Constructor Summary | |
|---|---|
| StyleBuilder(boolean compact, StyleBuilder parent) | |
| StyleBuilder(boolean compact) | |
| Method Summary | |
|---|---|
| void | append(StyleKey key, CSSValue value) |
| void | append(String key, boolean inheritable, String value) |
| void | append(StyleKey key, String value, String unit) |
| void | append(StyleKey key, String text) |
| boolean | isEmpty() |
| static void | main(String[] args) |
| boolean | parentContains(String key, String value) |
| String | toString() |