Class IsQueryARB.IsQueryARBBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.glx.IsQueryARB.IsQueryARBBuilder
-
- Enclosing class:
- IsQueryARB
public static class IsQueryARB.IsQueryARBBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsQueryARBbuild()IsQueryARB.IsQueryARBBuildercontextTag(int contextTag)intgetSize()IsQueryARB.IsQueryARBBuilderid(int id)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
contextTag
public IsQueryARB.IsQueryARBBuilder contextTag(int contextTag)
-
id
public IsQueryARB.IsQueryARBBuilder id(int id)
-
build
public IsQueryARB build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-