| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(Long top,
Long left,
Long width,
Long height)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
build()
Builds a Location.
|
Location.Builder |
height(long height)
Set the height.
|
Location.Builder |
left(long left)
Set the left.
|
Location.Builder |
top(long top)
Set the top.
|
Location.Builder |
width(long width)
Set the width.
|
public Location build()
public Location.Builder top(long top)
top - the toppublic Location.Builder left(long left)
left - the leftpublic Location.Builder width(long width)
width - the widthpublic Location.Builder height(long height)
height - the heightCopyright © 2021 IBM Cloud. All rights reserved.