edu.sdsc.mbt.viewers.GLViewerImpl
Class AnnotationGeometry
java.lang.Object
edu.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:
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 |
AnnotationGeometry
public AnnotationGeometry()
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: