Class GetCursorImageAndNameReply.GetCursorImageAndNameReplyBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xfixes.GetCursorImageAndNameReply.GetCursorImageAndNameReplyBuilder
- Enclosing class:
- GetCursorImageAndNameReply
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cursorAtom(int cursorAtom) 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
public GetCursorImageAndNameReply.GetCursorImageAndNameReplyBuilder sequenceNumber(short sequenceNumber) - Returns:
this.
-
x
- Returns:
this.
-
y
- Returns:
this.
-
width
- Returns:
this.
-
height
- Returns:
this.
-
xhot
- Returns:
this.
-
yhot
- Returns:
this.
-
cursorSerial
- Returns:
this.
-
cursorAtom
- Returns:
this.
-
cursorImage
public GetCursorImageAndNameReply.GetCursorImageAndNameReplyBuilder cursorImage(@NonNull @NonNull List<Integer> cursorImage) - Returns:
this.
-
name
public GetCursorImageAndNameReply.GetCursorImageAndNameReplyBuilder name(@NonNull @NonNull List<Byte> name) - Returns:
this.
-
build
-
toString
-