JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT Class Reference

Difference to orig. More...

Inheritance diagram for com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT:
Collaboration diagram for com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT:

Public Member Functions

void init ()
 
void start ()
 
void run ()
 
void requestDraw (final CountDownLatch latch)
 

Static Public Member Functions

static void main (final String[] args)
 

Static Public Attributes

static final int AWT = 0
 
static final int NEWT = 1
 
static final int APPLET_WIDTH = 500
 
static final int APPLET_HEIGHT = 290
 
static final int TARGET_FPS = 120
 
static final int TOOLKIT = NEWT
 
static final boolean MANUAL_FRAME_HANDLING = true
 

Detailed Description

Difference to orig.

Bug735Inv0AppletAWT:

  • MANUAL_FRAME_HANDLING: impl using pass through GLContext instead of static OSX Results:
  • Visible content
  • Fluent animation
    

Definition at line 52 of file Bug735Inv1AppletAWT.java.

Member Function Documentation

◆ init()

void com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.init ( )

Definition at line 97 of file Bug735Inv1AppletAWT.java.

Here is the caller graph for this function:

◆ main()

static void com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.main ( final String[]  args)
static

Definition at line 385 of file Bug735Inv1AppletAWT.java.

Here is the call graph for this function:

◆ requestDraw()

void com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.requestDraw ( final CountDownLatch  latch)

Definition at line 162 of file Bug735Inv1AppletAWT.java.

Here is the call graph for this function:

◆ run()

void com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.run ( )

Definition at line 111 of file Bug735Inv1AppletAWT.java.

◆ start()

void com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.start ( )

Definition at line 105 of file Bug735Inv1AppletAWT.java.

Here is the caller graph for this function:

Member Data Documentation

◆ APPLET_HEIGHT

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.APPLET_HEIGHT = 290
static

Definition at line 57 of file Bug735Inv1AppletAWT.java.

◆ APPLET_WIDTH

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.APPLET_WIDTH = 500
static

Definition at line 56 of file Bug735Inv1AppletAWT.java.

◆ AWT

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.AWT = 0
static

Definition at line 53 of file Bug735Inv1AppletAWT.java.

◆ MANUAL_FRAME_HANDLING

final boolean com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.MANUAL_FRAME_HANDLING = true
static

Definition at line 60 of file Bug735Inv1AppletAWT.java.

◆ NEWT

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.NEWT = 1
static

Definition at line 54 of file Bug735Inv1AppletAWT.java.

◆ TARGET_FPS

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.TARGET_FPS = 120
static

Definition at line 58 of file Bug735Inv1AppletAWT.java.

◆ TOOLKIT

final int com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT.TOOLKIT = NEWT
static

Definition at line 59 of file Bug735Inv1AppletAWT.java.


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