edu.sdsc.mbt.viewers.GLViewerImpl
Class ChainGeometry

java.lang.Object
  extended byedu.sdsc.mbt.viewers.GLViewerImpl.Geometry
      extended byedu.sdsc.mbt.viewers.GLViewerImpl.ChainGeometry

public class ChainGeometry
extends Geometry

ChainGeometry.java
Please complete these missing tags

Author:
John L. Moreland
See Also:

Field Summary
 
Fields inherited from class edu.sdsc.mbt.viewers.GLViewerImpl.Geometry
FORM_FLAT, FORM_LINES, FORM_POINTS, FORM_THICK
 
Constructor Summary
ChainGeometry()
          Construct a new ChainGeometry object.
 
Method Summary
 void draw(Chain chain, 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
 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
 int getRibbonForm()
           
 boolean getStatus()
           
 boolean isRibbonsAreSmoothed()
           
 void setRibbonForm(int ribbonForm)
           
 void setRibbonsAreSmoothed(boolean ribbonsAreSmoothed)
           
 
Methods inherited from class edu.sdsc.mbt.viewers.GLViewerImpl.Geometry
equals, getForm, getQuality, setForm, setQuality
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainGeometry

public ChainGeometry()
Construct a new ChainGeometry object.

Method Detail

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 void draw(Chain chain,
                 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

Returns:
Throws:

getRibbonForm

public int getRibbonForm()

setRibbonForm

public void setRibbonForm(int ribbonForm)

isRibbonsAreSmoothed

public boolean isRibbonsAreSmoothed()

setRibbonsAreSmoothed

public void setRibbonsAreSmoothed(boolean ribbonsAreSmoothed)

getStatus

public boolean getStatus()
Overrides:
getStatus in class Geometry