|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.viewers.GLViewerImpl.AnnotationGeometry
edu.sdsc.mbt.viewers.GLViewerImpl.ArrowGeometry
Constructor Summary | |
ArrowGeometry()
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)
|
void |
drawCone(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
com.sun.opengl.util.GLUT glut,
double height,
boolean drawBottom,
double bottomRadius,
int slices,
int segments)
|
void |
drawCylinder(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
com.sun.opengl.util.GLUT glut,
double height,
boolean drawBottom,
double bottomRadius,
float topRadius,
int slices,
int segments)
|
void |
setLabel(java.lang.String label)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrowGeometry()
Method Detail |
public void setLabel(java.lang.String label)
public final void draw(StructureComponent comp, javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut)
public final void draw(AnnotationComponent annotationComponent, javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut)
draw
in class AnnotationGeometry
public void drawCylinder(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut, double height, boolean drawBottom, double bottomRadius, float topRadius, int slices, int segments)
public void drawCone(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut, double height, boolean drawBottom, double bottomRadius, int slices, int segments)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |