Class GetOutputProperty.GetOutputPropertyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.randr.GetOutputProperty.GetOutputPropertyBuilder
-
- Enclosing class:
- GetOutputProperty
public static class GetOutputProperty.GetOutputPropertyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOutputPropertybuild()GetOutputProperty.GetOutputPropertyBuilderdelete(boolean delete)intgetSize()GetOutputProperty.GetOutputPropertyBuilderlongLength(int longLength)GetOutputProperty.GetOutputPropertyBuilderlongOffset(int longOffset)GetOutputProperty.GetOutputPropertyBuilderoutput(int output)GetOutputProperty.GetOutputPropertyBuilderpending(boolean pending)GetOutputProperty.GetOutputPropertyBuilderproperty(int property)java.lang.StringtoString()GetOutputProperty.GetOutputPropertyBuildertype(int type)
-
-
-
Method Detail
-
getSize
public int getSize()
-
output
public GetOutputProperty.GetOutputPropertyBuilder output(int output)
-
property
public GetOutputProperty.GetOutputPropertyBuilder property(int property)
-
type
public GetOutputProperty.GetOutputPropertyBuilder type(int type)
-
longOffset
public GetOutputProperty.GetOutputPropertyBuilder longOffset(int longOffset)
-
longLength
public GetOutputProperty.GetOutputPropertyBuilder longLength(int longLength)
-
delete
public GetOutputProperty.GetOutputPropertyBuilder delete(boolean delete)
-
pending
public GetOutputProperty.GetOutputPropertyBuilder pending(boolean pending)
-
build
public GetOutputProperty build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-