Class QueryOutputProperty.QueryOutputPropertyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.randr.QueryOutputProperty.QueryOutputPropertyBuilder
-
- Enclosing class:
- QueryOutputProperty
public static class QueryOutputProperty.QueryOutputPropertyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryOutputPropertybuild()intgetSize()QueryOutputProperty.QueryOutputPropertyBuilderoutput(int output)QueryOutputProperty.QueryOutputPropertyBuilderproperty(int property)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
output
public QueryOutputProperty.QueryOutputPropertyBuilder output(int output)
-
property
public QueryOutputProperty.QueryOutputPropertyBuilder property(int property)
-
build
public QueryOutputProperty build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-