properties.put("mainInnerShadowVisible", new SimpleBooleanProperty(MAIN_INNER_SHADOW_VISIBLE));
return this;
}
public final LcdClockBuilder foregroundShadowVisible(final boolean FOREGROUND_SHADOW_VISIBLE) {
properties.put("foregroundShadowVisible", new SimpleBooleanProperty(FOREGROUND_SHADOW_VISIBLE));
return this;
}