Class GetCursorImageReply.GetCursorImageReplyBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xfixes.GetCursorImageReply.GetCursorImageReplyBuilder
- Enclosing class:
- GetCursorImageReply
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cursorImage(@NonNull List<Integer> cursorImage) cursorSerial(int cursorSerial) intgetSize()height(short height) sequenceNumber(short sequenceNumber) toString()width(short width) x(short x) xhot(short xhot) y(short y) yhot(short yhot)
-
Method Details
-
getSize
public int getSize() -
sequenceNumber
- Returns:
this.
-
x
- Returns:
this.
-
y
- Returns:
this.
-
width
- Returns:
this.
-
height
- Returns:
this.
-
xhot
- Returns:
this.
-
yhot
- Returns:
this.
-
cursorSerial
- Returns:
this.
-
cursorImage
public GetCursorImageReply.GetCursorImageReplyBuilder cursorImage(@NonNull @NonNull List<Integer> cursorImage) - Returns:
this.
-
build
-
toString
-