Class SetScreenConfigReply
java.lang.Object
com.github.moaxcp.x11client.protocol.randr.SetScreenConfigReply
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintintdefault StringintgetRoot()shortintgetSize()length of object expressed in units of 4 bytesbyteshortinthashCode()static SetScreenConfigReplyreadSetScreenConfigReply(byte status, short sequenceNumber, X11Input in) toString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.moaxcp.x11client.protocol.XReply
getLength, getResponseCode
-
Method Details
-
readSetScreenConfigReply
public static SetScreenConfigReply readSetScreenConfigReply(byte status, short sequenceNumber, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXReply- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
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
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-