Java  1.0
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
JOGLQuad Class Reference

Self-contained example (within a single class only to keep it simple) displaying a rotating quad. More...

Inheritance diagram for JOGLQuad:
Inheritance graph
[legend]
Collaboration diagram for JOGLQuad:
Collaboration graph
[legend]

Public Member Functions

void display (GLAutoDrawable gLDrawable)
 
void init (GLAutoDrawable glDrawable)
 
void reshape (GLAutoDrawable gLDrawable, int x, int y, int width, int height)
 
void dispose (GLAutoDrawable gLDrawable)
 

Static Public Member Functions

static void main (String[] args)
 

Private Attributes

float rotateT = 0.0f
 

Detailed Description

Self-contained example (within a single class only to keep it simple) displaying a rotating quad.

Definition at line 12 of file ogl.java.

Member Function Documentation

◆ display()

void JOGLQuad.display ( GLAutoDrawable  gLDrawable)

Definition at line 17 of file ogl.java.

References rotateT.

◆ dispose()

void JOGLQuad.dispose ( GLAutoDrawable  gLDrawable)

Definition at line 68 of file ogl.java.

◆ init()

void JOGLQuad.init ( GLAutoDrawable  glDrawable)

Definition at line 44 of file ogl.java.

◆ main()

static void JOGLQuad.main ( String[]  args)
static

Definition at line 71 of file ogl.java.

◆ reshape()

void JOGLQuad.reshape ( GLAutoDrawable  gLDrawable,
int  x,
int  y,
int  width,
int  height 
)

Definition at line 55 of file ogl.java.

Member Data Documentation

◆ rotateT

float JOGLQuad.rotateT = 0.0f
private

Definition at line 14 of file ogl.java.

Referenced by display().


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