Package ai.extend.types
Interface EditBoundingBox.LeftStage
-
- All Known Implementing Classes:
EditBoundingBox.Builder
- Enclosing class:
- EditBoundingBox
public static interface EditBoundingBox.LeftStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditBoundingBox.Builderfrom(EditBoundingBox other)EditBoundingBox.TopStageleft(double left)The left coordinate of the bounding box (pixels)
-
-
-
Method Detail
-
left
EditBoundingBox.TopStage left(double left)
The left coordinate of the bounding box (pixels)
-
from
EditBoundingBox.Builder from(EditBoundingBox other)
-
-