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

Difference to orig. More...

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

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 IGNORE_AWT_REPAINT = false
 
static boolean USE_ECT = false
 
static int SWAP_INTERVAL = 1
 

Detailed Description

Difference to orig.

Bug735Inv0AppletAWT:


Definition at line 47 of file Bug735Inv2AppletAWT.java.

Member Function Documentation

◆ init()

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

Definition at line 78 of file Bug735Inv2AppletAWT.java.

Here is the caller graph for this function:

◆ main()

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

Definition at line 214 of file Bug735Inv2AppletAWT.java.

Here is the call graph for this function:

◆ requestDraw()

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

Definition at line 146 of file Bug735Inv2AppletAWT.java.

Here is the call graph for this function:

◆ run()

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

Definition at line 94 of file Bug735Inv2AppletAWT.java.

Here is the call graph for this function:

◆ start()

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

Definition at line 87 of file Bug735Inv2AppletAWT.java.

Here is the caller graph for this function:

Member Data Documentation

◆ APPLET_HEIGHT

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

Definition at line 52 of file Bug735Inv2AppletAWT.java.

◆ APPLET_WIDTH

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

Definition at line 51 of file Bug735Inv2AppletAWT.java.

◆ AWT

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

Definition at line 48 of file Bug735Inv2AppletAWT.java.

◆ IGNORE_AWT_REPAINT

final boolean com.jogamp.opengl.test.bugs.Bug735Inv2AppletAWT.IGNORE_AWT_REPAINT = false
static

Definition at line 55 of file Bug735Inv2AppletAWT.java.

◆ NEWT

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

Definition at line 49 of file Bug735Inv2AppletAWT.java.

◆ SWAP_INTERVAL

int com.jogamp.opengl.test.bugs.Bug735Inv2AppletAWT.SWAP_INTERVAL = 1
static

Definition at line 57 of file Bug735Inv2AppletAWT.java.

◆ TARGET_FPS

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

Definition at line 53 of file Bug735Inv2AppletAWT.java.

◆ TOOLKIT

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

Definition at line 54 of file Bug735Inv2AppletAWT.java.

◆ USE_ECT

boolean com.jogamp.opengl.test.bugs.Bug735Inv2AppletAWT.USE_ECT = false
static

Definition at line 56 of file Bug735Inv2AppletAWT.java.


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