Interface AWTGLAutoDrawable

All Superinterfaces:
ComponentEvents, GLAutoDrawable, GLDrawable, NativeSurfaceHolder
All Known Implementing Classes:
GLCanvas, GLJPanel

public interface AWTGLAutoDrawable extends GLAutoDrawable, ComponentEvents
  • Method Details

    • setSize

      void setSize(int width, int height)
      Requests a new width and height for this AWTGLAutoDrawable.
    • repaint

      void repaint()
      Schedules a repaint of the component at some point in the future.