JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT Class Reference

Manual test case to validate Animator pause/resume on AWT-EDT. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT:

Public Member Functions

 Bug898AnimatorFromEDTAWT ()
 

Static Public Member Functions

static void main (final String args[])
 

Detailed Description

Manual test case to validate Animator pause/resume on AWT-EDT.

Even though (AWT) Animator is not able to block until pause/resume is finished when issued on AWT-EDT, best effort shall be made to preserve functionality.

Original Author: kosukek from JogAmp forum; Modifier a bit.

Definition at line 53 of file Bug898AnimatorFromEDTAWT.java.

Constructor & Destructor Documentation

◆ Bug898AnimatorFromEDTAWT()

com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT.Bug898AnimatorFromEDTAWT ( )

Definition at line 55 of file Bug898AnimatorFromEDTAWT.java.

Here is the call graph for this function:

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT.main ( final String  args[])
static

Definition at line 122 of file Bug898AnimatorFromEDTAWT.java.


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