Package com.oracle.bmc.aivision.model
Class NormalizedVertex.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.NormalizedVertex.Builder
-
- Enclosing class:
- NormalizedVertex
public static class NormalizedVertex.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NormalizedVertex
build()
NormalizedVertex.Builder
copy(NormalizedVertex model)
NormalizedVertex.Builder
x(Double x)
The X-axis normalized coordinate.NormalizedVertex.Builder
y(Double y)
The Y-axis normalized coordinate.
-
-
-
Method Detail
-
x
public NormalizedVertex.Builder x(Double x)
The X-axis normalized coordinate.- Parameters:
x
- the value to set- Returns:
- this builder
-
y
public NormalizedVertex.Builder y(Double y)
The Y-axis normalized coordinate.- Parameters:
y
- the value to set- Returns:
- this builder
-
build
public NormalizedVertex build()
-
copy
public NormalizedVertex.Builder copy(NormalizedVertex model)
-
-