Class GetMap
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.GetMap
- All Implemented Interfaces:
TwoWayRequest<GetMapReply>,XObject,XRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GetMap.GetMapBuilderbuilder()booleanshortbytebytebytebytebytebytebyteshortgetFull()bytebytebytebytebytebytebytebyteshortdefault StringintgetSize()length of object expressed in units of 4 bytesshortinthashCode()booleanisFullEnabled(@NonNull MapPart... maskEnums) booleanisPartialEnabled(@NonNull MapPart... maskEnums) booleanisVirtualModsEnabled(@NonNull VMod... maskEnums) static GetMapreadGetMap(X11Input in) toString()void
-
Field Details
-
OPCODE
public static final byte OPCODE- See Also:
-
-
Method Details
-
getReplyFunction
- Specified by:
getReplyFunctionin interfaceTwoWayRequest<GetMapReply>
-
getOpCode
public byte getOpCode() -
readGetMap
- Throws:
IOException
-
write
- Specified by:
writein interfaceXRequest- Throws:
IOException
-
isFullEnabled
-
isPartialEnabled
-
isVirtualModsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getDeviceSpec
public short getDeviceSpec() -
getFull
public short getFull() -
getPartial
public short getPartial() -
getFirstType
public byte getFirstType() -
getNTypes
public byte getNTypes() -
getFirstKeySym
public byte getFirstKeySym() -
getNKeySyms
public byte getNKeySyms() -
getFirstKeyAction
public byte getFirstKeyAction() -
getNKeyActions
public byte getNKeyActions() -
getFirstKeyBehavior
public byte getFirstKeyBehavior() -
getNKeyBehaviors
public byte getNKeyBehaviors() -
getVirtualMods
public short getVirtualMods() -
getFirstKeyExplicit
public byte getFirstKeyExplicit() -
getNKeyExplicit
public byte getNKeyExplicit() -
getFirstModMapKey
public byte getFirstModMapKey() -
getNModMapKeys
public byte getNModMapKeys() -
getFirstVModMapKey
public byte getFirstVModMapKey() -
getNVModMapKeys
public byte getNVModMapKeys() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-