Package org.webswing.server.model.proto
Interface Webswing.WindowMoveActionMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.WindowMoveActionMsgProto,Webswing.WindowMoveActionMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.WindowMoveActionMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDx()optional sint32 dx = 3;intgetDy()optional sint32 dy = 4;intgetHeight()optional uint32 height = 6;intgetSx()optional sint32 sx = 1;intgetSy()optional sint32 sy = 2;intgetWidth()optional uint32 width = 5;booleanhasDx()optional sint32 dx = 3;booleanhasDy()optional sint32 dy = 4;booleanhasHeight()optional uint32 height = 6;booleanhasSx()optional sint32 sx = 1;booleanhasSy()optional sint32 sy = 2;booleanhasWidth()optional uint32 width = 5;-
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;
-
-