edu.sdsc.mbt.viewers.GLViewerImpl
Class LabelGeometry

java.lang.Object
  extended byedu.sdsc.mbt.viewers.GLViewerImpl.AnnotationGeometry
      extended byedu.sdsc.mbt.viewers.GLViewerImpl.LabelGeometry

public class LabelGeometry
extends AnnotationGeometry

Construct a new object for generating bond geometry using default

Author:
John L. Moreland
See Also:

Field Summary
static int LARGE_FONT
           
static int MEDIUM_FONT
           
static int SMALL_FONT
           
 
Constructor Summary
LabelGeometry()
          Construct a new MonitorGeometry object.
 
Method Summary
 void draw(AnnotationComponent annotationComponent, javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut)
          Please complete the missing tags for main
 void draw(StructureComponent comp, javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LARGE_FONT

public static final int LARGE_FONT
See Also:
Constant Field Values

MEDIUM_FONT

public static final int MEDIUM_FONT
See Also:
Constant Field Values

SMALL_FONT

public static final int SMALL_FONT
See Also:
Constant Field Values
Constructor Detail

LabelGeometry

public LabelGeometry()
Construct a new MonitorGeometry object.

Method Detail

draw

public final void draw(StructureComponent comp,
                       javax.media.opengl.GL gl,
                       javax.media.opengl.glu.GLU glu,
                       com.sun.opengl.util.GLUT glut)

draw

public final void draw(AnnotationComponent annotationComponent,
                       javax.media.opengl.GL gl,
                       javax.media.opengl.glu.GLU glu,
                       com.sun.opengl.util.GLUT glut)
Please complete the missing tags for main

Specified by:
draw in class AnnotationGeometry
Returns:
Throws: