Package com.jogamp.opengl.util
Interface AnimatorBase.AnimatorImpl
-
- Enclosing class:
- AnimatorBase
public static interface AnimatorBase.AnimatorImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
blockUntilDone(Thread thread)
void
display(ArrayList<GLAutoDrawable> drawables, boolean ignoreExceptions, boolean printExceptions)
-
-
-
Method Detail
-
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
boolean blockUntilDone(Thread thread)
-
-