WindowHandle
Overview
WindowHandle is a class in Aspose.3D FOSS for Java.
WindowHandle offers static factory methods fromWayland, fromXlib, and fromWin32 to create a platform‑specific window handle for rendering contexts.
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. |