Package com.jogamp.opengl.util
Interface AnimatorBase.AnimatorImpl
- Enclosing class:
- AnimatorBase
public static interface AnimatorBase.AnimatorImpl
-
Method Summary
Modifier and TypeMethodDescriptionboolean
blockUntilDone
(Thread thread) void
display
(ArrayList<GLAutoDrawable> drawables, boolean ignoreExceptions, boolean printExceptions)
-
Method Details
-
display
void display(ArrayList<GLAutoDrawable> drawables, boolean ignoreExceptions, boolean printExceptions) throws AnimatorBase.UncaughtAnimatorException - Parameters:
drawables
-ignoreExceptions
-printExceptions
-- Throws:
AnimatorBase.UncaughtAnimatorException
- as caused byGLAutoDrawable.display()
-
blockUntilDone
-