Class SetScreenConfigReply
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.randr.SetScreenConfigReply
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetScreenConfigReply.SetScreenConfigReplyBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetScreenConfigReply.SetScreenConfigReplyBuilderbuilder()booleanequals(java.lang.Object o)intgetConfigTimestamp()intgetNewTimestamp()intgetRoot()shortgetSequenceNumber()intgetSize()length of object expressed in units of 4 bytesbytegetStatus()shortgetSubpixelOrder()inthashCode()static SetScreenConfigReplyreadSetScreenConfigReply(byte status, short sequenceNumber, X11Input in)java.lang.StringtoString()voidwrite(X11Output out)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.moaxcp.x11client.protocol.XReply
getLength, getResponseCode
-
-
-
-
Method Detail
-
readSetScreenConfigReply
public static SetScreenConfigReply readSetScreenConfigReply(byte status, short sequenceNumber, X11Input in) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(X11Output out) throws java.io.IOException
-
getSize
public int getSize()
Description copied from interface:XObjectlength of object expressed in units of 4 bytes
-
builder
public static SetScreenConfigReply.SetScreenConfigReplyBuilder builder()
-
getStatus
public byte getStatus()
-
getSequenceNumber
public short getSequenceNumber()
- Specified by:
getSequenceNumberin interfaceXResponse
-
getNewTimestamp
public int getNewTimestamp()
-
getConfigTimestamp
public int getConfigTimestamp()
-
getRoot
public int getRoot()
-
getSubpixelOrder
public short getSubpixelOrder()
-
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
-
-