Class ScreenChangeNotifyEvent.ScreenChangeNotifyEventBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.randr.ScreenChangeNotifyEvent.ScreenChangeNotifyEventBuilder
- Enclosing class:
- ScreenChangeNotifyEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()configTimestamp(int configTimestamp) firstEventOffset(byte firstEventOffset) intgetSize()height(short height) booleanisRotationEnabled(@NonNull Rotation... maskEnums) mheight(short mheight) mwidth(short mwidth) requestWindow(int requestWindow) root(int root) rotation(byte rotation) rotationDisable(Rotation... maskEnums) rotationEnable(Rotation... maskEnums) sentEvent(boolean sentEvent) sequenceNumber(short sequenceNumber) sizeID(short sizeID) subpixelOrder(short subpixelOrder) subpixelOrder(SubPixel subpixelOrder) timestamp(int timestamp) toString()width(short width)
-
Method Details
-
isRotationEnabled
-
rotationEnable
-
rotationDisable
public ScreenChangeNotifyEvent.ScreenChangeNotifyEventBuilder rotationDisable(Rotation... maskEnums) -
subpixelOrder
-
subpixelOrder
-
getSize
public int getSize() -
firstEventOffset
public ScreenChangeNotifyEvent.ScreenChangeNotifyEventBuilder firstEventOffset(byte firstEventOffset) - Returns:
this.
-
sentEvent
- Returns:
this.
-
rotation
- Returns:
this.
-
sequenceNumber
- Returns:
this.
-
timestamp
- Returns:
this.
-
configTimestamp
- Returns:
this.
-
root
- Returns:
this.
-
requestWindow
- Returns:
this.
-
sizeID
- Returns:
this.
-
width
- Returns:
this.
-
height
- Returns:
this.
-
mwidth
- Returns:
this.
-
mheight
- Returns:
this.
-
build
-
toString
-