Package com.oracle.bmc.aidocument.model
Class NormalizedVertex.Builder
- java.lang.Object
- 
- com.oracle.bmc.aidocument.model.NormalizedVertex.Builder
 
- 
- Enclosing class:
- NormalizedVertex
 
 public static class NormalizedVertex.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NormalizedVertexbuild()NormalizedVertex.Buildercopy(NormalizedVertex model)NormalizedVertex.Builderx(Double x)The X-axis normalized coordinate.NormalizedVertex.Buildery(Double y)The Y-axis normalized coordinate.
 
- 
- 
- 
Method Detail- 
xpublic NormalizedVertex.Builder x(Double x) The X-axis normalized coordinate.- Parameters:
- x- the value to set
- Returns:
- this builder
 
 - 
ypublic NormalizedVertex.Builder y(Double y) The Y-axis normalized coordinate.- Parameters:
- y- the value to set
- Returns:
- this builder
 
 - 
buildpublic NormalizedVertex build() 
 - 
copypublic NormalizedVertex.Builder copy(NormalizedVertex model) 
 
- 
 
-