Class ModModeLine
java.lang.Object
com.github.moaxcp.x11client.protocol.xf86vidmode.ModModeLine
- All Implemented Interfaces:
OneWayRequest,XObject,XRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintgetFlags()shortshortgetHskew()shortshortshortbytedefault StringintintgetSize()length of object expressed in units of 4 bytesshortshortshortshortinthashCode()booleanisFlagsEnabled(@NonNull ModeFlag... maskEnums) static ModModeLinetoString()void
-
Field Details
-
OPCODE
public static final byte OPCODE- See Also:
-
-
Method Details
-
getOpCode
public byte getOpCode() -
readModModeLine
- Throws:
IOException
-
write
- Specified by:
writein interfaceXRequest- Throws:
IOException
-
isFlagsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getScreen
public int getScreen() -
getHdisplay
public short getHdisplay() -
getHsyncstart
public short getHsyncstart() -
getHsyncend
public short getHsyncend() -
getHtotal
public short getHtotal() -
getHskew
public short getHskew() -
getVdisplay
public short getVdisplay() -
getVsyncstart
public short getVsyncstart() -
getVsyncend
public short getVsyncend() -
getVtotal
public short getVtotal() -
getFlags
public int getFlags() -
getXPrivate
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-