WindowHandle
Overview
WindowHandle is a class in Aspose.3D FOSS for Java.
WindowHandle provides static factory methods to create native window handles from Wayland, Xlib, or Win32 platforms.
This class provides 3 methods for working with WindowHandle objects in Java programs.
Available methods include: fromWayland, fromWin32, fromXlib.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
fromWayland(display: long, surface: long) → WindowHandle | Calls fromWayland(display, surface) on this WindowHandle instance. |
fromXlib(display: long, window: long) → WindowHandle | Calls fromXlib(display, window) on this WindowHandle instance. |
fromWin32(window: long) → WindowHandle | Calls fromWin32(window) on this WindowHandle instance. |