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

Original test case. More...

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

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

Original test case.


OSX Results:

  • Visible content
  • Fluent animation

Definition at line 50 of file Bug735Inv0AppletAWT.java.

Member Function Documentation

◆ init()

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

Definition at line 95 of file Bug735Inv0AppletAWT.java.

Here is the caller graph for this function:

◆ main()

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

Definition at line 386 of file Bug735Inv0AppletAWT.java.

Here is the call graph for this function:

◆ requestDraw()

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

Definition at line 160 of file Bug735Inv0AppletAWT.java.

Here is the call graph for this function:

◆ run()

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

Definition at line 109 of file Bug735Inv0AppletAWT.java.

◆ start()

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

Definition at line 103 of file Bug735Inv0AppletAWT.java.

Here is the caller graph for this function:

Member Data Documentation

◆ APPLET_HEIGHT

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

Definition at line 55 of file Bug735Inv0AppletAWT.java.

◆ APPLET_WIDTH

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

Definition at line 54 of file Bug735Inv0AppletAWT.java.

◆ AWT

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

Definition at line 51 of file Bug735Inv0AppletAWT.java.

◆ MANUAL_FRAME_HANDLING

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

Definition at line 58 of file Bug735Inv0AppletAWT.java.

◆ NEWT

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

Definition at line 52 of file Bug735Inv0AppletAWT.java.

◆ TARGET_FPS

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

Definition at line 56 of file Bug735Inv0AppletAWT.java.

◆ TOOLKIT

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

Definition at line 57 of file Bug735Inv0AppletAWT.java.


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