edu.sdsc.mbt.viewers.GLViewerImpl
Class ResidueLabelGeometry

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

public class ResidueLabelGeometry
extends AnnotationGeometry

Construct a new object for generating bond geometry using default

Author:
John L. Moreland
See Also:

Constructor Summary
ResidueLabelGeometry()
          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
 

Constructor Detail

ResidueLabelGeometry

public ResidueLabelGeometry()
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: