Class CursorNotifyEvent.CursorNotifyEventBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.xfixes.CursorNotifyEvent.CursorNotifyEventBuilder
-
- Enclosing class:
- CursorNotifyEvent
public static class CursorNotifyEvent.CursorNotifyEventBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CursorNotifyEventbuild()CursorNotifyEvent.CursorNotifyEventBuildercursorSerial(int cursorSerial)intgetSize()CursorNotifyEvent.CursorNotifyEventBuildername(int name)CursorNotifyEvent.CursorNotifyEventBuildersentEvent(boolean sentEvent)CursorNotifyEvent.CursorNotifyEventBuildersequenceNumber(short sequenceNumber)CursorNotifyEvent.CursorNotifyEventBuildersubtype(byte subtype)CursorNotifyEvent.CursorNotifyEventBuildersubtype(CursorNotify subtype)CursorNotifyEvent.CursorNotifyEventBuildertimestamp(int timestamp)java.lang.StringtoString()CursorNotifyEvent.CursorNotifyEventBuilderwindow(int window)
-
-
-
Method Detail
-
subtype
public CursorNotifyEvent.CursorNotifyEventBuilder subtype(CursorNotify subtype)
-
subtype
public CursorNotifyEvent.CursorNotifyEventBuilder subtype(byte subtype)
-
getSize
public int getSize()
-
sentEvent
public CursorNotifyEvent.CursorNotifyEventBuilder sentEvent(boolean sentEvent)
-
sequenceNumber
public CursorNotifyEvent.CursorNotifyEventBuilder sequenceNumber(short sequenceNumber)
-
window
public CursorNotifyEvent.CursorNotifyEventBuilder window(int window)
-
cursorSerial
public CursorNotifyEvent.CursorNotifyEventBuilder cursorSerial(int cursorSerial)
-
timestamp
public CursorNotifyEvent.CursorNotifyEventBuilder timestamp(int timestamp)
-
name
public CursorNotifyEvent.CursorNotifyEventBuilder name(int name)
-
build
public CursorNotifyEvent build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-