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

Static Public Member Functions

static void main (final String[] args)
 

Protected Member Functions

String getText ()
 
- Protected Member Functions inherited from com.jogamp.opengl.test.bugs.Issue344Base
 Issue344Base ()
 
abstract String getText ()
 
void run (final String[] args)
 

Additional Inherited Members

- Public Member Functions inherited from com.jogamp.opengl.test.bugs.Issue344Base
void init (final GLAutoDrawable drawable)
 Called by the drawable immediately after the OpenGL context is initialized. More...
 
void display (final GLAutoDrawable drawable)
 Called by the drawable to initiate OpenGL rendering by the client. More...
 
void reshape (final GLAutoDrawable drawable, final int x, final int y, final int width, final int height)
 Called by the drawable during the first repaint after the component has been resized. More...
 
void dispose (final GLAutoDrawable drawable)
 Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs. More...
 
void init (GLAutoDrawable drawable)
 Called by the drawable immediately after the OpenGL context is initialized. More...
 
void dispose (GLAutoDrawable drawable)
 Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs. More...
 
void display (GLAutoDrawable drawable)
 Called by the drawable to initiate OpenGL rendering by the client. More...
 
void reshape (GLAutoDrawable drawable, int x, int y, int width, int height)
 Called by the drawable during the first repaint after the component has been resized. More...
 

Detailed Description

Definition at line 3 of file Issue344Test1.java.

Member Function Documentation

◆ getText()

String com.jogamp.opengl.test.bugs.Issue344Test1.getText ( )
protected

Reimplemented from com.jogamp.opengl.test.bugs.Issue344Base.

Definition at line 4 of file Issue344Test1.java.

◆ main()

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

Definition at line 9 of file Issue344Test1.java.

Here is the call graph for this function:

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