public static class Properties.Builder extends Object
Properties.builder()| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
build()
Return a mutable copy of the internal builder map.
|
Properties.Builder |
put(Properties.Style key,
Object value)
Add a SimpleStyle property to this builder.
|
Properties.Builder |
put(String key,
Object value)
Add a property to this builder.
|
public Properties.Builder put(String key, Object value)
key - for valuevalue - for keypublic Properties.Builder put(Properties.Style key, Object value)
key - for valuevalue - for key