Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gl4java.utils.glf
Interface GLFEnum  view GLFEnum download GLFEnum.java

All Known Implementing Classes:
GLFFuncJNI

public interface GLFEnum

The base interface for GLF enumerates, which provides you all the C-API style enumerates

Version:
1.00, 23. Mai 2001

Field Summary
static int GLF_CENTER
           
static int GLF_CENTER_CENTER
           
static int GLF_CENTER_DOWN
           
static int GLF_CENTER_UP
           
static int GLF_CONSOLE_CURSOR
           
static int GLF_CONSOLE_MESSAGES
           
static int GLF_CONTOURING
           
static int GLF_DOWN
           
static int GLF_ERROR
          C2J Parser Version 3.0 Jausoft - Sven Goethel Software Development Reading from file: glf-enum-auto.orig.h .
static int GLF_LEFT
           
static int GLF_LEFT_CENTER
           
static int GLF_LEFT_DOWN
           
static int GLF_LEFT_UP
           
static int GLF_NO
           
static int GLF_OK
           
static int GLF_RIGHT
           
static int GLF_RIGHT_CENTER
           
static int GLF_RIGHT_DOWN
           
static int GLF_RIGHT_UP
           
static int GLF_TEXTURING
           
static int GLF_UP
           
static int GLF_YES
           
 

Field Detail

GLF_ERROR

public static final int GLF_ERROR
C2J Parser Version 3.0 Jausoft - Sven Goethel Software Development Reading from file: glf-enum-auto.orig.h . . . Destination-Class: gl4java_GLFEnum !

See Also:
Constant Field Values

GLF_OK

public static final int GLF_OK
See Also:
Constant Field Values

GLF_YES

public static final int GLF_YES
See Also:
Constant Field Values

GLF_NO

public static final int GLF_NO
See Also:
Constant Field Values

GLF_CONSOLE_MESSAGES

public static final int GLF_CONSOLE_MESSAGES
See Also:
Constant Field Values

GLF_TEXTURING

public static final int GLF_TEXTURING
See Also:
Constant Field Values

GLF_CONTOURING

public static final int GLF_CONTOURING
See Also:
Constant Field Values

GLF_LEFT_UP

public static final int GLF_LEFT_UP
See Also:
Constant Field Values

GLF_LEFT_CENTER

public static final int GLF_LEFT_CENTER
See Also:
Constant Field Values

GLF_LEFT_DOWN

public static final int GLF_LEFT_DOWN
See Also:
Constant Field Values

GLF_CENTER_UP

public static final int GLF_CENTER_UP
See Also:
Constant Field Values

GLF_CENTER_CENTER

public static final int GLF_CENTER_CENTER
See Also:
Constant Field Values

GLF_CENTER_DOWN

public static final int GLF_CENTER_DOWN
See Also:
Constant Field Values

GLF_RIGHT_UP

public static final int GLF_RIGHT_UP
See Also:
Constant Field Values

GLF_RIGHT_CENTER

public static final int GLF_RIGHT_CENTER
See Also:
Constant Field Values

GLF_RIGHT_DOWN

public static final int GLF_RIGHT_DOWN
See Also:
Constant Field Values

GLF_CENTER

public static final int GLF_CENTER
See Also:
Constant Field Values

GLF_LEFT

public static final int GLF_LEFT
See Also:
Constant Field Values

GLF_RIGHT

public static final int GLF_RIGHT
See Also:
Constant Field Values

GLF_UP

public static final int GLF_UP
See Also:
Constant Field Values

GLF_DOWN

public static final int GLF_DOWN
See Also:
Constant Field Values

GLF_CONSOLE_CURSOR

public static final int GLF_CONSOLE_CURSOR
See Also:
Constant Field Values