Class GlyphError
java.lang.Object
com.github.moaxcp.x11client.protocol.render.GlyphError
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GlyphError.GlyphErrorBuilderbuilder()booleanbytegetCode()bytebyteshortdefault StringshortintgetSize()length of object expressed in units of 4 bytesinthashCode()static GlyphErrorreadGlyphError(byte firstErrorOffset, X11Input in) toString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.moaxcp.x11client.protocol.XError
getResponseCode
-
Field Details
-
CODE
public static final byte CODE- See Also:
-
-
Method Details
-
getCode
public byte getCode() -
readGlyphError
- Throws:
IOException
-
write
- Specified by:
writein interfaceXError- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getFirstErrorOffset
public byte getFirstErrorOffset()- Specified by:
getFirstErrorOffsetin interfaceXError
-
getSequenceNumber
public short getSequenceNumber()- Specified by:
getSequenceNumberin interfaceXResponse
-
getMinorOpcode
public short getMinorOpcode()- Specified by:
getMinorOpcodein interfaceXError
-
getMajorOpcode
public byte getMajorOpcode()- Specified by:
getMajorOpcodein interfaceXError
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-