Class ConfigureNotifyEvent
java.lang.Object
com.github.moaxcp.x11client.protocol.present.ConfigureNotifyEvent
- All Implemented Interfaces:
XEvent,XGenericEvent,XObject,XResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintgetEvent()shortbytebyteshortbyteshortgetOffX()shortgetOffY()intshortshortdefault StringbyteshortintgetSize()length of object expressed in units of 4 bytesshortgetWidth()intshortgetX()shortgetY()inthashCode()booleanstatic ConfigureNotifyEventreadConfigureNotifyEvent(byte firstEventOffset, boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, 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.XGenericEvent
getLength
-
Field Details
-
NUMBER
public static final byte NUMBER- See Also:
-
-
Method Details
-
getResponseCode
public byte getResponseCode()- Specified by:
getResponseCodein interfaceXResponse
-
getNumber
public byte getNumber() -
readConfigureNotifyEvent
public static ConfigureNotifyEvent readConfigureNotifyEvent(byte firstEventOffset, boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXEvent- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getFirstEventOffset
public byte getFirstEventOffset()- Specified by:
getFirstEventOffsetin interfaceXEvent
-
isSentEvent
public boolean isSentEvent() -
getExtension
public byte getExtension()- Specified by:
getExtensionin interfaceXGenericEvent
-
getSequenceNumber
public short getSequenceNumber()- Specified by:
getSequenceNumberin interfaceXResponse
-
getEventType
public short getEventType()- Specified by:
getEventTypein interfaceXGenericEvent
-
getEvent
public int getEvent() -
getWindow
public int getWindow() -
getX
public short getX() -
getY
public short getY() -
getWidth
public short getWidth() -
getHeight
public short getHeight() -
getOffX
public short getOffX() -
getOffY
public short getOffY() -
getPixmapWidth
public short getPixmapWidth() -
getPixmapHeight
public short getPixmapHeight() -
getPixmapFlags
public int getPixmapFlags() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-