Class ConfigureNotifyEvent

java.lang.Object
com.github.moaxcp.x11client.protocol.present.ConfigureNotifyEvent
All Implemented Interfaces:
XEvent, XGenericEvent, XObject, XResponse

public final class ConfigureNotifyEvent extends Object implements XGenericEvent
  • Field Details

  • Method Details

    • getResponseCode

      public byte getResponseCode()
      Specified by:
      getResponseCode in interface XResponse
    • getNumber

      public byte getNumber()
      Specified by:
      getNumber in interface XEvent
    • readConfigureNotifyEvent

      public static ConfigureNotifyEvent readConfigureNotifyEvent(byte firstEventOffset, boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, X11Input in) throws IOException
      Throws:
      IOException
    • write

      public void write(X11Output out) throws IOException
      Specified by:
      write in interface XEvent
      Throws:
      IOException
    • getSize

      public int getSize()
      Description copied from interface: XObject
      length of object expressed in units of 4 bytes
      Specified by:
      getSize in interface XObject
      Returns:
    • builder

    • getFirstEventOffset

      public byte getFirstEventOffset()
      Specified by:
      getFirstEventOffset in interface XEvent
    • isSentEvent

      public boolean isSentEvent()
    • getExtension

      public byte getExtension()
      Specified by:
      getExtension in interface XGenericEvent
    • getSequenceNumber

      public short getSequenceNumber()
      Specified by:
      getSequenceNumber in interface XResponse
    • getEventType

      public short getEventType()
      Specified by:
      getEventType in interface XGenericEvent
    • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPluginName

      default String getPluginName()
      Specified by:
      getPluginName in interface XObject