edu.sdsc.mbt.viewers.GLViewerImpl
Class AnnotationGeometry

java.lang.Object
  extended byedu.sdsc.mbt.viewers.GLViewerImpl.AnnotationGeometry
Direct Known Subclasses:
ArrowGeometry, LabelGeometry, MonitorGeometry, ResidueLabelGeometry

public abstract class AnnotationGeometry
extends java.lang.Object

This class provides the base functionality for geometry factory objects.

Author:
John L. Moreland
See Also:

Constructor Summary
AnnotationGeometry()
           
 
Method Summary
abstract  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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationGeometry

public AnnotationGeometry()
Method Detail

draw

public abstract 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

Returns:
Throws: