public class WlCompositorProxy extends Proxy<WlCompositorEvents>
A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple surfaces into one displayable output.
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERFACE_NAME |
| Constructor and Description |
|---|
WlCompositorProxy(long pointer) |
WlCompositorProxy(long pointer,
WlCompositorEvents implementation,
int version) |
| Modifier and Type | Method and Description |
|---|---|
WlRegionProxy |
createRegion(WlRegionEvents implementation)
create new region
|
WlSurfaceProxy |
createSurface(WlSurfaceEvents implementation)
create new surface
|
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueuepublic static final String INTERFACE_NAME
public WlCompositorProxy(long pointer,
WlCompositorEvents implementation,
int version)
public WlCompositorProxy(long pointer)
public WlSurfaceProxy createSurface(WlSurfaceEvents implementation)
Ask the compositor to create a new surface.
implementation - A protocol event listener for the newly created proxy.public WlRegionProxy createRegion(WlRegionEvents implementation)
Ask the compositor to create a new region.
implementation - A protocol event listener for the newly created proxy.Copyright © 2016. All rights reserved.