Class KTMapEntry
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.KTMapEntry
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KTMapEntry.KTMapEntryBuilderbuilder()booleanbytegetLevel()bytebyteshortdefault StringintgetSize()length of object expressed in units of 4 bytesinthashCode()booleanisActive()booleanisModsMaskEnabled(@NonNull ModMask... maskEnums) booleanisModsModsEnabled(@NonNull ModMask... maskEnums) booleanisModsVmodsEnabled(@NonNull VMod... maskEnums) static KTMapEntrytoString()void
-
Method Details
-
readKTMapEntry
- Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
isModsMaskEnabled
-
isModsModsEnabled
-
isModsVmodsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
isActive
public boolean isActive() -
getModsMask
public byte getModsMask() -
getLevel
public byte getLevel() -
getModsMods
public byte getModsMods() -
getModsVmods
public short getModsVmods() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-