Interface AppFrameProtoOut.WindowMoveActionMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDx()
      optional sint32 dx = 3;
      int getDy()
      optional sint32 dy = 4;
      int getHeight()
      optional uint32 height = 6;
      int getSx()
      optional sint32 sx = 1;
      int getSy()
      optional sint32 sy = 2;
      int getWidth()
      optional uint32 width = 5;
      boolean hasDx()
      optional sint32 dx = 3;
      boolean hasDy()
      optional sint32 dy = 4;
      boolean hasHeight()
      optional uint32 height = 6;
      boolean hasSx()
      optional sint32 sx = 1;
      boolean hasSy()
      optional sint32 sy = 2;
      boolean hasWidth()
      optional uint32 width = 5;
      • 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

      • hasSx

        boolean hasSx()
        optional sint32 sx = 1;
      • getSx

        int getSx()
        optional sint32 sx = 1;
      • hasSy

        boolean hasSy()
        optional sint32 sy = 2;
      • getSy

        int getSy()
        optional sint32 sy = 2;
      • hasDx

        boolean hasDx()
        optional sint32 dx = 3;
      • getDx

        int getDx()
        optional sint32 dx = 3;
      • hasDy

        boolean hasDy()
        optional sint32 dy = 4;
      • getDy

        int getDy()
        optional sint32 dy = 4;
      • hasWidth

        boolean hasWidth()
        optional uint32 width = 5;
      • getWidth

        int getWidth()
        optional uint32 width = 5;
      • hasHeight

        boolean hasHeight()
        optional uint32 height = 6;
      • getHeight

        int getHeight()
        optional uint32 height = 6;