cz.cuni.amis.nb.pogamut.unreal.timeline.map
Class GLTextWindow

Package class diagram package GLTextWindow
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.unreal.timeline.map.GLTextWindow

public class GLTextWindow
extends Object

Window for text

Author:
Honza

Constructor Summary
GLTextWindow(javax.media.opengl.GL gl, int x, int y, int width, int height)
           
GLTextWindow(javax.media.opengl.GL gl, int x, int y, int width, int height, String text)
           
 
Method Summary
 void dispose()
          When finished with the window, use this to free resources used for it
 void render()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLTextWindow

public GLTextWindow(javax.media.opengl.GL gl,
                    int x,
                    int y,
                    int width,
                    int height)

GLTextWindow

public GLTextWindow(javax.media.opengl.GL gl,
                    int x,
                    int y,
                    int width,
                    int height,
                    String text)
Method Detail

setText

public void setText(String text)

render

public void render()

dispose

public void dispose()
When finished with the window, use this to free resources used for it



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.