Class DeviceResolutionState.DeviceResolutionStateBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xinput.DeviceResolutionState.DeviceResolutionStateBuilder
- Enclosing class:
- DeviceResolutionState
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controlId(short controlId) controlId(DeviceControl controlId) intgetSize()len(short len) resolutionMax(@NonNull List<Integer> resolutionMax) resolutionMin(@NonNull List<Integer> resolutionMin) resolutionValues(@NonNull List<Integer> resolutionValues) toString()
-
Method Details
-
controlId
-
controlId
-
getSize
public int getSize() -
len
- Returns:
this.
-
resolutionValues
public DeviceResolutionState.DeviceResolutionStateBuilder resolutionValues(@NonNull @NonNull List<Integer> resolutionValues) - Returns:
this.
-
resolutionMin
public DeviceResolutionState.DeviceResolutionStateBuilder resolutionMin(@NonNull @NonNull List<Integer> resolutionMin) - Returns:
this.
-
resolutionMax
public DeviceResolutionState.DeviceResolutionStateBuilder resolutionMax(@NonNull @NonNull List<Integer> resolutionMax) - Returns:
this.
-
build
-
toString
-