Uses of Class
com.oracle.bmc.aidocument.model.BoundingPolygon.Builder
-
Packages that use BoundingPolygon.Builder Package Description com.oracle.bmc.aidocument.model -
-
Uses of BoundingPolygon.Builder in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return BoundingPolygon.Builder Modifier and Type Method Description static BoundingPolygon.Builder
BoundingPolygon. builder()
Create a new builder.BoundingPolygon.Builder
BoundingPolygon.Builder. copy(BoundingPolygon model)
BoundingPolygon.Builder
BoundingPolygon.Builder. normalizedVertices(List<NormalizedVertex> normalizedVertices)
An array of normalized points defining the polygon’s perimeter, with an implicit segment between subsequent points and between the first and last point.BoundingPolygon.Builder
BoundingPolygon. toBuilder()
-