Class DeviceClassButton
java.lang.Object
com.github.moaxcp.x11client.protocol.xinput.DeviceClassButton
- All Implemented Interfaces:
DeviceClass,XObject,XStruct
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanshortgetLen()default StringintgetSize()length of object expressed in units of 4 bytesshortgetState()shortgetType()inthashCode()static DeviceClassButtonreadDeviceClassButton(short type, short len, short sourceid, X11Input in) toString()void
-
Method Details
-
readDeviceClassButton
public static DeviceClassButton readDeviceClassButton(short type, short len, short sourceid, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getType
public short getType() -
getLen
public short getLen() -
getSourceid
public short getSourceid() -
getState
-
getLabels
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-