Interface PositionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Position, Position.Builder

@Generated public interface PositionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The horizontal position in canvas coordinates.
    double
    The vertical position in canvas coordinates.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getX

      double getX()
      The horizontal position in canvas coordinates.
      Positive values extend to the right.
      
      double x = 1;
      Returns:
      The x.
    • getY

      double getY()
      The vertical position in canvas coordinates.
      Positive values extend downward.
      
      double y = 2;
      Returns:
      The y.