Class GetMapReply

java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.GetMapReply
All Implemented Interfaces:
XObject, XReply, XResponse

public final class GetMapReply extends Object implements XReply
  • Method Details

    • readGetMapReply

      public static GetMapReply readGetMapReply(byte deviceID, short sequenceNumber, X11Input in) throws IOException
      Throws:
      IOException
    • write

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

      public boolean isPresentEnabled(@NonNull @NonNull MapPart... maskEnums)
    • 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

      public static GetMapReply.GetMapReplyBuilder builder()
    • getDeviceID

      public byte getDeviceID()
    • getSequenceNumber

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

      public byte getMinKeyCode()
    • getMaxKeyCode

      public byte getMaxKeyCode()
    • getPresent

      public short getPresent()
    • getFirstType

      public byte getFirstType()
    • getTotalTypes

      public byte getTotalTypes()
    • getFirstKeySym

      public byte getFirstKeySym()
    • getTotalSyms

      public short getTotalSyms()
    • getFirstKeyAction

      public byte getFirstKeyAction()
    • getFirstKeyBehavior

      public byte getFirstKeyBehavior()
    • getNKeyBehaviors

      public byte getNKeyBehaviors()
    • getFirstKeyExplicit

      public byte getFirstKeyExplicit()
    • getNKeyExplicit

      public byte getNKeyExplicit()
    • getFirstModMapKey

      public byte getFirstModMapKey()
    • getNModMapKeys

      public byte getNModMapKeys()
    • getFirstVModMapKey

      public byte getFirstVModMapKey()
    • getNVModMapKeys

      public byte getNVModMapKeys()
    • getTypesRtrn

      @NonNull public @NonNull List<KeyType> getTypesRtrn()
    • getSymsRtrn

      @NonNull public @NonNull List<KeySymMap> getSymsRtrn()
    • getActsRtrnCount

      @NonNull public @NonNull List<Byte> getActsRtrnCount()
    • getActsRtrnActs

      @NonNull public @NonNull List<ActionUnion> getActsRtrnActs()
    • getBehaviorsRtrn

      @NonNull public @NonNull List<SetBehavior> getBehaviorsRtrn()
    • getVmodsRtrn

      @NonNull public @NonNull List<Byte> getVmodsRtrn()
    • getExplicitRtrn

      @NonNull public @NonNull List<SetExplicit> getExplicitRtrn()
    • getModmapRtrn

      @NonNull public @NonNull List<KeyModMap> getModmapRtrn()
    • getVmodmapRtrn

      @NonNull public @NonNull List<KeyVModMap> getVmodmapRtrn()
    • 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