Package org.freedesktop.wayland.client
Class WlCompositorProxy
java.lang.Object
org.freedesktop.wayland.client.Proxy<WlCompositorEvents>
org.freedesktop.wayland.client.WlCompositorProxy
- All Implemented Interfaces:
WaylandObject
the compositor singleton
A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple surfaces into one displayable output.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWlCompositorProxy
(MemorySegment pointer) WlCompositorProxy
(MemorySegment pointer, WlCompositorEvents implementation, int version) -
Method Summary
Modifier and TypeMethodDescriptioncreateRegion
(WlRegionEvents implementation) create new regioncreateSurface
(WlSurfaceEvents implementation) create new surfaceMethods inherited from class org.freedesktop.wayland.client.Proxy
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueue
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WlCompositorProxy
-
WlCompositorProxy
-
-
Method Details
-
createSurface
create new surfaceAsk the compositor to create a new surface.
- Parameters:
implementation
- A protocol event listener for the newly created proxy.
-
createRegion
create new regionAsk the compositor to create a new region.
- Parameters:
implementation
- A protocol event listener for the newly created proxy.
-