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

Difference to orig. More...

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

Public Member Functions

void init ()
 
void start ()
 

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 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 48 of file Bug735Inv3AppletAWT.java.

Member Function Documentation

◆ init()

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

Definition at line 74 of file Bug735Inv3AppletAWT.java.

Here is the caller graph for this function:

◆ main()

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

Definition at line 149 of file Bug735Inv3AppletAWT.java.

Here is the call graph for this function:

◆ start()

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

Definition at line 82 of file Bug735Inv3AppletAWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ APPLET_HEIGHT

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

Definition at line 53 of file Bug735Inv3AppletAWT.java.

◆ APPLET_WIDTH

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

Definition at line 52 of file Bug735Inv3AppletAWT.java.

◆ AWT

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

Definition at line 49 of file Bug735Inv3AppletAWT.java.

◆ IGNORE_AWT_REPAINT

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

Definition at line 55 of file Bug735Inv3AppletAWT.java.

◆ NEWT

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

Definition at line 50 of file Bug735Inv3AppletAWT.java.

◆ SWAP_INTERVAL

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

Definition at line 57 of file Bug735Inv3AppletAWT.java.

◆ TOOLKIT

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

Definition at line 54 of file Bug735Inv3AppletAWT.java.

◆ USE_ECT

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

Definition at line 56 of file Bug735Inv3AppletAWT.java.


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