Class IndicatorMap
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.IndicatorMap
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintgetCtrls()bytegetFlags()bytebytegetMods()default StringbyteintgetSize()length of object expressed in units of 4 bytesshortgetVmods()bytebyteinthashCode()booleanisCtrlsEnabled(@NonNull BoolCtrl... maskEnums) booleanisModsEnabled(@NonNull ModMask... maskEnums) booleanisRealModsEnabled(@NonNull ModMask... maskEnums) booleanisVmodsEnabled(@NonNull VMod... maskEnums) static IndicatorMaptoString()void
-
Method Details
-
readIndicatorMap
- Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
isModsEnabled
-
isRealModsEnabled
-
isVmodsEnabled
-
isCtrlsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getFlags
public byte getFlags() -
getWhichGroups
public byte getWhichGroups() -
getGroups
public byte getGroups() -
getWhichMods
public byte getWhichMods() -
getMods
public byte getMods() -
getRealMods
public byte getRealMods() -
getVmods
public short getVmods() -
getCtrls
public int getCtrls() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-