Package ai.extend.types
Class EditBoundingBox
- java.lang.Object
-
- ai.extend.types.EditBoundingBox
-
public final class EditBoundingBox extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditBoundingBox.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EditBoundingBox.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Double>getBottom()java.util.Optional<java.lang.Double>getLeft()java.util.Optional<java.lang.Double>getRight()java.util.Optional<java.lang.Double>getTop()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLeft
public java.util.Optional<java.lang.Double> getLeft()
- Returns:
- The left coordinate of the bounding box (pixels)
-
getTop
public java.util.Optional<java.lang.Double> getTop()
- Returns:
- The top coordinate of the bounding box (pixels)
-
getRight
public java.util.Optional<java.lang.Double> getRight()
- Returns:
- The right coordinate of the bounding box (pixels)
-
getBottom
public java.util.Optional<java.lang.Double> getBottom()
- Returns:
- The bottom coordinate of the bounding box (pixels)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static EditBoundingBox.Builder builder()
-
-