Class ModModeLine.ModModeLineBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xf86vidmode.ModModeLine.ModModeLineBuilder
- Enclosing class:
- ModModeLine
-
Method Summary
Modifier and TypeMethodDescriptionbuild()flags(int flags) flagsDisable(ModeFlag... maskEnums) flagsEnable(ModeFlag... maskEnums) intgetSize()hdisplay(short hdisplay) hskew(short hskew) hsyncend(short hsyncend) hsyncstart(short hsyncstart) htotal(short htotal) booleanisFlagsEnabled(@NonNull ModeFlag... maskEnums) screen(int screen) toString()vdisplay(short vdisplay) vsyncend(short vsyncend) vsyncstart(short vsyncstart) vtotal(short vtotal)
-
Method Details
-
isFlagsEnabled
-
flagsEnable
-
flagsDisable
-
getSize
public int getSize() -
screen
- Returns:
this.
-
hdisplay
- Returns:
this.
-
hsyncstart
- Returns:
this.
-
hsyncend
- Returns:
this.
-
htotal
- Returns:
this.
-
hskew
- Returns:
this.
-
vdisplay
- Returns:
this.
-
vsyncstart
- Returns:
this.
-
vsyncend
- Returns:
this.
-
vtotal
- Returns:
this.
-
flags
- Returns:
this.
-
xPrivate
- Returns:
this.
-
build
-
toString
-