Package biopb.image
Interface EllipseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ellipse,Ellipse.Builder
public interface EllipseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.biopb.image.Point center = 1;.biopb.image.Point center = 1;If the `center`` has no z field, neither should `radius`If the `center`` has no z field, neither should `radius`boolean.biopb.image.Point center = 1;booleanIf the `center`` has no z field, neither should `radius`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
-
hasCenter
boolean hasCenter().biopb.image.Point center = 1;- Returns:
- Whether the center field is set.
-
getCenter
Point getCenter().biopb.image.Point center = 1;- Returns:
- The center.
-
getCenterOrBuilder
PointOrBuilder getCenterOrBuilder().biopb.image.Point center = 1; -
hasRadius
boolean hasRadius()If the `center`` has no z field, neither should `radius`
.biopb.image.Point radius = 2;- Returns:
- Whether the radius field is set.
-
getRadius
Point getRadius()If the `center`` has no z field, neither should `radius`
.biopb.image.Point radius = 2;- Returns:
- The radius.
-
getRadiusOrBuilder
PointOrBuilder getRadiusOrBuilder()If the `center`` has no z field, neither should `radius`
.biopb.image.Point radius = 2;
-