public static class UIProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UIProperties |
build() |
UIProperties.Builder |
coordinateX(BigDecimal coordinateX)
The X coordinate of the object.
|
UIProperties.Builder |
coordinateY(BigDecimal coordinateY)
The Y coordinate of the object.
|
UIProperties.Builder |
copy(UIProperties model) |
public UIProperties.Builder coordinateX(BigDecimal coordinateX)
The X coordinate of the object.
coordinateX
- the value to setpublic UIProperties.Builder coordinateY(BigDecimal coordinateY)
The Y coordinate of the object.
coordinateY
- the value to setpublic UIProperties build()
public UIProperties.Builder copy(UIProperties model)
Copyright © 2016–2024. All rights reserved.