public class WlOutputProxy extends Proxy<WlOutputEvents>
An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an output corresponds to a rectangular area in that space that is actually visible. This typically corresponds to a monitor that displays part of the compositor space. This object is published as global during start up, or when a monitor is hotplugged.
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERFACE_NAME |
| Constructor and Description |
|---|
WlOutputProxy(long pointer) |
WlOutputProxy(long pointer,
WlOutputEvents implementation,
int version) |
| Modifier and Type | Method and Description |
|---|---|
void |
release()
release the output object
|
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueuepublic static final String INTERFACE_NAME
public WlOutputProxy(long pointer,
WlOutputEvents implementation,
int version)
public WlOutputProxy(long pointer)
Copyright © 2016. All rights reserved.