edu.sdsc.mbt.viewers.GLViewerImpl
Class LabelGeometry
java.lang.Object
edu.sdsc.mbt.viewers.GLViewerImpl.AnnotationGeometry
edu.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:
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 |
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
LabelGeometry
public LabelGeometry()
- Construct a new MonitorGeometry object.
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: