JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.AnimatorBase.AnimatorImpl Interface Reference
Inheritance diagram for com.jogamp.opengl.util.AnimatorBase.AnimatorImpl:
Collaboration diagram for com.jogamp.opengl.util.AnimatorBase.AnimatorImpl:

Public Member Functions

void display (final ArrayList< GLAutoDrawable > drawables, final boolean ignoreExceptions, final boolean printExceptions) throws UncaughtAnimatorException
 
boolean blockUntilDone (final Thread thread)
 

Detailed Description

Definition at line 85 of file AnimatorBase.java.

Member Function Documentation

◆ blockUntilDone()

boolean com.jogamp.opengl.util.AnimatorBase.AnimatorImpl.blockUntilDone ( final Thread  thread)
Here is the caller graph for this function:

◆ display()

void com.jogamp.opengl.util.AnimatorBase.AnimatorImpl.display ( final ArrayList< GLAutoDrawable drawables,
final boolean  ignoreExceptions,
final boolean  printExceptions 
) throws UncaughtAnimatorException
Parameters
drawables
ignoreExceptions
printExceptions
Exceptions
UncaughtAnimatorExceptionas caused by GLAutoDrawable#display()
Here is the caller graph for this function:

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