public static class StyleSetting.BooleanStyleSetting extends java.lang.Object implements StyleSetting
StyleSetting.BooleanStyleSetting
Modifier and Type | Field and Description |
---|---|
boolean |
def |
java.lang.String |
label |
StyleSource |
parentStyle |
java.lang.String |
prefKey |
Constructor and Description |
---|
BooleanStyleSetting(StyleSource parentStyle,
java.lang.String prefKey,
java.lang.String label,
boolean def) |
Modifier and Type | Method and Description |
---|---|
static StyleSetting.BooleanStyleSetting |
create(Cascade c,
StyleSource parentStyle,
java.lang.String key) |
java.lang.Object |
getValue()
gets the value for this setting
|
void |
setValue(java.lang.Object o) |
public final StyleSource parentStyle
public final java.lang.String prefKey
public final java.lang.String label
public final boolean def
public BooleanStyleSetting(StyleSource parentStyle, java.lang.String prefKey, java.lang.String label, boolean def)
public static StyleSetting.BooleanStyleSetting create(Cascade c, StyleSource parentStyle, java.lang.String key)
public java.lang.Object getValue()
StyleSetting
getValue
in interface StyleSetting
public void setValue(java.lang.Object o)