JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.NativeWindowHolder Interface Reference

Accessor interface for implementing classes with ownership of a NativeWindow via an is-a or has-a relation. More...

Inheritance diagram for com.jogamp.nativewindow.NativeWindowHolder:
Collaboration diagram for com.jogamp.nativewindow.NativeWindowHolder:

Public Member Functions

NativeWindow getNativeWindow ()
 Returns the associated NativeWindow of this NativeWindowHolder, which is identical to getNativeSurface(). More...
 
- Public Member Functions inherited from com.jogamp.nativewindow.NativeSurfaceHolder
NativeSurface getNativeSurface ()
 Returns the associated NativeSurface of this NativeSurfaceHolder. More...
 

Detailed Description

Accessor interface for implementing classes with ownership of a NativeWindow via an is-a or has-a relation.

Definition at line 35 of file NativeWindowHolder.java.

Member Function Documentation

◆ getNativeWindow()

NativeWindow com.jogamp.nativewindow.NativeWindowHolder.getNativeWindow ( )

Returns the associated NativeWindow of this NativeWindowHolder, which is identical to getNativeSurface().

Implemented in com.jogamp.newt.awt.NewtCanvasAWT, com.jogamp.newt.javafx.NewtCanvasJFX, and com.jogamp.newt.swt.NewtCanvasSWT.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: