Class GlyphSetError
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.render.GlyphSetError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlyphSetError.GlyphSetErrorBuilder
-
Field Summary
Fields Modifier and Type Field Description static byteCODE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlyphSetError.GlyphSetErrorBuilderbuilder()booleanequals(java.lang.Object o)bytegetCode()bytegetMajorOpcode()shortgetMinorOpcode()shortgetSequenceNumber()intgetSize()length of object expressed in units of 4 bytesinthashCode()static GlyphSetErrorreadGlyphSetError(X11Input in)java.lang.StringtoString()voidwrite(X11Output out)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.moaxcp.x11client.protocol.XError
getResponseCode
-
-
-
-
Field Detail
-
CODE
public static final byte CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
readGlyphSetError
public static GlyphSetError readGlyphSetError(X11Input in) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(X11Output out) throws java.io.IOException
-
getSize
public int getSize()
Description copied from interface:XObjectlength of object expressed in units of 4 bytes
-
builder
public static GlyphSetError.GlyphSetErrorBuilder builder()
-
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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-