void setStyleProperties(Map<String, String> properties) { var style = this.style; style.putAllProperties(properties); this.style = style; }