Interface Overlay.NormalizedCoordinateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getX()
      Normalized x coordinate.
      double getY()
      Normalized y coordinate.
      • 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 Detail

      • getX

        double getX()
         Normalized x coordinate.
         
        double x = 1;
        Returns:
        The x.
      • getY

        double getY()
         Normalized y coordinate.
         
        double y = 2;
        Returns:
        The y.