Class SetScreenConfig
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.randr.SetScreenConfig
-
- All Implemented Interfaces:
TwoWayRequest<SetScreenConfigReply>,XObject,XRequest
public final class SetScreenConfig extends java.lang.Object implements TwoWayRequest<SetScreenConfigReply>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetScreenConfig.SetScreenConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description static byteOPCODE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetScreenConfig.SetScreenConfigBuilderbuilder()booleanequals(java.lang.Object o)intgetConfigTimestamp()bytegetOpCode()shortgetRate()XReplyFunction<SetScreenConfigReply>getReplyFunction()shortgetRotation()intgetSize()length of object expressed in units of 4 bytesshortgetSizeID()intgetTimestamp()intgetWindow()inthashCode()booleanisRotationEnabled(@NonNull Rotation... maskEnums)static SetScreenConfigreadSetScreenConfig(X11Input in)java.lang.StringtoString()voidwrite(byte offset, X11Output out)
-
-
-
Field Detail
-
OPCODE
public static final byte OPCODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReplyFunction
public XReplyFunction<SetScreenConfigReply> getReplyFunction()
- Specified by:
getReplyFunctionin interfaceTwoWayRequest<SetScreenConfigReply>
-
readSetScreenConfig
public static SetScreenConfig readSetScreenConfig(X11Input in) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(byte offset, X11Output out) throws java.io.IOException
-
isRotationEnabled
public boolean isRotationEnabled(@NonNull @NonNull Rotation... maskEnums)
-
getSize
public int getSize()
Description copied from interface:XObjectlength of object expressed in units of 4 bytes
-
builder
public static SetScreenConfig.SetScreenConfigBuilder builder()
-
getWindow
public int getWindow()
-
getTimestamp
public int getTimestamp()
-
getConfigTimestamp
public int getConfigTimestamp()
-
getSizeID
public short getSizeID()
-
getRotation
public short getRotation()
-
getRate
public short getRate()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-