Package biopb.image
Interface RectangleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rectangle,Rectangle.Builder
public interface RectangleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.biopb.image.Point bottom_right = 2;.biopb.image.Point bottom_right = 2;.biopb.image.Point top_left = 1;.biopb.image.Point top_left = 1;boolean.biopb.image.Point bottom_right = 2;boolean.biopb.image.Point top_left = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTopLeft
boolean hasTopLeft().biopb.image.Point top_left = 1;- Returns:
- Whether the topLeft field is set.
-
getTopLeft
Point getTopLeft().biopb.image.Point top_left = 1;- Returns:
- The topLeft.
-
getTopLeftOrBuilder
PointOrBuilder getTopLeftOrBuilder().biopb.image.Point top_left = 1; -
hasBottomRight
boolean hasBottomRight().biopb.image.Point bottom_right = 2;- Returns:
- Whether the bottomRight field is set.
-
getBottomRight
Point getBottomRight().biopb.image.Point bottom_right = 2;- Returns:
- The bottomRight.
-
getBottomRightOrBuilder
PointOrBuilder getBottomRightOrBuilder().biopb.image.Point bottom_right = 2;
-