org.dronus.gl.GLTextOverlay Class Reference

Collaboration diagram for org.dronus.gl.GLTextOverlay:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static void print (String text)
static void render ()
static void flush ()

Static Package Attributes

static GLFont tu = GLFont.getDefault()
static HashSet< String > fields = new LinkedHashSet<String>()

Detailed Description

Definition at line 8 of file GLTextOverlay.java.


Member Function Documentation

static void org.dronus.gl.GLTextOverlay.print ( String  text  )  [static]

static convenient print method

Parameters:
text 

Definition at line 20 of file GLTextOverlay.java.

References org.dronus.gl.GLTextOverlay.fields.

static void org.dronus.gl.GLTextOverlay.render (  )  [static]

render all texts this frame so far. should be called at end of everys frame rendering.

Definition at line 30 of file GLTextOverlay.java.

References org.dronus.gl.GLTextOverlay.fields, org.dronus.gl.GLFont.print(), org.dronus.gl.GLFont.render(), and org.dronus.gl.GLTextOverlay.tu.

Here is the call graph for this function:

static void org.dronus.gl.GLTextOverlay.flush (  )  [static]

flush the text without rendering, useful when text is temporary disabled.

Definition at line 49 of file GLTextOverlay.java.

References org.dronus.gl.GLTextOverlay.fields.


Member Data Documentation

GLFont org.dronus.gl.GLTextOverlay.tu = GLFont.getDefault() [static, package]

Definition at line 11 of file GLTextOverlay.java.

Referenced by org.dronus.gl.GLTextOverlay.render().

HashSet<String> org.dronus.gl.GLTextOverlay.fields = new LinkedHashSet<String>() [static, package]

Definition at line 14 of file GLTextOverlay.java.

Referenced by org.dronus.gl.GLTextOverlay.flush(), org.dronus.gl.GLTextOverlay.print(), and org.dronus.gl.GLTextOverlay.render().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:33 2009 for visclient by  doxygen 1.5.1