edu.sdsc.mbt.viewers.GLViewerImpl
Class AtomGeometry
java.lang.Object
edu.sdsc.mbt.viewers.GLViewerImpl.Geometry
edu.sdsc.mbt.viewers.GLViewerImpl.AtomGeometry
- public class AtomGeometry
- extends Geometry
AtomGeometry.java
Please complete these missing tags
- Author:
- John L. Moreland
- See Also:
Constructor Summary |
AtomGeometry()
Construct a new AtomGeometry object. |
Method Summary |
void |
draw(Atom atom,
StructureStyles structureStyles,
javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
com.sun.opengl.util.GLUT glut)
|
void |
draw(StructureComponent structureComponent,
StructureStyles styles,
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 |
AtomGeometry
public AtomGeometry()
- Construct a new AtomGeometry object.
draw
public final void draw(StructureComponent structureComponent,
StructureStyles styles,
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 Geometry
- Returns:
-
- Throws:
draw
public final void draw(Atom atom,
StructureStyles structureStyles,
javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
com.sun.opengl.util.GLUT glut)