public abstract class Style
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Style.Builder<T extends Style.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
backgroundColor |
protected java.lang.Double |
marginBottom |
protected java.lang.Double |
marginLeft |
protected java.lang.Double |
marginRight |
protected java.lang.Double |
marginTop |
protected LengthUnit |
marginUnit |
Constructor and Description |
---|
Style(Style.Builder b) |
protected LengthUnit marginUnit
protected java.lang.Double marginTop
protected java.lang.Double marginBottom
protected java.lang.Double marginLeft
protected java.lang.Double marginRight
protected java.lang.String backgroundColor
public Style(Style.Builder b)